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 2017/06/26 15:44:54 UTC

[14/50] git commit: [flex-falcon] [refs/heads/master] - update LICENSE now that we don't bundle createjs source and manually created the externs

update LICENSE now that we don't bundle createjs source and manually created the externs


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

Branch: refs/heads/master
Commit: 31fd9d66dd8f389a6e2f99590f2ee652c790b731
Parents: 8fb2721
Author: Alex Harui <ah...@apache.org>
Authored: Wed May 10 15:32:13 2017 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Wed May 10 15:32:13 2017 -0700

----------------------------------------------------------------------
 LICENSE.jx     |  4 ++++
 LICENSE.jx.bin | 23 -----------------------
 2 files changed, 4 insertions(+), 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/31fd9d66/LICENSE.jx
----------------------------------------------------------------------
diff --git a/LICENSE.jx b/LICENSE.jx
index eef2679..d94ce68 100644
--- a/LICENSE.jx
+++ b/LICENSE.jx
@@ -216,3 +216,7 @@ under Apache License 2.0.  For details see the flex-typedefs folder.
 The .as files in flex-typedefs/GCL/src are derived from the .js files in the 
 Google Closure Library which are available under Apache License 2.0.
 
+The createjs.js file in flex-typedefs/createjs/src/main/javascript is
+a non-copyrightable subset of EaselJS and TweenJS from 
+https://github.com/CreateJS 
+

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/31fd9d66/LICENSE.jx.bin
----------------------------------------------------------------------
diff --git a/LICENSE.jx.bin b/LICENSE.jx.bin
index f6a69f7..b3b5af1 100644
--- a/LICENSE.jx.bin
+++ b/LICENSE.jx.bin
@@ -1,28 +1,5 @@
 Below are the licenses for components included in the binary distribution.
 
-------------------------------------------------------------------------------------------
-
-flex-typedefs/createjs
-
-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