summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2002-02-12 12:37:54 +0000
committerBruno Haible <bruno@clisp.org>2009-06-22 01:20:48 +0200
commitdc40b513900e7da4eb54ca463d44920b600efa55 (patch)
treee527e2ceaed69e376a1b2e2b3e23e6ca32d28993
parent89b7b01bcfb24c651ca5ac9a1bce476b87c420c3 (diff)
downloadexternal_gettext-dc40b513900e7da4eb54ca463d44920b600efa55.zip
external_gettext-dc40b513900e7da4eb54ca463d44920b600efa55.tar.gz
external_gettext-dc40b513900e7da4eb54ca463d44920b600efa55.tar.bz2
Change copyright notice from GPL to LGPL.
-rw-r--r--intl/ChangeLog5
-rw-r--r--intl/eval-plural.h19
-rw-r--r--intl/localename.c19
3 files changed, 25 insertions, 18 deletions
diff --git a/intl/ChangeLog b/intl/ChangeLog
index 1bb12e6..ba27d23 100644
--- a/intl/ChangeLog
+++ b/intl/ChangeLog
@@ -1,3 +1,8 @@
+2002-02-10 Bruno Haible <bruno@clisp.org>
+
+ * localename.c: Change copyright notice from GPL to LGPL.
+ * eval-plural.h: Likewise.
+
2002-02-11 Bruno Haible <bruno@clisp.org>
* config.charset: Add support for NetBSD.
diff --git a/intl/eval-plural.h b/intl/eval-plural.h
index 12d2326..44f4934 100644
--- a/intl/eval-plural.h
+++ b/intl/eval-plural.h
@@ -1,19 +1,20 @@
/* Plural expression evaluation.
- Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+ Copyright (C) 2000-2002 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. */
#ifndef STATIC
#define STATIC static
diff --git a/intl/localename.c b/intl/localename.c
index a8aad60..a724198 100644
--- a/intl/localename.c
+++ b/intl/localename.c
@@ -1,19 +1,20 @@
/* Determine the current selected locale.
- Copyright (C) 1995-1999, 2000, 2001 Free Software Foundation, Inc.
+ Copyright (C) 1995-1999, 2000-2002 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. */
/* Written by Ulrich Drepper <drepper@gnu.org>, 1995. */
/* Win32 code written by Tor Lillqvist <tml@iki.fi>. */