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 --- libasyncns/Makefile.am | 19 +++++++++---------- libasyncns/asyncns-test.c | 13 ++++++------- libasyncns/asyncns.c | 13 ++++++------- libasyncns/asyncns.h | 13 ++++++------- 4 files changed, 27 insertions(+), 31 deletions(-) (limited to 'libasyncns') 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 +# . 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 + . ***/ #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 + . ***/ #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 + . ***/ #include -- cgit