summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-08-05 19:47:27 +0200
committerLennart Poettering <lennart@poettering.net>2008-08-05 19:47:27 +0200
commit6a1dcb24d89b6cf7b74f5604bb474af54abfb8c5 (patch)
tree8c52a6637ee0fb55a1af8f5347de38ef4042e4e3 /configure.ac
parent126a5550a8fa2a5e6ffa363ba7d90e868d0aede5 (diff)
revert accidental license change from GPL to LGPL
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac13
1 files changed, 6 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 44eab7d..106ab33 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,18 +6,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
-# <http://www.gnu.org/licenses/>.
+# You should have received a copy of the GNU General Public License
+# along with paprefs. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.57)
AC_INIT([paprefs],[0.9.6],[mzcncersf (at) 0pointer (dot) de])