From c2f12614e85a358b02a4698af7575e20bedfbd23 Mon Sep 17 00:00:00 2001 From: Alex Harui Date: Tue, 13 Nov 2018 14:15:55 -0800 Subject: [PATCH] update notice files --- LICENSE | 22 +++++++++++++++++++++- NOTICE | 13 +++++++++++++ RELEASE_NOTES.md | 9 +++++++++ releasemgr/NOTICE | 12 ++++++++++++ releasemgr/RELEASE_NOTES | 8 ++++++++ 5 files changed, 63 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index b8e676d5f3..d7cc3daabd 100644 --- a/LICENSE +++ b/LICENSE @@ -311,4 +311,24 @@ 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 +SOFTWARE. + +TourDeFlex Subcomponents: + +The examples/mxroyale/tourdeflexmodules includes a number of subcomponents with +separate copyright notices and license terms. Your use of the source +code for the these subcomponents is subject to the terms and +conditions of the following licenses. + +The Open-Sans font is available under Apache License 2.0. For details +see src/mx/effects/assets. + +The ping sound effect (ping.mp3) in src/mx/effects/assets is +licensed under Creative Commons Attribution 3.0 (CC BY 3.0). + +The summaries of each version of Apache Flex in src/apache are +licensed under Creative Commons Attribution-ShareAlike 3.0 Unported +License (CC BY-SA 3.0). + +/src/swfobject.js from SWFObject 2.2, is available under a MIT license. +For details, see https://code.google.com/p/swfobject. diff --git a/NOTICE b/NOTICE index aa935c142e..0634e53579 100644 --- a/NOTICE +++ b/NOTICE @@ -7,3 +7,16 @@ The Apache Software Foundation (http://www.apache.org/). The Initial Developer of some parts of the framework, which are copied from, derived from, or inspired by Adobe Flex (via Apache Flex), is Adobe Systems Incorporated (http://www.adobe.com/). Copyright 2003 - 2012 Adobe Systems Incorporated. All Rights Reserved. + +The Initial Developer of the examples/mxroyale/tourdeflexmodules, +is Adobe Systems Incorporated (http://www.adobe.com/). +Copyright 2009 - 2013 Adobe Systems Incorporated. All Rights Reserved. + +The ping sound effect (ping.mp3) in +examples/mxroyale/tourdeflexmodules/src/mx/effects/assets +was created by CameronMusic. The original file can be found here: +http://www.freesound.org/people/cameronmusic/sounds/138420/ + +The text used in the summaries of each version of Apache Flex +in examples/mxroyale/tourdeflexmodules can be found here: +http://en.wikipedia.org/wiki/Apache_Flex diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 21c6915fa4..1fd33a653e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -11,6 +11,15 @@ Apache Royale 0.9.4 - Initial release of the migration component sets (MXRoyale and SparkRoyale) that have a goal of reducing migration effort for those moving existing Flex applications to Royale. - Initial release of the Tour de Flex example migrated to Royale via the migration component sets. This is a work in progress. You can see latest progress on our [CI server](http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/TourDeFlexMigration/lastSuccessfulBuild/artifact/examples/mxroyale/tourdeflexmodules/bin/js-debug/index.html) +Known Issues: + - Users only using Basic components and not MXRoyale or SparkRoyale emulation components should delete + frameworks/libs/MXRoyale.swc, frameworks/libs/SparkRoyale.swc, frameworks/js/libs/MXRoyaleJS.swc, + and frameworks/js/libs/SparkRoyaleJS.swc from their library-paths (or from the file system). + +Updates to the RELEASE_NOTES discovered after this file was packaged into the release artifacts can be found here: + +https://github.com/apache/royale-asjs/wiki/Release-Notes-0.9.4 + Apache Royale 0.9.2 =================== diff --git a/releasemgr/NOTICE b/releasemgr/NOTICE index 8fec1f39b6..330ef9a66f 100644 --- a/releasemgr/NOTICE +++ b/releasemgr/NOTICE @@ -16,3 +16,15 @@ and Adobe ASC 2.0, is Adobe Systems Incorporated (http://www.adobe.com/). The flex-compiler-oem compiler contains code written by Jeff Dyer at: Copyright Mountain View Compiler Company (1998-2003). +The Initial Developer of the examples/mxroyale/tourdeflexmodules, +is Adobe Systems Incorporated (http://www.adobe.com/). +Copyright 2009 - 2013 Adobe Systems Incorporated. All Rights Reserved. + +The ping sound effect (ping.mp3) in +examples/mxroyale/tourdeflexmodules/src/mx/effects/assets +was created by CameronMusic. The original file can be found here: +http://www.freesound.org/people/cameronmusic/sounds/138420/ + +The text used in the summaries of each version of Apache Flex +in examples/mxroyale/tourdeflexmodules can be found here: +http://en.wikipedia.org/wiki/Apache_Flex diff --git a/releasemgr/RELEASE_NOTES b/releasemgr/RELEASE_NOTES index 268e6dd692..9f9df7c1eb 100644 --- a/releasemgr/RELEASE_NOTES +++ b/releasemgr/RELEASE_NOTES @@ -1,3 +1,11 @@ +Apache Royale 0.9.4 +=================== + +This release contains: +-A new component set called Jewel. +-Components that will eventually emulate popular Apache Flex APIs, including RemoteObject. +-A version of Tour De Flex partially migrated to Apache Royale. + Apache Royale 0.9.2 ===================