On 9/9/14 11:18 AM, "OmPrakash Muppirala" <bigosma...@gmail.com> wrote: >I will just bring that file as is with their headers and copyright info. >And make static calls to methods in that class. > >Just to be clear, is it okay to copy that file as is into our codebase? Yes. And we should make a note that it is third-party in the LICENSE file by adding:
-------- APACHE FLEX SUBCOMPONENTS: The Apache Flex Installer 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 Elliptical Arc algorithm is available under Apache License 2.0. For details see <path to file> -------- If it were my choice, I would just download it as part of the build and/or release packaging, but downloading does make the build more fragile, and you'd have to change the LICENSE either way, and we've already got third-party stuff in the repo for Open-Sans font and RiaSpace updater, etc. -Alex