diff options
author | Bruno Haible <bruno@clisp.org> | 2002-01-16 12:25:30 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-22 01:01:37 +0200 |
commit | 92dfdafb9fa64e9d6316a948ec9d18cfe5ccc1e0 (patch) | |
tree | b6ab2b2d3cc9e7c50c81ce871f36773de6128a4e /m4/iconv.m4 | |
parent | 55dd93cf82688cd44259632db20908ec2082ae30 (diff) | |
download | external_gettext-92dfdafb9fa64e9d6316a948ec9d18cfe5ccc1e0.zip external_gettext-92dfdafb9fa64e9d6316a948ec9d18cfe5ccc1e0.tar.gz external_gettext-92dfdafb9fa64e9d6316a948ec9d18cfe5ccc1e0.tar.bz2 |
Add copyright notice.
Diffstat (limited to 'm4/iconv.m4')
-rw-r--r-- | m4/iconv.m4 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/m4/iconv.m4 b/m4/iconv.m4 index ab81915..b8c733b 100644 --- a/m4/iconv.m4 +++ b/m4/iconv.m4 @@ -1,4 +1,10 @@ -#serial AM3 +# iconv.m4 serial AM3 (gettext-0.11) +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 Bruno Haible. |