This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 0ace949  use standard LICENSE handling
0ace949 is described below

commit 0ace9490e35ef03d33f696e32f9d1bea09bd345e
Author: Alex Harui <[email protected]>
AuthorDate: Sun Jun 23 09:34:28 2019 -0700

    use standard LICENSE handling
---
 LICENSE                                            | 29 +++++++++++++++++++---
 .../royale/org/apache/royale/html/LoadIndicator.as |  1 +
 2 files changed, 26 insertions(+), 4 deletions(-)

diff --git a/LICENSE b/LICENSE
index 9fc6bb7..d42165b 100644
--- a/LICENSE
+++ b/LICENSE
@@ -339,7 +339,28 @@ licensed under Creative Commons Attribution 3.0 (CC BY 
3.0).
 /src/swfobject.js from SWFObject 2.2, is available under a MIT license.
 For details, see https://code.google.com/p/swfobject.
 
-The loading indicator svg in 
-src/main/royale/org/apache/royale/html/LoadIndicator.as was created by Sam 
Herbert.
-The original code can be found here:
-http://samherbert.net/svg-loaders/
+Portions of the file 
frameworks/projects/Basic/src/main/royale/org/apache/royale/html/LoadIndicator.as
+are from http://samherbert.net/svg-loaders/ which is available under an
+MIT License.
+
+The MIT License (MIT)
+
+Copyright (c) 2014 Sam Herbert
+
+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.
\ No newline at end of file
diff --git 
a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/LoadIndicator.as
 
b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/LoadIndicator.as
index 226bd08..9f65490 100644
--- 
a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/LoadIndicator.as
+++ 
b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/LoadIndicator.as
@@ -48,6 +48,7 @@ package org.apache.royale.html
                {
                        element = 
document.createElementNS('http://www.w3.org/2000/svg', 'svg') as 
WrappedHTMLElement;
                        element.setAttribute("viewBox", "0 0 135 135");
+            // path is from http://samherbert.net/svg-loaders/ available under 
MIT License
                        element.innerHTML = '<path d="M28.19 40.31c6.627 0 
12-5.374 12-12 0-6.628-5.373-12-12-12-6.628 0-12 5.372-12 12 0 6.626 5.372 12 
12 12zm30.72-19.825c4.686 4.687 12.284 4.687 16.97 0 4.686-4.686 4.686-12.284 
0-16.97-4.686-4.687-12.284-4.687-16.97 0-4.687 4.686-4.687 12.284 0 
16.97zm35.74 7.705c0 6.627 5.37 12 12 12 6.626 0 12-5.373 12-12 
0-6.628-5.374-12-12-12-6.63 0-12 5.372-12 12zm19.822 30.72c-4.686 4.686-4.686 
12.284 0 16.97 4.687 4.686 12.285 4.686 16.97 0 4.687-4.686 4.687-12.284 [...]
                        // initially undefined could be set to null
                        if (positioner == null)

Reply via email to