r559 - in trunk/src: main/java/org/nuiton main/java/org/nuiton/license main/java/org/nuiton/license/plugin main/java/org/nuiton/util test/java/org/nuiton/license test/java/org/nuiton/license/plugin test/java/org/nuiton/util
Author: tchemit Date: 2009-08-29 17:55:12 +0200 (Sat, 29 Aug 2009) New Revision: 559 Modified: trunk/src/main/java/org/nuiton/AbstractPlugin.java trunk/src/main/java/org/nuiton/RunJavaPlugin.java trunk/src/main/java/org/nuiton/license/JarLicenseResolver.java trunk/src/main/java/org/nuiton/license/License.java trunk/src/main/java/org/nuiton/license/LicenseFactory.java trunk/src/main/java/org/nuiton/license/LicenseResolver.java trunk/src/main/java/org/nuiton/license/plugin/AvailableLicensesPlugin.java trunk/src/main/java/org/nuiton/license/plugin/LicensePlugin.java trunk/src/main/java/org/nuiton/license/plugin/ThirdPartyPlugin.java trunk/src/main/java/org/nuiton/util/DependencyUtil.java trunk/src/main/java/org/nuiton/util/FileUpdater.java trunk/src/main/java/org/nuiton/util/FileUpdaterHelper.java trunk/src/main/java/org/nuiton/util/MirroredFileUpdater.java trunk/src/main/java/org/nuiton/util/PluginHelper.java trunk/src/main/java/org/nuiton/util/PluginIOContext.java trunk/src/main/java/org/nuiton/util/SourceEntry.java trunk/src/main/java/org/nuiton/util/VelocityTemplateGenerator.java trunk/src/test/java/org/nuiton/license/BaseLicenseTestCase.java trunk/src/test/java/org/nuiton/license/JarLicenseResolverTest.java trunk/src/test/java/org/nuiton/license/LicenseFactoryTest.java trunk/src/test/java/org/nuiton/license/LicenseResolverTest.java trunk/src/test/java/org/nuiton/license/plugin/LicensePluginTest.java trunk/src/test/java/org/nuiton/util/BasePluginTestCase.java trunk/src/test/java/org/nuiton/util/JavaDummy.java trunk/src/test/java/org/nuiton/util/JavaFileUpdaterTest.java trunk/src/test/java/org/nuiton/util/JaxxDummy.java trunk/src/test/java/org/nuiton/util/JaxxFileUpdaterTest.java trunk/src/test/java/org/nuiton/util/PluginConfig.java Log: update license header Modified: trunk/src/main/java/org/nuiton/AbstractPlugin.java =================================================================== --- trunk/src/main/java/org/nuiton/AbstractPlugin.java 2009-08-29 14:41:55 UTC (rev 558) +++ trunk/src/main/java/org/nuiton/AbstractPlugin.java 2009-08-29 15:55:12 UTC (rev 559) @@ -1,5 +1,6 @@ /** - * *##% Maven helper plugin + * *##% + * Maven helper plugin * Copyright (C) 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton; Modified: trunk/src/main/java/org/nuiton/RunJavaPlugin.java =================================================================== --- trunk/src/main/java/org/nuiton/RunJavaPlugin.java 2009-08-29 14:41:55 UTC (rev 558) +++ trunk/src/main/java/org/nuiton/RunJavaPlugin.java 2009-08-29 15:55:12 UTC (rev 559) @@ -1,5 +1,6 @@ /** - * *##% Maven helper plugin + * *##% + * Maven helper plugin * Copyright (C) 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton; Modified: trunk/src/main/java/org/nuiton/license/JarLicenseResolver.java =================================================================== --- trunk/src/main/java/org/nuiton/license/JarLicenseResolver.java 2009-08-29 14:41:55 UTC (rev 558) +++ trunk/src/main/java/org/nuiton/license/JarLicenseResolver.java 2009-08-29 15:55:12 UTC (rev 559) @@ -1,5 +1,6 @@ /** - * *##% Maven helper plugin + * *##% + * Maven helper plugin * Copyright (C) 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.license; Modified: trunk/src/main/java/org/nuiton/license/License.java =================================================================== --- trunk/src/main/java/org/nuiton/license/License.java 2009-08-29 14:41:55 UTC (rev 558) +++ trunk/src/main/java/org/nuiton/license/License.java 2009-08-29 15:55:12 UTC (rev 559) @@ -1,5 +1,6 @@ /** - * *##% Maven helper plugin + * *##% + * Maven helper plugin * Copyright (C) 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.license; Modified: trunk/src/main/java/org/nuiton/license/LicenseFactory.java =================================================================== --- trunk/src/main/java/org/nuiton/license/LicenseFactory.java 2009-08-29 14:41:55 UTC (rev 558) +++ trunk/src/main/java/org/nuiton/license/LicenseFactory.java 2009-08-29 15:55:12 UTC (rev 559) @@ -1,5 +1,6 @@ /** - * *##% Maven helper plugin + * *##% + * Maven helper plugin * Copyright (C) 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.license; Modified: trunk/src/main/java/org/nuiton/license/LicenseResolver.java =================================================================== --- trunk/src/main/java/org/nuiton/license/LicenseResolver.java 2009-08-29 14:41:55 UTC (rev 558) +++ trunk/src/main/java/org/nuiton/license/LicenseResolver.java 2009-08-29 15:55:12 UTC (rev 559) @@ -1,5 +1,6 @@ /** - * *##% Maven helper plugin + * *##% + * Maven helper plugin * Copyright (C) 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.license; Modified: trunk/src/main/java/org/nuiton/license/plugin/AvailableLicensesPlugin.java =================================================================== --- trunk/src/main/java/org/nuiton/license/plugin/AvailableLicensesPlugin.java 2009-08-29 14:41:55 UTC (rev 558) +++ trunk/src/main/java/org/nuiton/license/plugin/AvailableLicensesPlugin.java 2009-08-29 15:55:12 UTC (rev 559) @@ -1,5 +1,6 @@ /** - * *##% Maven helper plugin + * *##% + * Maven helper plugin * Copyright (C) 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.license.plugin; Modified: trunk/src/main/java/org/nuiton/license/plugin/LicensePlugin.java =================================================================== --- trunk/src/main/java/org/nuiton/license/plugin/LicensePlugin.java 2009-08-29 14:41:55 UTC (rev 558) +++ trunk/src/main/java/org/nuiton/license/plugin/LicensePlugin.java 2009-08-29 15:55:12 UTC (rev 559) @@ -1,5 +1,6 @@ /** - * *##% Maven helper plugin + * *##% + * Maven helper plugin * Copyright (C) 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.license.plugin; Modified: trunk/src/main/java/org/nuiton/license/plugin/ThirdPartyPlugin.java =================================================================== --- trunk/src/main/java/org/nuiton/license/plugin/ThirdPartyPlugin.java 2009-08-29 14:41:55 UTC (rev 558) +++ trunk/src/main/java/org/nuiton/license/plugin/ThirdPartyPlugin.java 2009-08-29 15:55:12 UTC (rev 559) @@ -1,5 +1,6 @@ /** - * *##% Maven helper plugin + * *##% + * Maven helper plugin * Copyright (C) 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.license.plugin; Modified: trunk/src/main/java/org/nuiton/util/DependencyUtil.java =================================================================== --- trunk/src/main/java/org/nuiton/util/DependencyUtil.java 2009-08-29 14:41:55 UTC (rev 558) +++ trunk/src/main/java/org/nuiton/util/DependencyUtil.java 2009-08-29 15:55:12 UTC (rev 559) @@ -1,5 +1,6 @@ /** - * *##% Maven helper plugin + * *##% + * Maven helper plugin * Copyright (C) 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.util; Modified: trunk/src/main/java/org/nuiton/util/FileUpdater.java =================================================================== --- trunk/src/main/java/org/nuiton/util/FileUpdater.java 2009-08-29 14:41:55 UTC (rev 558) +++ trunk/src/main/java/org/nuiton/util/FileUpdater.java 2009-08-29 15:55:12 UTC (rev 559) @@ -1,5 +1,6 @@ /** - * *##% Maven helper plugin + * *##% + * Maven helper plugin * Copyright (C) 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.util; Modified: trunk/src/main/java/org/nuiton/util/FileUpdaterHelper.java =================================================================== --- trunk/src/main/java/org/nuiton/util/FileUpdaterHelper.java 2009-08-29 14:41:55 UTC (rev 558) +++ trunk/src/main/java/org/nuiton/util/FileUpdaterHelper.java 2009-08-29 15:55:12 UTC (rev 559) @@ -1,5 +1,6 @@ /** - * *##% Maven helper plugin + * *##% + * Maven helper plugin * Copyright (C) 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.util; Modified: trunk/src/main/java/org/nuiton/util/MirroredFileUpdater.java =================================================================== --- trunk/src/main/java/org/nuiton/util/MirroredFileUpdater.java 2009-08-29 14:41:55 UTC (rev 558) +++ trunk/src/main/java/org/nuiton/util/MirroredFileUpdater.java 2009-08-29 15:55:12 UTC (rev 559) @@ -1,5 +1,6 @@ /** - * *##% Maven helper plugin + * *##% + * Maven helper plugin * Copyright (C) 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.util; Modified: trunk/src/main/java/org/nuiton/util/PluginHelper.java =================================================================== --- trunk/src/main/java/org/nuiton/util/PluginHelper.java 2009-08-29 14:41:55 UTC (rev 558) +++ trunk/src/main/java/org/nuiton/util/PluginHelper.java 2009-08-29 15:55:12 UTC (rev 559) @@ -1,5 +1,6 @@ /** - * *##% Maven helper plugin + * *##% + * Maven helper plugin * Copyright (C) 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.util; Modified: trunk/src/main/java/org/nuiton/util/PluginIOContext.java =================================================================== --- trunk/src/main/java/org/nuiton/util/PluginIOContext.java 2009-08-29 14:41:55 UTC (rev 558) +++ trunk/src/main/java/org/nuiton/util/PluginIOContext.java 2009-08-29 15:55:12 UTC (rev 559) @@ -1,5 +1,6 @@ /** - * *##% Maven helper plugin + * *##% + * Maven helper plugin * Copyright (C) 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.util; Modified: trunk/src/main/java/org/nuiton/util/SourceEntry.java =================================================================== --- trunk/src/main/java/org/nuiton/util/SourceEntry.java 2009-08-29 14:41:55 UTC (rev 558) +++ trunk/src/main/java/org/nuiton/util/SourceEntry.java 2009-08-29 15:55:12 UTC (rev 559) @@ -1,5 +1,6 @@ /* -* *##% Maven helper plugin +* *##% + * Maven helper plugin * Copyright (C) 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* */ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.util; import org.apache.maven.plugin.logging.Log; Modified: trunk/src/main/java/org/nuiton/util/VelocityTemplateGenerator.java =================================================================== --- trunk/src/main/java/org/nuiton/util/VelocityTemplateGenerator.java 2009-08-29 14:41:55 UTC (rev 558) +++ trunk/src/main/java/org/nuiton/util/VelocityTemplateGenerator.java 2009-08-29 15:55:12 UTC (rev 559) @@ -1,3 +1,23 @@ +/** + * *##% + * Maven helper plugin + * Copyright (C) 2009 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>. + * ##%* + */ /* * Copyright 2001-2005 The Apache Software Foundation. * Modified: trunk/src/test/java/org/nuiton/license/BaseLicenseTestCase.java =================================================================== --- trunk/src/test/java/org/nuiton/license/BaseLicenseTestCase.java 2009-08-29 14:41:55 UTC (rev 558) +++ trunk/src/test/java/org/nuiton/license/BaseLicenseTestCase.java 2009-08-29 15:55:12 UTC (rev 559) @@ -1,5 +1,6 @@ /** - * *##% Maven helper plugin + * *##% + * Maven helper plugin * Copyright (C) 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.license; Modified: trunk/src/test/java/org/nuiton/license/JarLicenseResolverTest.java =================================================================== --- trunk/src/test/java/org/nuiton/license/JarLicenseResolverTest.java 2009-08-29 14:41:55 UTC (rev 558) +++ trunk/src/test/java/org/nuiton/license/JarLicenseResolverTest.java 2009-08-29 15:55:12 UTC (rev 559) @@ -1,5 +1,6 @@ /** - * *##% Maven helper plugin + * *##% + * Maven helper plugin * Copyright (C) 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.license; Modified: trunk/src/test/java/org/nuiton/license/LicenseFactoryTest.java =================================================================== --- trunk/src/test/java/org/nuiton/license/LicenseFactoryTest.java 2009-08-29 14:41:55 UTC (rev 558) +++ trunk/src/test/java/org/nuiton/license/LicenseFactoryTest.java 2009-08-29 15:55:12 UTC (rev 559) @@ -1,5 +1,6 @@ /** - * *##% Maven helper plugin + * *##% + * Maven helper plugin * Copyright (C) 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.license; Modified: trunk/src/test/java/org/nuiton/license/LicenseResolverTest.java =================================================================== --- trunk/src/test/java/org/nuiton/license/LicenseResolverTest.java 2009-08-29 14:41:55 UTC (rev 558) +++ trunk/src/test/java/org/nuiton/license/LicenseResolverTest.java 2009-08-29 15:55:12 UTC (rev 559) @@ -1,5 +1,6 @@ /** - * *##% Maven helper plugin + * *##% + * Maven helper plugin * Copyright (C) 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.license; Modified: trunk/src/test/java/org/nuiton/license/plugin/LicensePluginTest.java =================================================================== --- trunk/src/test/java/org/nuiton/license/plugin/LicensePluginTest.java 2009-08-29 14:41:55 UTC (rev 558) +++ trunk/src/test/java/org/nuiton/license/plugin/LicensePluginTest.java 2009-08-29 15:55:12 UTC (rev 559) @@ -1,5 +1,6 @@ /** - * *##% Maven helper plugin + * *##% + * Maven helper plugin * Copyright (C) 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.license.plugin; Modified: trunk/src/test/java/org/nuiton/util/BasePluginTestCase.java =================================================================== --- trunk/src/test/java/org/nuiton/util/BasePluginTestCase.java 2009-08-29 14:41:55 UTC (rev 558) +++ trunk/src/test/java/org/nuiton/util/BasePluginTestCase.java 2009-08-29 15:55:12 UTC (rev 559) @@ -1,5 +1,6 @@ /** - * *##% Maven helper plugin + * *##% + * Maven helper plugin * Copyright (C) 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.util; Modified: trunk/src/test/java/org/nuiton/util/JavaDummy.java =================================================================== --- trunk/src/test/java/org/nuiton/util/JavaDummy.java 2009-08-29 14:41:55 UTC (rev 558) +++ trunk/src/test/java/org/nuiton/util/JavaDummy.java 2009-08-29 15:55:12 UTC (rev 559) @@ -1,5 +1,6 @@ /** - * *##% Maven helper plugin + * *##% + * Maven helper plugin * Copyright (C) 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.util; Modified: trunk/src/test/java/org/nuiton/util/JavaFileUpdaterTest.java =================================================================== --- trunk/src/test/java/org/nuiton/util/JavaFileUpdaterTest.java 2009-08-29 14:41:55 UTC (rev 558) +++ trunk/src/test/java/org/nuiton/util/JavaFileUpdaterTest.java 2009-08-29 15:55:12 UTC (rev 559) @@ -1,6 +1,7 @@ /** - * *##% Lutin plugin utilities library - * Copyright (C) 2008 CodeLutin + * *##% + * Maven helper plugin + * Copyright (C) 2009 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 @@ -14,7 +15,8 @@ * * 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>. ##% + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.util; Modified: trunk/src/test/java/org/nuiton/util/JaxxDummy.java =================================================================== --- trunk/src/test/java/org/nuiton/util/JaxxDummy.java 2009-08-29 14:41:55 UTC (rev 558) +++ trunk/src/test/java/org/nuiton/util/JaxxDummy.java 2009-08-29 15:55:12 UTC (rev 559) @@ -1,5 +1,6 @@ /* - * *##% Maven helper plugin + * *##% + * Maven helper plugin * Copyright (C) 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.util; Modified: trunk/src/test/java/org/nuiton/util/JaxxFileUpdaterTest.java =================================================================== --- trunk/src/test/java/org/nuiton/util/JaxxFileUpdaterTest.java 2009-08-29 14:41:55 UTC (rev 558) +++ trunk/src/test/java/org/nuiton/util/JaxxFileUpdaterTest.java 2009-08-29 15:55:12 UTC (rev 559) @@ -1,6 +1,7 @@ /** - * *##% Lutin plugin utilities library - * Copyright (C) 2008 CodeLutin + * *##% + * Maven helper plugin + * Copyright (C) 2009 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 @@ -14,7 +15,8 @@ * * 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>. ##% + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.util; Modified: trunk/src/test/java/org/nuiton/util/PluginConfig.java =================================================================== --- trunk/src/test/java/org/nuiton/util/PluginConfig.java 2009-08-29 14:41:55 UTC (rev 558) +++ trunk/src/test/java/org/nuiton/util/PluginConfig.java 2009-08-29 15:55:12 UTC (rev 559) @@ -1,5 +1,6 @@ /** - * *##% Maven helper plugin + * *##% + * Maven helper plugin * Copyright (C) 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.util;
participants (1)
-
tchemit@users.nuiton.org