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 37

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 of the license 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 write to the free software foundation inc
59 temple place suite 330 boston ma 02111 1307 usa the gnu gpl is
contained in usr doc copyright gpl on a debian system and in the
file copying in the linux kernel source

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-or-later

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

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
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/20190520170857.643862682@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
8a618bfc b4d0d230

+6 -96
+1 -16
drivers/atm/ambassador.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 Madge Ambassador ATM Adapter driver. 3 4 Copyright (C) 1995-1999 Madge Networks Ltd. 4 5 5 - This program is free software; you can redistribute it and/or modify 6 - it under the terms of the GNU General Public License as published by 7 - the Free Software Foundation; either version 2 of the License, or 8 - (at your option) any later version. 9 - 10 - This program is distributed in the hope that it will be useful, 11 - but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - GNU General Public License for more details. 14 - 15 - You should have received a copy of the GNU General Public License 16 - along with this program; if not, write to the Free Software 17 - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 - 19 - The GNU GPL is contained in /usr/doc/copyright/GPL on a Debian 20 - system and in the file COPYING in the Linux kernel source. 21 6 */ 22 7 23 8 /* * dedicated to the memory of Graham Gordon 1971-1998 * */
+1 -16
drivers/atm/ambassador.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 Madge Ambassador ATM Adapter driver. 3 4 Copyright (C) 1995-1999 Madge Networks Ltd. 4 5 5 - This program is free software; you can redistribute it and/or modify 6 - it under the terms of the GNU General Public License as published by 7 - the Free Software Foundation; either version 2 of the License, or 8 - (at your option) any later version. 9 - 10 - This program is distributed in the hope that it will be useful, 11 - but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - GNU General Public License for more details. 14 - 15 - You should have received a copy of the GNU General Public License 16 - along with this program; if not, write to the Free Software 17 - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 - 19 - The GNU GPL is contained in /usr/doc/copyright/GPL on a Debian 20 - system and in the file COPYING in the Linux kernel source. 21 6 */ 22 7 23 8 #ifndef AMBASSADOR_H
+1 -16
drivers/atm/firestream.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 2 3 /* drivers/atm/firestream.c - FireStream 155 (MB86697) and 3 4 * FireStream 50 (MB86695) device driver ··· 10 9 */ 11 10 12 11 /* 13 - This program is free software; you can redistribute it and/or modify 14 - it under the terms of the GNU General Public License as published by 15 - the Free Software Foundation; either version 2 of the License, or 16 - (at your option) any later version. 17 - 18 - This program is distributed in the hope that it will be useful, 19 - but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - GNU General Public License for more details. 22 - 23 - You should have received a copy of the GNU General Public License 24 - along with this program; if not, write to the Free Software 25 - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 26 - 27 - The GNU GPL is contained in /usr/doc/copyright/GPL on a Debian 28 - system and in the file COPYING in the Linux kernel source. 29 12 */ 30 13 31 14
+1 -16
drivers/atm/firestream.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* drivers/atm/firestream.h - FireStream 155 (MB86697) and 2 3 * FireStream 50 (MB86695) device driver 3 4 */ ··· 9 8 */ 10 9 11 10 /* 12 - This program is free software; you can redistribute it and/or modify 13 - it under the terms of the GNU General Public License as published by 14 - the Free Software Foundation; either version 2 of the License, or 15 - (at your option) any later version. 16 - 17 - This program is distributed in the hope that it will be useful, 18 - but WITHOUT ANY WARRANTY; without even the implied warranty of 19 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 - GNU General Public License for more details. 21 - 22 - You should have received a copy of the GNU General Public License 23 - along with this program; if not, write to the Free Software 24 - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 25 - 26 - The GNU GPL is contained in /usr/doc/copyright/GPL on a Debian 27 - system and in the file COPYING in the Linux kernel source. 28 11 */ 29 12 30 13
+1 -16
drivers/atm/horizon.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 Madge Horizon ATM Adapter driver. 3 4 Copyright (C) 1995-1999 Madge Networks Ltd. 4 5 5 - This program is free software; you can redistribute it and/or modify 6 - it under the terms of the GNU General Public License as published by 7 - the Free Software Foundation; either version 2 of the License, or 8 - (at your option) any later version. 9 - 10 - This program is distributed in the hope that it will be useful, 11 - but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - GNU General Public License for more details. 14 - 15 - You should have received a copy of the GNU General Public License 16 - along with this program; if not, write to the Free Software 17 - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 - 19 - The GNU GPL is contained in /usr/doc/copyright/GPL on a Debian 20 - system and in the file COPYING in the Linux kernel source. 21 6 */ 22 7 23 8 /*
+1 -16
drivers/atm/horizon.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 Madge Horizon ATM Adapter driver. 3 4 Copyright (C) 1995-1999 Madge Networks Ltd. 4 5 5 - This program is free software; you can redistribute it and/or modify 6 - it under the terms of the GNU General Public License as published by 7 - the Free Software Foundation; either version 2 of the License, or 8 - (at your option) any later version. 9 - 10 - This program is distributed in the hope that it will be useful, 11 - but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - GNU General Public License for more details. 14 - 15 - You should have received a copy of the GNU General Public License 16 - along with this program; if not, write to the Free Software 17 - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 - 19 - The GNU GPL is contained in /usr/doc/copyright/GPL on a Debian 20 - system and in the file COPYING in the Linux kernel source. 21 6 */ 22 7 23 8 /*