diff options
author | anbr <vdr07@deltab.de> | 2011-10-02 22:11:16 +0200 |
---|---|---|
committer | anbr <vdr07@deltab.de> | 2011-10-02 22:11:16 +0200 |
commit | c92ba1c907240415fd7caab5b757bbdeb73efc17 (patch) | |
tree | 9bef5cd3ec95b8888140a21e8ba9195e10984de9 /libimage | |
parent | 75d0527ba553b9ad76a4093001aaa1ec1495593e (diff) | |
download | vdr-plugin-image-c92ba1c907240415fd7caab5b757bbdeb73efc17.tar.gz vdr-plugin-image-c92ba1c907240415fd7caab5b757bbdeb73efc17.tar.bz2 |
Migrated from vdr-image.berlios.de to projects.vdr-developer.org
Diffstat (limited to 'libimage')
-rw-r--r-- | libimage/Makefile | 2 | ||||
-rw-r--r-- | libimage/pnm.c | 2 | ||||
-rw-r--r-- | libimage/pnm.h | 2 | ||||
-rw-r--r-- | libimage/xpm.c | 2 | ||||
-rw-r--r-- | libimage/xpm.h | 2 |
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 |