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 41

Based on 1 normalized pattern(s):

this module 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

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-or-later

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

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

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
ee5d8f4d ea2305f6

+18 -108
+1 -6
drivers/net/hamradio/bpqether.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * G8BPQ compatible "AX.25 via ethernet" driver release 004 3 4 * 4 5 * This code REQUIRES 2.0.0 or higher/ NET3.029 5 - * 6 - * This module: 7 - * This module is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * as published by the Free Software Foundation; either version 10 - * 2 of the License, or (at your option) any later version. 11 6 * 12 7 * This is a "pseudo" network driver to allow AX.25 over Ethernet 13 8 * using G8BPQ encapsulation. It has been extracted from the protocol
+1 -6
drivers/net/wan/lapbether.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * "LAPB via ethernet" driver release 001 3 4 * 4 5 * This code REQUIRES 2.1.15 or higher/ NET3.038 5 - * 6 - * This module: 7 - * This module is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * as published by the Free Software Foundation; either version 10 - * 2 of the License, or (at your option) any later version. 11 6 * 12 7 * This is a "pseudo" network driver to allow LAPB over Ethernet. 13 8 *
+1 -6
net/lapb/lapb_iface.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * LAPB release 002 3 4 * 4 5 * This code REQUIRES 2.1.15 or higher/ NET3.038 5 - * 6 - * This module: 7 - * This module is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * as published by the Free Software Foundation; either version 10 - * 2 of the License, or (at your option) any later version. 11 6 * 12 7 * History 13 8 * LAPB 001 Jonathan Naylor Started Coding
+1 -6
net/lapb/lapb_in.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * LAPB release 002 3 4 * 4 5 * This code REQUIRES 2.1.15 or higher/ NET3.038 5 - * 6 - * This module: 7 - * This module is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * as published by the Free Software Foundation; either version 10 - * 2 of the License, or (at your option) any later version. 11 6 * 12 7 * History 13 8 * LAPB 001 Jonathan Naulor Started Coding
+1 -6
net/lapb/lapb_out.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * LAPB release 002 3 4 * 4 5 * This code REQUIRES 2.1.15 or higher/ NET3.038 5 - * 6 - * This module: 7 - * This module is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * as published by the Free Software Foundation; either version 10 - * 2 of the License, or (at your option) any later version. 11 6 * 12 7 * History 13 8 * LAPB 001 Jonathan Naylor Started Coding
+1 -6
net/lapb/lapb_subr.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * LAPB release 002 3 4 * 4 5 * This code REQUIRES 2.1.15 or higher/ NET3.038 5 - * 6 - * This module: 7 - * This module is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * as published by the Free Software Foundation; either version 10 - * 2 of the License, or (at your option) any later version. 11 6 * 12 7 * History 13 8 * LAPB 001 Jonathan Naylor Started Coding
+1 -6
net/lapb/lapb_timer.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * LAPB release 002 3 4 * 4 5 * This code REQUIRES 2.1.15 or higher/ NET3.038 5 - * 6 - * This module: 7 - * This module is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * as published by the Free Software Foundation; either version 10 - * 2 of the License, or (at your option) any later version. 11 6 * 12 7 * History 13 8 * LAPB 001 Jonathan Naylor Started Coding
+1 -6
net/x25/af_x25.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * X.25 Packet Layer release 002 3 4 * ··· 7 6 * screw up. It might even work. 8 7 * 9 8 * This code REQUIRES 2.1.15 or higher 10 - * 11 - * This module: 12 - * This module is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public License 14 - * as published by the Free Software Foundation; either version 15 - * 2 of the License, or (at your option) any later version. 16 9 * 17 10 * History 18 11 * X.25 001 Jonathan Naylor Started coding.
+1 -6
net/x25/x25_dev.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * X.25 Packet Layer release 002 3 4 * ··· 6 5 * releases, misbehave and/or generally screw up. It might even work. 7 6 * 8 7 * This code REQUIRES 2.1.15 or higher 9 - * 10 - * This module: 11 - * This module is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License 13 - * as published by the Free Software Foundation; either version 14 - * 2 of the License, or (at your option) any later version. 15 8 * 16 9 * History 17 10 * X.25 001 Jonathan Naylor Started coding.
+1 -6
net/x25/x25_facilities.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * X.25 Packet Layer release 002 3 4 * ··· 7 6 * screw up. It might even work. 8 7 * 9 8 * This code REQUIRES 2.1.15 or higher 10 - * 11 - * This module: 12 - * This module is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public License 14 - * as published by the Free Software Foundation; either version 15 - * 2 of the License, or (at your option) any later version. 16 9 * 17 10 * History 18 11 * X.25 001 Split from x25_subr.c
+1 -6
net/x25/x25_forward.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 - * This module: 3 - * This module is free software; you can redistribute it and/or 4 - * modify it under the terms of the GNU General Public License 5 - * as published by the Free Software Foundation; either version 6 - * 2 of the License, or (at your option) any later version. 7 - * 8 3 * History 9 4 * 03-01-2007 Added forwarding for x.25 Andrew Hendry 10 5 */
+1 -6
net/x25/x25_in.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * X.25 Packet Layer release 002 3 4 * ··· 7 6 * screw up. It might even work. 8 7 * 9 8 * This code REQUIRES 2.1.15 or higher 10 - * 11 - * This module: 12 - * This module is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public License 14 - * as published by the Free Software Foundation; either version 15 - * 2 of the License, or (at your option) any later version. 16 9 * 17 10 * History 18 11 * X.25 001 Jonathan Naylor Started coding.
+1 -6
net/x25/x25_link.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * X.25 Packet Layer release 002 3 4 * ··· 7 6 * screw up. It might even work. 8 7 * 9 8 * This code REQUIRES 2.1.15 or higher 10 - * 11 - * This module: 12 - * This module is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public License 14 - * as published by the Free Software Foundation; either version 15 - * 2 of the License, or (at your option) any later version. 16 9 * 17 10 * History 18 11 * X.25 001 Jonathan Naylor Started coding.
+1 -6
net/x25/x25_out.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * X.25 Packet Layer release 002 3 4 * ··· 7 6 * screw up. It might even work. 8 7 * 9 8 * This code REQUIRES 2.1.15 or higher 10 - * 11 - * This module: 12 - * This module is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public License 14 - * as published by the Free Software Foundation; either version 15 - * 2 of the License, or (at your option) any later version. 16 9 * 17 10 * History 18 11 * X.25 001 Jonathan Naylor Started coding.
+1 -6
net/x25/x25_proc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * X.25 Packet Layer release 002 3 4 * ··· 7 6 * screw up. It might even work. 8 7 * 9 8 * This code REQUIRES 2.4 with seq_file support 10 - * 11 - * This module: 12 - * This module is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public License 14 - * as published by the Free Software Foundation; either version 15 - * 2 of the License, or (at your option) any later version. 16 9 * 17 10 * History 18 11 * 2002/10/06 Arnaldo Carvalho de Melo seq_file support
+1 -6
net/x25/x25_route.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * X.25 Packet Layer release 002 3 4 * ··· 7 6 * screw up. It might even work. 8 7 * 9 8 * This code REQUIRES 2.1.15 or higher 10 - * 11 - * This module: 12 - * This module is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public License 14 - * as published by the Free Software Foundation; either version 15 - * 2 of the License, or (at your option) any later version. 16 9 * 17 10 * History 18 11 * X.25 001 Jonathan Naylor Started coding.
+1 -6
net/x25/x25_subr.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * X.25 Packet Layer release 002 3 4 * ··· 7 6 * screw up. It might even work. 8 7 * 9 8 * This code REQUIRES 2.1.15 or higher 10 - * 11 - * This module: 12 - * This module is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public License 14 - * as published by the Free Software Foundation; either version 15 - * 2 of the License, or (at your option) any later version. 16 9 * 17 10 * History 18 11 * X.25 001 Jonathan Naylor Started coding.
+1 -6
net/x25/x25_timer.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * X.25 Packet Layer release 002 3 4 * ··· 7 6 * screw up. It might even work. 8 7 * 9 8 * This code REQUIRES 2.1.15 or higher 10 - * 11 - * This module: 12 - * This module is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public License 14 - * as published by the Free Software Foundation; either version 15 - * 2 of the License, or (at your option) any later version. 16 9 * 17 10 * History 18 11 * X.25 001 Jonathan Naylor Started coding.