From dc40b513900e7da4eb54ca463d44920b600efa55 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 12 Feb 2002 12:37:54 +0000 Subject: [PATCH] Change copyright notice from GPL to LGPL. --- intl/ChangeLog | 5 +++++ intl/eval-plural.h | 19 ++++++++++--------- intl/localename.c | 19 ++++++++++--------- 3 files changed, 25 insertions(+), 18 deletions(-) diff --git a/intl/ChangeLog b/intl/ChangeLog index 1bb12e62c..ba27d2387 100644 --- a/intl/ChangeLog +++ b/intl/ChangeLog @@ -1,3 +1,8 @@ +2002-02-10 Bruno Haible + + * localename.c: Change copyright notice from GPL to LGPL. + * eval-plural.h: Likewise. + 2002-02-11 Bruno Haible * config.charset: Add support for NetBSD. diff --git a/intl/eval-plural.h b/intl/eval-plural.h index 12d23264d..44f493425 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 a8aad600f..a72419814 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 , 1995. */ /* Win32 code written by Tor Lillqvist . */ -- 2.47.2