From: Francois Gouget Subject: [Tools 2/2] winetest: Add a license to the winetest.cron script. Message-Id: Date: Wed, 30 Jul 2014 18:35:28 +0200 (CEST) --- I think that the mere presence of this script in tools/winetest means it's LGPL but it should probably be made explicit. winetest/winetest.cron | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/winetest/winetest.cron b/winetest/winetest.cron index 273c563..7827ab0 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 * * * * winetest.cron /home/winehq/sites/winetest name0=`basename "$0"` -- 2.0.1