From 6424473acb6cdd106bdf6e1aaf16c746724eaa17 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 4 May 2023 23:13:27 +0200 Subject: wcswidth: Relax license. * modules/wcswidth (License): Change to LGPLv2+. * lib/wcswidth.c: Update license notice. * lib/wcswidth-impl.h: Likewise. --- ChangeLog | 7 +++++++ lib/wcswidth-impl.h | 2 +- lib/wcswidth.c | 2 +- modules/wcswidth | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 04e895792f..d41aa0bb28 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2023-05-04 Bruno Haible + + wcswidth: Relax license. + * modules/wcswidth (License): Change to LGPLv2+. + * lib/wcswidth.c: Update license notice. + * lib/wcswidth-impl.h: Likewise. + 2023-05-04 Bruno Haible c32width: Relax license. diff --git a/lib/wcswidth-impl.h b/lib/wcswidth-impl.h index 606b3bdc1a..644a093a7e 100644 --- a/lib/wcswidth-impl.h +++ b/lib/wcswidth-impl.h @@ -4,7 +4,7 @@ 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 3 of the + 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, diff --git a/lib/wcswidth.c b/lib/wcswidth.c index b4f926056b..8188e380fd 100644 --- a/lib/wcswidth.c +++ b/lib/wcswidth.c @@ -4,7 +4,7 @@ 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 3 of the + 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, diff --git a/modules/wcswidth b/modules/wcswidth index 1165d7a5c4..e4773f83c5 100644 --- a/modules/wcswidth +++ b/modules/wcswidth @@ -29,7 +29,7 @@ Link: $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise License: -LGPL +LGPLv2+ Maintainer: all -- cgit v1.2.1