File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 3
3
# The world's most insecure web-based PVR manager and streaming proxy for get_iplayer
4
4
# ** WARNING ** Never run this in an untrusted environment or facing the internet
5
5
#
6
- # Copyright (C) 2009 -2010 Phil Lewis
6
+ # Copyright (C) 2008 -2010 Phil Lewis, 2010- get_iplayer contributors
7
7
#
8
8
# This program is free software: you can redistribute it and/or modify
9
9
# it under the terms of the GNU General Public License as published by
18
18
# You should have received a copy of the GNU General Public License
19
19
# along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
#
21
- # Author: Phil Lewis
22
- # Email: iplayer2 (at sign) linuxcentre.net
21
+ # Authors: Phil Lewis, get_iplayer contributors
23
22
# Web: https://github.com/get-iplayer/get_iplayer/wiki
24
23
# License: GPLv3 (see LICENSE.txt)
25
24
#
@@ -79,9 +78,9 @@ usage() if $opt_cmdline->{help} || @ARGV;
79
78
80
79
# Usage
81
80
sub usage {
82
- my $text = " get_iplayer Web PVR Manager $VERSION_TEXT , " ;
81
+ my $text = " get_iplayer Web PVR Manager $VERSION_TEXT \n " ;
83
82
$text .= <<'EOF' ;
84
- Copyright (C) 2009 -2010 Phil Lewis
83
+ Copyright (C) 2008 -2010 Phil Lewis, 2010- get_iplayer contributors
85
84
This program comes with ABSOLUTELY NO WARRANTY; This is free software,
86
85
and you are welcome to redistribute it under certain conditions;
87
86
See the GPLv3 for details.
You can’t perform that action at this time.
0 commit comments