[Tools 1/2] testbot: Add the LGPL header to the screenshot CGI script.

Francois Gouget fgouget at codeweavers.com
Mon Mar 20 09:39:44 CDT 2017


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 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);
-- 
2.11.0



More information about the wine-patches mailing list