[Tools] winetest: Add a license to the winetest.cron script.

Francois Gouget fgouget at codeweavers.com
Wed Aug 6 18:29:16 CDT 2014


---

It's much more than a small throwaway cron script and thus should have 
a proper license notice.

 winetest/winetest.cron | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/winetest/winetest.cron b/winetest/winetest.cron
index eaacf4f..4349f26 100755
--- a/winetest/winetest.cron
+++ b/winetest/winetest.cron
@@ -1,5 +1,19 @@
 #!/bin/sh
 #
+# 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+#
 # Cron job for generating winetest reports.  Use it like
 # */5 * * * * apache winetest.cron
 
-- 
2.0.1



More information about the wine-patches mailing list