summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-07-28 20:50:57 +0200
committerLennart Poettering <lennart@poettering.net>2008-07-28 20:50:57 +0200
commit7892e9b63584b3bc9965e1d4e7d0188ba6fab8c5 (patch)
treef7ad3f144958609f92973fc3cd4ce812cae1a50f /doc
parentfbfaf950e6299952f9d2add5bb69c617f0bd91a9 (diff)
update licenses/file headers
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am13
-rw-r--r--doc/README.html.in20
-rw-r--r--doc/style.css37
3 files changed, 32 insertions, 38 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 44f69ec..7cbda71 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,21 +1,20 @@
-# $Id$
-
# This file is part of libdaemon.
#
+# Copyright 2003-2008 Lennart Poettering
+#
# libdaemon 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
+# published by the Free Software Foundation, either version 2.1 of the
# License, or (at your option) any later version.
#
# libdaemon 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
+# 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 along with libdaemon; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
-# USA
+# License along with libdaemon. If not, see
+# <http://www.gnu.org/licenses/>.
noinst_DATA = README.html
EXTRA_DIST = $(noinst_DATA) style.css README.html.in
diff --git a/doc/README.html.in b/doc/README.html.in
index db39390..4c784b4 100644
--- a/doc/README.html.in
+++ b/doc/README.html.in
@@ -26,20 +26,16 @@
<h2><a name="license">License</a></h2>
-<p>This library 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.</p>
-
-<p>This library 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
+<p>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 (at your option) any later version.</p>
+
+<p>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.</p>
-<p>You should have received a copy of the GNU Lesser General Public
-License along with this library; if not, write to the Free Software
-Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA</p>
-
<h2><a name="news">News</a></h2>
<div class="news-date">Tue Jul 10 2007: </div>
diff --git a/doc/style.css b/doc/style.css
index 2b24a1e..4d5a95a 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -1,23 +1,22 @@
-/* $Id$ */
+/***
+ This file is part of libdaemon.
-/*
- * This file is part of libdaemon.
- *
- * libdaemon 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.
- *
- * libdaemon 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.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with libdaemon; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA
- */
+ Copyright 2003-2008 Lennart Poettering
+
+ libdaemon 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.
+
+ libdaemon 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.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with libdaemon. If not, see
+ <http://www.gnu.org/licenses/>.
+***/
body { color: black; background-color: white; }
a:link, a:visited { color: #900000; }