r1113 - in trunk: eugene/src/main/java/org/nuiton/eugene/java maven-eugene-plugin/src/it/evol-308 maven-eugene-plugin/src/it/evol-308/src/main/java/org/nuiton/eugene/test maven-eugene-plugin/src/it/evol-308/src/test/java/org/nuiton/eugene/test
Author: maven-release Date: 2011-10-20 03:23:40 +0200 (Thu, 20 Oct 2011) New Revision: 1113 Url: http://nuiton.org/repositories/revision/eugene/1113 Log: add license headers Modified: trunk/eugene/src/main/java/org/nuiton/eugene/java/JavaEnumerationTransformer.java trunk/maven-eugene-plugin/src/it/evol-308/invoker.properties trunk/maven-eugene-plugin/src/it/evol-308/src/main/java/org/nuiton/eugene/test/MyEnumeration2.java trunk/maven-eugene-plugin/src/it/evol-308/src/test/java/org/nuiton/eugene/test/EnumerationTest.java trunk/maven-eugene-plugin/src/it/evol-308/verify.groovy Modified: trunk/eugene/src/main/java/org/nuiton/eugene/java/JavaEnumerationTransformer.java =================================================================== --- trunk/eugene/src/main/java/org/nuiton/eugene/java/JavaEnumerationTransformer.java 2011-10-20 01:13:31 UTC (rev 1112) +++ trunk/eugene/src/main/java/org/nuiton/eugene/java/JavaEnumerationTransformer.java 2011-10-20 01:23:40 UTC (rev 1113) @@ -1,3 +1,27 @@ +/* + * #%L + * EUGene :: EUGene + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2004 - 2011 CodeLutin + * %% + * 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 3 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 General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ package org.nuiton.eugene.java; Modified: trunk/maven-eugene-plugin/src/it/evol-308/invoker.properties =================================================================== --- trunk/maven-eugene-plugin/src/it/evol-308/invoker.properties 2011-10-20 01:13:31 UTC (rev 1112) +++ trunk/maven-eugene-plugin/src/it/evol-308/invoker.properties 2011-10-20 01:23:40 UTC (rev 1113) @@ -1 +1,25 @@ +### +# #%L +# EUGene :: Maven plugin +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2006 - 2011 CodeLutin +# %% +# 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 3 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 General Lesser Public License for more details. +# +# You should have received a copy of the GNU General Lesser Public +# License along with this program. If not, see +# <http://www.gnu.org/licenses/lgpl-3.0.html>. +# #L% +### invoker.goals=clean test \ No newline at end of file Modified: trunk/maven-eugene-plugin/src/it/evol-308/src/main/java/org/nuiton/eugene/test/MyEnumeration2.java =================================================================== --- trunk/maven-eugene-plugin/src/it/evol-308/src/main/java/org/nuiton/eugene/test/MyEnumeration2.java 2011-10-20 01:13:31 UTC (rev 1112) +++ trunk/maven-eugene-plugin/src/it/evol-308/src/main/java/org/nuiton/eugene/test/MyEnumeration2.java 2011-10-20 01:23:40 UTC (rev 1113) @@ -1,3 +1,27 @@ +/* + * #%L + * EUGene :: Maven plugin + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2006 - 2011 CodeLutin + * %% + * 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 3 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 General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ package org.nuiton.eugene.test; Modified: trunk/maven-eugene-plugin/src/it/evol-308/src/test/java/org/nuiton/eugene/test/EnumerationTest.java =================================================================== --- trunk/maven-eugene-plugin/src/it/evol-308/src/test/java/org/nuiton/eugene/test/EnumerationTest.java 2011-10-20 01:13:31 UTC (rev 1112) +++ trunk/maven-eugene-plugin/src/it/evol-308/src/test/java/org/nuiton/eugene/test/EnumerationTest.java 2011-10-20 01:23:40 UTC (rev 1113) @@ -1,3 +1,27 @@ +/* + * #%L + * EUGene :: Maven plugin + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2006 - 2011 CodeLutin + * %% + * 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 3 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 General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ package org.nuiton.eugene.test; import org.junit.Assert; Modified: trunk/maven-eugene-plugin/src/it/evol-308/verify.groovy =================================================================== --- trunk/maven-eugene-plugin/src/it/evol-308/verify.groovy 2011-10-20 01:13:31 UTC (rev 1112) +++ trunk/maven-eugene-plugin/src/it/evol-308/verify.groovy 2011-10-20 01:23:40 UTC (rev 1113) @@ -1,3 +1,27 @@ +/* + * #%L + * EUGene :: Maven plugin + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2006 - 2011 CodeLutin + * %% + * 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 3 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 General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ outputDir = new File(basedir, 'target/generated-sources/java');
participants (1)
-
maven-releaseļ¼ users.nuiton.org