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 --- doc/Makefile.am | 13 ++++++------- doc/README.html.in | 6 +++--- doc/style.css | 17 ++++++++--------- 3 files changed, 17 insertions(+), 19 deletions(-) (limited to 'doc') diff --git a/doc/Makefile.am b/doc/Makefile.am index be94429..e38d737 100644 --- a/doc/Makefile.am +++ b/doc/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 -# . +# You should have received a copy of the GNU General Public License +# along with paprefs. If not, see . noinst_DATA = README.html README EXTRA_DIST = $(noinst_DATA) style.css README.html.in diff --git a/doc/README.html.in b/doc/README.html.in index d6fec2a..50815c1 100644 --- a/doc/README.html.in +++ b/doc/README.html.in @@ -27,14 +27,14 @@

License

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 +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.

This program 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.

News

diff --git a/doc/style.css b/doc/style.css index 51386c6..91c2be0 100644 --- a/doc/style.css +++ b/doc/style.css @@ -3,20 +3,19 @@ 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 - . -***/ + You should have received a copy of the GNU General Public License + along with paprefs. If not, see . + ***/ body { color: black; background-color: white; } a:link, a:visited { color: #900000; } -- cgit