From 2a314feb1a104a0c16eb6cf5e7fbcf5a629ea5b8 Mon Sep 17 00:00:00 2001 From: Andreas Brachold Date: Sat, 29 Mar 2008 16:08:57 +0000 Subject: * Update header --- libimage/Makefile | 16 ++-------------- libimage/pnm.c | 18 +++--------------- libimage/pnm.h | 18 +++--------------- libimage/xpm.c | 20 ++++---------------- libimage/xpm.h | 19 +++---------------- 5 files changed, 15 insertions(+), 76 deletions(-) (limited to 'libimage') diff --git a/libimage/Makefile b/libimage/Makefile index 1f07375..946ad13 100644 --- a/libimage/Makefile +++ b/libimage/Makefile @@ -3,21 +3,9 @@ # # (C) 2004-2008 Andreas Brachold # -# This code 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 code is distributed under the terms and conditions of the +# GNU GENERAL PUBLIC LICENSE. See the file COPYING for details. # -# This code 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. -# Or, point your browser to http://www.gnu.org/copyleft/gpl.html - # You can change the compile options here or create a Make.config # in the VDR directory an set them there. # diff --git a/libimage/pnm.c b/libimage/pnm.c index f9b6b36..ae1feee 100644 --- a/libimage/pnm.c +++ b/libimage/pnm.c @@ -1,24 +1,12 @@ /*************************************************************************** * pnm.c - * (C) Copyright 2004 Andreas Brachold + * (C) 2004-2008 Andreas Brachold * based on works from Fabian E. Bustamante * Created: Thu Aug 7 2004 - ****************************************************************************/ - -/* - * 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 Library General Public License for more details. + * This code is distributed under the terms and conditions of the + * GNU GENERAL PUBLIC LICENSE. See the file COPYING for 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 diff --git a/libimage/pnm.h b/libimage/pnm.h index f97cbda..9020abc 100644 --- a/libimage/pnm.h +++ b/libimage/pnm.h @@ -1,24 +1,12 @@ /*************************************************************************** * pnm.h - * (C) Copyright 2004 Andreas Brachold + * (C) 2004-2008 Andreas Brachold * based on works from Fabian E. Bustamante * Created: Thu Aug 7 2004 - ****************************************************************************/ - -/* - * 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 Library General Public License for more details. + * This code is distributed under the terms and conditions of the + * GNU GENERAL PUBLIC LICENSE. See the file COPYING for 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. */ diff --git a/libimage/xpm.c b/libimage/xpm.c index bfcb1ad..9de80f0 100644 --- a/libimage/xpm.c +++ b/libimage/xpm.c @@ -1,26 +1,14 @@ /*************************************************************************** * xpm.c * - * (C) Copyright 2004 Andreas Brachold + * (C) 2004-2008 Andreas Brachold * Created: Thu Aug 11 2004 - * - ****************************************************************************/ - -/* - * 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 Library General Public License for more details. + * This code is distributed under the terms and conditions of the + * GNU GENERAL PUBLIC LICENSE. See the file COPYING for 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 #include #include diff --git a/libimage/xpm.h b/libimage/xpm.h index 3268ce2..18b6f45 100644 --- a/libimage/xpm.h +++ b/libimage/xpm.h @@ -1,25 +1,12 @@ /*************************************************************************** * xpm.h * - * (C) Copyright 2004 Andreas Brachold + * (C) 2004-2008 Andreas Brachold * Created: Thu Aug 11 2004 - * - ****************************************************************************/ - -/* - * 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 Library General Public License for more details. + * This code is distributed under the terms and conditions of the + * GNU GENERAL PUBLIC LICENSE. See the file COPYING for 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. */ -- cgit v1.2.3