Skip to content

Commit

Permalink
Added missing copyright/license header
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Dec 24, 2009
1 parent 5737371 commit 8dee40d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions createModulePages.groovy
@@ -1,5 +1,24 @@
#!/usr/bin/groovy

/* Copyright (C) 2009 Egon Willighagen <egonw@users.sf.net>
*
* 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()
Expand Down

0 comments on commit 8dee40d

Please sign in to comment.