Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalwareutils.git;a=commitdiff;h=29a1071b88c637d30a6cee438e6a569ae175a964
commit 29a1071b88c637d30a6cee438e6a569ae175a964 Author: Miklos Vajna <[email protected]> Date: Thu Feb 26 00:45:40 2009 +0100 copyright updates diff --git a/Makefile b/Makefile index a9833e1..ed9fe4b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Makefile for frugalwareutils # -# Copyright (C) 2006, 2007, 2008 Miklos Vajna <[email protected]> +# Copyright (C) 2006, 2007, 2008, 2009 Miklos Vajna <[email protected]> # # 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 diff --git a/Makefile.inc b/Makefile.inc index 7078ab0..0c2c525 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -1,6 +1,6 @@ # Makefile.inc for frugalwareutils # -# Copyright (C) 2006, 2007, 2008 Miklos Vajna <[email protected]> +# Copyright (C) 2006, 2007, 2008, 2009 Miklos Vajna <[email protected]> # # 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 diff --git a/Makefile.po.inc b/Makefile.po.inc index 9be6736..e448090 100644 --- a/Makefile.po.inc +++ b/Makefile.po.inc @@ -1,3 +1,21 @@ +# Makefile.po.inc for frugalwareutils +# +# Copyright (C) 2006, 2007, 2008, 2009 Miklos Vajna <[email protected]> +# +# 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; version 2 of the License. +# +# 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. +# +# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# + LANG_CHARSETS = da_DK,ISO-8859-1 fr_FR,ISO-8859-1 hu_HU,ISO-8859-2 compile: diff --git a/libfwgrubconfig/libfwgrubconfig.c b/libfwgrubconfig/libfwgrubconfig.c index 108021b..69ab88d 100644 --- a/libfwgrubconfig/libfwgrubconfig.c +++ b/libfwgrubconfig/libfwgrubconfig.c @@ -1,7 +1,7 @@ /* * libfwgrubconfig.c for frugalwareutils * - * Copyright (c) 2006 by Miklos Vajna <[email protected]> + * Copyright (c) 2006, 2007, 2008, 2009 by Miklos Vajna <[email protected]> * * 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 diff --git a/libfwnetconfig/libfwnetconfig.c b/libfwnetconfig/libfwnetconfig.c index 1fdbf5c..89bf453 100644 --- a/libfwnetconfig/libfwnetconfig.c +++ b/libfwnetconfig/libfwnetconfig.c @@ -3,7 +3,7 @@ * * useful functions for network configuration * - * Copyright (c) 2006, 2008, 2009 by Miklos Vajna <[email protected]> + * Copyright (c) 2006, 2007, 2008, 2009 by Miklos Vajna <[email protected]> * * 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 diff --git a/libfwnetconfig/pci.c b/libfwnetconfig/pci.c index 262701b..89f3329 100644 --- a/libfwnetconfig/pci.c +++ b/libfwnetconfig/pci.c @@ -1,3 +1,27 @@ +/* + * pci.c for frugalwareutils + * + * useful functions for getting strings about pci devices + * + * Copyright (c) 2008, 2009 by Miklos Vajna <[email protected]> + * Copyright (c) 2008 by Priyank Gosalia <[email protected]> + * + * 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 License, or + * (at your option) any later version. + * + * 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. + * + * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + * USA. + */ + #include <sys/types.h> #include <sys/socket.h> #include <sys/ioctl.h> diff --git a/libfwxconfig/libfwxconfig.c b/libfwxconfig/libfwxconfig.c index 9172e48..826d44c 100644 --- a/libfwxconfig/libfwxconfig.c +++ b/libfwxconfig/libfwxconfig.c @@ -1,7 +1,7 @@ /* * libfwxconfig.c for frugalwareutils * - * Copyright (c) 2006 by Miklos Vajna <[email protected]> + * Copyright (c) 2006, 2007, 2008, 2009 by Miklos Vajna <[email protected]> * * 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 diff --git a/netconfig/netconfig.c b/netconfig/netconfig.c index 30e0fdc..0488e6e 100644 --- a/netconfig/netconfig.c +++ b/netconfig/netconfig.c @@ -1,7 +1,7 @@ /* * netconfig.c for frugalwareutils * - * Copyright (c) 2006 by Miklos Vajna <[email protected]> + * Copyright (c) 2006, 2007, 2008, 2009 by Miklos Vajna <[email protected]> * * 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 _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
