]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Change copyright notice from GPL to LGPL.
authorBruno Haible <bruno@clisp.org>
Tue, 12 Feb 2002 12:37:54 +0000 (12:37 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 23:20:48 +0000 (01:20 +0200)
intl/ChangeLog
intl/eval-plural.h
intl/localename.c

index 1bb12e62c34e08428b0a33d1f04663db1cbb3ed1..ba27d238750f04b5037ef8c42d34569fb3228c80 100644 (file)
@@ -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.
index 12d23264d3b9081fbc0075ee532b520a0cd8a4e3..44f493425e93d47c8dc036c272c9e02ef70020a6 100644 (file)
@@ -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
index a8aad600f9cab6d8046f4782886e34cba93fe3c0..a724198141865c0b6e570694b4a17d5b5fc19535 100644 (file)
@@ -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>.  */