diff options
author | Jim Meyering <jim@meyering.net> | 2002-06-21 15:39:12 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-06-21 15:39:12 +0000 |
commit | 848d68e2c7ddb9832a95c47355c66385190435bd (patch) | |
tree | 55b1bfff8e14f4d70e6c6f116be2124aecc58929 /m4 | |
parent | 1e1836f7ca4f9bb0491ca5166e06276780e1a526 (diff) | |
download | coreutils-848d68e2c7ddb9832a95c47355c66385190435bd.tar.xz |
Add comment, from diffutils-2.8.2.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/c-bs-a.m4 | 8 | ||||
-rw-r--r-- | m4/mbrtowc.m4 | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/m4/c-bs-a.m4 b/m4/c-bs-a.m4 index 6e0863e4e..1c7eb1c4e 100644 --- a/m4/c-bs-a.m4 +++ b/m4/c-bs-a.m4 @@ -1,4 +1,10 @@ -#serial 4 +# c-bs-a.m4 serial 4 (fileutils-4.1.3) +dnl Copyright (C) 2000-2002 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. dnl From Paul Eggert. diff --git a/m4/mbrtowc.m4 b/m4/mbrtowc.m4 index 87743919b..037984763 100644 --- a/m4/mbrtowc.m4 +++ b/m4/mbrtowc.m4 @@ -1,4 +1,10 @@ -#serial 4 +# mbrtowc.m4 serial 4 (fileutils-4.1.3) +dnl Copyright (C) 2001-2002 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. dnl From Paul Eggert |