summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--lib/tsearch.c2
-rw-r--r--modules/tsearch2
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e66bc23e6..7eb9befcc6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2021-06-16 Bruno Haible <bruno@clisp.org>
+
+ tsearch: Relicense under LGPLv2+.
+ * modules/tsearch (License): Change to LGPLv2+.
+ * lib/tsearch.c: Update license notice.
+
2021-06-15 Bruno Haible <bruno@clisp.org>
pipe-filter-ii tests: Fix long-standing failure on native Windows.
diff --git a/lib/tsearch.c b/lib/tsearch.c
index 08f70617c4..0d4d8380d6 100644
--- a/lib/tsearch.c
+++ b/lib/tsearch.c
@@ -7,7 +7,7 @@
This file 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
+ published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version.
This file is distributed in the hope that it will be useful,
diff --git a/modules/tsearch b/modules/tsearch
index 4a2b5ed230..6ffdf2f9bb 100644
--- a/modules/tsearch
+++ b/modules/tsearch
@@ -22,7 +22,7 @@ Include:
<search.h>
License:
-LGPL
+LGPLv2+
Maintainer:
all, glibc