From 411b782b5c577a2a867f38a9b4da9518d59d9983 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 27 Jul 2008 19:23:46 +0200 Subject: update licenses/file headers --- doc/Makefile.am | 21 ++++++++++----------- doc/README.html.in | 10 +++------- doc/style.css | 36 ++++++++++++++++++------------------ 3 files changed, 31 insertions(+), 36 deletions(-) (limited to 'doc') 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 +# . 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 @@

License

-

This program is free software; you can redistribute it and/or +

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.

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.

-

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.

-

News

Wed 23 May 2007:

libasyncns has no dependencies besides a libc that supports getaddrinfo() and res_query().

- +

Installation

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 + . +***/ body { color: black; background-color: white; } a:link, a:visited { color: #900000; } -- cgit