summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-08-05 19:20:39 +0200
committerLennart Poettering <lennart@poettering.net>2008-08-05 19:20:39 +0200
commit34973b31f077059e6d886e12c7b99efd44d9fb90 (patch)
tree5ba4cb25b087ec07fc2391013ffade5250bf1891
parent14199948c5460a49dc3aee3278f2b08a5432b45b (diff)
update license header from all files, drop $Id$
-rw-r--r--Makefile.am21
-rwxr-xr-xbootstrap.sh17
-rw-r--r--configure.ac18
-rw-r--r--doc/Makefile.am18
-rw-r--r--doc/README.html.in13
-rw-r--r--doc/style.css42
-rw-r--r--src/Makefile.am21
-rw-r--r--src/paprefs.cc19
8 files changed, 81 insertions, 88 deletions
diff --git a/Makefile.am b/Makefile.am
index 1110d32..049e88f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,21 +1,20 @@
-# $Id$
-#
# This file is part of paprefs.
#
-# 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.
+# 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 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
-# General Public License for more details.
+# Lesser General Public License for more details.
#
-# You should have received a copy of the GNU General Public License
-# along with paprefs; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
-# USA.
+# You should have received a copy of the GNU Lesser General Public
+# License along with paprefs. If not, If not, see
+# <http://www.gnu.org/licenses/>.
EXTRA_DIST= config.rpath m4/ChangeLog \
bootstrap.sh \
diff --git a/bootstrap.sh b/bootstrap.sh
index 32bee79..a6538ce 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -1,21 +1,22 @@
#!/bin/bash
-# $Id$
# This file is part of paprefs.
#
+# Copyright 2006-2008 Lennart Poettering
+#
# 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.
+# 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 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
-# General Public License for more details.
+# Lesser General Public License for more details.
#
-# You should have received a copy of the GNU General Public License
-# along with paprefs; if not, write to the Free Software Foundation,
-# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
+# You should have received a copy of the GNU Lesser General Public
+# License along with paprefs. If not, If not, see
+# <http://www.gnu.org/licenses/>.
VERSION=1.9
diff --git a/configure.ac b/configure.ac
index 7d16ca8..55f1228 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,23 +1,23 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
-# $Id$
-
# This file is part of paprefs.
#
+# Copyright 2006-2008 Lennart Poettering
+#
# 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.
+# 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 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
-# General Public License for more details.
+# Lesser General Public License for more details.
#
-# You should have received a copy of the GNU General Public License
-# along with paprefs; if not, write to the Free Software Foundation,
-# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
+# You should have received a copy of the GNU Lesser General Public
+# License along with paprefs. If not, If not, see
+# <http://www.gnu.org/licenses/>.
AC_PREREQ(2.57)
AC_INIT([paprefs],[0.9.6],[mzcncersf (at) 0pointer (dot) de])
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 5f985dc..12c18cd 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,20 +1,20 @@
-# $Id$
-
# This file is part of paprefs.
#
+# Copyright 2006-2008 Lennart Poettering
+#
# 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.
+# 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 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
-# General Public License for more details.
+# Lesser General Public License for more details.
#
-# You should have received a copy of the GNU General Public License
-# along with paprefs; if not, write to the Free Software Foundation,
-# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
+# You should have received a copy of the GNU Lesser General Public
+# License along with paprefs. If not, If not, see
+# <http://www.gnu.org/licenses/>.
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 09c5791..d6fec2a 100644
--- a/doc/README.html.in
+++ b/doc/README.html.in
@@ -10,7 +10,7 @@
<body>
<h1><a name="top">PulseAudio Preferences @PACKAGE_VERSION@</a></h1>
-<p><i>Copyright 2006-2007 Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;</i></p>
+<p><i>Copyright 2006-2008 Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;</i></p>
<ul class="toc">
<li><a href="#license">License</a></li>
@@ -27,18 +27,14 @@
<h2><a name="license">License</a></h2>
<p>This program 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
+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
-General Public License for more details.</p>
-
-<p>You should have received a copy of the GNU General Public License
-along with this program; if not, write to the Free Software
-Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.</p>
+Lesser General Public License for more details.</p>
<h2><a name="news">News</a></h2>
@@ -110,7 +106,6 @@ compilation and <tt>make install</tt> (as root) for installation of
<hr/>
<address class="grey">Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, October 2007</address>
-<div class="grey"><i>$Id$</i></div>
</body>
</html>
diff --git a/doc/style.css b/doc/style.css
index e2d8004..51386c6 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -1,26 +1,26 @@
-/* $Id$ */
-
/***
- * This file is part of paprefs.
- *
- * 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
- * General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with paprefs; if not, write to the Free Software Foundation,
- * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
- ***/
+ This file is part of paprefs.
+
+ 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 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 paprefs. If not, see
+ <http://www.gnu.org/licenses/>.
+***/
-body { color: black; background-color: white; }
-a:link, a:visited { color: #900000; }
-div.news-date { font-size: 80%; font-style: italic; }
+body { color: black; background-color: white; }
+a:link, a:visited { color: #900000; }
+div.news-date { font-size: 80%; font-style: italic; }
pre { background-color: #f0f0f0; padding: 0.4cm; }
.grey { color: #8f8f8f; font-size: 80%; }
table { margin-left: 1cm; border:1px solid lightgrey; padding: 0.2cm; }
diff --git a/src/Makefile.am b/src/Makefile.am
index 761c5d4..9058525 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,21 +1,20 @@
-# $Id$
-#
# This file is part of paprefs.
#
-# 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.
+# 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 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
-# General Public License for more details.
+# Lesser General Public License for more details.
#
-# You should have received a copy of the GNU General Public License
-# along with paprefs; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
-# USA.
+# You should have received a copy of the GNU Lesser General Public
+# License along with paprefs. If not, 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 f93c945..70c644e 100644
--- a/src/paprefs.cc
+++ b/src/paprefs.cc
@@ -1,22 +1,21 @@
-/* $Id$ */
-
/***
This file is part of paprefs.
+ Copyright 2006-2008 Lennart Poettering
+
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.
+ 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 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
- General Public License for more details.
+ Lesser General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with paprefs; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
- USA.
+ You should have received a copy of the GNU Lesser General Public
+ License along with paprefs. If not, see
+ <http://www.gnu.org/licenses/>.
***/
#ifdef HAVE_CONFIG_H