I want to use the 'vma-iter' module in GNU libffcall, which is under GPLv2+.
This requires relicensing the module under GPLv2+ (or weaker). Looking through the history of src/vma-iter.h, src/vma-iter.c and its predecessor lib/get-rusage-as.c (before 2011-01-24), I am the only contributor of legally significant changes to these files. Therefore I can do this relicensing. 2024-08-29 Bruno Haible <br...@clisp.org> vma-iter: Relicense under GPLv2+. * modules/vma-iter (License): Change to GPLv2+. * lib/vma-iter.h: Update license notice. * lib/vma-iter.c: Likewise. diff --git a/modules/vma-iter b/modules/vma-iter index 4c8ce8c298..1ce976902a 100644 --- a/modules/vma-iter +++ b/modules/vma-iter @@ -25,7 +25,7 @@ Include: "vma-iter.h" License: -GPL +GPLv2+ Maintainer: all diff --git a/lib/vma-iter.c b/lib/vma-iter.c index 8e830ae9e0..c193784599 100644 --- a/lib/vma-iter.c +++ b/lib/vma-iter.c @@ -2,12 +2,12 @@ Copyright (C) 2011-2024 Free Software Foundation, Inc. Written by Bruno Haible <br...@clisp.org>, 2011-2017. - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. + This file is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published + by the Free Software Foundation; either version 2 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + 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 General Public License for more details. diff --git a/lib/vma-iter.h b/lib/vma-iter.h index e5405cab7f..f2eccdb789 100644 --- a/lib/vma-iter.h +++ b/lib/vma-iter.h @@ -2,12 +2,12 @@ Copyright (C) 2011-2024 Free Software Foundation, Inc. Written by Bruno Haible <br...@clisp.org>, 2011. - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. + This file is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published + by the Free Software Foundation; either version 2 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + 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 General Public License for more details.