Third-Party Software used by the RTIDDSGEN Code-Generation Utility ================================================================== ANTLR ----- - This software is distributed with rtiddsgen (RTI Code Generator) as a jar file. The source code is not modified or shipped. In addition, the output produced by this software from a grammar file is part of the rtiddsgen JAR file. This has a dependency on ANTLR Runtime, StringTemplates v.3.2.1 and ST4 v.4.0.4. - Version: Release 3.5.2 - License: https://www.antlr3.org/license.html .. literalinclude:: licenses/antlr.txt :language: text Apache Commons Lang ------------------- - Used on Code Generator. We only use the class StringUtils. - Version 2.6 - License: Apache License Version 2.0 (full text found in the Appendix). .. _apache-log4j-2-1: Apache Log4j 2 -------------- - This software is distributed with rtiddsgen (RTI Code Generator) as a jar file. The source code is not modified or shipped. - Source: https://logging.apache.org/log4j/2.x/license.html - Version: 2.17.1 Apache Velocity --------------- - This software is included in rtiddsgen (RTI Code Generator). The source code is not modified or shipped. - Source: http://velocity.apache.org/ - Version: 2.3 - | License: The Apache Software License, Version 2.0 | http://velocity.apache.org/engine/devel/license.html AdoptOpenJDK JRE ---------------- - Version 11.0.13 (LTS) Hotspot JVM - The JRE binaries of the software are distributed with RTI Connext software that uses rtiddsgen (RTI Code Generator). The source code is not modified or shipped. - https://adoptopenjdk.net/about.html - Licenses Build scripts and other code to produce the binaries, the website and other build infrastructure are licensed under Apache License, Version 2.0. See Appendix. OpenJDK code itself is licensed under GPL v2 with Classpath Exception (GPLv2+CE). See below, in this section. For Open JDK: .. literalinclude:: licenses/gpl2ce.txt :language: text