Module: tools Branch: master Commit: 5f27ce2aa7299d38809b3d72a7306565ae16fccf URL: http://source.winehq.org/git/tools.git/?a=commit;h=5f27ce2aa7299d38809b3d72a...
Author: Francois Gouget fgouget@codeweavers.com Date: Thu Aug 7 01:29:16 2014 +0200
winetest: Add a license to the winetest.cron script.
---
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