summaryrefslogtreecommitdiff
path: root/libimage
diff options
context:
space:
mode:
Diffstat (limited to 'libimage')
-rw-r--r--libimage/Makefile2
-rw-r--r--libimage/pnm.c2
-rw-r--r--libimage/pnm.h2
-rw-r--r--libimage/xpm.c2
-rw-r--r--libimage/xpm.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/libimage/Makefile b/libimage/Makefile
index d6e9a35..ec3110e 100644
--- a/libimage/Makefile
+++ b/libimage/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for Image plugin to VDR
#
-# (C) 2004-2008 Andreas Brachold <anbr at users.berlios.de>
+# (C) 2004-2011 Andreas Brachold <vdr07 at deltab.de>
#
# This code is distributed under the terms and conditions of the
# GNU GENERAL PUBLIC LICENSE. See the file COPYING for details.
diff --git a/libimage/pnm.c b/libimage/pnm.c
index ae1feee..18cc15c 100644
--- a/libimage/pnm.c
+++ b/libimage/pnm.c
@@ -1,6 +1,6 @@
/***************************************************************************
* pnm.c
- * (C) 2004-2008 Andreas Brachold <anbr at users.berlios.de>
+ * (C) 2004-2011 Andreas Brachold <vdr07 at deltab.de>
* based on works from Fabian E. Bustamante <fabianb-at-cs.umd.edu>
* Created: Thu Aug 7 2004
*
diff --git a/libimage/pnm.h b/libimage/pnm.h
index 9020abc..0f58c75 100644
--- a/libimage/pnm.h
+++ b/libimage/pnm.h
@@ -1,6 +1,6 @@
/***************************************************************************
* pnm.h
- * (C) 2004-2008 Andreas Brachold <anbr at users.berlios.de>
+ * (C) 2004-2011 Andreas Brachold <vdr07 at deltab.de>
* based on works from Fabian E. Bustamante <fabianb-at-cs.umd.edu>
* Created: Thu Aug 7 2004
*
diff --git a/libimage/xpm.c b/libimage/xpm.c
index 9de80f0..ec60795 100644
--- a/libimage/xpm.c
+++ b/libimage/xpm.c
@@ -1,7 +1,7 @@
/***************************************************************************
* xpm.c
*
- * (C) 2004-2008 Andreas Brachold <anbr at users.berlios.de>
+ * (C) 2004-2011 Andreas Brachold <vdr07 at deltab.de>
* Created: Thu Aug 11 2004
*
* This code is distributed under the terms and conditions of the
diff --git a/libimage/xpm.h b/libimage/xpm.h
index 18b6f45..dddf832 100644
--- a/libimage/xpm.h
+++ b/libimage/xpm.h
@@ -1,7 +1,7 @@
/***************************************************************************
* xpm.h
*
- * (C) 2004-2008 Andreas Brachold <anbr at users.berlios.de>
+ * (C) 2004-2011 Andreas Brachold <vdr07 at deltab.de>
* Created: Thu Aug 11 2004
*
* This code is distributed under the terms and conditions of the