unistr/u32-strcat: Relicense under LGPLv2+.
authorBruno Haible <bruno@clisp.org>
Mon, 24 Jul 2023 00:00:42 +0000 (02:00 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 24 Jul 2023 00:00:42 +0000 (02:00 +0200)
* modules/unistr/u32-strcat (License): Change to LGPLv2+.
* lib/unistr/u32-strcat.c: Update license notice.
* lib/unistr/u-strcat.h: Likewise.

ChangeLog
lib/unistr/u-strcat.h
lib/unistr/u32-strcat.c
modules/unistr/u32-strcat

index a92569649a6ab1fb9780abeb5796a987418a1647..49b7e06ba4efea9dc617b69400994bcff27e69a9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2023-07-23  Bruno Haible  <bruno@clisp.org>
+
+       unistr/u32-strcat: Relicense under LGPLv2+.
+       * modules/unistr/u32-strcat (License): Change to LGPLv2+.
+       * lib/unistr/u32-strcat.c: Update license notice.
+       * lib/unistr/u-strcat.h: Likewise.
+
 2023-07-23  Bruno Haible  <bruno@clisp.org>
 
        unistr/u32-strlen: Relicense under LGPLv2+.
index 608272220a75322fd5f957f8e056c1b7bac6e917..ff2afe6a6eb6865abf22f6c624ab4fa204d53db8 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/>.  */
 
 UNIT *
 FUNC (UNIT *dest, const UNIT *src)
index ca99327696f41d6b76974c3b62c4568a06e92126..911c57a75b2a0b06bc1135f502e9241b6c06f576 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 aa8d8827b165c123f5fb022780e6708d3c229484..07775a6b913bd562a92c31e405071a48d1807fbf 100644 (file)
@@ -21,7 +21,7 @@ Include:
 "unistr.h"
 
 License:
-LGPLv3+ or GPLv2+
+LGPLv2+
 
 Maintainer:
 all