Author: maven-release Date: 2011-12-16 17:12:29 +0100 (Fri, 16 Dec 2011) New Revision: 634 Url: http://nuiton.org/repositories/revision/jrst/634 Log: Fix header + optimize third party Modified: trunk/doxia-module-jrst/src/license/THIRD-PARTY.properties trunk/jrst/src/main/java/org/nuiton/jrst/JRSTResourceResolver.java trunk/jrst/src/test/java/org/nuiton/jrst/JRSTAbstractTest.java Modified: trunk/doxia-module-jrst/src/license/THIRD-PARTY.properties =================================================================== --- trunk/doxia-module-jrst/src/license/THIRD-PARTY.properties 2011-12-16 16:04:06 UTC (rev 633) +++ trunk/doxia-module-jrst/src/license/THIRD-PARTY.properties 2011-12-16 16:12:29 UTC (rev 634) @@ -3,6 +3,7 @@ # Already used licenses in project : # - Apache License # - BSD License +# - BSD style # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # - Common Public License Version 1.0 # - Indiana University Extreme! Lab Software License, vesion 1.1.1 @@ -20,12 +21,10 @@ # Please fill the missing licenses for dependencies : # # -#Thu Aug 18 07:17:51 CEST 2011 +#Fri Dec 16 17:05:07 CET 2011 com.ibm.icu--icu4j--2.6.1=X License (http\://icu-project.org/repos/icu/icu4j/trunk/main/shared/licenses/license.html) commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 dom4j--dom4j--1.6.1=BSD jaxen--jaxen--1.1.1=http\://jaxen.codehaus.org/license.html jdom--jdom--1.0=The Apache Software License, Version 2.0 org.codehaus.plexus--plexus-classworlds--1.2-alpha-9=http\://classworlds.codehaus.org/license.html -org.nuiton.thirdparty--sdoc--0.5.0-beta-patchcl=Lesser General Public License (LGPL) v 3.0 -xerces--xercesImpl--2.6.2=The Apache Software License, Version 2.0 Modified: trunk/jrst/src/main/java/org/nuiton/jrst/JRSTResourceResolver.java =================================================================== --- trunk/jrst/src/main/java/org/nuiton/jrst/JRSTResourceResolver.java 2011-12-16 16:04:06 UTC (rev 633) +++ trunk/jrst/src/main/java/org/nuiton/jrst/JRSTResourceResolver.java 2011-12-16 16:12:29 UTC (rev 634) @@ -1,3 +1,27 @@ +/* + * #%L + * JRst :: Api + * + * $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.jrst; import org.apache.commons.logging.Log; Modified: trunk/jrst/src/test/java/org/nuiton/jrst/JRSTAbstractTest.java =================================================================== --- trunk/jrst/src/test/java/org/nuiton/jrst/JRSTAbstractTest.java 2011-12-16 16:04:06 UTC (rev 633) +++ trunk/jrst/src/test/java/org/nuiton/jrst/JRSTAbstractTest.java 2011-12-16 16:12:29 UTC (rev 634) @@ -1,3 +1,27 @@ +/* + * #%L + * JRst :: Api + * + * $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.jrst; import org.junit.Assert;