summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-07-27 19:23:46 +0200
committerLennart Poettering <lennart@poettering.net>2008-07-27 19:23:46 +0200
commit411b782b5c577a2a867f38a9b4da9518d59d9983 (patch)
tree249e8bb2dd5a26cb9d012ac814b33fddfad56dca
parent2c3182c8233b5b12a42fd3850732ad3978b89de9 (diff)
update licenses/file headers
-rw-r--r--Makefile.am19
-rwxr-xr-xautogen.sh16
-rwxr-xr-xbootstrap.sh17
-rw-r--r--configure.ac20
-rw-r--r--doc/Makefile.am21
-rw-r--r--doc/README.html.in10
-rw-r--r--doc/style.css36
-rw-r--r--doxygen/Makefile.am19
-rw-r--r--libasyncns/Makefile.am19
-rw-r--r--libasyncns/asyncns-test.c13
-rw-r--r--libasyncns/asyncns.c13
-rw-r--r--libasyncns/asyncns.h13
12 files changed, 102 insertions, 114 deletions
diff --git a/Makefile.am b/Makefile.am
index 7178652..103f566 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,21 +1,20 @@
-# $Id$
-#
# This file is part of libasyncns.
#
+# Copyright 2005-2008 Lennart Poettering
+#
# libasyncns 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 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.
#
# libasyncns 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 Lesser General Public License
-# along with libasyncns; 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 libasyncns. If not, see
+# <http://www.gnu.org/licenses/>.
EXTRA_DIST = bootstrap.sh README LICENSE
SUBDIRS=libasyncns doc doxygen
diff --git a/autogen.sh b/autogen.sh
index 61e7225..6a60400 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,22 +1,22 @@
#!/bin/sh
-# $Id$
# This file is part of libasyncns.
#
-# libasyncns 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
+# Copyright 2005-2008 Lennart Poettering
+#
+# libasyncns 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.
#
# libasyncns 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 libasyncns; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
-# USA
+# License along with libasyncns. If not, see
+# <http://www.gnu.org/licenses/>.
VERSION=1.9
diff --git a/bootstrap.sh b/bootstrap.sh
index 524770a..fe33151 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -1,21 +1,20 @@
-# $Id$
-
# This file is part of libasyncns.
#
-# libasyncns 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
+# Copyright 2005-2008 Lennart Poettering
+#
+# libasyncns 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.
#
# libasyncns 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 libasyncns; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
-# USA
+# License along with libasyncns. If not, see
+# <http://www.gnu.org/licenses/>.
FLAGS="--sysconfdir=/etc"
diff --git a/configure.ac b/configure.ac
index aaca450..14cc709 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 libasyncns.
#
-# libasyncns 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 of the License, or
-# (at your option) any later version.
+# Copyright 2005-2008 Lennart Poettering
+#
+# libasyncns 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.
#
# libasyncns 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 Lesser General Public License
-# along with libasyncns; 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 libasyncns. If not, see
+# <http://www.gnu.org/licenses/>.
AC_PREREQ(2.59)
AC_INIT([libasyncns],[0.3],[mznflapaf (at) 0pointer (dot) de])
diff --git a/doc/Makefile.am b/doc/Makefile.am
index d11d5f2..0324f02 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,20 +1,20 @@
-# $Id$
-
# This file is part of libasyncns.
#
-# libasyncns 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 of the License, or
-# (at your option) any later version.
+# Copyright 2005-2008 Lennart Poettering
+#
+# libasyncns 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.
#
# libasyncns 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 Lesser General Public License
-# along with libasyncns; 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 libasyncns. If not, see
+# <http://www.gnu.org/licenses/>.
noinst_DATA = README.html README
EXTRA_DIST = $(noinst_DATA) style.css README.html.in
@@ -33,4 +33,3 @@ tidy: README.html
tidy -qe < README.html ; true
.PHONY: tidy
-
diff --git a/doc/README.html.in b/doc/README.html.in
index 5f615c6..54d0caf 100644
--- a/doc/README.html.in
+++ b/doc/README.html.in
@@ -26,9 +26,9 @@
<h2><a name="license">License</a></h2>
-<p>This program is free software; you can redistribute it and/or
+<p>This porgram 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 of the
+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
@@ -36,10 +36,6 @@ 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 program; if not, write to the Free Software
-Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.</p>
-
<h2><a name="news">News</a></h2>
<div class="news-date">Wed 23 May 2007: </div> <p class="news-text"><a
@@ -110,7 +106,7 @@ GNU libtool for source code configuration and shared library
management.</p>
<p><tt>libasyncns</tt> has no dependencies besides a <tt>libc</tt> that supports <tt>getaddrinfo()</tt> and <tt>res_query()</tt>.</p>
-
+
<h2><a name="installation">Installation</a></h2>
<p>As this package is made with the GNU autotools you should run
diff --git a/doc/style.css b/doc/style.css
index 183cf4a..319d59c 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -1,22 +1,22 @@
-/* $Id$ */
-
/***
- * This file is part of libasyncns.
- *
- * libasyncns 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 of the License, or
- * (at your option) any later version.
- *
- * libasyncns 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 Lesser General Public License
- * along with libasyncns; if not, write to the Free Software Foundation,
- * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
- ***/
+ This file is part of libasyncns.
+
+ Copyright 2005-2008 Lennart Poettering
+
+ libasyncns 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.
+
+ libasyncns 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 libasyncns. If not, see
+ <http://www.gnu.org/licenses/>.
+***/
body { color: black; background-color: white; }
a:link, a:visited { color: #900000; }
diff --git a/doxygen/Makefile.am b/doxygen/Makefile.am
index 79ba835..ed953de 100644
--- a/doxygen/Makefile.am
+++ b/doxygen/Makefile.am
@@ -1,21 +1,20 @@
-# $Id$
-#
# This file is part of libasyncns.
#
+# Copyright 2005-2008 Lennart Poettering
+#
# libasyncns 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 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.
#
# libasyncns 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 Lesser General Public License
-# along with libasyncns; 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 libasyncns. If not, see
+# <http://www.gnu.org/licenses/>.
doxygen: doxygen.conf
doxygen $<
diff --git a/libasyncns/Makefile.am b/libasyncns/Makefile.am
index 3cf955a..40e989f 100644
--- a/libasyncns/Makefile.am
+++ b/libasyncns/Makefile.am
@@ -1,21 +1,20 @@
-# $Id$
-#
# This file is part of libasyncns.
#
+# Copyright 2005-2008 Lennart Poettering
+#
# libasyncns 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 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.
#
# libasyncns 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 Lesser General Public License
-# along with libasyncns; 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 libasyncns. If not, see
+# <http://www.gnu.org/licenses/>.
AM_CFLAGS=-D__EXTENSIONS__ $(PTHREAD_CFLAGS)
diff --git a/libasyncns/asyncns-test.c b/libasyncns/asyncns-test.c
index 0ef1a7f..57c987d 100644
--- a/libasyncns/asyncns-test.c
+++ b/libasyncns/asyncns-test.c
@@ -1,22 +1,21 @@
-/* $Id$ */
-
/***
This file is part of libasyncns.
+ Copyright 2005-2008 Lennart Poettering
+
libasyncns 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 of the
+ published by the Free Software Foundation, either version 2.1 of the
License, or (at your option) any later version.
libasyncns 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 Lesser General Public
- License along with libasyncns; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
- USA.
+ License along with libasyncns. If not, see
+ <http://www.gnu.org/licenses/>.
***/
#if HAVE_CONFIG_H
diff --git a/libasyncns/asyncns.c b/libasyncns/asyncns.c
index 257cb63..2801e2e 100644
--- a/libasyncns/asyncns.c
+++ b/libasyncns/asyncns.c
@@ -1,22 +1,21 @@
-/* $Id$ */
-
/***
This file is part of libasyncns.
+ Copyright 2005-2008 Lennart Poettering
+
libasyncns 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 of the
+ published by the Free Software Foundation, either version 2.1 of the
License, or (at your option) any later version.
libasyncns 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 Lesser General Public
- License along with libasyncns; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
- USA.
+ License along with libasyncns. If not, see
+ <http://www.gnu.org/licenses/>.
***/
#ifdef HAVE_CONFIG_H
diff --git a/libasyncns/asyncns.h b/libasyncns/asyncns.h
index 9042bc9..9f2cbd6 100644
--- a/libasyncns/asyncns.h
+++ b/libasyncns/asyncns.h
@@ -1,25 +1,24 @@
#ifndef fooasyncnshfoo
#define fooasyncnshfoo
-/* $Id$ */
-
/***
This file is part of libasyncns.
+ Copyright 2005-2008 Lennart Poettering
+
libasyncns 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 of the
+ published by the Free Software Foundation, either version 2.1 of the
License, or (at your option) any later version.
libasyncns 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 Lesser General Public
- License along with libasyncns; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
- USA.
+ License along with libasyncns. If not, see
+ <http://www.gnu.org/licenses/>.
***/
#include <sys/types.h>