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 25

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 would 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

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

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
7170066e fd9871f7

+6 -60
+1 -10
kernel/delayacct.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* delayacct.c - per-task delay accounting 2 3 * 3 4 * Copyright (C) Shailabh Nagar, IBM Corp. 2006 4 - * 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 would be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See 13 - * the GNU General Public License for more details. 14 5 */ 15 6 16 7 #include <linux/sched.h>
+1 -10
kernel/test_kprobes.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * test_kprobes.c - simple sanity test for *probes 3 4 * 4 5 * Copyright IBM Corp. 2008 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as published by 8 - * the Free Software Foundation; either version 2 of the License, or 9 - * (at your option) any later version. 10 - * 11 - * This program is distributed in the hope that it would be useful, but 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See 14 - * the GNU General Public License for more details. 15 6 */ 16 7 17 8 #define pr_fmt(fmt) "Kprobe smoke test: " fmt
+1 -10
tools/testing/selftests/ntb/ntb_test.sh
··· 1 1 #!/bin/bash 2 + # SPDX-License-Identifier: GPL-2.0-or-later 2 3 # Copyright (c) 2016 Microsemi. All Rights Reserved. 3 - # 4 - # This program is free software; you can redistribute it and/or 5 - # modify it under the terms of the GNU General Public License as 6 - # published by the Free Software Foundation; either version 2 of 7 - # the License, or (at your option) any later version. 8 - # 9 - # This program is distributed in the hope that it would be useful, 10 - # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - # GNU General Public License for more details. 13 4 # 14 5 # Author: Logan Gunthorpe <logang@deltatee.com> 15 6
+1 -10
tools/testing/selftests/zram/zram01.sh
··· 1 1 #!/bin/bash 2 + # SPDX-License-Identifier: GPL-2.0-or-later 2 3 # Copyright (c) 2015 Oracle and/or its affiliates. All Rights Reserved. 3 - # 4 - # This program is free software; you can redistribute it and/or 5 - # modify it under the terms of the GNU General Public License as 6 - # published by the Free Software Foundation; either version 2 of 7 - # the License, or (at your option) any later version. 8 - # 9 - # This program is distributed in the hope that it would be useful, 10 - # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - # GNU General Public License for more details. 13 4 # 14 5 # Test creates several zram devices with different filesystems on them. 15 6 # It fills each device with zeros and checks that compression works.
+1 -10
tools/testing/selftests/zram/zram02.sh
··· 1 1 #!/bin/bash 2 + # SPDX-License-Identifier: GPL-2.0-or-later 2 3 # Copyright (c) 2015 Oracle and/or its affiliates. All Rights Reserved. 3 - # 4 - # This program is free software; you can redistribute it and/or 5 - # modify it under the terms of the GNU General Public License as 6 - # published by the Free Software Foundation; either version 2 of 7 - # the License, or (at your option) any later version. 8 - # 9 - # This program is distributed in the hope that it would be useful, 10 - # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - # GNU General Public License for more details. 13 4 # 14 5 # Test checks that we can create swap zram device. 15 6 #
+1 -10
tools/testing/selftests/zram/zram_lib.sh
··· 1 1 #!/bin/sh 2 + # SPDX-License-Identifier: GPL-2.0-or-later 2 3 # Copyright (c) 2015 Oracle and/or its affiliates. All Rights Reserved. 3 - # 4 - # This program is free software; you can redistribute it and/or 5 - # modify it under the terms of the GNU General Public License as 6 - # published by the Free Software Foundation; either version 2 of 7 - # the License, or (at your option) any later version. 8 - # 9 - # This program is distributed in the hope that it would be useful, 10 - # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - # GNU General Public License for more details. 13 4 # 14 5 # Author: Alexey Kodanev <alexey.kodanev@oracle.com> 15 6 # Modified: Naresh Kamboju <naresh.kamboju@linaro.org>