]> Savannah Git Hosting - gnulib.git/commitdiff
unistr/u16-strlen: Relicense under LGPLv2+.
authorBruno Haible <bruno@clisp.org>
Sat, 9 Mar 2024 12:23:47 +0000 (13:23 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 9 Mar 2024 12:23:47 +0000 (13:23 +0100)
* modules/unistr/u16-strlen (License): Change to LGPLv2+.
* lib/unistr/u16-strlen.c: Update license notice.

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

index 66926b42681d735d4c55fa0511b5460bd1e2d5c7..175bcf39a80ae977203024047f523b917dc41e93 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-03-09  Bruno Haible  <bruno@clisp.org>
+
+       unistr/u16-strlen: Relicense under LGPLv2+.
+       * modules/unistr/u16-strlen (License): Change to LGPLv2+.
+       * lib/unistr/u16-strlen.c: Update license notice.
+
 2024-03-09  Bruno Haible  <bruno@clisp.org>
 
        parse-datetime: Simplify.
index d6db9170861e56f39d8d80f9ba3c7d43ece5fcef..5ef212ec031c73833a0349fedd4a45736326fa5e 100644 (file)
@@ -2,26 +2,18 @@
    Copyright (C) 1999, 2002, 2006, 2009-2024 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 44fa320078561e4eaf1f71fac65cb499e60ad134..9bc5b61589d1a8a5e549487b704a278c53908deb 100644 (file)
@@ -20,7 +20,7 @@ Include:
 "unistr.h"
 
 License:
-LGPLv3+ or GPLv2+
+LGPLv2+
 
 Maintainer:
 all