Francois Gouget : testbot: Add the LGPL header to the screenshot CGI script.

Alexandre Julliard julliard at winehq.org
Mon Mar 20 13:53:25 CDT 2017


Module: tools
Branch: master
Commit: 8eaae0131fc3509ee757bbdbcaa3969fef796cd1
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=8eaae0131fc3509ee757bbdbcaa3969fef796cd1

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Mon Mar 20 15:39:44 2017 +0100

testbot: Add the LGPL header to the screenshot CGI script.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 testbot/web/Screenshot.pl | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/testbot/web/Screenshot.pl b/testbot/web/Screenshot.pl
index 095d966..67e63a1 100644
--- a/testbot/web/Screenshot.pl
+++ b/testbot/web/Screenshot.pl
@@ -1,3 +1,21 @@
+# Sends a Task's current screenshot
+#
+# 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;
 
 use Apache2::Const -compile => qw(REDIRECT);




More information about the wine-cvs mailing list