updated license information in README, some ant targets are now automatically downloading license files
Project: http://git-wip-us.apache.org/repos/asf/flex-flexunit/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-flexunit/commit/53d21363 Tree: http://git-wip-us.apache.org/repos/asf/flex-flexunit/tree/53d21363 Diff: http://git-wip-us.apache.org/repos/asf/flex-flexunit/diff/53d21363 Branch: refs/heads/develop Commit: 53d213630df67a92fd10a8ae396d2f764058b715 Parents: 618957a Author: cyrillzadra <[email protected]> Authored: Fri Sep 13 14:20:13 2013 +0200 Committer: cyrillzadra <[email protected]> Committed: Fri Sep 13 14:20:13 2013 +0200 ---------------------------------------------------------------------- FlexUnit4AntTasks/downloads.xml | 6 +++--- FlexUnit4Test/downloads.xml | 13 +++++++++++++ README | 37 +++++++++++++++++++++++++++++++++++- downloads.xml | 5 +++-- 4 files changed, 55 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/53d21363/FlexUnit4AntTasks/downloads.xml ---------------------------------------------------------------------- diff --git a/FlexUnit4AntTasks/downloads.xml b/FlexUnit4AntTasks/downloads.xml index 7eedf8c..9efe4e4 100644 --- a/FlexUnit4AntTasks/downloads.xml +++ b/FlexUnit4AntTasks/downloads.xml @@ -34,9 +34,9 @@ Licenses: JUnit (3.8.1) - CPL 1.0 - Ant (1.7.1) - Apache - Ant launcher (1.7.1) - Apache - Ant testutil (1.7.1) - Apache + ant (1.7.1) - Apache 2.0 + ant-launcher (1.7.1) - Apache 2.0 + ant-testutil (1.7.1) - Apache 2.0 dom4j (1.6.1) - ? jaxen (1.1) - ? --> http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/53d21363/FlexUnit4Test/downloads.xml ---------------------------------------------------------------------- diff --git a/FlexUnit4Test/downloads.xml b/FlexUnit4Test/downloads.xml index b197e92..1d5ec4c 100644 --- a/FlexUnit4Test/downloads.xml +++ b/FlexUnit4Test/downloads.xml @@ -37,6 +37,7 @@ flexunit1lib () - TODO license??? hamcrest (1.1.3) - https://github.com/drewbourne/hamcrest-as3/blob/master/hamcrest/LICENSE mockolate (0.9.5) - https://github.com/drewbourne/mockolate/blob/master/LICENSE + mock-as - TODO --> <!-- @@ -183,6 +184,9 @@ <param name="srcSwcFile" value="FlexUnit1Lib.swc"/> <param name="destSwcFile" value="${lib.dir}/FlexUnit1Lib.swc"/> </antcall> + + <!-- Get license file --> + <!--get src="" dest="${lib.dir}/fluint-LICENSE"/--> </target> @@ -201,6 +205,9 @@ <param name="destJarFile" value="${lib.dir}/hamcrest-as3-flex-1.1.3.swc"/> </antcall> <delete dir="${download.dir}/temp/hamcrest-as3-flex-1.1.3"/> + + <!-- Get license file --> + <get src="https://raw.github.com/drewbourne/hamcrest-as3/master/hamcrest/LICENSE" dest="${lib.dir}/hamcrest-LICENSE"/> </target> <target name="hamcrest-swc-check" description="Checks if hamcrest swc exists."> @@ -236,6 +243,9 @@ <param name="srcSwcFile" value="fluint-1_2.swc"/> <param name="destSwcFile" value="${lib.dir}/fluint-1_2.swc"/> </antcall> + + <!-- Get license file --> + <!--get src="" dest="${lib.dir}/fluint-LICENSE"/--> </target> <!-- @@ -261,6 +271,9 @@ <param name="destJarFile" value="${lib.dir}/mockolate-0.9.5.swc"/> </antcall> <delete dir="${download.dir}/temp/mockolate-0.9.5"/> + + <!-- Get license file --> + <get src="https://raw.github.com/drewbourne/mockolate/master/LICENSE" dest="${lib.dir}/mockolate-LICENSE"/> </target> </project> http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/53d21363/README ---------------------------------------------------------------------- diff --git a/README b/README index 4192f9c..660602d 100644 --- a/README +++ b/README @@ -79,8 +79,43 @@ Software Dependencies cd <flexunit.dir> ant thirdparty-downloads - TODO a list of all thirdparty libraries + The Apache Version 2.0 license is in the LICENSE file. + + The following dependencies have licenses which are, or are compatible with, the Apache + Version 2.0 license. You will not be prompted to acknowledge the download. + + ant - http://search.maven.org/remotecontent?filepath=org/apache/ant/ant/1.7.1/ant-1.7.1.jar + ant-contrib - http://search.maven.org/remotecontent?filepath=ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar + ant-launcher - http://search.maven.org/remotecontent?filepath=org/apache/ant/ant-launcher/1.7.1/ant-launcher-1.7.1.jar + ant-testutil - http://search.maven.org/remotecontent?filepath=org/apache/ant/ant-testutil/1.7.1/ant-testutil-1.7.1.jar + maven-ant-tasks - http://search.maven.org/remotecontent?filepath=org/apache/maven/maven-ant-tasks/2.1.3/maven-ant-tasks-2.1.3.jar + + The following dependencies have licenses which Apache considers to be reciprocal + licenses so you will be prompted to acknowledge the license before the software is + downloaded to your system. + + ... + + The following dependencies have licenses which Apache considers to be not compatible + with the Apache License Version 2.0. You will be prompted to read and agree to the + license terms of the dependency before the software can be downloaded to your system. + harmcrest - http://cloud.github.com/downloads/drewbourne/hamcrest-as3/mockolate-0.9.5.zip (License - https://github.com/drewbourne/hamcrest-as3/blob/master/hamcrest/LICENSE) + mockolate - http://cloud.github.com/downloads/drewbourne/hamcrest-as3/hamcrest-as3-flex-1.1.3.zip (License - https://github.com/drewbourne/mockolate/blob/master/LICENSE) + fluint - https://fluint.googlecode.com/svn-history/r268/branches/skunkworks/flexUnit4/FlexUnit4/libs/fluint-1_2.swc (License - MIT) + coverageagent - https://flexcover.googlecode.com/files/flexcover-0.90.zip (License - MIT) + + junit - http://search.maven.org/remotecontent?filepath=junit/junit/3.8.1/junit-3.8.1.jar (License - CPL 1.0) + + TODO + + (jars) + + dom4j - http://search.maven.org/remotecontent?filepath=dom4j/dom4j/1.6.1/dom4j-1.6.1.jar (License - ???) + jaxen - http://search.maven.org/remotecontent?filepath=jaxen/jaxen/1.1-beta-6/jaxen-1.1-beta-6.jar (License - ???) + (swcs) + flexunit1lib - https://fluint.googlecode.com/svn-history/r268/branches/skunkworks/flexUnit4/FlexUnit4/libs/FlexUnit1Lib.swc (License - ???) + Building Apache Flex (FlexUnit) ----------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/53d21363/downloads.xml ---------------------------------------------------------------------- diff --git a/downloads.xml b/downloads.xml index 4890a8b..dd0cab0 100644 --- a/downloads.xml +++ b/downloads.xml @@ -33,8 +33,8 @@ For Apache, the JARS must be removed from the repository. Licenses: - Maven Ant Tasks (2.1.3) - ? - Ant Contrib (1.0b3) - ? + maven-ant-tasks (2.1.3) - Apache 2.0 + ant-contrib (1.0b3) - Apache 2.0 --> <!-- @@ -145,6 +145,7 @@ <param name="srcJarFile" value="ant-contrib-1.0b3.jar"/> <param name="destJarFile" value="${lib.dir}/ant-contrib-1.0b3.jar"/> </antcall> + </target> </project>
