Skip to content

Commit b0f1c56

Browse files
committed
Web PVR: update copyright notice
1 parent fd5198d commit b0f1c56

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

get_iplayer.cgi

+4-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The world's most insecure web-based PVR manager and streaming proxy for get_iplayer
44
# ** WARNING ** Never run this in an untrusted environment or facing the internet
55
#
6-
# Copyright (C) 2009-2010 Phil Lewis
6+
# Copyright (C) 2008-2010 Phil Lewis, 2010- get_iplayer contributors
77
#
88
# This program is free software: you can redistribute it and/or modify
99
# it under the terms of the GNU General Public License as published by
@@ -18,8 +18,7 @@
1818
# You should have received a copy of the GNU General Public License
1919
# along with this program. If not, see <http://www.gnu.org/licenses/>.
2020
#
21-
# Author: Phil Lewis
22-
# Email: iplayer2 (at sign) linuxcentre.net
21+
# Authors: Phil Lewis, get_iplayer contributors
2322
# Web: https://github.com/get-iplayer/get_iplayer/wiki
2423
# License: GPLv3 (see LICENSE.txt)
2524
#
@@ -79,9 +78,9 @@ usage() if $opt_cmdline->{help} || @ARGV;
7978

8079
# Usage
8180
sub usage {
82-
my $text = "get_iplayer Web PVR Manager $VERSION_TEXT, ";
81+
my $text = "get_iplayer Web PVR Manager $VERSION_TEXT\n";
8382
$text .= <<'EOF';
84-
Copyright (C) 2009-2010 Phil Lewis
83+
Copyright (C) 2008-2010 Phil Lewis, 2010- get_iplayer contributors
8584
This program comes with ABSOLUTELY NO WARRANTY; This is free software,
8685
and you are welcome to redistribute it under certain conditions;
8786
See the GPLv3 for details.

0 commit comments

Comments
 (0)