From 8dee40dc3d4760cc17d351a5dd743f72357d4c6a Mon Sep 17 00:00:00 2001 From: Egon Willighagen Date: Wed, 23 Dec 2009 14:32:37 +0100 Subject: [PATCH] Added missing copyright/license header --- createModulePages.groovy | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/createModulePages.groovy b/createModulePages.groovy index f576256b47a..3546f98fdb1 100644 --- a/createModulePages.groovy +++ b/createModulePages.groovy @@ -1,5 +1,24 @@ #!/usr/bin/groovy +/* Copyright (C) 2009 Egon Willighagen + * + * Contact: cdk-devel@lists.sourceforge.net + * + * This program 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 program 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 program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + */ + def nightly = "http://pele.farmbio.uu.se/nightly-1.2.x/" ant = new AntBuilder()