diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2009-10-18 14:18:22 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2009-10-18 14:18:22 +0200 |
commit | 20c8cd161fd7fd63c14d66333d5589ee9116cc72 (patch) | |
tree | d4d3449825481a6e17347427cd4ca4107c71cea7 /PLUGINS/src/sky | |
parent | 98d2cd84dc128be439e26617a065671174925c03 (diff) | |
download | vdr-20c8cd161fd7fd63c14d66333d5589ee9116cc72.tar.gz vdr-20c8cd161fd7fd63c14d66333d5589ee9116cc72.tar.bz2 |
Changed the project's URLs and email to tvdr.de
Diffstat (limited to 'PLUGINS/src/sky')
-rw-r--r-- | PLUGINS/src/sky/README | 6 | ||||
-rwxr-xr-x | PLUGINS/src/sky/getskyepg.pl | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/PLUGINS/src/sky/README b/PLUGINS/src/sky/README index 51b2d51d..19d5d988 100644 --- a/PLUGINS/src/sky/README +++ b/PLUGINS/src/sky/README @@ -1,10 +1,10 @@ This is a "plugin" for the Video Disk Recorder (VDR). -Written by: Klaus Schmidinger <kls@cadsoft.de> +Written by: Klaus Schmidinger <kls@tvdr.de> -Project's homepage: www.cadsoft.de/vdr +Project's homepage: http://www.tvdr.de -Latest version available at: www.cadsoft.de/vdr +Latest version available at: http://www.tvdr.de 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/PLUGINS/src/sky/getskyepg.pl b/PLUGINS/src/sky/getskyepg.pl index d42744dd..dfca96a5 100755 --- a/PLUGINS/src/sky/getskyepg.pl +++ b/PLUGINS/src/sky/getskyepg.pl @@ -8,7 +8,7 @@ # # See the README file for copyright information and how to reach the author. # -# $Id: getskyepg.pl 1.7 2008/03/22 10:17:42 kls Exp $ +# $Id: getskyepg.pl 2.1 2009/10/18 14:05:47 kls Exp $ use Getopt::Std; use Time::Local; @@ -35,10 +35,10 @@ $User = $opt_U; # See "Rules for using this data" on http://bleb.org/tv/data/listings. # In case you modify this script in a way that changes its behavior -# towards the www.bleb.org website, please replace 'vdrbugs@cadsoft.de' +# towards the www.bleb.org website, please replace 'vdr-bugs@tvdr.de' # with your own email address! That way Andrew Flegg <andrew@bleb.org>, # who runs that web site, can contact you in case of problems. -$IDENT = "VDR::getskyepg.pl, http://www.cadsoft.de/vdr - vdrbugs\@cadsoft.de"; +$IDENT = "VDR::getskyepg.pl, http://www.tvdr.de - vdr-bugs\@tvdr.de"; $GAP = 2; $SkyWebPage = "www.bleb.org/tv/data/listings"; |