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/06 18:07:53 UTC

git commit: [flex-asjs] [refs/heads/release0.7.0] - fix up license and header for Matrix

Repository: flex-asjs
Updated Branches:
  refs/heads/release0.7.0 a3eaa6e51 -> f00bf7ee7


fix up license and header for Matrix


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

Branch: refs/heads/release0.7.0
Commit: f00bf7ee76aca45651c4937e9cdba8dcc816d614
Parents: a3eaa6e
Author: Alex Harui <ah...@apache.org>
Authored: Tue Sep 6 10:30:49 2016 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Sep 6 10:30:49 2016 -0700

----------------------------------------------------------------------
 LICENSE                                                       | 7 +++++++
 .../Core/src/main/flex/org/apache/flex/geom/Matrix.as         | 5 +++++
 2 files changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f00bf7ee/LICENSE
----------------------------------------------------------------------
diff --git a/LICENSE b/LICENSE
index 11cf80d..9966a39 100644
--- a/LICENSE
+++ b/LICENSE
@@ -230,3 +230,10 @@ 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.
 
+Copyright (c) 2013-2016 Joshua Granick and other OpenFL contributors
+
+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.

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f00bf7ee/frameworks/projects/Core/src/main/flex/org/apache/flex/geom/Matrix.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/Core/src/main/flex/org/apache/flex/geom/Matrix.as b/frameworks/projects/Core/src/main/flex/org/apache/flex/geom/Matrix.as
index 41ca075..1ce5301 100644
--- a/frameworks/projects/Core/src/main/flex/org/apache/flex/geom/Matrix.as
+++ b/frameworks/projects/Core/src/main/flex/org/apache/flex/geom/Matrix.as
@@ -16,6 +16,11 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
+//
+// Implementation derived fromL
+//     https://github.com/openfl/openfl/blob/develop/openfl/geom/Matrix.hx
+// available under MIT License.
+//
 package org.apache.flex.geom
 {