Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kie-issues#1634: Address copyright issues #2782

Merged
merged 6 commits into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions .rat-excludes
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ SingleEditorToolbar.test.tsx.snap
chrome_sample.sw.yaml
# packages/dashbuilder/dashbuilder-parent.iml
dashbuilder-parent.iml
# packages/dashbuilder/appformer/uberfire-api/src/main/resources/org/uberfire/jre/org/uberfire/util/uri.min.js
uri.min.js
# packages/dashbuilder/appformer/uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/test/resources/org/uberfire/ext/layout/editor/client/columnWithComponentsLayout.txt
columnWithComponentsLayout.txt
# packages/dashbuilder/appformer/uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/test/resources/org/uberfire/ext/layout/editor/client/fullLayoutFluid.txt
Expand Down Expand Up @@ -276,6 +278,8 @@ integrationTest.test.js.snap
spec.txt
# packages/dmn-editor-standalone/tests-e2e/__fixtures__/files/loan-pre-qualification.dmn
loan-pre-qualification.dmn
# packages/dmn-editor-standalone/tests-e2e/__fixtures__/files/scorecard.pmml
scorecard.pmml
# packages/dmn-feel-antlr4-parser/src/parser/grammar/generated-parser/FEEL_1_1.interp
FEEL_1_1.interp
# packages/dmn-feel-antlr4-parser/src/parser/grammar/generated-parser/FEEL_1_1.tokens
Expand Down Expand Up @@ -656,6 +660,8 @@ settings.xml.envsubst
Caddyfile
# packages/online-editor/src/accelerators/test.dmn
test.dmn
# packages/online-editor/static/samples/Sample.pmml
Sample.pmml
# packages/pmml-editor/e2e-tests/fixtures/compound-predicate.pmml
compound-predicate.pmml
# packages/pmml-editor/e2e-tests/fixtures/empty-characteristics-DD-defined-types.pmml
Expand Down Expand Up @@ -686,6 +692,44 @@ LandingPage.test.tsx.snap
MiningSchemaContainer.test.tsx.snap
# packages/pmml-editor/tests/editor/components/Outputs/organisms/OutputFieldsTable/__snapshots__/OutputFieldsTable.test.tsx.snap
OutputFieldsTable.test.tsx.snap
# packages/pmml-editor-marshaller/tests/marshaller/TestData_AnomalyDetectionModel.ts
TestData_AnomalyDetectionModel.ts
# packages/pmml-editor-marshaller/tests/marshaller/TestData_AssociationModel.ts
TestData_AssociationModel.ts
# packages/pmml-editor-marshaller/tests/marshaller/TestData_BaselineModel.ts
TestData_BaselineModel.ts
# packages/pmml-editor-marshaller/tests/marshaller/TestData_BayesianNetworkModel.ts
TestData_BayesianNetworkModel.ts
# packages/pmml-editor-marshaller/tests/marshaller/TestData_ClusteringModel.ts
TestData_ClusteringModel.ts
# packages/pmml-editor-marshaller/tests/marshaller/TestData_GaussianProcessModel.ts
TestData_GaussianProcessModel.ts
# packages/pmml-editor-marshaller/tests/marshaller/TestData_GeneralRegressionModel.ts
TestData_GeneralRegressionModel.ts
# packages/pmml-editor-marshaller/tests/marshaller/TestData_LinearRegressions.ts
TestData_LinearRegressions.ts
# packages/pmml-editor-marshaller/tests/marshaller/TestData_MiningModel.ts
TestData_MiningModel.ts
# packages/pmml-editor-marshaller/tests/marshaller/TestData_MiningSchema.ts
TestData_MiningSchema.ts
# packages/pmml-editor-marshaller/tests/marshaller/TestData_NaiveBayesModel.ts
TestData_NaiveBayesModel.ts
# packages/pmml-editor-marshaller/tests/marshaller/TestData_NearestNeighborModel.ts
TestData_NearestNeighborModel.ts
# packages/pmml-editor-marshaller/tests/marshaller/TestData_NeuralNetwork.ts
TestData_NeuralNetwork.ts
# packages/pmml-editor-marshaller/tests/marshaller/TestData_RuleSetModel.ts
TestData_RuleSetModel.ts
# packages/pmml-editor-marshaller/tests/marshaller/TestData_SequenceModel.ts
TestData_SequenceModel.ts
# packages/pmml-editor-marshaller/tests/marshaller/TestData_SupportVectorMachineModel.ts
TestData_SupportVectorMachineModel.ts
# packages/pmml-editor-marshaller/tests/marshaller/TestData_TextModel.ts
TestData_TextModel.ts
# packages/pmml-editor-marshaller/tests/marshaller/TestData_TimeSeriesModel.ts
TestData_TimeSeriesModel.ts
# packages/pmml-editor-marshaller/tests/marshaller/TestData_TreeModel.ts
TestData_TreeModel.ts
# packages/python-venv/requirements.txt
requirements.txt
# packages/root-env/root-env.iml
Expand Down Expand Up @@ -1892,6 +1936,8 @@ DiValidator.java
WorkDefinitions.wid
# packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-marshalling/src/test/resources/META-INF/ErraiApp.properties
ErraiApp.properties
# packages/stunner-editors/uberfire-api/src/main/resources/org/uberfire/jre/org/uberfire/util/uri.min.js
uri.min.js
# packages/stunner-editors/uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/test/resources/org/uberfire/ext/layout/editor/client/columnWithComponentsLayout.txt
columnWithComponentsLayout.txt
# packages/stunner-editors/uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/test/resources/org/uberfire/ext/layout/editor/client/fullLayoutFluid.txt
Expand Down
226 changes: 226 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/

/*
URI.js v2.0.0 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,22 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
~ distributed with this work for additional information
~ regarding copyright ownership. The ASF licenses this file
~ to you under the Apache License, Version 2.0 (the
~ "License"); you may not use this file except in compliance
~ with the License. You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing,
~ software distributed under the License is distributed on an
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
~ KIND, either express or implied. See the License for the
~ specific language governing permissions and limitations
~ under the License.
-->
<PMML xmlns="http://www.dmg.org/PMML-4_4" version="4.4">
<Header copyright="www.dmg.org" description="Sample scorecard">
<Timestamp>2010-11-10T08:17:10.8</Timestamp>
Expand Down
18 changes: 0 additions & 18 deletions packages/online-editor/static/samples/Sample.pmml
Original file line number Diff line number Diff line change
@@ -1,22 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
~ distributed with this work for additional information
~ regarding copyright ownership. The ASF licenses this file
~ to you under the Apache License, Version 2.0 (the
~ "License"); you may not use this file except in compliance
~ with the License. You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing,
~ software distributed under the License is distributed on an
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
~ KIND, either express or implied. See the License for the
~ specific language governing permissions and limitations
~ under the License.
-->
<PMML xmlns="http://www.dmg.org/PMML-4_4" version="4.4">
<Header copyright="www.dmg.org" description="Sample scorecard">
<Timestamp>2010-11-10T08:17:10.8</Timestamp>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/

export const ANOMALY_DETECTION_MODEL_1: string = `
<PMML xmlns="http://www.dmg.org/PMML-4_4" version="4.4">
<Header copyright="DMG.org"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/

export const ASSOCIATION_MODEL_1: string = `
<PMML xmlns="http://www.dmg.org/PMML-4_4" version="4.4">
<Header copyright="DMG.org"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/

export const BASELINE_MODEL_1: string = `
<PMML xmlns="http://www.dmg.org/PMML-4_4" version="4.4">
<Header copyright="DMG.org"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/

export const BAYESIAN_NETWORK_MODEL_1: string = `
<PMML xmlns="http://www.dmg.org/PMML-4_4" version="4.4">
<Header copyright="DMG.org"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/

export const CLUSTERING_MODEL_1: string = `
<PMML xmlns="http://www.dmg.org/PMML-4_4" version="4.4">
<Header copyright="DMG.org"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/

export const GAUSSIAN_PROCESS_MODEL_1: string = `
<PMML xmlns="http://www.dmg.org/PMML-4_4" version="4.4">
<Header copyright="DMG.org"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/

export const GENERAL_REGRESSION_MODEL_1: string = `
<PMML xmlns="http://www.dmg.org/PMML-4_4" version="4.4">
<Header copyright="DMG.org"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/

export const LINEAR_REGRESSION_MODEL_1: string = `
<PMML xmlns="http://www.dmg.org/PMML-4_4" version="4.4">
<Header copyright="DMG.org"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/

export const MINING_MODEL_1: string = `
<PMML xmlns="http://www.dmg.org/PMML-4_4" version="4.4">
<Header copyright="DMG.org"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/

export const MINING_SCHEMA_1: string = `
<PMML xmlns="http://www.dmg.org/PMML-4_4" version="4.4">
<Header copyright="DMG.org"/>
Expand Down
Loading
Loading