summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am13
-rw-r--r--src/paprefs.cc15
2 files changed, 13 insertions, 15 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 598d830..aefae87 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -3,18 +3,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/>.
# Needs fixing on some borked OS
SHREXT=.so
diff --git a/src/paprefs.cc b/src/paprefs.cc
index 70c644e..18e6696 100644
--- a/src/paprefs.cc
+++ b/src/paprefs.cc
@@ -3,19 +3,18 @@
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.
+ paprefs 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.
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/>.
***/
#ifdef HAVE_CONFIG_H