]> Savannah Git Hosting - gnulib.git/commitdiff
unistr/u32-strlen: Complete license change from 2023-07-23.
authorBruno Haible <bruno@clisp.org>
Mon, 21 Aug 2023 13:30:22 +0000 (15:30 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 21 Aug 2023 13:30:22 +0000 (15:30 +0200)
* lib/unistr/u-strlen.h: Update license notice.

ChangeLog
lib/unistr/u-strlen.h

index 45bd116a5a46da5fc83e1733c35af1b6607f57a1..129f7aa49582af9edeec93c264d0348ed27bd701 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-08-21  Bruno Haible  <bruno@clisp.org>
+
+       unistr/u32-strlen: Complete license change from 2023-07-23.
+       * lib/unistr/u-strlen.h: Update license notice.
+
 2023-08-21  Bruno Haible  <bruno@clisp.org>
 
        isnanl: Relicense under LGPLv2+.
index 0acc48f0c6acd449f2621e4cb6fd682db217919b..7d589d2e0b9095784635d04bd4710871b75a6c0a 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/>.  */
 
 size_t
 FUNC (const UNIT *s)