From 8c579b6f08ebfcdc9614231a30e3e1ce9f6b0c6b Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Wed, 5 Apr 2017 14:43:19 +0100 Subject: [PATCH 1/5] 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 | 6 +++--- lib/relocatable.h | 6 +++--- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index ec8a301..2631e69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2017-07-26 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-07-26 Paul Eggert doc: bring MODULES.html.sh up to date diff --git a/lib/relocatable.c b/lib/relocatable.c index 0892e3a..9a8f637 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, @@ -12,7 +12,7 @@ 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 + You should have received a copy of the GNU General Public License along with this program. If not, see . */ diff --git a/lib/relocatable.h b/lib/relocatable.h index 11bd9ae..1b1f79a 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, @@ -12,7 +12,7 @@ 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 + You should have received a copy of the GNU General Public License along with this program. If not, see . */ #ifndef _RELOCATABLE_H -- 2.7.4