From: Bruno Haible Date: Mon, 21 Aug 2023 13:30:22 +0000 (+0200) Subject: unistr/u32-strlen: Complete license change from 2023-07-23. X-Git-Tag: v1.0~874 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=d99533eaf6ce6bb3928906256317101c31d815b2;p=gnulib.git unistr/u32-strlen: Complete license change from 2023-07-23. * lib/unistr/u-strlen.h: Update license notice. --- diff --git a/ChangeLog b/ChangeLog index 45bd116a5a..129f7aa495 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2023-08-21 Bruno Haible + + unistr/u32-strlen: Complete license change from 2023-07-23. + * lib/unistr/u-strlen.h: Update license notice. + 2023-08-21 Bruno Haible isnanl: Relicense under LGPLv2+. diff --git a/lib/unistr/u-strlen.h b/lib/unistr/u-strlen.h index 0acc48f0c6..7d589d2e0b 100644 --- a/lib/unistr/u-strlen.h +++ b/lib/unistr/u-strlen.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 . */ size_t FUNC (const UNIT *s)