Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 457

Based on 2 normalized pattern(s):

this file is licensed under gplv2 this file is part of the [aic94xx]
driver the [aic94xx] driver 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 version 2 of the
license the [aic94xx] driver 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 [aic94xx] driver
if not write to the free software foundation inc 51 franklin st
fifth floor boston ma 02110 1301 usa

this file is licensed under gplv2 this file is part of the
[88se64xx] [88se94xx] driver the [88se64xx] [88se94xx] driver 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 version 2 of the license the [88se64xx]
[88se94xx] driver 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 [88se64xx]
[88se94xx] driver if not write to the free software foundation inc
51 franklin st fifth floor boston ma 02110 1301 usa

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

has been chosen to replace the boilerplate/reference in 2 file(s).

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Enrico Weigelt <info@metux.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190604081201.638289549@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
071fb96b 023b915e

+2 -38
+1 -19
drivers/scsi/aic94xx/Kconfig
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 # 2 3 # Kernel configuration file for aic94xx SAS/SATA driver. 3 4 # 4 5 # Copyright (c) 2005 Adaptec, Inc. All rights reserved. 5 6 # Copyright (c) 2005 Luben Tuikov <luben_tuikov@adaptec.com> 6 - # 7 - # This file is licensed under GPLv2. 8 - # 9 - # This file is part of the aic94xx driver. 10 - # 11 - # The aic94xx driver is free software; you can redistribute it and/or 12 - # modify it under the terms of the GNU General Public License as 13 - # published by the Free Software Foundation; version 2 of the 14 - # License. 15 - # 16 - # The aic94xx driver is distributed in the hope that it will be useful, 17 - # but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - # General Public License for more details. 20 - # 21 - # You should have received a copy of the GNU General Public License 22 - # along with Aic94xx Driver; if not, write to the Free Software 23 - # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 24 - # 25 7 # 26 8 27 9 config SCSI_AIC94XX
+1 -19
drivers/scsi/mvsas/Kconfig
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 # 2 3 # Kernel configuration file for 88SE64XX/88SE94XX SAS/SATA driver. 3 4 # 4 5 # Copyright 2007 Red Hat, Inc. 5 6 # Copyright 2008 Marvell. <kewei@marvell.com> 6 7 # Copyright 2009-2011 Marvell. <yuxiangl@marvell.com> 7 - # 8 - # This file is licensed under GPLv2. 9 - # 10 - # This file is part of the 88SE64XX/88SE94XX driver. 11 - # 12 - # The 88SE64XX/88SE94XX driver is free software; you can redistribute 13 - # it and/or modify it under the terms of the GNU General Public License 14 - # as published by the Free Software Foundation; version 2 of the 15 - # License. 16 - # 17 - # The 88SE64XX/88SE94XX driver is distributed in the hope that it will be 18 - # useful, but WITHOUT ANY WARRANTY; without even the implied warranty of 19 - # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 20 - # General Public License for more details. 21 - # 22 - # You should have received a copy of the GNU General Public License 23 - # along with 88SE64XX/88SE94XX Driver; if not, write to the Free Software 24 - # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 25 - # 26 8 # 27 9 28 10 config SCSI_MVSAS