Repository: flex-asjs Updated Branches: refs/heads/develop baa15e42c -> 27256ce84
update license for Matrix class Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/27256ce8 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/27256ce8 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/27256ce8 Branch: refs/heads/develop Commit: 27256ce84d60f43ac735ad769be85beaeb896810 Parents: baa15e4 Author: Alex Harui <[email protected]> Authored: Thu Aug 18 07:55:18 2016 -0700 Committer: Alex Harui <[email protected]> Committed: Thu Aug 18 07:55:18 2016 -0700 ---------------------------------------------------------------------- LICENSE | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/27256ce8/LICENSE ---------------------------------------------------------------------- diff --git a/LICENSE b/LICENSE index 15de483..11cf80d 100644 --- a/LICENSE +++ b/LICENSE @@ -225,3 +225,8 @@ https://en.wikipedia.org/wiki/File:USA_CIA_Map.svg#file Most of the .as files in frameworks/projects/GoogleMaps/src/main/flex/google are derived from the google_maps_api_v3_11.js externs file in the Google Closure Library which are available under Apache License 2.0. + +The file frameworks/projects/Core/src/main/flex/org/apache/flex/geom/Matrix.as +is derived from OpenFL (https://github.com/openfl) which is available under an +MIT License. +
