From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0F90DC04AB4 for ; Mon, 20 May 2019 01:10:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C2D12206B6 for ; Mon, 20 May 2019 01:10:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558314625; bh=QCiHFugtMsSFpr1Vsf4dl36p6jCuEWGH9xXGQ98eoeI=; h=References:In-Reply-To:From:Date:Subject:To:List-ID:From; b=Rl/fBCAWfOKr4HgyH8i8Wbyg3pURPEw19VEEGudq1lwzv5J5676lY10PTS5W8e2OJ UFO/BX2NN4RI9f/e1mHLoeeVIAwLO1bDOmX/Tcpd0BNHjZ/pJQrqo8Dbroylp/Z1nw cyp7U44x8GwmPzMfhLoqSHD8gf+9T0gvsk9sByNw= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729350AbfETBKZ (ORCPT ); Sun, 19 May 2019 21:10:25 -0400 Received: from mail-qk1-f193.google.com ([209.85.222.193]:36899 "EHLO mail-qk1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729807AbfETBKZ (ORCPT ); Sun, 19 May 2019 21:10:25 -0400 Received: by mail-qk1-f193.google.com with SMTP id d10so7874732qko.4 for ; Sun, 19 May 2019 18:10:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=/Cz8/MI5gjhSZiVaANR+zPyUctzSivgq0mp7zbq5U+g=; b=OXayXfWc/TsROy4odaJUzcDjsNLFNeSVImmpMEJBhNMJfzY7u0D0xGSfZJG/d4XUmT ICQptGKOll91iBOivylWMIN0FV1uwTXWZoA2+KpBEYiCnZFxMQ7DKH50Tcd/RUOau2Gl D+z3V/Ax2CK2GX7/B+qYQHPaeVQ9Es7Jr6wWY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=/Cz8/MI5gjhSZiVaANR+zPyUctzSivgq0mp7zbq5U+g=; b=HWtkelviwq6szFh8J69yAO/cADYFTlu7/yVYICSPXqdP3/QtP2Bo99PiWbQSL+7tiI o8kzYaxBsqM3k24tZW0zmJfQ6R9oWLm3fkoeweaEvPTGVA11IXhyGziRYISMsCMf+GBc Egd1Y9eic1a6gAHegAkjfl9nPO9z8mJxInO4lKtZMkmUSo4uJiq6QJtk9OpsDGOufzhJ +BF31uCfSZrSt9bJrl4zDPvI3Sxi9Cs3Iz/GpXru+NWpNd9yD82aCB3A1KMgJo6p9e4A ubiXQVnfc2FeSCq/ogHYs/3n8pyCv9hzm2utWh9jvCsrFjg8Nk8SiWS6kmV+vMOUn1Ye SE5g== X-Gm-Message-State: APjAAAUOAvcv+yhHnBTZlcFW+zN0tZmKb0XcfstYnZSRvOppbBCdd4e6 H/NCLFDm3+Ia1h+L8vu5BuCpH9+kF9yOFqipPX11TU9akqILnw== X-Google-Smtp-Source: APXvYqz6to1aoEbKnLvKfmu7VUHuxeIMd1qe8lCEXOpwXbCtYYnmuITDr+SSt38rigCwKjrGGCVhvQSdAcsaz77x/WA= X-Received: by 2002:a37:404b:: with SMTP id n72mr55200028qka.98.1558314623948; Sun, 19 May 2019 18:10:23 -0700 (PDT) MIME-Version: 1.0 References: <20190519135130.462579320@linutronix.de> <20190519154042.236620792@linutronix.de> In-Reply-To: <20190519154042.236620792@linutronix.de> From: Steve Winslow Date: Sun, 19 May 2019 21:10:06 -0400 Message-ID: Subject: Re: [patch 17/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 17 To: linux-spdx@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Sender: linux-spdx-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spdx@vger.kernel.org Reviewed-by: Steve Winslow On Sun, May 19, 2019 at 1:21 PM Thomas Gleixner wrote: > > Based on 1 normalized pattern(s): > > this program is free software you can redistribute it and or modify > it under the terms of the gnu general public license as published by > the free software foundation either version 2 or at your option any > later version this program is distributed in the hope that it will > be useful but without any warranty without even the implied warranty > of merchantability or fitness for a particular purpose see the gnu > general public license for more details you should have received a > copy of the gnu general public license along with this program if > not see http www gnu org licenses > > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-or-later > > has been chosen to replace the boilerplate/reference in 13 file(s). > > Signed-off-by: Thomas Gleixner > --- > https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=step2&id=7d6ae84716d8 > --- > drivers/memstick/host/rtsx_pci_ms.c | 14 +------------- > drivers/misc/cardreader/rtl8411.c | 14 +------------- > drivers/misc/cardreader/rts5209.c | 14 +------------- > drivers/misc/cardreader/rts5227.c | 14 +------------- > drivers/misc/cardreader/rts5229.c | 14 +------------- > drivers/misc/cardreader/rts5249.c | 14 +------------- > drivers/misc/cardreader/rts5260.c | 14 +------------- > drivers/misc/cardreader/rtsx_pcr.c | 14 +------------- > drivers/misc/cardreader/rtsx_pcr.h | 14 +------------- > drivers/mmc/host/rtsx_pci_sdmmc.c | 14 +------------- > drivers/net/usb/kaweth.c | 14 +------------- > include/linux/rtsx_common.h | 14 +------------- > include/linux/rtsx_pci.h | 14 +------------- > 13 files changed, 13 insertions(+), 169 deletions(-) > > --- a/drivers/memstick/host/rtsx_pci_ms.c > +++ b/drivers/memstick/host/rtsx_pci_ms.c > @@ -1,20 +1,8 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* Realtek PCI-Express Memstick Card Interface driver > * > * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. > * > - * This program is free software; you can redistribute it and/or modify it > - * under the terms of the GNU General Public License as published by the > - * Free Software Foundation; either version 2, or (at your option) any > - * later version. > - * > - * This program is distributed in the hope that it will be useful, but > - * WITHOUT ANY WARRANTY; without even the implied warranty of > - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU > - * General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License along > - * with this program; if not, see . > - * > * Author: > * Wei WANG > */ > --- a/drivers/misc/cardreader/rtl8411.c > +++ b/drivers/misc/cardreader/rtl8411.c > @@ -1,20 +1,8 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* Driver for Realtek PCI-Express card reader > * > * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. > * > - * This program is free software; you can redistribute it and/or modify it > - * under the terms of the GNU General Public License as published by the > - * Free Software Foundation; either version 2, or (at your option) any > - * later version. > - * > - * This program is distributed in the hope that it will be useful, but > - * WITHOUT ANY WARRANTY; without even the implied warranty of > - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU > - * General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License along > - * with this program; if not, see . > - * > * Author: > * Wei WANG > * Roger Tseng > --- a/drivers/misc/cardreader/rts5209.c > +++ b/drivers/misc/cardreader/rts5209.c > @@ -1,20 +1,8 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* Driver for Realtek PCI-Express card reader > * > * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. > * > - * This program is free software; you can redistribute it and/or modify it > - * under the terms of the GNU General Public License as published by the > - * Free Software Foundation; either version 2, or (at your option) any > - * later version. > - * > - * This program is distributed in the hope that it will be useful, but > - * WITHOUT ANY WARRANTY; without even the implied warranty of > - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU > - * General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License along > - * with this program; if not, see . > - * > * Author: > * Wei WANG > */ > --- a/drivers/misc/cardreader/rts5227.c > +++ b/drivers/misc/cardreader/rts5227.c > @@ -1,20 +1,8 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* Driver for Realtek PCI-Express card reader > * > * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. > * > - * This program is free software; you can redistribute it and/or modify it > - * under the terms of the GNU General Public License as published by the > - * Free Software Foundation; either version 2, or (at your option) any > - * later version. > - * > - * This program is distributed in the hope that it will be useful, but > - * WITHOUT ANY WARRANTY; without even the implied warranty of > - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU > - * General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License along > - * with this program; if not, see . > - * > * Author: > * Wei WANG > * Roger Tseng > --- a/drivers/misc/cardreader/rts5229.c > +++ b/drivers/misc/cardreader/rts5229.c > @@ -1,20 +1,8 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* Driver for Realtek PCI-Express card reader > * > * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. > * > - * This program is free software; you can redistribute it and/or modify it > - * under the terms of the GNU General Public License as published by the > - * Free Software Foundation; either version 2, or (at your option) any > - * later version. > - * > - * This program is distributed in the hope that it will be useful, but > - * WITHOUT ANY WARRANTY; without even the implied warranty of > - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU > - * General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License along > - * with this program; if not, see . > - * > * Author: > * Wei WANG > */ > --- a/drivers/misc/cardreader/rts5249.c > +++ b/drivers/misc/cardreader/rts5249.c > @@ -1,20 +1,8 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* Driver for Realtek PCI-Express card reader > * > * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. > * > - * This program is free software; you can redistribute it and/or modify it > - * under the terms of the GNU General Public License as published by the > - * Free Software Foundation; either version 2, or (at your option) any > - * later version. > - * > - * This program is distributed in the hope that it will be useful, but > - * WITHOUT ANY WARRANTY; without even the implied warranty of > - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU > - * General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License along > - * with this program; if not, see . > - * > * Author: > * Wei WANG > */ > --- a/drivers/misc/cardreader/rts5260.c > +++ b/drivers/misc/cardreader/rts5260.c > @@ -1,20 +1,8 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* Driver for Realtek PCI-Express card reader > * > * Copyright(c) 2016-2017 Realtek Semiconductor Corp. All rights reserved. > * > - * This program is free software; you can redistribute it and/or modify it > - * under the terms of the GNU General Public License as published by the > - * Free Software Foundation; either version 2, or (at your option) any > - * later version. > - * > - * This program is distributed in the hope that it will be useful, but > - * WITHOUT ANY WARRANTY; without even the implied warranty of > - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU > - * General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License along > - * with this program; if not, see . > - * > * Author: > * Steven FENG > * Rui FENG > --- a/drivers/misc/cardreader/rtsx_pcr.c > +++ b/drivers/misc/cardreader/rtsx_pcr.c > @@ -1,20 +1,8 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* Driver for Realtek PCI-Express card reader > * > * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. > * > - * This program is free software; you can redistribute it and/or modify it > - * under the terms of the GNU General Public License as published by the > - * Free Software Foundation; either version 2, or (at your option) any > - * later version. > - * > - * This program is distributed in the hope that it will be useful, but > - * WITHOUT ANY WARRANTY; without even the implied warranty of > - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU > - * General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License along > - * with this program; if not, see . > - * > * Author: > * Wei WANG > */ > --- a/drivers/misc/cardreader/rtsx_pcr.h > +++ b/drivers/misc/cardreader/rtsx_pcr.h > @@ -1,20 +1,8 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > /* Driver for Realtek PCI-Express card reader > * > * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. > * > - * This program is free software; you can redistribute it and/or modify it > - * under the terms of the GNU General Public License as published by the > - * Free Software Foundation; either version 2, or (at your option) any > - * later version. > - * > - * This program is distributed in the hope that it will be useful, but > - * WITHOUT ANY WARRANTY; without even the implied warranty of > - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU > - * General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License along > - * with this program; if not, see . > - * > * Author: > * Wei WANG > */ > --- a/drivers/mmc/host/rtsx_pci_sdmmc.c > +++ b/drivers/mmc/host/rtsx_pci_sdmmc.c > @@ -1,20 +1,8 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* Realtek PCI-Express SD/MMC Card Interface driver > * > * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. > * > - * This program is free software; you can redistribute it and/or modify it > - * under the terms of the GNU General Public License as published by the > - * Free Software Foundation; either version 2, or (at your option) any > - * later version. > - * > - * This program is distributed in the hope that it will be useful, but > - * WITHOUT ANY WARRANTY; without even the implied warranty of > - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU > - * General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License along > - * with this program; if not, see . > - * > * Author: > * Wei WANG > */ > --- a/drivers/net/usb/kaweth.c > +++ b/drivers/net/usb/kaweth.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /**************************************************************** > * > * kaweth.c - driver for KL5KUSB101 based USB->Ethernet > @@ -14,19 +15,6 @@ > * Also many thanks to Joel Silverman and Ed Surprenant at Kawasaki > * for providing the firmware and driver resources. > * > - * This program is free software; you can redistribute it and/or > - * modify it under the terms of the GNU General Public License as > - * published by the Free Software Foundation; either version 2, or > - * (at your option) any later version. > - * > - * This program is distributed in the hope that it will be useful, > - * but WITHOUT ANY WARRANTY; without even the implied warranty of > - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > - * GNU General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with this program; if not, see . > - * > ****************************************************************/ > > /* TODO: > --- a/include/linux/rtsx_common.h > +++ b/include/linux/rtsx_common.h > @@ -1,20 +1,8 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > /* Driver for Realtek driver-based card reader > * > * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. > * > - * This program is free software; you can redistribute it and/or modify it > - * under the terms of the GNU General Public License as published by the > - * Free Software Foundation; either version 2, or (at your option) any > - * later version. > - * > - * This program is distributed in the hope that it will be useful, but > - * WITHOUT ANY WARRANTY; without even the implied warranty of > - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU > - * General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License along > - * with this program; if not, see . > - * > * Author: > * Wei WANG > */ > --- a/include/linux/rtsx_pci.h > +++ b/include/linux/rtsx_pci.h > @@ -1,20 +1,8 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > /* Driver for Realtek PCI-Express card reader > * > * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. > * > - * This program is free software; you can redistribute it and/or modify it > - * under the terms of the GNU General Public License as published by the > - * Free Software Foundation; either version 2, or (at your option) any > - * later version. > - * > - * This program is distributed in the hope that it will be useful, but > - * WITHOUT ANY WARRANTY; without even the implied warranty of > - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU > - * General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License along > - * with this program; if not, see . > - * > * Author: > * Wei WANG > */ > > -- Steve Winslow Director of Strategic Programs The Linux Foundation swinslow@linuxfoundation.org