From ffdc9a193564452fada6edbf618c901cb9697990 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 13 Jan 2003 21:58:31 +0000 Subject: [PATCH] Change copyright to LGPL, so it can be used by libasprintf. --- lib/alloca_.h | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/lib/alloca_.h b/lib/alloca_.h index c6e44d288b..b834871b49 100644 --- a/lib/alloca_.h +++ b/lib/alloca_.h @@ -1,22 +1,23 @@ /* Memory allocation on the stack. Copyright (C) 1995, 1999, 2001-2003 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. */ /* When this file is included, it may be preceded only by preprocessor - declarations. Thanks to AIX 3. Therefore we include it right after + declarations. Thanks to AIX. Therefore we include it right after "config.h", not later. */ #ifndef _ALLOCA_H -- 2.30.2