r319 - in nuiton-js-jsplumb/trunk: . src src/license src/main/resources/META-INF/nuiton-js src/site
Author: echatellier Date: 2013-12-20 15:17:49 +0100 (Fri, 20 Dec 2013) New Revision: 319 Url: http://nuiton.org/projects/nuiton-js/repository/revisions/319 Log: Update to 1.5.5 Added: nuiton-js-jsplumb/trunk/src/license/ nuiton-js-jsplumb/trunk/src/license/THIRD-PARTY.properties Modified: nuiton-js-jsplumb/trunk/LICENSE.txt nuiton-js-jsplumb/trunk/pom.xml nuiton-js-jsplumb/trunk/src/main/resources/META-INF/nuiton-js/wro-jsplumb.xml nuiton-js-jsplumb/trunk/src/site/site_en.xml Modified: nuiton-js-jsplumb/trunk/LICENSE.txt =================================================================== --- nuiton-js-jsplumb/trunk/LICENSE.txt 2013-12-20 14:17:01 UTC (rev 318) +++ nuiton-js-jsplumb/trunk/LICENSE.txt 2013-12-20 14:17:49 UTC (rev 319) @@ -0,0 +1,17 @@ +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. Modified: nuiton-js-jsplumb/trunk/pom.xml =================================================================== --- nuiton-js-jsplumb/trunk/pom.xml 2013-12-20 14:17:01 UTC (rev 318) +++ nuiton-js-jsplumb/trunk/pom.xml 2013-12-20 14:17:49 UTC (rev 319) @@ -14,7 +14,7 @@ </parent> <artifactId>nuiton-js-jsplumb</artifactId> - <version>1.5.4-1-SNAPSHOT</version> + <version>1.5.5-1-SNAPSHOT</version> <name>Nuiton JS :: jsPlumb</name> <description>jsPlumb jar packaging</description> @@ -29,7 +29,9 @@ </licenses> <properties> - <upstreamVersion>1.5.4</upstreamVersion> + <license.licenseName>mit</license.licenseName> + + <upstreamVersion>1.5.5</upstreamVersion> <upstreamUrl>https://raw.github.com/sporritt/jsPlumb/${upstreamVersion}/dist/js/</upstreamUrl> <destDir>${project.build.outputDirectory}/META-INF/resources/${project.artifactId}</destDir> </properties> Added: nuiton-js-jsplumb/trunk/src/license/THIRD-PARTY.properties =================================================================== --- nuiton-js-jsplumb/trunk/src/license/THIRD-PARTY.properties (rev 0) +++ nuiton-js-jsplumb/trunk/src/license/THIRD-PARTY.properties 2013-12-20 14:17:49 UTC (rev 319) @@ -0,0 +1,20 @@ +# Generated by org.codehaus.mojo.license.AddThirdPartyMojo +#------------------------------------------------------------------------------- +# Already used licenses in project : +# - 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 +# - Lesser General Public License (LGPL) v 3.0 +# - Lesser General Public License (LPGL) +# - Lesser General Public License (LPGL) v 2.1 +# - MIT License +# - The Apache Software License, Version 2.0 +# - The MIT License +#------------------------------------------------------------------------------- +# Please fill the missing licenses for dependencies : +# +# +#Fri Dec 20 15:15:04 CET 2013 +javax.servlet--servlet-api--2.5=COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 Property changes on: nuiton-js-jsplumb/trunk/src/license/THIRD-PARTY.properties ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: nuiton-js-jsplumb/trunk/src/main/resources/META-INF/nuiton-js/wro-jsplumb.xml =================================================================== --- nuiton-js-jsplumb/trunk/src/main/resources/META-INF/nuiton-js/wro-jsplumb.xml 2013-12-20 14:17:01 UTC (rev 318) +++ nuiton-js-jsplumb/trunk/src/main/resources/META-INF/nuiton-js/wro-jsplumb.xml 2013-12-20 14:17:49 UTC (rev 319) @@ -6,19 +6,23 @@ %% Copyright (C) 2013 CodeLutin, Chatellier Eric %% - 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. + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: - 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. + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. - 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>. + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. #L% --> <groups xmlns="http://www.isdc.ro/wro"> Modified: nuiton-js-jsplumb/trunk/src/site/site_en.xml =================================================================== --- nuiton-js-jsplumb/trunk/src/site/site_en.xml 2013-12-20 14:17:01 UTC (rev 318) +++ nuiton-js-jsplumb/trunk/src/site/site_en.xml 2013-12-20 14:17:49 UTC (rev 319) @@ -6,19 +6,23 @@ %% Copyright (C) 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. + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: - 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. + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. - 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>. + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. #L% --> <project name="${project.name}">
participants (1)
-
echatellier@users.nuiton.org