tkobayas commented on code in PR #6156:
URL: 
https://github.com/apache/incubator-kie-drools/pull/6156#discussion_r1847583603


##########
LICENSE:
##########
@@ -243,4 +243,142 @@ 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 kie-dmn/kie-dmn-backend/src/test/resources/DC.xsd
+     kie-dmn/kie-dmn-backend/src/test/resources/DI.xsd
+     kie-dmn/kie-dmn-backend/src/test/resources/DMN11.xsd
+     kie-dmn/kie-dmn-backend/src/test/resources/DMN12.xsd
+     kie-dmn/kie-dmn-backend/src/test/resources/DMN13.xsd
+     kie-dmn/kie-dmn-backend/src/test/resources/DMN14.xsd
+     kie-dmn/kie-dmn-backend/src/test/resources/DMN15.xsd
+     kie-dmn/kie-dmn-backend/src/test/resources/DMNDI12.xsd
+     kie-dmn/kie-dmn-backend/src/test/resources/DMNDI13.xsd
+     kie-dmn/kie-dmn-backend/src/test/resources/DMNDI15.xsd
+     
kie-dmn/kie-dmn-feel/src/main/antlr4/org/kie/dmn/feel/parser/feel11/FEEL_1_1.g4
+     kie-dmn/kie-dmn-feel/src/main/resources/dmn.xsd
+     
kie-dmn/kie-dmn-trisotech/src/main/resources/org/kie/dmn/trisotech/validation/extension/TrisotechDMN13.xsd

Review Comment:
   I wonder if this xsd inherits OMG license. @baldimir @porcelli , do you know 
anything about this? -> I sent an email "license and copyright of 
TrisotechDMN13.xsd" to Simon and Maciej CC'ing you.
   ```
   <xsd:schema
        xmlns="https://www.trisotech.com/spec/DMN/20191111/EXT/";
        xmlns:dmn="https://www.omg.org/spec/DMN/20191111/MODEL/";
        xmlns:xsd="http://www.w3.org/2001/XMLSchema";
        elementFormDefault="qualified"
        targetNamespace="https://www.trisotech.com/spec/DMN/20191111/EXT/";>
        <xsd:import
                namespace="https://www.omg.org/spec/DMN/20191111/MODEL/";
                schemaLocation="DMN13.xsd" />
   ```



-- 
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]

Reply via email to