From 95ad2ad4eca556ec4b35191faf9b4f7c9ecd5ad8 Mon Sep 17 00:00:00 2001 From: Jozef Marko Date: Fri, 29 Nov 2024 15:09:22 +0100 Subject: [PATCH] kie-issues#1634: Fix pmml files licensing Address copyright issue from the apache/incubator-kie-issues/issues/1634: - https://github.com/apache/incubator-kie-issues/issues/1634#issuecomment-2505506658 This PR is not for adding license headers into files as no such file was marked as blocker from Apache KIE 10 release. --- .rat-excludes | 30 ++++++++++++ LICENSE | 46 +++++++++++++++++++ .../org/kie/kogito/pmml/test_regression.pmml | 18 -------- .../org/kie/kogito/pmml/test_tree.pmml | 18 -------- .../resources/dmnPmml/test_regression.pmml | 18 -------- .../src/test/resources/dmnPmml/test_tree.pmml | 18 -------- .../prediction/test_miningmodel.pmml | 18 -------- .../resources/prediction/test_regression.pmml | 18 -------- .../resources/prediction/test_scorecard.pmml | 18 -------- .../src/main/resources/PMMLRegression.pmml | 17 ------- .../src/main/resources/META-INF/beans.xml | 19 -------- .../src/main/resources/PMMLRegression.pmml | 17 ------- .../src/main/resources/PMMLRegression.pmml | 18 -------- .../src/main/resources/PMMLTree.pmml | 18 -------- .../src/main/resources/PMMLRegression.pmml | 18 -------- .../src/main/resources/PMMLTree.pmml | 18 -------- .../src/main/resources/PMMLRegression.pmml | 18 -------- 17 files changed, 76 insertions(+), 269 deletions(-) diff --git a/.rat-excludes b/.rat-excludes index fbf8012a8da..14df5c25a4c 100644 --- a/.rat-excludes +++ b/.rat-excludes @@ -28,6 +28,14 @@ kogito.addon com.fasterxml.jackson.databind.Module # api/kogito-events-core/src/main/resources/META-INF/services/org.kie.kogito.event.impl.adapter.DataEventAdapter org.kie.kogito.event.impl.adapter.DataEventAdapter +# drools/kogito-pmml/src/test/resources/org/kie/kogito/pmml/test_tree.pmml +test_tree.pmml +# drools/kogito-pmml/src/test/resources/org/kie/kogito/pmml/test_regression.pmml +test_regression.pmml +# drools/kogito-scenario-simulation/src/test/resources/dmnPmml/test_tree.pmml +test_tree.pmml +# drools/kogito-scenario-simulation/src/test/resources/dmnPmml/test_regression.pmml +test_regression.pmml # jbpm/jbpm-bpmn2/src/main/resources/META-INF/BPMN20.xsd BPMN20.xsd # jbpm/jbpm-bpmn2/src/main/resources/META-INF/BPMNDI.xsd @@ -86,6 +94,14 @@ org.kie.kogito.internal.process.workitem.KogitoWorkItemHandlerFactory org.kie.kogito.internal.process.workitem.KogitoWorkItemHandlerFactory # kogito-codegen-modules/kogito-codegen-core/src/test/resources/.a-hidden-file.txt .a-hidden-file.txt +# kogito-codegen-modules/kogito-codegen-predictions/src/test/resources/prediction/test_multiplemodels.pmml +test_multiplemodels.pmml +# kogito-codegen-modules/kogito-codegen-predictions/src/test/resources/prediction/test_scorecard.pmml +test_scorecard.pmml +# kogito-codegen-modules/kogito-codegen-predictions/src/test/resources/prediction/test_regression.pmml +test_regression.pmml +# kogito-codegen-modules/kogito-codegen-predictions/src/test/resources/prediction/test_miningmodel.pmml +test_miningmodel.pmml # kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/META-INF/kogito.addon kogito.addon # kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/org/kie/kogito/codegen/process/process-generation-test.skip.txt @@ -162,6 +178,8 @@ kogito.addon TrafficViolation.txt # quarkus/extensions/kogito-quarkus-decisions-extension/kogito-quarkus-decisions-integration-test-hot-reload/src/test/resources/adult.txt adult.txt +# quarkus/extensions/kogito-quarkus-predictions-extension/kogito-quarkus-predictions-integration-test/src/main/resources/PMMLRegression.pmml +PMMLRegression.pmml # quarkus/extensions/kogito-quarkus-rules-extension/kogito-quarkus-rules-integration-test-hot-reload/src/test/resources/adult.txt adult.txt # quarkus/extensions/kogito-quarkus-rules-extension/kogito-quarkus-rules-integration-test-hot-reload/src/test/resources/drl1.txt @@ -170,6 +188,12 @@ drl1.txt long-call.sw.yaml # quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/test/resources/__snapshots__/ServerlessWorkflowCodestartTest/testContent/src_test_resources_application.yml src_test_resources_application.yml +# quarkus/integration-tests/integration-tests-quarkus-norest/src/main/resources/PMMLRegression.pmml +PMMLRegression.pmml +# quarkus/integration-tests/integration-tests-quarkus-predictions/src/main/resources/PMMLTree.pmml +PMMLTree.pmml +# quarkus/integration-tests/integration-tests-quarkus-predictions/src/main/resources/PMMLRegression.pmml +PMMLRegression.pmml # quarkus/integration-tests/integration-tests-quarkus-rules/src/test/resources/LoanUnit.xls.properties.test LoanUnit.xls.properties.test # springboot/addons/events/decisions/src/main/resources/META-INF/kogito.addon @@ -212,8 +236,14 @@ goal.txt goal.txt # springboot/archetype/src/test/resources/projects/it-custom-process/goal.txt goal.txt +# springboot/integration-tests/integration-tests-springboot-decisions-it/src/main/resources/PMMLTree.pmml +PMMLTree.pmml +# springboot/integration-tests/integration-tests-springboot-decisions-it/src/main/resources/PMMLRegression.pmml +PMMLRegression.pmml # springboot/integration-tests/integration-tests-springboot-kafka-it/.gitignore .gitignore +# springboot/integration-tests/integration-tests-springboot-norest-it/src/main/resources/PMMLRegression.pmml +PMMLRegression.pmml # springboot/integration-tests/integration-tests-springboot-processes-it/.gitignore .gitignore # springboot/integration-tests/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-persistence-common/.gitignore diff --git a/LICENSE b/LICENSE index 0f75c3b036b..34bba9983f4 100644 --- a/LICENSE +++ b/LICENSE @@ -309,3 +309,49 @@ software was based on this specification, but may not claim compliance or confor event that testing suites are implemented or approved by Object Management Group, Inc., software developed using this specification may claim compliance or conformance with the specification only if the software satisfactorily completes the testing suites. + +------------------------------------------------------------------------------------------------------- +for kogito-codegen-modules/kogito-codegen-predictions/src/test/resources/prediction/test_multiplemodels.pmml + kogito-codegen-modules/kogito-codegen-predictions/src/test/resources/prediction/test_scorecard.pmml + kogito-codegen-modules/kogito-codegen-predictions/src/test/resources/prediction/test_regression.pmml + kogito-codegen-modules/kogito-codegen-predictions/src/test/resources/prediction/test_miningmodel.pmml + quarkus/extensions/kogito-quarkus-predictions-extension/kogito-quarkus-predictions-integration-test/src/main/resources/PMMLRegression.pmml + quarkus/integration-tests/integration-tests-quarkus-norest/src/main/resources/PMMLRegression.pmml + quarkus/integration-tests/integration-tests-quarkus-predictions/src/main/resources/PMMLTree.pmml + quarkus/integration-tests/integration-tests-quarkus-predictions/src/main/resources/PMMLRegression.pmml + drools/kogito-pmml/src/test/resources/org/kie/kogito/pmml/test_tree.pmml + drools/kogito-pmml/src/test/resources/org/kie/kogito/pmml/test_regression.pmml + drools/kogito-scenario-simulation/src/test/resources/dmnPmml/test_tree.pmml + drools/kogito-scenario-simulation/src/test/resources/dmnPmml/test_regression.pmml + springboot/integration-tests/integration-tests-springboot-decisions-it/src/main/resources/PMMLTree.pmml + springboot/integration-tests/integration-tests-springboot-decisions-it/src/main/resources/PMMLRegression.pmml + springboot/integration-tests/integration-tests-springboot-norest-it/src/main/resources/PMMLRegression.pmml + +Copyright (c) 2008-2016, The Data Mining Group +All rights reserved. +This notice and license applies the.pmml +notice and license is selected by the working group developing the release and is approved +by the DMG Chair. + +Redistribution and use in source and binary forms, with or without modification, are +permitted provided that the following conditions are met: +* Redistributions of source code must include the copyright notice below, this list of +conditions and the following disclaimer. +* Redistributions in binary form must reproduce the copyright notice below, this list +of conditions and the following disclaimer in the documentation and/or other +materials provided with the distribution +* Neither the name of the Data Mining Group nor the names of its members or +contributors may be used to endorse or promote products derived from a release +without specific prior written permission. + +THIS STANDARD IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS +IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR +CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS RELEASE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/drools/kogito-pmml/src/test/resources/org/kie/kogito/pmml/test_regression.pmml b/drools/kogito-pmml/src/test/resources/org/kie/kogito/pmml/test_regression.pmml index 66680317633..9caae7e41db 100644 --- a/drools/kogito-pmml/src/test/resources/org/kie/kogito/pmml/test_regression.pmml +++ b/drools/kogito-pmml/src/test/resources/org/kie/kogito/pmml/test_regression.pmml @@ -1,22 +1,4 @@ -
diff --git a/drools/kogito-pmml/src/test/resources/org/kie/kogito/pmml/test_tree.pmml b/drools/kogito-pmml/src/test/resources/org/kie/kogito/pmml/test_tree.pmml index 1eaad5e813a..26b06f6a4e8 100644 --- a/drools/kogito-pmml/src/test/resources/org/kie/kogito/pmml/test_tree.pmml +++ b/drools/kogito-pmml/src/test/resources/org/kie/kogito/pmml/test_tree.pmml @@ -1,22 +1,4 @@ - diff --git a/drools/kogito-scenario-simulation/src/test/resources/dmnPmml/test_regression.pmml b/drools/kogito-scenario-simulation/src/test/resources/dmnPmml/test_regression.pmml index 58d3f9ce67c..6920a9a182f 100644 --- a/drools/kogito-scenario-simulation/src/test/resources/dmnPmml/test_regression.pmml +++ b/drools/kogito-scenario-simulation/src/test/resources/dmnPmml/test_regression.pmml @@ -1,22 +1,4 @@ -
diff --git a/drools/kogito-scenario-simulation/src/test/resources/dmnPmml/test_tree.pmml b/drools/kogito-scenario-simulation/src/test/resources/dmnPmml/test_tree.pmml index 7f2a84a0dd3..30560bb5ac8 100644 --- a/drools/kogito-scenario-simulation/src/test/resources/dmnPmml/test_tree.pmml +++ b/drools/kogito-scenario-simulation/src/test/resources/dmnPmml/test_tree.pmml @@ -1,22 +1,4 @@ - diff --git a/kogito-codegen-modules/kogito-codegen-predictions/src/test/resources/prediction/test_miningmodel.pmml b/kogito-codegen-modules/kogito-codegen-predictions/src/test/resources/prediction/test_miningmodel.pmml index d6e456f34e9..fa44a45922f 100644 --- a/kogito-codegen-modules/kogito-codegen-predictions/src/test/resources/prediction/test_miningmodel.pmml +++ b/kogito-codegen-modules/kogito-codegen-predictions/src/test/resources/prediction/test_miningmodel.pmml @@ -1,22 +1,4 @@ -
diff --git a/kogito-codegen-modules/kogito-codegen-predictions/src/test/resources/prediction/test_regression.pmml b/kogito-codegen-modules/kogito-codegen-predictions/src/test/resources/prediction/test_regression.pmml index 288596e1248..76fcfdcb254 100644 --- a/kogito-codegen-modules/kogito-codegen-predictions/src/test/resources/prediction/test_regression.pmml +++ b/kogito-codegen-modules/kogito-codegen-predictions/src/test/resources/prediction/test_regression.pmml @@ -1,22 +1,4 @@ -
diff --git a/kogito-codegen-modules/kogito-codegen-predictions/src/test/resources/prediction/test_scorecard.pmml b/kogito-codegen-modules/kogito-codegen-predictions/src/test/resources/prediction/test_scorecard.pmml index f9c7cc920f2..be0aec00df6 100644 --- a/kogito-codegen-modules/kogito-codegen-predictions/src/test/resources/prediction/test_scorecard.pmml +++ b/kogito-codegen-modules/kogito-codegen-predictions/src/test/resources/prediction/test_scorecard.pmml @@ -1,22 +1,4 @@ -
diff --git a/quarkus/extensions/kogito-quarkus-predictions-extension/kogito-quarkus-predictions-integration-test/src/main/resources/PMMLRegression.pmml b/quarkus/extensions/kogito-quarkus-predictions-extension/kogito-quarkus-predictions-integration-test/src/main/resources/PMMLRegression.pmml index f4d07efe08f..6920a9a182f 100644 --- a/quarkus/extensions/kogito-quarkus-predictions-extension/kogito-quarkus-predictions-integration-test/src/main/resources/PMMLRegression.pmml +++ b/quarkus/extensions/kogito-quarkus-predictions-extension/kogito-quarkus-predictions-integration-test/src/main/resources/PMMLRegression.pmml @@ -1,22 +1,5 @@ -
diff --git a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow/src/main/resources/META-INF/beans.xml b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow/src/main/resources/META-INF/beans.xml index ab538ff6ee1..cf613e84705 100644 --- a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow/src/main/resources/META-INF/beans.xml +++ b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow/src/main/resources/META-INF/beans.xml @@ -17,22 +17,3 @@ ~ under the License. --> - - diff --git a/quarkus/integration-tests/integration-tests-quarkus-norest/src/main/resources/PMMLRegression.pmml b/quarkus/integration-tests/integration-tests-quarkus-norest/src/main/resources/PMMLRegression.pmml index f4d07efe08f..6920a9a182f 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-norest/src/main/resources/PMMLRegression.pmml +++ b/quarkus/integration-tests/integration-tests-quarkus-norest/src/main/resources/PMMLRegression.pmml @@ -1,22 +1,5 @@ -
diff --git a/quarkus/integration-tests/integration-tests-quarkus-predictions/src/main/resources/PMMLRegression.pmml b/quarkus/integration-tests/integration-tests-quarkus-predictions/src/main/resources/PMMLRegression.pmml index 58d3f9ce67c..6920a9a182f 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-predictions/src/main/resources/PMMLRegression.pmml +++ b/quarkus/integration-tests/integration-tests-quarkus-predictions/src/main/resources/PMMLRegression.pmml @@ -1,22 +1,4 @@ -
diff --git a/quarkus/integration-tests/integration-tests-quarkus-predictions/src/main/resources/PMMLTree.pmml b/quarkus/integration-tests/integration-tests-quarkus-predictions/src/main/resources/PMMLTree.pmml index 80dc1cb9407..d5f3d858620 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-predictions/src/main/resources/PMMLTree.pmml +++ b/quarkus/integration-tests/integration-tests-quarkus-predictions/src/main/resources/PMMLTree.pmml @@ -1,22 +1,4 @@ - diff --git a/springboot/integration-tests/integration-tests-springboot-decisions-it/src/main/resources/PMMLRegression.pmml b/springboot/integration-tests/integration-tests-springboot-decisions-it/src/main/resources/PMMLRegression.pmml index 58d3f9ce67c..6920a9a182f 100644 --- a/springboot/integration-tests/integration-tests-springboot-decisions-it/src/main/resources/PMMLRegression.pmml +++ b/springboot/integration-tests/integration-tests-springboot-decisions-it/src/main/resources/PMMLRegression.pmml @@ -1,22 +1,4 @@ -
diff --git a/springboot/integration-tests/integration-tests-springboot-decisions-it/src/main/resources/PMMLTree.pmml b/springboot/integration-tests/integration-tests-springboot-decisions-it/src/main/resources/PMMLTree.pmml index 80dc1cb9407..d5f3d858620 100644 --- a/springboot/integration-tests/integration-tests-springboot-decisions-it/src/main/resources/PMMLTree.pmml +++ b/springboot/integration-tests/integration-tests-springboot-decisions-it/src/main/resources/PMMLTree.pmml @@ -1,22 +1,4 @@ - diff --git a/springboot/integration-tests/integration-tests-springboot-norest-it/src/main/resources/PMMLRegression.pmml b/springboot/integration-tests/integration-tests-springboot-norest-it/src/main/resources/PMMLRegression.pmml index 58d3f9ce67c..6920a9a182f 100644 --- a/springboot/integration-tests/integration-tests-springboot-norest-it/src/main/resources/PMMLRegression.pmml +++ b/springboot/integration-tests/integration-tests-springboot-norest-it/src/main/resources/PMMLRegression.pmml @@ -1,22 +1,4 @@ -