summaryrefslogtreecommitdiffstats
path: root/intl/bindtextdom.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2000-06-16 18:11:28 +0000
committerBruno Haible <bruno@clisp.org>2000-06-16 18:11:28 +0000
commit0946c585b62a1c599f93433531c322b3979c4d58 (patch)
treec55df102998541b09b79c00689361fe6862565e1 /intl/bindtextdom.c
parent4f0f206a53fde2a82d3dc3c8a494ff0c1318a1b9 (diff)
downloadexternal_gettext-0946c585b62a1c599f93433531c322b3979c4d58.zip
external_gettext-0946c585b62a1c599f93433531c322b3979c4d58.tar.gz
external_gettext-0946c585b62a1c599f93433531c322b3979c4d58.tar.bz2
Change copyright notice from LGPL to GPL.
Diffstat (limited to 'intl/bindtextdom.c')
-rw-r--r--intl/bindtextdom.c21
1 files changed, 10 insertions, 11 deletions
diff --git a/intl/bindtextdom.c b/intl/bindtextdom.c
index 4ea368d..156c8f0 100644
--- a/intl/bindtextdom.c
+++ b/intl/bindtextdom.c
@@ -1,20 +1,19 @@
/* Implementation of the bindtextdomain(3) function
Copyright (C) 1995, 1996, 1997, 1998, 2000 Free Software Foundation, Inc.
- The GNU C Library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public License as
- published by the Free Software Foundation; either version 2 of the
- License, or (at your option) any later version.
+ 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 2, or (at your option)
+ any later version.
- The GNU C Library is distributed in the hope that it will be useful,
+ This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Library General Public License for more details.
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
- You should have received a copy of the GNU Library General Public
- License along with the GNU C Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ 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. */
#ifdef HAVE_CONFIG_H
# include <config.h>