r2490 - in trunk: nuiton-csv/src/license nuiton-utils/src/license nuiton-utils/src/main/java/org/nuiton/util nuiton-utils/src/test/java/org/nuiton/util nuiton-utils-maven-report-plugin/src/license nuiton-validator/src/license
Author: tchemit Date: 2013-02-01 00:52:09 +0100 (Fri, 01 Feb 2013) New Revision: 2490 Url: http://nuiton.org/projects/nuiton-utils/repository/revisions/2490 Log: optimze third parties + ... Modified: trunk/nuiton-csv/src/license/THIRD-PARTY.properties trunk/nuiton-utils-maven-report-plugin/src/license/THIRD-PARTY.properties trunk/nuiton-utils/src/license/THIRD-PARTY.properties trunk/nuiton-utils/src/main/java/org/nuiton/util/SemVer.java trunk/nuiton-utils/src/test/java/org/nuiton/util/SemVerTest.java trunk/nuiton-validator/src/license/THIRD-PARTY.properties Modified: trunk/nuiton-csv/src/license/THIRD-PARTY.properties =================================================================== --- trunk/nuiton-csv/src/license/THIRD-PARTY.properties 2013-01-31 23:30:28 UTC (rev 2489) +++ trunk/nuiton-csv/src/license/THIRD-PARTY.properties 2013-01-31 23:52:09 UTC (rev 2490) @@ -16,6 +16,5 @@ # Please fill the missing licenses for dependencies : # # -#Sun Jan 13 12:13:30 CET 2013 +#Fri Feb 01 00:49:25 CET 2013 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 -regexp--regexp--1.3=The Apache Software License, Version 2.0 Modified: trunk/nuiton-utils/src/license/THIRD-PARTY.properties =================================================================== --- trunk/nuiton-utils/src/license/THIRD-PARTY.properties 2013-01-31 23:30:28 UTC (rev 2489) +++ trunk/nuiton-utils/src/license/THIRD-PARTY.properties 2013-01-31 23:52:09 UTC (rev 2490) @@ -16,7 +16,6 @@ # Please fill the missing licenses for dependencies : # # -#Sun Jan 13 12:12:10 CET 2013 +#Fri Feb 01 00:49:05 CET 2013 commons-codec--commons-codec--1.2=The Apache Software License, Version 2.0 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 -regexp--regexp--1.3=The Apache Software License, Version 2.0 Modified: trunk/nuiton-utils/src/main/java/org/nuiton/util/SemVer.java =================================================================== --- trunk/nuiton-utils/src/main/java/org/nuiton/util/SemVer.java 2013-01-31 23:30:28 UTC (rev 2489) +++ trunk/nuiton-utils/src/main/java/org/nuiton/util/SemVer.java 2013-01-31 23:52:09 UTC (rev 2490) @@ -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.regex.Matcher; import java.util.regex.Pattern; import org.apache.commons.lang3.StringUtils; Modified: trunk/nuiton-utils/src/test/java/org/nuiton/util/SemVerTest.java =================================================================== --- trunk/nuiton-utils/src/test/java/org/nuiton/util/SemVerTest.java 2013-01-31 23:30:28 UTC (rev 2489) +++ trunk/nuiton-utils/src/test/java/org/nuiton/util/SemVerTest.java 2013-01-31 23:52:09 UTC (rev 2490) @@ -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 org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; Modified: trunk/nuiton-utils-maven-report-plugin/src/license/THIRD-PARTY.properties =================================================================== --- trunk/nuiton-utils-maven-report-plugin/src/license/THIRD-PARTY.properties 2013-01-31 23:30:28 UTC (rev 2489) +++ trunk/nuiton-utils-maven-report-plugin/src/license/THIRD-PARTY.properties 2013-01-31 23:52:09 UTC (rev 2490) @@ -19,7 +19,7 @@ # Please fill the missing licenses for dependencies : # # -#Sun Jan 13 12:14:17 CET 2013 +#Fri Feb 01 00:49:58 CET 2013 antlr--antlr--2.7.2=BSD License classworlds--classworlds--1.1-alpha-2=http\://classworlds.codehaus.org/license.html commons-digester--commons-digester--1.6=The Apache Software License, Version 2.0 @@ -29,4 +29,3 @@ org.codehaus.plexus--plexus-i18n--1.0-beta-10=The Apache Software License, Version 2.0 org.codehaus.plexus--plexus-velocity--1.1.7=The Apache Software License, Version 2.0 oro--oro--2.0.8=The Apache Software License, Version 2.0 -regexp--regexp--1.3=The Apache Software License, Version 2.0 Modified: trunk/nuiton-validator/src/license/THIRD-PARTY.properties =================================================================== --- trunk/nuiton-validator/src/license/THIRD-PARTY.properties 2013-01-31 23:30:28 UTC (rev 2489) +++ trunk/nuiton-validator/src/license/THIRD-PARTY.properties 2013-01-31 23:52:09 UTC (rev 2490) @@ -16,6 +16,5 @@ # Please fill the missing licenses for dependencies : # # -#Sun Jan 13 12:13:35 CET 2013 +#Fri Feb 01 00:49:31 CET 2013 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 -regexp--regexp--1.3=The Apache Software License, Version 2.0
participants (1)
-
tchemit@users.nuiton.org