From 34973b31f077059e6d886e12c7b99efd44d9fb90 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 5 Aug 2008 19:20:39 +0200 Subject: update license header from all files, drop $Id$ --- src/Makefile.am | 21 ++++++++++----------- src/paprefs.cc | 19 +++++++++---------- 2 files changed, 19 insertions(+), 21 deletions(-) (limited to 'src') 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 +# . # 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 + . ***/ #ifdef HAVE_CONFIG_H -- cgit