summaryrefslogtreecommitdiffstats
path: root/intl/dcgettext.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-09-03 14:02:42 +0000
committerBruno Haible <bruno@clisp.org>2001-09-03 14:02:42 +0000
commit5f675438234f92450b6fef2dc548471e1b92a21e (patch)
tree3b26fcda54e427ddd8f673e13dbf5a02d91828f6 /intl/dcgettext.c
parent6197a463a47634fe15de6aaf10e1d66240638754 (diff)
downloadexternal_gettext-5f675438234f92450b6fef2dc548471e1b92a21e.zip
external_gettext-5f675438234f92450b6fef2dc548471e1b92a21e.tar.gz
external_gettext-5f675438234f92450b6fef2dc548471e1b92a21e.tar.bz2
Change to LGPL.
Diffstat (limited to 'intl/dcgettext.c')
-rw-r--r--intl/dcgettext.c17
1 files changed, 9 insertions, 8 deletions
diff --git a/intl/dcgettext.c b/intl/dcgettext.c
index 469e78d..b7c9652 100644
--- a/intl/dcgettext.c
+++ b/intl/dcgettext.c
@@ -1,19 +1,20 @@
/* Implementation of the dcgettext(3) function.
Copyright (C) 1995-1999, 2000, 2001 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
- the Free Software Foundation; either version 2, or (at your option)
+ This program 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, or (at your option)
any later version.
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 General Public License for more details.
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Library General Public License for more details.
- 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. */
+ You should have received a copy of the GNU Library 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>