Hi, In the Radii8 donation I just saw that there's some code formatting code that formats AS/MXML code. This seems a good fit for Tour De Flex examples and this JIRA issue: https://issues.apache.org/jira/browse/FLEX-34481
Looks like the code [1] is based on and/or extends this [2] which is Apache licensed. Can we get confirmation on this? It also looks like it uses pseudo threading code [3] which while is also Apache licensed is based on code written (of all coincidences) by Alex [4]. Given that Alex was Adobe employee at the time, can Alex donate it (I assume not)? Do we know if the author had permission from Adobe to release it under an Apache license? Do we need Adobe to donate the pseudo threading code in order to make this code work? BTW Was that file the reason for the code ownership thread the other week? Thanks, Justin 1. https://git-wip-us.apache.org/repos/asf?p=flex-radii8.git;a=blob;f=Radii8Library/src/com/flexcapacitor/utils/SyntaxHighlighter.as 2. https://code.google.com/p/as3syntaxhighlight/ 3. https://code.google.com/p/as3syntaxhighlight/source/browse/trunk/net/anirudh/as3syntaxhighlight/PseudoThread.as 4. http://blogs.adobe.com/aharui/2008/01/threads_in_actionscript_3.html