On 11/8/15, 12:13 AM, "Justin Mclean" <justinmcl...@me.com> wrote:
>Hi, > >I’m not 100% what is being bundled here (i.e. what code from other >projects are included). If you list it out I’ll suggest what changes need >to be made to be in line with current policy. It’s a long list, so instead of listing files, it might be better if you did your own search. I just did my own search using: grep -r --include=*.java --include=*.as --include=*.mxml 'package macromedia' * And grep -r --include=*.java --include=*.as --include=*.mxml 'package flash' * I saw files from the modules folder from the Flex SDK. My thinking regarding NOTICE was that if more was needed from the Flex SDK NOTICE like Batik, Xerces and things like that, that the files we copied and modified (with a goal of reducing these dependencies) would still be requiring at least one of the FalconJX build scripts to download Batik or Xerces which they don’t. So I think those parts of the Flex SDK NOTICE don’t go in the FalconJX NOTICE. I think that leaves the attribution to Jeff Dyer for portions of asc. I was unable to find clear evidence if the 3 classes we use require that attribution. Should we include that or not? -Alex