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 17

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 <tglx@linutronix.de>
Reviewed-by: Steve Winslow <swinslow@gmail.com>
Reviewed-by: Jilayne Lovejoy <opensource@jilayne.com>
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Reviewed-by: Allison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190519154042.236620792@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
aaf4989b d0ae6124

+13 -169
+1 -13
drivers/memstick/host/rtsx_pci_ms.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* Realtek PCI-Express Memstick Card Interface driver 2 3 * 3 4 * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2, or (at your option) any 8 - * later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along 16 - * with this program; if not, see <http://www.gnu.org/licenses/>. 17 5 * 18 6 * Author: 19 7 * Wei WANG <wei_wang@realsil.com.cn>
+1 -13
drivers/misc/cardreader/rtl8411.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* Driver for Realtek PCI-Express card reader 2 3 * 3 4 * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2, or (at your option) any 8 - * later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along 16 - * with this program; if not, see <http://www.gnu.org/licenses/>. 17 5 * 18 6 * Author: 19 7 * Wei WANG <wei_wang@realsil.com.cn>
+1 -13
drivers/misc/cardreader/rts5209.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* Driver for Realtek PCI-Express card reader 2 3 * 3 4 * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2, or (at your option) any 8 - * later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along 16 - * with this program; if not, see <http://www.gnu.org/licenses/>. 17 5 * 18 6 * Author: 19 7 * Wei WANG <wei_wang@realsil.com.cn>
+1 -13
drivers/misc/cardreader/rts5227.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* Driver for Realtek PCI-Express card reader 2 3 * 3 4 * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2, or (at your option) any 8 - * later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along 16 - * with this program; if not, see <http://www.gnu.org/licenses/>. 17 5 * 18 6 * Author: 19 7 * Wei WANG <wei_wang@realsil.com.cn>
+1 -13
drivers/misc/cardreader/rts5229.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* Driver for Realtek PCI-Express card reader 2 3 * 3 4 * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2, or (at your option) any 8 - * later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along 16 - * with this program; if not, see <http://www.gnu.org/licenses/>. 17 5 * 18 6 * Author: 19 7 * Wei WANG <wei_wang@realsil.com.cn>
+1 -13
drivers/misc/cardreader/rts5249.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* Driver for Realtek PCI-Express card reader 2 3 * 3 4 * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2, or (at your option) any 8 - * later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along 16 - * with this program; if not, see <http://www.gnu.org/licenses/>. 17 5 * 18 6 * Author: 19 7 * Wei WANG <wei_wang@realsil.com.cn>
+1 -13
drivers/misc/cardreader/rts5260.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* Driver for Realtek PCI-Express card reader 2 3 * 3 4 * Copyright(c) 2016-2017 Realtek Semiconductor Corp. All rights reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2, or (at your option) any 8 - * later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along 16 - * with this program; if not, see <http://www.gnu.org/licenses/>. 17 5 * 18 6 * Author: 19 7 * Steven FENG <steven_feng@realsil.com.cn>
+1 -13
drivers/misc/cardreader/rtsx_pcr.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* Driver for Realtek PCI-Express card reader 2 3 * 3 4 * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2, or (at your option) any 8 - * later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along 16 - * with this program; if not, see <http://www.gnu.org/licenses/>. 17 5 * 18 6 * Author: 19 7 * Wei WANG <wei_wang@realsil.com.cn>
+1 -13
drivers/misc/cardreader/rtsx_pcr.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* Driver for Realtek PCI-Express card reader 2 3 * 3 4 * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2, or (at your option) any 8 - * later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along 16 - * with this program; if not, see <http://www.gnu.org/licenses/>. 17 5 * 18 6 * Author: 19 7 * Wei WANG <wei_wang@realsil.com.cn>
+1 -13
drivers/mmc/host/rtsx_pci_sdmmc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* Realtek PCI-Express SD/MMC Card Interface driver 2 3 * 3 4 * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2, or (at your option) any 8 - * later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along 16 - * with this program; if not, see <http://www.gnu.org/licenses/>. 17 5 * 18 6 * Author: 19 7 * Wei WANG <wei_wang@realsil.com.cn>
+1 -13
drivers/net/usb/kaweth.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /**************************************************************** 2 3 * 3 4 * kaweth.c - driver for KL5KUSB101 based USB->Ethernet ··· 14 13 * Based off of (and with thanks to) Petko Manolov's pegaus.c driver. 15 14 * Also many thanks to Joel Silverman and Ed Surprenant at Kawasaki 16 15 * for providing the firmware and driver resources. 17 - * 18 - * This program is free software; you can redistribute it and/or 19 - * modify it under the terms of the GNU General Public License as 20 - * published by the Free Software Foundation; either version 2, or 21 - * (at your option) any later version. 22 - * 23 - * This program is distributed in the hope that it will be useful, 24 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 25 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 26 - * GNU General Public License for more details. 27 - * 28 - * You should have received a copy of the GNU General Public License 29 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 30 16 * 31 17 ****************************************************************/ 32 18
+1 -13
include/linux/rtsx_common.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* Driver for Realtek driver-based card reader 2 3 * 3 4 * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2, or (at your option) any 8 - * later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along 16 - * with this program; if not, see <http://www.gnu.org/licenses/>. 17 5 * 18 6 * Author: 19 7 * Wei WANG <wei_wang@realsil.com.cn>
+1 -13
include/linux/rtsx_pci.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* Driver for Realtek PCI-Express card reader 2 3 * 3 4 * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2, or (at your option) any 8 - * later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along 16 - * with this program; if not, see <http://www.gnu.org/licenses/>. 17 5 * 18 6 * Author: 19 7 * Wei WANG <wei_wang@realsil.com.cn>