r552 - in trunk/src: main/java/org/nuiton/util test/java/org/nuiton/util
Author: tchemit Date: 2009-08-26 22:12:58 +0200 (Wed, 26 Aug 2009) New Revision: 552 Modified: trunk/src/main/java/org/nuiton/util/PluginIOContext.java trunk/src/test/java/org/nuiton/util/JaxxFileUpdaterTest.java Log: add license header Modified: trunk/src/main/java/org/nuiton/util/PluginIOContext.java =================================================================== --- trunk/src/main/java/org/nuiton/util/PluginIOContext.java 2009-08-22 21:40:34 UTC (rev 551) +++ trunk/src/main/java/org/nuiton/util/PluginIOContext.java 2009-08-26 20:12:58 UTC (rev 552) @@ -1,3 +1,21 @@ +/** + * *##% 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>. ##%* + */ package org.nuiton.util; import java.io.File; Modified: trunk/src/test/java/org/nuiton/util/JaxxFileUpdaterTest.java =================================================================== --- trunk/src/test/java/org/nuiton/util/JaxxFileUpdaterTest.java 2009-08-22 21:40:34 UTC (rev 551) +++ trunk/src/test/java/org/nuiton/util/JaxxFileUpdaterTest.java 2009-08-26 20:12:58 UTC (rev 552) @@ -139,4 +139,4 @@ // java file is now up to date (rename method does not affect lasmodified property on a file) assertTrue(sourceFile + " should be uptodate", fileUpdater.isFileUpToDate(sourceFile)); } -} \ No newline at end of file +}
participants (1)
-
tchemit@users.nuiton.org