You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2017/12/11 08:21:33 UTC

[royale-compiler] branch develop updated (3393dfd -> b3ccc94)

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

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


    from 3393dfd  move that fix and try again
     new 87c7a15  use correct license for args4j
     new b3ccc94  add label for GCC's Rhino MPL

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README                                       | 5 +++++
 compiler-jx/src/main/resources/downloads.xml | 2 ++
 2 files changed, 7 insertions(+)

-- 
To stop receiving notification emails like this one, please contact
['"commits@royale.apache.org" <co...@royale.apache.org>'].

[royale-compiler] 01/02: use correct license for args4j

Posted by ah...@apache.org.
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-compiler.git

commit 87c7a154a82b2431ade0af3d65b33974a0ac2125
Author: Alex Harui <ah...@apache.org>
AuthorDate: Mon Dec 11 00:20:48 2017 -0800

    use correct license for args4j
---
 compiler-jx/src/main/resources/downloads.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/compiler-jx/src/main/resources/downloads.xml b/compiler-jx/src/main/resources/downloads.xml
index 5e9c91f..56e58b4 100644
--- a/compiler-jx/src/main/resources/downloads.xml
+++ b/compiler-jx/src/main/resources/downloads.xml
@@ -81,6 +81,8 @@
       <param name="dest.folder" value=""/>
       <param name="dest.filename" value="${args4j.name}.jar"/>
     </antcall>
+    <!-- the download-dependency copies ALv2, but args4j seems to be under MIT so overwrite it -->
+    <get src="https://raw.githubusercontent.com/kohsuke/args4j/master/LICENSE" dest="${lib.dir}/args4j-LICENSE.txt" ignoreerrors="true"/>
 
     <!--  closure -->
     <property name="closure.version" value="20170626"/>

-- 
To stop receiving notification emails like this one, please contact
"commits@royale.apache.org" <co...@royale.apache.org>.

[royale-compiler] 02/02: add label for GCC's Rhino MPL

Posted by ah...@apache.org.
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-compiler.git

commit b3ccc9495bc0bc11736acc5e077f3ac225e3b621
Author: Alex Harui <ah...@apache.org>
AuthorDate: Mon Dec 11 00:21:22 2017 -0800

    add label for GCC's Rhino MPL
---
 README | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README b/README
index e3f7cac..fd3feb6 100644
--- a/README
+++ b/README
@@ -268,6 +268,11 @@ Software Dependencies
         lzma - http://www.java2s.com/Code/JarDownload/lzma/lzma-9.20.jar.zip
         Google Closure Compiler - http://github.com/google/closure-compiler/archive/v	20151015.zip
 
+    The Google Closure Compiler includes files originally from Rhino under MPL 1.1.  For
+    details see:
+       https://github.com/google/closure-compiler/blob/master/README.md.  
+    Rhino is available at:
+       https://developer.mozilla.org/en-US/docs/Mozilla/Projects/Rhino
 
 Using the Binary Distribution
 -----------------------------

-- 
To stop receiving notification emails like this one, please contact
"commits@royale.apache.org" <co...@royale.apache.org>.