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 155

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 write to the free software foundation inc 51 franklin street
fifth floor boston ma 02110 1301 usa

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-or-later

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

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Armijn Hemel <armijn@tjaldur.nl>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Richard Fontana <rfontana@redhat.com>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190527070033.022316957@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
e78d0eab 3bf42006

+2 -28
+1 -14
tools/power/cpupower/bench/cpufreq-bench_plot.sh
··· 1 1 #!/bin/bash 2 + # SPDX-License-Identifier: GPL-2.0-or-later 2 3 3 - # This program is free software: you can redistribute it and/or modify 4 - # it under the terms of the GNU General Public License as published by 5 - # the Free Software Foundation; either version 2, or (at your option) 6 - # any later version. 7 - 8 - # This program is distributed in the hope that it will be useful, 9 - # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - # GNU General Public License for more details. 12 - 13 - # You should have received a copy of the GNU General Public License 14 - # along with this program; if not, write to the Free Software 15 - # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 16 - # 02110-1301, USA. 17 4 18 5 # Author/Copyright(c): 2009, Thomas Renninger <trenn@suse.de>, Novell Inc. 19 6
+1 -14
tools/power/cpupower/bench/cpufreq-bench_script.sh
··· 1 1 #!/bin/bash 2 + # SPDX-License-Identifier: GPL-2.0-or-later 2 3 3 - # This program is free software: you can redistribute it and/or modify 4 - # it under the terms of the GNU General Public License as published by 5 - # the Free Software Foundation; either version 2, or (at your option) 6 - # any later version. 7 - 8 - # This program is distributed in the hope that it will be useful, 9 - # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - # GNU General Public License for more details. 12 - 13 - # You should have received a copy of the GNU General Public License 14 - # along with this program; if not, write to the Free Software 15 - # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 16 - # 02110-1301, USA. 17 4 18 5 # Author/Copyright(c): 2009, Thomas Renninger <trenn@suse.de>, Novell Inc. 19 6