summaryrefslogtreecommitdiff
path: root/libimage
diff options
context:
space:
mode:
Diffstat (limited to 'libimage')
-rw-r--r--libimage/Makefile16
-rw-r--r--libimage/pnm.c18
-rw-r--r--libimage/pnm.h18
-rw-r--r--libimage/xpm.c20
-rw-r--r--libimage/xpm.h19
5 files changed, 15 insertions, 76 deletions
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 <anbr at users.berlios.de>
#
-# 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 <anbr at users.berlios.de>
+ * (C) 2004-2008 Andreas Brachold <anbr at users.berlios.de>
* based on works from Fabian E. Bustamante <fabianb-at-cs.umd.edu>
* 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 <stdio.h>
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 <anbr at users.berlios.de>
+ * (C) 2004-2008 Andreas Brachold <anbr at users.berlios.de>
* based on works from Fabian E. Bustamante <fabianb-at-cs.umd.edu>
* 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 <anbr at users.berlios.de>
+ * (C) 2004-2008 Andreas Brachold <anbr at users.berlios.de>
* 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 <stdio.h>
#include <string.h>
#include <stdlib.h>
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 <anbr at users.berlios.de>
+ * (C) 2004-2008 Andreas Brachold <anbr at users.berlios.de>
* 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.
*/