From: Bruno Haible Date: Mon, 20 Mar 2023 09:09:57 +0000 (+0100) Subject: wmemset: Relicense under LGPLv2+. X-Git-Tag: v1.0~1618 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d25f915afb66e63d32f1feec94a0a9bbc87ff8a8;p=thirdparty%2Fgnulib.git wmemset: Relicense under LGPLv2+. * modules/wmemset (License): Change to LGPLv2+. * lib/wmemset.c: Update license notice. * lib/wmemset-impl.h: Likewise. --- diff --git a/ChangeLog b/ChangeLog index 83e9383f40..7320f54be3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2023-03-20 Bruno Haible + + wmemset: Relicense under LGPLv2+. + * modules/wmemset (License): Change to LGPLv2+. + * lib/wmemset.c: Update license notice. + * lib/wmemset-impl.h: Likewise. + 2023-03-20 Bruno Haible wmemcpy: Relicense under LGPLv2+. diff --git a/lib/wmemset-impl.h b/lib/wmemset-impl.h index d2cc14ad42..2743469c04 100644 --- a/lib/wmemset-impl.h +++ b/lib/wmemset-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/wmemset.c b/lib/wmemset.c index 72b9eb5f56..d83e07ba64 100644 --- a/lib/wmemset.c +++ b/lib/wmemset.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/wmemset b/modules/wmemset index 5145a65a28..602352b870 100644 --- a/modules/wmemset +++ b/modules/wmemset @@ -23,7 +23,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: all