From: Stefano Lattarini Date: Thu, 16 Feb 2012 22:14:00 +0000 (+0100) Subject: cosmetics: normalize copyright notice in some tests X-Git-Tag: v1.11b~130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d74d525cfb421ccc8a75cfbc9cc91090a08d1f31;p=thirdparty%2Fautomake.git cosmetics: normalize copyright notice in some tests * 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. --- diff --git a/tests/lisp3.test b/tests/lisp3.test index da008743e..d80d6bede 100755 --- a/tests/lisp3.test +++ b/tests/lisp3.test @@ -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 . # Test that compiling interdependent elisp files works. diff --git a/tests/lisp4.test b/tests/lisp4.test index 4fb1958f2..8f9310fbf 100755 --- a/tests/lisp4.test +++ b/tests/lisp4.test @@ -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 . # Make sure setting ELCFILES= disable byte-compilation as documented. # Report from Simon Josefsson. diff --git a/tests/lisp5.test b/tests/lisp5.test index 88629d1e4..572392eb0 100755 --- a/tests/lisp5.test +++ b/tests/lisp5.test @@ -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 . # Same as lisp4.test, but using the now-recommended way to install # non-bytecompiled *.el files. diff --git a/tests/lisp6.test b/tests/lisp6.test index b35143e40..e2e839bf0 100755 --- a/tests/lisp6.test +++ b/tests/lisp6.test @@ -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 . # Test for conditional _LISP. diff --git a/tests/lisp7.test b/tests/lisp7.test index 81fa24d54..c55f86c20 100755 --- a/tests/lisp7.test +++ b/tests/lisp7.test @@ -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 . # Make sure that lisp_LISP also works when emacs is not installed. diff --git a/tests/lisp8.test b/tests/lisp8.test index 598ae265e..4604b5cc0 100755 --- a/tests/lisp8.test +++ b/tests/lisp8.test @@ -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 . # Check the recover rule of lisp_LISP with parallel make. diff --git a/tests/lispdry.test b/tests/lispdry.test index 21b940cf4..03031e9db 100755 --- a/tests/lispdry.test +++ b/tests/lispdry.test @@ -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 . # Check that `make -n' works with the lisp_LISP recover rule.