Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.63 KB

File metadata and controls

31 lines (23 loc) · 1.63 KB

Re-used Code

In some cases, EvoMaster imported (and then modified) code from other open-source projects. When this happened, it is explicitly stated in the files themselves. Still, to give a general overview (and comply to the different licence requirements), they are listed here:

  • ComputeClassWriter.java: from ASM library. Released under custom INRIA license.

  • RegexEcma262.g4: from Antlr examples. Released under MIT license.

  • RegexDistanceUtils.java: from EvoSuite unit test generator. Released under GNU Lesser General Public

  • RegexDistanceUtilsTest.java: from EvoSuite unit test generator. Released under GNU Lesser General Public

  • asyncapi/sut/bookworm-rating.yaml: AsyncAPI description from BookWorm, used unmodified as a test resource of the asyncapi-parser module. Released under MIT license.

  • asyncapi/sut/everest.yaml: AsyncAPI description from EVerest, used unmodified as a test resource of the asyncapi-parser module. Released under Apache-2.0 license.

  • asyncapi/sut/microcks.yaml: AsyncAPI description from Microcks, used unmodified as a test resource of the asyncapi-parser module. Released under Apache-2.0 license.

  • asyncapi/sut/openagents-cache.yaml: AsyncAPI description of the OpenAgents shared-cache API, used unmodified as a test resource of the asyncapi-parser module. Released under MIT license.