Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+50 -32
+2 -2
tools/testing/selftests/rcutorture/bin/config2frag.sh
··· 15 15 # GNU General Public License for more details. 16 16 # 17 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 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. 20 20 # 21 21 # Copyright (C) IBM Corporation, 2013 22 22 #
+2 -2
tools/testing/selftests/rcutorture/bin/configNR_CPUS.sh
··· 18 18 # GNU General Public License for more details. 19 19 # 20 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 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. 23 23 # 24 24 # Copyright (C) IBM Corporation, 2013 25 25 #
+2 -2
tools/testing/selftests/rcutorture/bin/configcheck.sh
··· 12 12 # GNU General Public License for more details. 13 13 # 14 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 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. 17 17 # 18 18 # Copyright (C) IBM Corporation, 2011 19 19 #
+18
tools/testing/selftests/rcutorture/bin/configinit.sh
··· 13 13 # The second argument is a optional path to a build output directory, 14 14 # for example, "O=/tmp/foo". If this argument is omitted, the .config 15 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 35 T=/tmp/configinit.sh.$$ 18 36 trap 'rm -rf $T' 0
+2 -2
tools/testing/selftests/rcutorture/bin/cpus2use.sh
··· 15 15 # GNU General Public License for more details. 16 16 # 17 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 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. 20 20 # 21 21 # Copyright (C) IBM Corporation, 2013 22 22 #
+2 -2
tools/testing/selftests/rcutorture/bin/functions.sh
··· 13 13 # GNU General Public License for more details. 14 14 # 15 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 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. 18 18 # 19 19 # Copyright (C) IBM Corporation, 2013 20 20 #
+2 -2
tools/testing/selftests/rcutorture/bin/kvm-build.sh
··· 15 15 # GNU General Public License for more details. 16 16 # 17 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 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. 20 20 # 21 21 # Copyright (C) IBM Corporation, 2011 22 22 #
+2 -2
tools/testing/selftests/rcutorture/bin/kvm-recheck.sh
··· 17 17 # GNU General Public License for more details. 18 18 # 19 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 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. 22 22 # 23 23 # Copyright (C) IBM Corporation, 2011 24 24 #
+2 -2
tools/testing/selftests/rcutorture/bin/kvm-test-1-rcu.sh
··· 31 31 # GNU General Public License for more details. 32 32 # 33 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 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. 36 36 # 37 37 # Copyright (C) IBM Corporation, 2011 38 38 #
+2 -2
tools/testing/selftests/rcutorture/bin/kvm.sh
··· 20 20 # GNU General Public License for more details. 21 21 # 22 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 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. 25 25 # 26 26 # Copyright (C) IBM Corporation, 2011 27 27 #
+2 -2
tools/testing/selftests/rcutorture/bin/parse-build.sh
··· 20 20 # GNU General Public License for more details. 21 21 # 22 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 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. 25 25 # 26 26 # Copyright (C) IBM Corporation, 2011 27 27 #
+2 -2
tools/testing/selftests/rcutorture/bin/parse-console.sh
··· 18 18 # GNU General Public License for more details. 19 19 # 20 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 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. 23 23 # 24 24 # Copyright (C) IBM Corporation, 2011 25 25 #
+2 -2
tools/testing/selftests/rcutorture/bin/parse-rcutorture.sh
··· 21 21 # GNU General Public License for more details. 22 22 # 23 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 25 - # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 24 + # along with this program; if not, you can access it online at 25 + # http://www.gnu.org/licenses/gpl-2.0.html. 26 26 # 27 27 # Copyright (C) IBM Corporation, 2011 28 28 #
+2 -2
tools/testing/selftests/rcutorture/configs/v0.0/ver_functions.sh
··· 13 13 # GNU General Public License for more details. 14 14 # 15 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 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. 18 18 # 19 19 # Copyright (C) IBM Corporation, 2013 20 20 #
+2 -2
tools/testing/selftests/rcutorture/configs/v3.3/ver_functions.sh
··· 13 13 # GNU General Public License for more details. 14 14 # 15 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 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. 18 18 # 19 19 # Copyright (C) IBM Corporation, 2013 20 20 #
+2 -2
tools/testing/selftests/rcutorture/configs/v3.5/ver_functions.sh
··· 13 13 # GNU General Public License for more details. 14 14 # 15 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 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. 18 18 # 19 19 # Copyright (C) IBM Corporation, 2013 20 20 #
+2 -2
tools/testing/selftests/rcutorture/configs/ver_functions.sh
··· 13 13 # GNU General Public License for more details. 14 14 # 15 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 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. 18 18 # 19 19 # Copyright (C) IBM Corporation, 2013 20 20 #