diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-08-04 22:30:38 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-08-04 22:30:38 +0000 |
commit | af03dafa2e5bd111ed40c53e6e6271af55202ced (patch) | |
tree | 1852899abb7499893cebc99fbe9a93683acb59bc /m4 | |
parent | 8902024a4707e8efe177137079e079b1c25d6600 (diff) | |
download | coreutils-af03dafa2e5bd111ed40c53e6e6271af55202ced.tar.xz |
Remove bogus "*/" from shell comment.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/acl.m4 | 2 | ||||
-rw-r--r-- | m4/c-strtod.m4 | 4 | ||||
-rw-r--r-- | m4/fcntl-safer.m4 | 4 | ||||
-rw-r--r-- | m4/getcwd.m4 | 2 | ||||
-rw-r--r-- | m4/uint32_t.m4 | 4 | ||||
-rw-r--r-- | m4/uintptr_t.m4 | 4 |
6 files changed, 10 insertions, 10 deletions
@@ -14,7 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software Foundation, -# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # Written by Paul Eggert. diff --git a/m4/c-strtod.m4 b/m4/c-strtod.m4 index 5634198f4..c212c5c9e 100644 --- a/m4/c-strtod.m4 +++ b/m4/c-strtod.m4 @@ -1,4 +1,4 @@ -# c-strtod.m4 serial 2 +# c-strtod.m4 serial 3 # Copyright (C) 2004 Free Software Foundation, Inc. @@ -14,7 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software Foundation, -# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # Written by Paul Eggert. diff --git a/m4/fcntl-safer.m4 b/m4/fcntl-safer.m4 index 1f9cd0b32..16ecf8165 100644 --- a/m4/fcntl-safer.m4 +++ b/m4/fcntl-safer.m4 @@ -1,4 +1,4 @@ -# fcntl-safer.m4 serial 1 +# fcntl-safer.m4 serial 2 # Copyright (C) 2004 Free Software Foundation, Inc. @@ -14,7 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software Foundation, -# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # Written by Paul Eggert. diff --git a/m4/getcwd.m4 b/m4/getcwd.m4 index 159aa2baf..ad44909f7 100644 --- a/m4/getcwd.m4 +++ b/m4/getcwd.m4 @@ -14,7 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software Foundation, -# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # Written by Paul Eggert. diff --git a/m4/uint32_t.m4 b/m4/uint32_t.m4 index b026ac7ae..cfa515034 100644 --- a/m4/uint32_t.m4 +++ b/m4/uint32_t.m4 @@ -1,4 +1,4 @@ -# uint32_t.m4 serial 1 +# uint32_t.m4 serial 2 # Copyright (C) 2004 Free Software Foundation, Inc. @@ -14,7 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software Foundation, -# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # Written by Paul Eggert. diff --git a/m4/uintptr_t.m4 b/m4/uintptr_t.m4 index 6eca16d0c..ea5ea4e53 100644 --- a/m4/uintptr_t.m4 +++ b/m4/uintptr_t.m4 @@ -1,4 +1,4 @@ -# uintptr_t.m4 serial 1 +# uintptr_t.m4 serial 2 # Copyright (C) 2004 Free Software Foundation, Inc. @@ -14,7 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software Foundation, -# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # Written by Paul Eggert. |