summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/ChangeLog5
-rw-r--r--lib/liballoca.h17
-rw-r--r--lib/libstdarg.h17
3 files changed, 23 insertions, 16 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 50b9529..6aecc2d 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,8 @@
+2002-10-27 Bruno Haible <bruno@clisp.org>
+
+ * liballoca.h: Put under LGPL.
+ * libstdarg.h: Likewise.
+
2002-10-26 Bruno Haible <bruno@clisp.org>
* vasprintf.c (int_vasprintf): Treat 'F' like 'f'.
diff --git a/lib/liballoca.h b/lib/liballoca.h
index 91a4274..8da76db 100644
--- a/lib/liballoca.h
+++ b/lib/liballoca.h
@@ -1,19 +1,20 @@
/* Memory allocation on the stack.
Copyright (C) 1995, 1999, 2001-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. */
/* When this file is included, it may be preceded only by preprocessor
declarations. Thanks to AIX. Therefore we include it right after
diff --git a/lib/libstdarg.h b/lib/libstdarg.h
index 8321187..ffc494d 100644
--- a/lib/libstdarg.h
+++ b/lib/libstdarg.h
@@ -1,19 +1,20 @@
/* <stdarg.h> with fallback on <varargs.h> for old platforms.
Copyright (C) 2001-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 _LIBSTDARG_H
#define _LIBSTDARG_H