From f86adc1a8cf031df2803eea3213cd6a8aab1fb2d Mon Sep 17 00:00:00 2001
From: Bruno Haible <bruno@clisp.org>
Date: Mon, 21 Aug 2023 15:58:16 +0200
Subject: [PATCH] wcsstr: Relicense under LGPLv2+.

* modules/wcsstr (License): Change to LGPLv2+.
* lib/wcsstr.c: Update license notice.
* lib/wcsstr-impl.h: Update license notice.
---
 ChangeLog         | 5 +++++
 lib/wcsstr-impl.h | 2 +-
 lib/wcsstr.c      | 2 +-
 modules/wcsstr    | 2 +-
 4 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c762678cd4..2c85e7f5cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2023-08-21  Bruno Haible  <bruno@clisp.org>
 
+	wcsstr: Relicense under LGPLv2+.
+	* modules/wcsstr (License): Change to LGPLv2+.
+	* lib/wcsstr.c: Update license notice.
+	* lib/wcsstr-impl.h: Update license notice.
+
 	wmemcmp: Relicense under LGPLv2+.
 	* modules/wmemcmp (License): Change to LGPLv2+.
 	* lib/wmemcmp.c: Update license notice.
diff --git a/lib/wcsstr-impl.h b/lib/wcsstr-impl.h
index c0eaa8575a..8d954c07f9 100644
--- a/lib/wcsstr-impl.h
+++ b/lib/wcsstr-impl.h
@@ -4,7 +4,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/lib/wcsstr.c b/lib/wcsstr.c
index 47a947d02e..cfee1c1cd5 100644
--- a/lib/wcsstr.c
+++ b/lib/wcsstr.c
@@ -4,7 +4,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/wcsstr b/modules/wcsstr
index e2362d8d2b..3fb617a478 100644
--- a/modules/wcsstr
+++ b/modules/wcsstr
@@ -24,7 +24,7 @@ Include:
 <wchar.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 all
-- 
2.39.5