diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | tests/fortran.at | 2 | ||||
-rwxr-xr-x | tests/mktests.sh | 2 | ||||
-rw-r--r-- | tests/wrapper.as | 2 |
4 files changed, 2 insertions, 7 deletions
@@ -1,6 +1,7 @@ 2008-03-14 Stepan Kasal <kasal@ucw.cz> - * lib/Autom4te/ChannelDefs.pm: Fix typos. + * lib/Autom4te/ChannelDefs.pm, tests/fortran.at, + tests/mktests.sh, tests/wrapper.as: Fix typos. 2008-03-12 Eric Blake <ebb9@byu.net> diff --git a/tests/fortran.at b/tests/fortran.at index 0f37719b..8a1d1827 100644 --- a/tests/fortran.at +++ b/tests/fortran.at @@ -4,8 +4,6 @@ AT_BANNER([Fortran low level compiling/preprocessing macros.]) # Copyright (C) 2000, 2001, 2003 Free Software Foundation, Inc. # -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/tests/mktests.sh b/tests/mktests.sh index 68631b04..92178698 100755 --- a/tests/mktests.sh +++ b/tests/mktests.sh @@ -5,8 +5,6 @@ # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software # Foundation, Inc. -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/tests/wrapper.as b/tests/wrapper.as index 3f313f71..3772e3a8 100644 --- a/tests/wrapper.as +++ b/tests/wrapper.as @@ -3,8 +3,6 @@ AS_INIT[]dnl -*- shell-script -*- # @configure_input@ # Copyright (C) 2003, 2004, 2007 Free Software Foundation, Inc. -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or |