You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2016/09/07 22:40:17 UTC

[16/50] git commit: [flex-falcon] [refs/heads/master] - more tweaks to packages

more tweaks to packages


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/373d2189
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/373d2189
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/373d2189

Branch: refs/heads/master
Commit: 373d2189183ebace192aa6b96f776718c5176f0c
Parents: 32aed90
Author: Alex Harui <ah...@apache.org>
Authored: Thu Aug 11 14:44:46 2016 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu Aug 11 14:44:46 2016 -0700

----------------------------------------------------------------------
 LICENSE.jx.bin | 24 +++++++++++++++++++++++-
 build.xml      |  9 ++++++++-
 2 files changed, 31 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/373d2189/LICENSE.jx.bin
----------------------------------------------------------------------
diff --git a/LICENSE.jx.bin b/LICENSE.jx.bin
index 091a54f..89f5bbd 100644
--- a/LICENSE.jx.bin
+++ b/LICENSE.jx.bin
@@ -4,5 +4,27 @@ Below are the licenses for components included in the binary distribution.
 
 flex-typedefs/createjs
 
-This product bundles CreateJS available under the
+This product bundles CreateJS's EaselJS and TweenJS available under the
 MIT Software License.
+
+The TweenJS code is based on Robert Penner's easing equations available
+under the BSD license.
+
+---- From http://robertpenner.com/easing_terms_of_use.html on 8/11/2016 ----
+Copyright � 2001 Robert Penner
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+Neither the name of the author nor the names of contributors may be used to endorse or promote products derived from this software without specific prior written permission.
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+---- end of http://robertpenner.com/easing_terms_of_use.html on 8/11/2016 ----
+
+flex-typedefs/js/target/downloads/svg.js
+
+This product bundles svg.js from closureidl.googlecode.com available 
+under the BSD 3-Clause license.
+

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/373d2189/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index f0335da..7b59624 100644
--- a/build.xml
+++ b/build.xml
@@ -591,7 +591,14 @@
         <antcall target="binary-package-tgz"/>
         
         <antcall target="stage-source-jx" />
-        
+
+        <copy todir="${basedir}/temp/flex-typedefs" includeEmptyDirs="false">
+            <fileset dir="${FLEXJS_TYPEDEFS_HOME}">
+                <include name="createjs/target/downloads/EaselJS-0.8.0/LICENSE.txt" />
+                <include name="createjs/target/downloads/TweenJS-0.6.2/LICENSE.txt" />
+            </fileset>
+        </copy>
+
         <!-- concat the license file with the binary license file for the 3rd party deps -->
         <delete file="${basedir}/temp/LICENSE" />
         <concat destfile="${basedir}/temp/LICENSE">