testbot/web: Remove the shebang line and add a copyright notice.

Francois Gouget fgouget at codeweavers.com
Tue Oct 30 22:46:45 CDT 2012


The shebang line is useless for web pages and only causes Apache to generate a warning.
---
 testbot/web/GetFile.pl |   18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

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;
 
-- 
1.7.10.4



More information about the wine-patches mailing list