From 8fad23e97b9a82676782199313b2b6759fbf767c Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Wed, 5 Apr 2017 14:43:19 +0100 Subject: [PATCH] relocatable: Make the license on the sources the GPL. * lib/relocatable.h (relocatable): * lib/relocatable.c (relocatable): Change the license from LGPL, which a special case so that the relocatable source files could be used without gnulib-tool. They can still be used under the LGPL, using the --lgpl option to gnulib-tool. --- ChangeLog | 9 +++++++++ lib/relocatable.c | 4 ++-- lib/relocatable.h | 4 ++-- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index c07b2bc..2f8b9d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2017-04-05 Reuben Thomas + + relocatable: Make the license on the sources the GPL. + * lib/relocatable.h (relocatable): + * lib/relocatable.c (relocatable): Change the license from LGPL, which + a special case so that the relocatable source files could be used + without gnulib-tool. They can still be used under the LGPL, using the + --lgpl option to gnulib-tool. + 2017-04-02 Bruno Haible relocatable-lib-lgpl: Fix link error (regression from 2011-06-16). diff --git a/lib/relocatable.c b/lib/relocatable.c index c42398e..c93f1c0 100644 --- a/lib/relocatable.c +++ b/lib/relocatable.c @@ -3,8 +3,8 @@ Written by Bruno Haible , 2003. This program 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 + 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 program is distributed in the hope that it will be useful, diff --git a/lib/relocatable.h b/lib/relocatable.h index 38d7e68..033b220 100644 --- a/lib/relocatable.h +++ b/lib/relocatable.h @@ -3,8 +3,8 @@ Written by Bruno Haible , 2003. This program 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 + 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 program is distributed in the hope that it will be useful, -- 2.7.4