From 6a1dcb24d89b6cf7b74f5604bb474af54abfb8c5 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 5 Aug 2008 19:47:27 +0200 Subject: revert accidental license change from GPL to LGPL --- bootstrap.sh | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh index 4db492d..9dbf868 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -5,18 +5,17 @@ # Copyright 2006-2008 Lennart Poettering # # paprefs 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 (at your option) any later version. +# 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. # # paprefs 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 -# Lesser General Public License for more details. +# General Public License for more details. # -# You should have received a copy of the GNU Lesser General Public -# License along with paprefs. If not, see -# . +# You should have received a copy of the GNU General Public License +# along with paprefs. If not, see . VERSION=1.9 -- cgit