]> Savannah Git Hosting - gnulib.git/commitdiff
unistr/u32-strlen: Relicense under LGPLv2+.
authorBruno Haible <bruno@clisp.org>
Mon, 24 Jul 2023 00:00:37 +0000 (02:00 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 24 Jul 2023 00:00:37 +0000 (02:00 +0200)
* modules/unistr/u32-strlen (License): Change to LGPLv2+.
* lib/unistr/u32-strlen.c: Update license notice.

ChangeLog
lib/unistr/u32-strlen.c
modules/unistr/u32-strlen

index 726fd81a4f6c74f8756d753104f6f38f54aa3fb3..a92569649a6ab1fb9780abeb5796a987418a1647 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-07-23  Bruno Haible  <bruno@clisp.org>
+
+       unistr/u32-strlen: Relicense under LGPLv2+.
+       * modules/unistr/u32-strlen (License): Change to LGPLv2+.
+       * lib/unistr/u32-strlen.c: Update license notice.
+
 2023-07-23  Bruno Haible  <bruno@clisp.org>
 
        unistr/u32-chr: Relicense under LGPLv2+.
index bf0ad7a217ecb9a33775ea5a9dd2761f7f3e23f3..6e31d8e570a2d932a3dfffa9302df799bf8dd0a2 100644 (file)
@@ -2,26 +2,18 @@
    Copyright (C) 1999, 2002, 2006, 2009-2023 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2002.
 
-   This file is free software.
-   It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+".
-   You can redistribute it and/or modify it under either
-     - the terms of the GNU Lesser General Public License as published
-       by the Free Software Foundation, either version 3, or (at your
-       option) any later version, or
-     - the terms of the GNU General Public License as published by the
-       Free Software Foundation; either version 2, or (at your option)
-       any later version, or
-     - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+".
+   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 2.1 of the
+   License, or (at your option) any later version.
 
    This file 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 and the GNU General Public License
-   for more details.
+   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 and of the GNU General Public License along with this
-   program.  If not, see <https://www.gnu.org/licenses/>.  */
+   You should have received a copy of the GNU Lesser General Public License
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
 
 #include <config.h>
 
index f8a9ccf96f900eaa47f0eb3ebf622b91f2b8ce65..e6b11c2dc3203053c6d7c8d90693e349fbd7ee65 100644 (file)
@@ -20,7 +20,7 @@ Include:
 "unistr.h"
 
 License:
-LGPLv3+ or GPLv2+
+LGPLv2+
 
 Maintainer:
 all