r2230 - in trunk: jaxx-compiler/src/license jaxx-compiler/src/main/java/jaxx/compiler/java jaxx-runtime/src/license jaxx-tutorial-config/src/license jaxx-tutorial-css/src/license jaxx-tutorial-databinding/src/license jaxx-tutorial-helloworld/src/license jaxx-tutorial-helloworld2/src/license jaxx-tutorial-validation/src/license jaxx-widgets/src/license maven-jaxx-plugin/src/license
Author: hudson Date: 2011-02-19 23:29:23 +0100 (Sat, 19 Feb 2011) New Revision: 2230 Url: http://nuiton.org/repositories/revision/jaxx/2230 Log: optimize third-parties + add file header Modified: trunk/jaxx-compiler/src/license/THIRD-PARTY.properties trunk/jaxx-compiler/src/main/java/jaxx/compiler/java/JavaConstructor.java trunk/jaxx-runtime/src/license/THIRD-PARTY.properties trunk/jaxx-tutorial-config/src/license/THIRD-PARTY.properties trunk/jaxx-tutorial-css/src/license/THIRD-PARTY.properties trunk/jaxx-tutorial-databinding/src/license/THIRD-PARTY.properties trunk/jaxx-tutorial-helloworld/src/license/THIRD-PARTY.properties trunk/jaxx-tutorial-helloworld2/src/license/THIRD-PARTY.properties trunk/jaxx-tutorial-validation/src/license/THIRD-PARTY.properties trunk/jaxx-widgets/src/license/THIRD-PARTY.properties trunk/maven-jaxx-plugin/src/license/THIRD-PARTY.properties Modified: trunk/jaxx-compiler/src/license/THIRD-PARTY.properties =================================================================== --- trunk/jaxx-compiler/src/license/THIRD-PARTY.properties 2011-02-19 22:02:20 UTC (rev 2229) +++ trunk/jaxx-compiler/src/license/THIRD-PARTY.properties 2011-02-19 22:29:23 UTC (rev 2230) @@ -3,16 +3,17 @@ # Already used licenses in project : # - BSD License # - Common Public License Version 1.0 +# - GNU General Public License - Version 2 with the class path exception # - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 -# - Sun Microsystems, Inc. Binary Code License Agreement for the JDK 5.0 +# - Lesser General Public License v2.1,Mozilla Public License 1.1 (MPL) # - The Apache Software License, Version 2.0 +# - The OpenSymphony Software License 1.1 #------------------------------------------------------------------------------- # Please fill the missing licenses for dependencies : # # -#Wed Jan 26 14:10:41 CET 2011 +#Sat Feb 19 21:46:20 CET 2011 commons-primitives--commons-primitives--1.0--jar=The Apache Software License, Version 2.0 -javax.help--javahelp--2.0.02--jar=Sun Microsystems, Inc. Binary Code License Agreement for the JDK 5.0 javassist--javassist--3.8.0.GA--jar=Lesser General Public License v2.1,Mozilla Public License 1.1 (MPL) -ognl--ognl--3.0--jar=The OpenSymphony Software License 1.1 \ No newline at end of file +ognl--ognl--3.0--jar=The OpenSymphony Software License 1.1 Modified: trunk/jaxx-compiler/src/main/java/jaxx/compiler/java/JavaConstructor.java =================================================================== --- trunk/jaxx-compiler/src/main/java/jaxx/compiler/java/JavaConstructor.java 2011-02-19 22:02:20 UTC (rev 2229) +++ trunk/jaxx-compiler/src/main/java/jaxx/compiler/java/JavaConstructor.java 2011-02-19 22:29:23 UTC (rev 2230) @@ -1,3 +1,27 @@ +/* + * #%L + * JAXX :: Compiler + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2008 - 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 jaxx.compiler.java; import java.lang.reflect.Constructor; Modified: trunk/jaxx-runtime/src/license/THIRD-PARTY.properties =================================================================== --- trunk/jaxx-runtime/src/license/THIRD-PARTY.properties 2011-02-19 22:02:20 UTC (rev 2229) +++ trunk/jaxx-runtime/src/license/THIRD-PARTY.properties 2011-02-19 22:29:23 UTC (rev 2230) @@ -3,14 +3,13 @@ # Already used licenses in project : # - BSD License # - Common Public License Version 1.0 +# - GNU General Public License - Version 2 with the class path exception # - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 -# - Sun Microsystems, Inc. Binary Code License Agreement for the JDK 5.0 # - The Apache Software License, Version 2.0 #------------------------------------------------------------------------------- # Please fill the missing licenses for dependencies : # # -#Wed Jan 26 14:08:30 CET 2011 +#Sat Feb 19 21:30:15 CET 2011 commons-primitives--commons-primitives--1.0--jar=The Apache Software License, Version 2.0 -javax.help--javahelp--2.0.02--jar=Sun Microsystems, Inc. Binary Code License Agreement for the JDK 5.0 Modified: trunk/jaxx-tutorial-config/src/license/THIRD-PARTY.properties =================================================================== --- trunk/jaxx-tutorial-config/src/license/THIRD-PARTY.properties 2011-02-19 22:02:20 UTC (rev 2229) +++ trunk/jaxx-tutorial-config/src/license/THIRD-PARTY.properties 2011-02-19 22:29:23 UTC (rev 2230) @@ -2,14 +2,13 @@ #------------------------------------------------------------------------------- # Already used licenses in project : # - BSD License +# - GNU General Public License - Version 2 with the class path exception # - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 -# - Sun Microsystems, Inc. Binary Code License Agreement for the JDK 5.0 # - The Apache Software License, Version 2.0 #------------------------------------------------------------------------------- # Please fill the missing licenses for dependencies : # # -#Wed Jan 26 14:12:47 CET 2011 +#Sat Feb 19 22:39:53 CET 2011 commons-primitives--commons-primitives--1.0--jar=The Apache Software License, Version 2.0 -javax.help--javahelp--2.0.02--jar=Sun Microsystems, Inc. Binary Code License Agreement for the JDK 5.0 Modified: trunk/jaxx-tutorial-css/src/license/THIRD-PARTY.properties =================================================================== --- trunk/jaxx-tutorial-css/src/license/THIRD-PARTY.properties 2011-02-19 22:02:20 UTC (rev 2229) +++ trunk/jaxx-tutorial-css/src/license/THIRD-PARTY.properties 2011-02-19 22:29:23 UTC (rev 2230) @@ -2,14 +2,13 @@ #------------------------------------------------------------------------------- # Already used licenses in project : # - BSD License +# - GNU General Public License - Version 2 with the class path exception # - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 -# - Sun Microsystems, Inc. Binary Code License Agreement for the JDK 5.0 # - The Apache Software License, Version 2.0 #------------------------------------------------------------------------------- # Please fill the missing licenses for dependencies : # # -#Thu Dec 30 09:33:48 CET 2010 +#Sat Feb 19 22:38:35 CET 2011 commons-primitives--commons-primitives--1.0--jar=The Apache Software License, Version 2.0 -javax.help--javahelp--2.0.02--jar=Sun Microsystems, Inc. Binary Code License Agreement for the JDK 5.0 Modified: trunk/jaxx-tutorial-databinding/src/license/THIRD-PARTY.properties =================================================================== --- trunk/jaxx-tutorial-databinding/src/license/THIRD-PARTY.properties 2011-02-19 22:02:20 UTC (rev 2229) +++ trunk/jaxx-tutorial-databinding/src/license/THIRD-PARTY.properties 2011-02-19 22:29:23 UTC (rev 2230) @@ -2,14 +2,13 @@ #------------------------------------------------------------------------------- # Already used licenses in project : # - BSD License +# - GNU General Public License - Version 2 with the class path exception # - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 -# - Sun Microsystems, Inc. Binary Code License Agreement for the JDK 5.0 # - The Apache Software License, Version 2.0 #------------------------------------------------------------------------------- # Please fill the missing licenses for dependencies : # # -#Thu Dec 30 09:34:28 CET 2010 +#Sat Feb 19 22:39:17 CET 2011 commons-primitives--commons-primitives--1.0--jar=The Apache Software License, Version 2.0 -javax.help--javahelp--2.0.02--jar=Sun Microsystems, Inc. Binary Code License Agreement for the JDK 5.0 Modified: trunk/jaxx-tutorial-helloworld/src/license/THIRD-PARTY.properties =================================================================== --- trunk/jaxx-tutorial-helloworld/src/license/THIRD-PARTY.properties 2011-02-19 22:02:20 UTC (rev 2229) +++ trunk/jaxx-tutorial-helloworld/src/license/THIRD-PARTY.properties 2011-02-19 22:29:23 UTC (rev 2230) @@ -2,14 +2,13 @@ #------------------------------------------------------------------------------- # Already used licenses in project : # - BSD License +# - GNU General Public License - Version 2 with the class path exception # - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 -# - Sun Microsystems, Inc. Binary Code License Agreement for the JDK 5.0 # - The Apache Software License, Version 2.0 #------------------------------------------------------------------------------- # Please fill the missing licenses for dependencies : # # -#Thu Dec 30 09:32:10 CET 2010 +#Sat Feb 19 22:37:26 CET 2011 commons-primitives--commons-primitives--1.0--jar=The Apache Software License, Version 2.0 -javax.help--javahelp--2.0.02--jar=Sun Microsystems, Inc. Binary Code License Agreement for the JDK 5.0 Modified: trunk/jaxx-tutorial-helloworld2/src/license/THIRD-PARTY.properties =================================================================== --- trunk/jaxx-tutorial-helloworld2/src/license/THIRD-PARTY.properties 2011-02-19 22:02:20 UTC (rev 2229) +++ trunk/jaxx-tutorial-helloworld2/src/license/THIRD-PARTY.properties 2011-02-19 22:29:23 UTC (rev 2230) @@ -2,14 +2,13 @@ #------------------------------------------------------------------------------- # Already used licenses in project : # - BSD License +# - GNU General Public License - Version 2 with the class path exception # - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 -# - Sun Microsystems, Inc. Binary Code License Agreement for the JDK 5.0 # - The Apache Software License, Version 2.0 #------------------------------------------------------------------------------- # Please fill the missing licenses for dependencies : # # -#Thu Dec 30 09:33:05 CET 2010 +#Sat Feb 19 22:38:02 CET 2011 commons-primitives--commons-primitives--1.0--jar=The Apache Software License, Version 2.0 -javax.help--javahelp--2.0.02--jar=Sun Microsystems, Inc. Binary Code License Agreement for the JDK 5.0 Modified: trunk/jaxx-tutorial-validation/src/license/THIRD-PARTY.properties =================================================================== --- trunk/jaxx-tutorial-validation/src/license/THIRD-PARTY.properties 2011-02-19 22:02:20 UTC (rev 2229) +++ trunk/jaxx-tutorial-validation/src/license/THIRD-PARTY.properties 2011-02-19 22:29:23 UTC (rev 2230) @@ -2,16 +2,17 @@ #------------------------------------------------------------------------------- # Already used licenses in project : # - BSD License +# - GNU General Public License - Version 2 with the class path exception # - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 -# - Sun Microsystems, Inc. Binary Code License Agreement for the JDK 5.0 +# - Lesser General Public License v2.1,Mozilla Public License 1.1 (MPL) # - The Apache Software License, Version 2.0 +# - The OpenSymphony Software License 1.1 #------------------------------------------------------------------------------- # Please fill the missing licenses for dependencies : # # -#Wed Jan 26 14:12:49 CET 2011 +#Sat Feb 19 23:13:29 CET 2011 commons-primitives--commons-primitives--1.0--jar=The Apache Software License, Version 2.0 -javax.help--javahelp--2.0.02--jar=Sun Microsystems, Inc. Binary Code License Agreement for the JDK 5.0 javassist--javassist--3.8.0.GA--jar=Lesser General Public License v2.1,Mozilla Public License 1.1 (MPL) -ognl--ognl--3.0--jar=The OpenSymphony Software License 1.1 \ No newline at end of file +ognl--ognl--3.0--jar=The OpenSymphony Software License 1.1 Modified: trunk/jaxx-widgets/src/license/THIRD-PARTY.properties =================================================================== --- trunk/jaxx-widgets/src/license/THIRD-PARTY.properties 2011-02-19 22:02:20 UTC (rev 2229) +++ trunk/jaxx-widgets/src/license/THIRD-PARTY.properties 2011-02-19 22:29:23 UTC (rev 2230) @@ -3,14 +3,13 @@ # Already used licenses in project : # - BSD License # - Common Public License Version 1.0 +# - GNU General Public License - Version 2 with the class path exception # - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 -# - Sun Microsystems, Inc. Binary Code License Agreement for the JDK 5.0 # - The Apache Software License, Version 2.0 #------------------------------------------------------------------------------- # Please fill the missing licenses for dependencies : # # -#Thu Dec 30 09:23:40 CET 2010 +#Sat Feb 19 21:54:05 CET 2011 commons-primitives--commons-primitives--1.0--jar=The Apache Software License, Version 2.0 -javax.help--javahelp--2.0.02--jar=Sun Microsystems, Inc. Binary Code License Agreement for the JDK 5.0 Modified: trunk/maven-jaxx-plugin/src/license/THIRD-PARTY.properties =================================================================== --- trunk/maven-jaxx-plugin/src/license/THIRD-PARTY.properties 2011-02-19 22:02:20 UTC (rev 2229) +++ trunk/maven-jaxx-plugin/src/license/THIRD-PARTY.properties 2011-02-19 22:29:23 UTC (rev 2230) @@ -3,23 +3,24 @@ # Already used licenses in project : # - BSD License # - Common Public License Version 1.0 +# - GNU General Public License - Version 2 with the class path exception # - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 +# - Lesser General Public License v2.1,Mozilla Public License 1.1 (MPL) # - Public Domain -# - Sun Microsystems, Inc. Binary Code License Agreement for the JDK 5.0 # - The Apache Software License, Version 2.0 +# - The OpenSymphony Software License 1.1 # - http://classworlds.codehaus.org/license.html #------------------------------------------------------------------------------- # Please fill the missing licenses for dependencies : # # -#Wed Jan 26 14:11:32 CET 2011 +#Sat Feb 19 21:50:40 CET 2011 classworlds--classworlds--1.1-alpha-2--jar=http\://classworlds.codehaus.org/license.html commons-cli--commons-cli--1.0--jar=The Apache Software License, Version 2.0 commons-primitives--commons-primitives--1.0--jar=The Apache Software License, Version 2.0 -javax.help--javahelp--2.0.02--jar=Sun Microsystems, Inc. Binary Code License Agreement for the JDK 5.0 +javassist--javassist--3.8.0.GA--jar=Lesser General Public License v2.1,Mozilla Public License 1.1 (MPL) +ognl--ognl--3.0--jar=The OpenSymphony Software License 1.1 org.codehaus.plexus--plexus-container-default--1.0-alpha-9-stable-1--jar=The Apache Software License, Version 2.0 org.codehaus.plexus--plexus-interactivity-api--1.0-alpha-4--jar=The Apache Software License, Version 2.0 oro--oro--2.0.8--jar=The Apache Software License, Version 2.0 -javassist--javassist--3.8.0.GA--jar=Lesser General Public License v2.1,Mozilla Public License 1.1 (MPL) -ognl--ognl--3.0--jar=The OpenSymphony Software License 1.1 \ No newline at end of file
participants (1)
-
hudson@users.nuiton.org