License
-
Hi everybody,
an our customer ask us:
Can you tell us what open source software (OSS) is included in Mango and which type of OSS licence governs each OSS ?
Could you help me to answer his question?
Best Regards, Luigi
-
Hi luigi,
You can find the Mango License at Mango/LICENSE or here: https://github.com/infiniteautomation/ma-core-public/blob/main/Core/LICENSE
You can find what libraries are included in the Core Mango distribution by reading the pom.xml here: https://github.com/infiniteautomation/ma-core-public/blob/main/Core/pom.xml
If you have specific questions concerning an included package I am willing to look up the license for you, but generally we include things with licenses that don't require copyleft practices but instead have more permissive licensing terms, such as the Apache license.
-
Since Mango uses Maven for its dependency management you will be able to look up the licenses for any of our dependencies in maven, as they are required to provide their licensing terms in the pom. We can see the H2 databases pom, for instance, by searching at maven central: http://search.maven.org/#search|ga|1|com.h2database
-
Hi Phil,
Thanks for replies but the Customer ask:
-
what open source software (OSS) is included in Mango?
For this point we should provide the list of open source software available in mango, if any. -
which type of OSS licence governs each OSS ?
For this point if point 1 is positive, the type of OSS license, for example GPL or GPLv2 or other things ....
Best regards, Luigi
-
-
Hi @luigi here's a report of the licenses for the Java libraries that are used by Mango -
https://cdn.rawgit.com/infiniteautomation/misc-files/master/third-party-report.htmlThe libraries that start with com.infiniteautomation are covered by the Mango license.
https://raw.githubusercontent.com/infiniteautomation/ma-core-public/main/Core/LICENSE