tkobayas commented on issue #1616: URL: https://github.com/apache/incubator-kie-issues/issues/1616#issuecomment-2477946329
> I think you will need to contact the antlr team to find out about what license file applies. What source code have you taken from antlr grammars? We can confirm from the license headers that they are BSD. https://github.com/apache/incubator-kie-drools/blob/main/drools-drl/drools-drl-parser/src/main/antlr4/org/drools/drl/parser/antlr4/JavaLexer.g4 https://github.com/apache/incubator-kie-drools/blob/main/drools-drl/drools-drl-parser/src/main/antlr4/org/drools/drl/parser/antlr4/JavaParser.g4 > No LICENSE file exists in https://github.com/antlr/grammars-v4/tree/master/java I meant just a `LICENSE` file doesn't exist under https://github.com/antlr/grammars-v4/tree/master/java . So we can create `LICENSE-antlr-grammars-v4-java.txt` file by copying the license header? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
