diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2013-12-03 12:54:18 -0500 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2013-12-03 13:11:19 -0500 |
commit | 0e342a87d5f0cd06697c3fdc5e8b49c61e558231 (patch) | |
tree | ad8d1e1359144f4abade7ddfaa44c816bff28e46 /tools/testing | |
parent | 32caccb8f47c032df55e77102ea43c627f1ca507 (diff) |
rcutorture: Stop tracking FSF's postal address
All of the rcutorture scripts has the usual GPL header, which contains
a long-obsolete postal address for FSF. To avoid the need to track the
FSF office's movements, this commit substitutes the URL where GPL may
be found.
Reported-by: Greg KH <gregkh@linuxfoundation.org>
Reported-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'tools/testing')
17 files changed, 50 insertions, 32 deletions
diff --git a/tools/testing/selftests/rcutorture/bin/config2frag.sh b/tools/testing/selftests/rcutorture/bin/config2frag.sh index 252f769c17ba..9f9ffcd427d3 100644 --- a/tools/testing/selftests/rcutorture/bin/config2frag.sh +++ b/tools/testing/selftests/rcutorture/bin/config2frag.sh | |||
@@ -15,8 +15,8 @@ | |||
15 | # GNU General Public License for more details. | 15 | # GNU General Public License for more details. |
16 | # | 16 | # |
17 | # You should have received a copy of the GNU General Public License | 17 | # You should have received a copy of the GNU General Public License |
18 | # along with this program; if not, write to the Free Software | 18 | # along with this program; if not, you can access it online at |
19 | # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 19 | # http://www.gnu.org/licenses/gpl-2.0.html. |
20 | # | 20 | # |
21 | # Copyright (C) IBM Corporation, 2013 | 21 | # Copyright (C) IBM Corporation, 2013 |
22 | # | 22 | # |
diff --git a/tools/testing/selftests/rcutorture/bin/configNR_CPUS.sh b/tools/testing/selftests/rcutorture/bin/configNR_CPUS.sh index 9e8b11206dcc..43540f1828cc 100755 --- a/tools/testing/selftests/rcutorture/bin/configNR_CPUS.sh +++ b/tools/testing/selftests/rcutorture/bin/configNR_CPUS.sh | |||
@@ -18,8 +18,8 @@ | |||
18 | # GNU General Public License for more details. | 18 | # GNU General Public License for more details. |
19 | # | 19 | # |
20 | # You should have received a copy of the GNU General Public License | 20 | # You should have received a copy of the GNU General Public License |
21 | # along with this program; if not, write to the Free Software | 21 | # along with this program; if not, you can access it online at |
22 | # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 22 | # http://www.gnu.org/licenses/gpl-2.0.html. |
23 | # | 23 | # |
24 | # Copyright (C) IBM Corporation, 2013 | 24 | # Copyright (C) IBM Corporation, 2013 |
25 | # | 25 | # |
diff --git a/tools/testing/selftests/rcutorture/bin/configcheck.sh b/tools/testing/selftests/rcutorture/bin/configcheck.sh index a3e5b9272b46..d686537dd55c 100755 --- a/tools/testing/selftests/rcutorture/bin/configcheck.sh +++ b/tools/testing/selftests/rcutorture/bin/configcheck.sh | |||
@@ -12,8 +12,8 @@ | |||
12 | # GNU General Public License for more details. | 12 | # GNU General Public License for more details. |
13 | # | 13 | # |
14 | # You should have received a copy of the GNU General Public License | 14 | # You should have received a copy of the GNU General Public License |
15 | # along with this program; if not, write to the Free Software | 15 | # along with this program; if not, you can access it online at |
16 | # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 16 | # http://www.gnu.org/licenses/gpl-2.0.html. |
17 | # | 17 | # |
18 | # Copyright (C) IBM Corporation, 2011 | 18 | # Copyright (C) IBM Corporation, 2011 |
19 | # | 19 | # |
diff --git a/tools/testing/selftests/rcutorture/bin/configinit.sh b/tools/testing/selftests/rcutorture/bin/configinit.sh index 939c16cd03ab..a1be6e62add1 100755 --- a/tools/testing/selftests/rcutorture/bin/configinit.sh +++ b/tools/testing/selftests/rcutorture/bin/configinit.sh | |||
@@ -13,6 +13,24 @@ | |||
13 | # The second argument is a optional path to a build output directory, | 13 | # The second argument is a optional path to a build output directory, |
14 | # for example, "O=/tmp/foo". If this argument is omitted, the .config | 14 | # for example, "O=/tmp/foo". If this argument is omitted, the .config |
15 | # file will be generated directly in the current directory. | 15 | # file will be generated directly in the current directory. |
16 | # | ||
17 | # This program is free software; you can redistribute it and/or modify | ||
18 | # it under the terms of the GNU General Public License as published by | ||
19 | # the Free Software Foundation; either version 2 of the License, or | ||
20 | # (at your option) any later version. | ||
21 | # | ||
22 | # This program is distributed in the hope that it will be useful, | ||
23 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
24 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
25 | # GNU General Public License for more details. | ||
26 | # | ||
27 | # You should have received a copy of the GNU General Public License | ||
28 | # along with this program; if not, you can access it online at | ||
29 | # http://www.gnu.org/licenses/gpl-2.0.html. | ||
30 | # | ||
31 | # Copyright (C) IBM Corporation, 2013 | ||
32 | # | ||
33 | # Authors: Paul E. McKenney <paulmck@linux.vnet.ibm.com> | ||
16 | 34 | ||
17 | T=/tmp/configinit.sh.$$ | 35 | T=/tmp/configinit.sh.$$ |
18 | trap 'rm -rf $T' 0 | 36 | trap 'rm -rf $T' 0 |
diff --git a/tools/testing/selftests/rcutorture/bin/cpus2use.sh b/tools/testing/selftests/rcutorture/bin/cpus2use.sh index 277a3f6c8210..abe14b7f36e9 100755 --- a/tools/testing/selftests/rcutorture/bin/cpus2use.sh +++ b/tools/testing/selftests/rcutorture/bin/cpus2use.sh | |||
@@ -15,8 +15,8 @@ | |||
15 | # GNU General Public License for more details. | 15 | # GNU General Public License for more details. |
16 | # | 16 | # |
17 | # You should have received a copy of the GNU General Public License | 17 | # You should have received a copy of the GNU General Public License |
18 | # along with this program; if not, write to the Free Software | 18 | # along with this program; if not, you can access it online at |
19 | # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 19 | # http://www.gnu.org/licenses/gpl-2.0.html. |
20 | # | 20 | # |
21 | # Copyright (C) IBM Corporation, 2013 | 21 | # Copyright (C) IBM Corporation, 2013 |
22 | # | 22 | # |
diff --git a/tools/testing/selftests/rcutorture/bin/functions.sh b/tools/testing/selftests/rcutorture/bin/functions.sh index 3052f1bea6bf..587561d7c035 100644 --- a/tools/testing/selftests/rcutorture/bin/functions.sh +++ b/tools/testing/selftests/rcutorture/bin/functions.sh | |||
@@ -13,8 +13,8 @@ | |||
13 | # GNU General Public License for more details. | 13 | # GNU General Public License for more details. |
14 | # | 14 | # |
15 | # You should have received a copy of the GNU General Public License | 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 | 16 | # along with this program; if not, you can access it online at |
17 | # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 17 | # http://www.gnu.org/licenses/gpl-2.0.html. |
18 | # | 18 | # |
19 | # Copyright (C) IBM Corporation, 2013 | 19 | # Copyright (C) IBM Corporation, 2013 |
20 | # | 20 | # |
diff --git a/tools/testing/selftests/rcutorture/bin/kvm-build.sh b/tools/testing/selftests/rcutorture/bin/kvm-build.sh index 8c4aa7d63394..197901ec10bf 100755 --- a/tools/testing/selftests/rcutorture/bin/kvm-build.sh +++ b/tools/testing/selftests/rcutorture/bin/kvm-build.sh | |||
@@ -15,8 +15,8 @@ | |||
15 | # GNU General Public License for more details. | 15 | # GNU General Public License for more details. |
16 | # | 16 | # |
17 | # You should have received a copy of the GNU General Public License | 17 | # You should have received a copy of the GNU General Public License |
18 | # along with this program; if not, write to the Free Software | 18 | # along with this program; if not, you can access it online at |
19 | # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 19 | # http://www.gnu.org/licenses/gpl-2.0.html. |
20 | # | 20 | # |
21 | # Copyright (C) IBM Corporation, 2011 | 21 | # Copyright (C) IBM Corporation, 2011 |
22 | # | 22 | # |
diff --git a/tools/testing/selftests/rcutorture/bin/kvm-recheck.sh b/tools/testing/selftests/rcutorture/bin/kvm-recheck.sh index 874cd32d0486..baef09f3469b 100755 --- a/tools/testing/selftests/rcutorture/bin/kvm-recheck.sh +++ b/tools/testing/selftests/rcutorture/bin/kvm-recheck.sh | |||
@@ -17,8 +17,8 @@ | |||
17 | # GNU General Public License for more details. | 17 | # GNU General Public License for more details. |
18 | # | 18 | # |
19 | # You should have received a copy of the GNU General Public License | 19 | # You should have received a copy of the GNU General Public License |
20 | # along with this program; if not, write to the Free Software | 20 | # along with this program; if not, you can access it online at |
21 | # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 21 | # http://www.gnu.org/licenses/gpl-2.0.html. |
22 | # | 22 | # |
23 | # Copyright (C) IBM Corporation, 2011 | 23 | # Copyright (C) IBM Corporation, 2011 |
24 | # | 24 | # |
diff --git a/tools/testing/selftests/rcutorture/bin/kvm-test-1-rcu.sh b/tools/testing/selftests/rcutorture/bin/kvm-test-1-rcu.sh index 46f97d33e1ba..151b23788935 100755 --- a/tools/testing/selftests/rcutorture/bin/kvm-test-1-rcu.sh +++ b/tools/testing/selftests/rcutorture/bin/kvm-test-1-rcu.sh | |||
@@ -31,8 +31,8 @@ | |||
31 | # GNU General Public License for more details. | 31 | # GNU General Public License for more details. |
32 | # | 32 | # |
33 | # You should have received a copy of the GNU General Public License | 33 | # You should have received a copy of the GNU General Public License |
34 | # along with this program; if not, write to the Free Software | 34 | # along with this program; if not, you can access it online at |
35 | # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 35 | # http://www.gnu.org/licenses/gpl-2.0.html. |
36 | # | 36 | # |
37 | # Copyright (C) IBM Corporation, 2011 | 37 | # Copyright (C) IBM Corporation, 2011 |
38 | # | 38 | # |
diff --git a/tools/testing/selftests/rcutorture/bin/kvm.sh b/tools/testing/selftests/rcutorture/bin/kvm.sh index 7ba375ebe396..1b7923bf6a70 100644 --- a/tools/testing/selftests/rcutorture/bin/kvm.sh +++ b/tools/testing/selftests/rcutorture/bin/kvm.sh | |||
@@ -20,8 +20,8 @@ | |||
20 | # GNU General Public License for more details. | 20 | # GNU General Public License for more details. |
21 | # | 21 | # |
22 | # You should have received a copy of the GNU General Public License | 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 | 23 | # along with this program; if not, you can access it online at |
24 | # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 24 | # http://www.gnu.org/licenses/gpl-2.0.html. |
25 | # | 25 | # |
26 | # Copyright (C) IBM Corporation, 2011 | 26 | # Copyright (C) IBM Corporation, 2011 |
27 | # | 27 | # |
diff --git a/tools/testing/selftests/rcutorture/bin/parse-build.sh b/tools/testing/selftests/rcutorture/bin/parse-build.sh index 9da2c7ba3fce..543230951c38 100755 --- a/tools/testing/selftests/rcutorture/bin/parse-build.sh +++ b/tools/testing/selftests/rcutorture/bin/parse-build.sh | |||
@@ -20,8 +20,8 @@ | |||
20 | # GNU General Public License for more details. | 20 | # GNU General Public License for more details. |
21 | # | 21 | # |
22 | # You should have received a copy of the GNU General Public License | 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 | 23 | # along with this program; if not, you can access it online at |
24 | # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 24 | # http://www.gnu.org/licenses/gpl-2.0.html. |
25 | # | 25 | # |
26 | # Copyright (C) IBM Corporation, 2011 | 26 | # Copyright (C) IBM Corporation, 2011 |
27 | # | 27 | # |
diff --git a/tools/testing/selftests/rcutorture/bin/parse-console.sh b/tools/testing/selftests/rcutorture/bin/parse-console.sh index 8f4be78f06b6..4185d4cab32e 100755 --- a/tools/testing/selftests/rcutorture/bin/parse-console.sh +++ b/tools/testing/selftests/rcutorture/bin/parse-console.sh | |||
@@ -18,8 +18,8 @@ | |||
18 | # GNU General Public License for more details. | 18 | # GNU General Public License for more details. |
19 | # | 19 | # |
20 | # You should have received a copy of the GNU General Public License | 20 | # You should have received a copy of the GNU General Public License |
21 | # along with this program; if not, write to the Free Software | 21 | # along with this program; if not, you can access it online at |
22 | # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 22 | # http://www.gnu.org/licenses/gpl-2.0.html. |
23 | # | 23 | # |
24 | # Copyright (C) IBM Corporation, 2011 | 24 | # Copyright (C) IBM Corporation, 2011 |
25 | # | 25 | # |
diff --git a/tools/testing/selftests/rcutorture/bin/parse-rcutorture.sh b/tools/testing/selftests/rcutorture/bin/parse-rcutorture.sh index ac2f75a83225..dd0a275d9796 100755 --- a/tools/testing/selftests/rcutorture/bin/parse-rcutorture.sh +++ b/tools/testing/selftests/rcutorture/bin/parse-rcutorture.sh | |||
@@ -21,8 +21,8 @@ | |||
21 | # GNU General Public License for more details. | 21 | # GNU General Public License for more details. |
22 | # | 22 | # |
23 | # You should have received a copy of the GNU General Public License | 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 | 24 | # along with this program; if not, you can access it online at |
25 | # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 25 | # http://www.gnu.org/licenses/gpl-2.0.html. |
26 | # | 26 | # |
27 | # Copyright (C) IBM Corporation, 2011 | 27 | # Copyright (C) IBM Corporation, 2011 |
28 | # | 28 | # |
diff --git a/tools/testing/selftests/rcutorture/configs/v0.0/ver_functions.sh b/tools/testing/selftests/rcutorture/configs/v0.0/ver_functions.sh index af7d59bf0988..e8052539af54 100644 --- a/tools/testing/selftests/rcutorture/configs/v0.0/ver_functions.sh +++ b/tools/testing/selftests/rcutorture/configs/v0.0/ver_functions.sh | |||
@@ -13,8 +13,8 @@ | |||
13 | # GNU General Public License for more details. | 13 | # GNU General Public License for more details. |
14 | # | 14 | # |
15 | # You should have received a copy of the GNU General Public License | 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 | 16 | # along with this program; if not, you can access it online at |
17 | # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 17 | # http://www.gnu.org/licenses/gpl-2.0.html. |
18 | # | 18 | # |
19 | # Copyright (C) IBM Corporation, 2013 | 19 | # Copyright (C) IBM Corporation, 2013 |
20 | # | 20 | # |
diff --git a/tools/testing/selftests/rcutorture/configs/v3.3/ver_functions.sh b/tools/testing/selftests/rcutorture/configs/v3.3/ver_functions.sh index 921fec931114..c37432f3572c 100644 --- a/tools/testing/selftests/rcutorture/configs/v3.3/ver_functions.sh +++ b/tools/testing/selftests/rcutorture/configs/v3.3/ver_functions.sh | |||
@@ -13,8 +13,8 @@ | |||
13 | # GNU General Public License for more details. | 13 | # GNU General Public License for more details. |
14 | # | 14 | # |
15 | # You should have received a copy of the GNU General Public License | 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 | 16 | # along with this program; if not, you can access it online at |
17 | # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 17 | # http://www.gnu.org/licenses/gpl-2.0.html. |
18 | # | 18 | # |
19 | # Copyright (C) IBM Corporation, 2013 | 19 | # Copyright (C) IBM Corporation, 2013 |
20 | # | 20 | # |
diff --git a/tools/testing/selftests/rcutorture/configs/v3.5/ver_functions.sh b/tools/testing/selftests/rcutorture/configs/v3.5/ver_functions.sh index 401974455aee..6a5f13aab44d 100644 --- a/tools/testing/selftests/rcutorture/configs/v3.5/ver_functions.sh +++ b/tools/testing/selftests/rcutorture/configs/v3.5/ver_functions.sh | |||
@@ -13,8 +13,8 @@ | |||
13 | # GNU General Public License for more details. | 13 | # GNU General Public License for more details. |
14 | # | 14 | # |
15 | # You should have received a copy of the GNU General Public License | 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 | 16 | # along with this program; if not, you can access it online at |
17 | # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 17 | # http://www.gnu.org/licenses/gpl-2.0.html. |
18 | # | 18 | # |
19 | # Copyright (C) IBM Corporation, 2013 | 19 | # Copyright (C) IBM Corporation, 2013 |
20 | # | 20 | # |
diff --git a/tools/testing/selftests/rcutorture/configs/ver_functions.sh b/tools/testing/selftests/rcutorture/configs/ver_functions.sh index f99f23bc3934..5e40eadea777 100644 --- a/tools/testing/selftests/rcutorture/configs/ver_functions.sh +++ b/tools/testing/selftests/rcutorture/configs/ver_functions.sh | |||
@@ -13,8 +13,8 @@ | |||
13 | # GNU General Public License for more details. | 13 | # GNU General Public License for more details. |
14 | # | 14 | # |
15 | # You should have received a copy of the GNU General Public License | 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 | 16 | # along with this program; if not, you can access it online at |
17 | # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 17 | # http://www.gnu.org/licenses/gpl-2.0.html. |
18 | # | 18 | # |
19 | # Copyright (C) IBM Corporation, 2013 | 19 | # Copyright (C) IBM Corporation, 2013 |
20 | # | 20 | # |