Author: bpoussin Date: 2013-02-23 15:49:49 +0100 (Sat, 23 Feb 2013) New Revision: 2505 Url: http://nuiton.org/projects/nuiton-utils/repository/revisions/2505 Log: ajout header et svn:keyword Modified: trunk/nuiton-utils/src/main/java/org/nuiton/util/AliasMap.java trunk/nuiton-utils/src/main/java/org/nuiton/util/SemVer.java trunk/nuiton-utils/src/test/java/org/nuiton/util/AliasMapTest.java trunk/nuiton-utils/src/test/java/org/nuiton/util/SemVerTest.java Modified: trunk/nuiton-utils/src/main/java/org/nuiton/util/AliasMap.java =================================================================== --- trunk/nuiton-utils/src/main/java/org/nuiton/util/AliasMap.java 2013-02-23 14:02:19 UTC (rev 2504) +++ trunk/nuiton-utils/src/main/java/org/nuiton/util/AliasMap.java 2013-02-23 14:49:49 UTC (rev 2505) @@ -1,6 +1,30 @@ package org.nuiton.util; +/* + * #%L + * Nuiton Utils :: Nuiton Utils + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2004 - 2013 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% + */ + import java.util.ArrayList; import java.util.Collection; import java.util.Collections; Property changes on: trunk/nuiton-utils/src/main/java/org/nuiton/util/AliasMap.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/nuiton-utils/src/main/java/org/nuiton/util/SemVer.java =================================================================== --- trunk/nuiton-utils/src/main/java/org/nuiton/util/SemVer.java 2013-02-23 14:02:19 UTC (rev 2504) +++ trunk/nuiton-utils/src/main/java/org/nuiton/util/SemVer.java 2013-02-23 14:49:49 UTC (rev 2505) @@ -3,8 +3,8 @@ /* * #%L * Nuiton Utils :: Nuiton Utils - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2004 - 2013 CodeLutin * %% Property changes on: trunk/nuiton-utils/src/main/java/org/nuiton/util/SemVer.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/nuiton-utils/src/test/java/org/nuiton/util/AliasMapTest.java =================================================================== --- trunk/nuiton-utils/src/test/java/org/nuiton/util/AliasMapTest.java 2013-02-23 14:02:19 UTC (rev 2504) +++ trunk/nuiton-utils/src/test/java/org/nuiton/util/AliasMapTest.java 2013-02-23 14:49:49 UTC (rev 2505) @@ -1,6 +1,30 @@ package org.nuiton.util; +/* + * #%L + * Nuiton Utils :: Nuiton Utils + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2004 - 2013 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% + */ + import java.util.Arrays; import java.util.Collection; import org.apache.commons.logging.Log; Property changes on: trunk/nuiton-utils/src/test/java/org/nuiton/util/AliasMapTest.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/nuiton-utils/src/test/java/org/nuiton/util/SemVerTest.java =================================================================== --- trunk/nuiton-utils/src/test/java/org/nuiton/util/SemVerTest.java 2013-02-23 14:02:19 UTC (rev 2504) +++ trunk/nuiton-utils/src/test/java/org/nuiton/util/SemVerTest.java 2013-02-23 14:49:49 UTC (rev 2505) @@ -3,8 +3,8 @@ /* * #%L * Nuiton Utils :: Nuiton Utils - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2004 - 2013 CodeLutin * %% Property changes on: trunk/nuiton-utils/src/test/java/org/nuiton/util/SemVerTest.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL