From 6b508d700828ed90736c8a1ca00836e55e725697 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 24 Jul 2023 02:00:42 +0200 Subject: [PATCH] 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. --- ChangeLog | 7 +++++++ lib/unistr/u-strcat.h | 24 ++++++++---------------- lib/unistr/u32-strcat.c | 24 ++++++++---------------- modules/unistr/u32-strcat | 2 +- 4 files changed, 24 insertions(+), 33 deletions(-) diff --git a/ChangeLog b/ChangeLog index a92569649a..49b7e06ba4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2023-07-23 Bruno Haible + + 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 unistr/u32-strlen: Relicense under LGPLv2+. diff --git a/lib/unistr/u-strcat.h b/lib/unistr/u-strcat.h index 608272220a..ff2afe6a6e 100644 --- a/lib/unistr/u-strcat.h +++ b/lib/unistr/u-strcat.h @@ -2,26 +2,18 @@ Copyright (C) 1999, 2002, 2006, 2009-2023 Free Software Foundation, Inc. Written by Bruno Haible , 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 . */ + You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see . */ UNIT * FUNC (UNIT *dest, const UNIT *src) diff --git a/lib/unistr/u32-strcat.c b/lib/unistr/u32-strcat.c index ca99327696..911c57a75b 100644 --- a/lib/unistr/u32-strcat.c +++ b/lib/unistr/u32-strcat.c @@ -2,26 +2,18 @@ Copyright (C) 1999, 2002, 2006, 2009-2023 Free Software Foundation, Inc. Written by Bruno Haible , 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 . */ + You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see . */ #include diff --git a/modules/unistr/u32-strcat b/modules/unistr/u32-strcat index aa8d8827b1..07775a6b91 100644 --- a/modules/unistr/u32-strcat +++ b/modules/unistr/u32-strcat @@ -21,7 +21,7 @@ Include: "unistr.h" License: -LGPLv3+ or GPLv2+ +LGPLv2+ Maintainer: all -- 2.39.5