]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
cosmetics: normalize copyright notice in some tests
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 16 Feb 2012 22:14:00 +0000 (23:14 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 16 Feb 2012 22:14:00 +0000 (23:14 +0100)
* tests/lisp3.test: Normalize copyright notice to read the
same of that of other tests.
* tests/lisp4.test: Likewise.
* tests/lisp5.test: Likewise.
* tests/lisp6.test: Likewise.
* tests/lisp7.test: Likewise.
* tests/lisp8.test: Likewise.
* tests/lispdry.test: Likewise.

tests/lisp3.test
tests/lisp4.test
tests/lisp5.test
tests/lisp6.test
tests/lisp7.test
tests/lisp8.test
tests/lispdry.test

index da008743eabdb1bd516cd519e817b2317032a4eb..d80d6bede3ec6d8ff8931038ab493e715b12bff5 100755 (executable)
@@ -12,7 +12,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with GNU Automake; see the file COPYING.  If not, write to
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Test that compiling interdependent elisp files works.
 
index 4fb1958f2a42c3f212ea61a3c25cf6d7ad524e0d..8f9310fbfe176e54d3c9f720c5b0d83a7e2f2346 100755 (executable)
@@ -12,7 +12,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with GNU Automake; see the file COPYING.  If not, write to
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Make sure setting ELCFILES= disable byte-compilation as documented.
 # Report from Simon Josefsson.
index 88629d1e4827ebac47fc79cbae35e10f76c04edd..572392eb084fec2fb3f125f6f49529050120d15e 100755 (executable)
@@ -12,7 +12,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with GNU Automake; see the file COPYING.  If not, write to
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Same as lisp4.test, but using the now-recommended way to install
 # non-bytecompiled *.el files.
index b35143e404af934354a92d6befe1f1280058eab5..e2e839bf0aa59c1dab080452eaca4adbcfa0abbd 100755 (executable)
@@ -12,7 +12,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with GNU Automake; see the file COPYING.  If not, write to
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Test for conditional _LISP.
 
index 81fa24d54d73754ec29815efd926463760d4aa58..c55f86c2097f82a683b9762ec1ed99cefdf4682e 100755 (executable)
@@ -12,7 +12,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with GNU Automake; see the file COPYING.  If not, write to
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Make sure that lisp_LISP also works when emacs is not installed.
 
index 598ae265ece6de38116080b09ea69b98d6e3aaee..4604b5cc0838736e7b3797eb514d02b816a636d0 100755 (executable)
@@ -12,7 +12,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with GNU Automake; see the file COPYING.  If not, write to
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Check the recover rule of lisp_LISP with parallel make.
 
index 21b940cf4d053abc4c587d68f3f690fd5cc4888f..03031e9db05a6fcf8f87d379896a7a822c8981f2 100755 (executable)
@@ -12,7 +12,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with GNU Automake; see the file COPYING.  If not, write to
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Check that `make -n' works with the lisp_LISP recover rule.