summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-10-07 17:38:16 +0200
committerBruno Haible <bruno@clisp.org>2007-10-07 17:38:16 +0200
commitb42d50108cf2147b3d80ecb6457faa96347411e9 (patch)
tree181c8dd427b118e7286912672aba9a7e40d1f392
parentac5cf7982cea8a4bb17680b6b9925f301cfa4220 (diff)
downloadgnulib-b42d50108cf2147b3d80ecb6457faa96347411e9.tar.gz
Change copyright notice from LGPLv2.1+ to LGPLv3+.
-rw-r--r--ChangeLog5
-rw-r--r--tests/test-tsearch.c14
2 files changed, 11 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index f5f2a2c8e1..f82a8d224a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-10-07 Bruno Haible <bruno@clisp.org>
+ Change copyright notice from LGPLv2.1+ to LGPLv3+.
+ * tests/test-tsearch.c: Change copyright notice.
+
+2007-10-07 Bruno Haible <bruno@clisp.org>
+
Change copyright notice from LGPLv2.0+ to LGPLv3+.
* lib/c-strcaseeq.h: Change copyright notice.
* lib/streq.h: Likewise.
diff --git a/tests/test-tsearch.c b/tests/test-tsearch.c
index 1d55824b69..b6a22fa9f0 100644
--- a/tests/test-tsearch.c
+++ b/tests/test-tsearch.c
@@ -2,20 +2,18 @@
Copyright (C) 1997, 2000, 2001, 2007 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- The GNU C Library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or (at your option) any later version.
+ The GNU C Library is free software: you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation; either version 3 of the
+ License, or (at your option) any later version.
The GNU C Library 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
Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; 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 Lesser General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include <config.h>