Module: tools Branch: master Commit: 69cb138b894d48156f9a7b1033270feee3fb5a54 URL: http://source.winehq.org/git/tools.git/?a=commit;h=69cb138b894d48156f9a7b103...
Author: Francois Gouget fgouget@codeweavers.com Date: Wed Oct 31 04:46:45 2012 +0100
testbot/web: Remove the shebang line and add a copyright notice.
The shebang line is useless for web pages and only causes Apache to generate a warning.
---
testbot/web/GetFile.pl | 18 +++++++++++++++++- 1 files changed, 17 insertions(+), 1 deletions(-)
diff --git a/testbot/web/GetFile.pl b/testbot/web/GetFile.pl index 1590902..697bbbd 100644 --- a/testbot/web/GetFile.pl +++ b/testbot/web/GetFile.pl @@ -1,4 +1,20 @@ -#!/usr/bin/perl -Tw +# Returns the specified Step/Task file. +# +# Copyright 2009 Ge van Geldorp +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
use strict;