pjfanning commented on code in PR #6164: URL: https://github.com/apache/incubator-kie-drools/pull/6164#discussion_r1849937419
########## LICENSE: ########## @@ -243,4 +243,15 @@ for drools-drl/drools-drl-parser/src/main/antlr4/org/drools/drl/parser/antlr4/Ja Included by permission of the http://tpop.awl.com/ web site, which says: "You may use this code for any purpose, as long as you leave the - copyright notice and book citation attached." \ No newline at end of file + copyright notice and book citation attached." + + ------------------------------------------------------------------------------------ + for drools-model/drools-mvel-parser/src/main/javacc/mvel.jj + JavaParser is under dual license. Apache License Version 2.0 is chosen for mvel.jj Review Comment: I would suggest: JavaParser is dual licensed under LGPL license. and Apache License Version 2.0 license. We choose the Apache License Version 2.0. -- 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]
