Skip to content

Commit 0e342a8

Browse files
committed
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>
1 parent 32caccb commit 0e342a8

17 files changed

+50
-32
lines changed

tools/testing/selftests/rcutorture/bin/config2frag.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
# GNU General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU General Public License
18-
# along with this program; if not, write to the Free Software
19-
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
18+
# along with this program; if not, you can access it online at
19+
# http://www.gnu.org/licenses/gpl-2.0.html.
2020
#
2121
# Copyright (C) IBM Corporation, 2013
2222
#

tools/testing/selftests/rcutorture/bin/configNR_CPUS.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
# GNU General Public License for more details.
1919
#
2020
# You should have received a copy of the GNU General Public License
21-
# along with this program; if not, write to the Free Software
22-
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
21+
# along with this program; if not, you can access it online at
22+
# http://www.gnu.org/licenses/gpl-2.0.html.
2323
#
2424
# Copyright (C) IBM Corporation, 2013
2525
#

tools/testing/selftests/rcutorture/bin/configcheck.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
# GNU General Public License for more details.
1313
#
1414
# You should have received a copy of the GNU General Public License
15-
# along with this program; if not, write to the Free Software
16-
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15+
# along with this program; if not, you can access it online at
16+
# http://www.gnu.org/licenses/gpl-2.0.html.
1717
#
1818
# Copyright (C) IBM Corporation, 2011
1919
#

tools/testing/selftests/rcutorture/bin/configinit.sh

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,24 @@
1313
# The second argument is a optional path to a build output directory,
1414
# for example, "O=/tmp/foo". If this argument is omitted, the .config
1515
# 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>
1634

1735
T=/tmp/configinit.sh.$$
1836
trap 'rm -rf $T' 0

tools/testing/selftests/rcutorture/bin/cpus2use.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
# GNU General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU General Public License
18-
# along with this program; if not, write to the Free Software
19-
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
18+
# along with this program; if not, you can access it online at
19+
# http://www.gnu.org/licenses/gpl-2.0.html.
2020
#
2121
# Copyright (C) IBM Corporation, 2013
2222
#

tools/testing/selftests/rcutorture/bin/functions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# GNU General Public License for more details.
1414
#
1515
# 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.
16+
# along with this program; if not, you can access it online at
17+
# http://www.gnu.org/licenses/gpl-2.0.html.
1818
#
1919
# Copyright (C) IBM Corporation, 2013
2020
#

tools/testing/selftests/rcutorture/bin/kvm-build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
# GNU General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU General Public License
18-
# along with this program; if not, write to the Free Software
19-
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
18+
# along with this program; if not, you can access it online at
19+
# http://www.gnu.org/licenses/gpl-2.0.html.
2020
#
2121
# Copyright (C) IBM Corporation, 2011
2222
#

tools/testing/selftests/rcutorture/bin/kvm-recheck.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
# GNU General Public License for more details.
1818
#
1919
# You should have received a copy of the GNU General Public License
20-
# along with this program; if not, write to the Free Software
21-
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
20+
# along with this program; if not, you can access it online at
21+
# http://www.gnu.org/licenses/gpl-2.0.html.
2222
#
2323
# Copyright (C) IBM Corporation, 2011
2424
#

tools/testing/selftests/rcutorture/bin/kvm-test-1-rcu.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
# GNU General Public License for more details.
3232
#
3333
# You should have received a copy of the GNU General Public License
34-
# along with this program; if not, write to the Free Software
35-
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
34+
# along with this program; if not, you can access it online at
35+
# http://www.gnu.org/licenses/gpl-2.0.html.
3636
#
3737
# Copyright (C) IBM Corporation, 2011
3838
#

tools/testing/selftests/rcutorture/bin/kvm.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
# GNU General Public License for more details.
2121
#
2222
# 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.
23+
# along with this program; if not, you can access it online at
24+
# http://www.gnu.org/licenses/gpl-2.0.html.
2525
#
2626
# Copyright (C) IBM Corporation, 2011
2727
#

0 commit comments

Comments
 (0)