From 5e7440a7420ee8e40d6c829b16b31c1d5191f469 Mon Sep 17 00:00:00 2001 From: Alex Porcelli Date: Fri, 10 May 2024 12:43:32 -0400 Subject: [PATCH] kie-issues#1169 Fix apache headers for remaining files + NOTICE file. --- .gitignore | 17 ++++++++++++++++ NOTICE | 19 ++++++++++++++++++ bom/drools-bom/.gitignore | 17 ++++++++++++++++ bom/kie-core-bom/.gitignore | 17 ++++++++++++++++ bom/kie-dmn-bom/.gitignore | 17 ++++++++++++++++ bom/kie-pmml-bom/.gitignore | 17 ++++++++++++++++ .../examples/sources/.classpath | 20 +++++++++++++++++++ .../examples/sources/.project | 20 +++++++++++++++++++ drools-docs/.gitignore | 17 ++++++++++++++++ drools-docs/supplemental-ui/js/search-ui.js | 19 ------------------ .../test/resources/batch_yml_files/.gitignore | 17 ++++++++++++++++ .../.gitignore | 17 ++++++++++++++++ .../.gitignore | 17 ++++++++++++++++ drools-reliability/.gitignore | 17 ++++++++++++++++ .../drools-reliability-h2mvstore/.gitignore | 17 ++++++++++++++++ .../drools-reliability-infinispan/.gitignore | 17 ++++++++++++++++ .../drools-reliability-tests/.gitignore | 17 ++++++++++++++++ drools-retediagram/.gitignore | 17 ++++++++++++++++ .../test-integration-ruleunits-jar/.gitignore | 17 ++++++++++++++++ .../.gitignore | 17 ++++++++++++++++ efesto/.gitignore | 17 ++++++++++++++++ kie-api/.gitignore | 17 ++++++++++++++++ kie-archetypes/.gitignore | 17 ++++++++++++++++ .../kie-drools-dmn-archetype/.gitignore | 17 ++++++++++++++++ .../.gitignore | 17 ++++++++++++++++ .../.gitignore | 17 ++++++++++++++++ .../kie-drools-yaml-archetype/.gitignore | 17 ++++++++++++++++ kie-ci/kie-ci-test-jars/.gitignore | 17 ++++++++++++++++ .../kie-drl-kiesession-local/.gitignore | 17 ++++++++++++++++ kie-internal/.gitignore | 17 ++++++++++++++++ kie-maven-plugin/.gitignore | 17 ++++++++++++++++ 31 files changed, 518 insertions(+), 19 deletions(-) create mode 100644 NOTICE diff --git a/.gitignore b/.gitignore index 7e33f5034ac..dfa69a393a7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,20 @@ +# 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. + target/ local/ diff --git a/NOTICE b/NOTICE new file mode 100644 index 00000000000..2fe21eeead1 --- /dev/null +++ b/NOTICE @@ -0,0 +1,19 @@ +Apache KIE +Copyright 2024 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +The Initial Developer of some parts of the framework, which are copied from, derived from, or +inspired by KIE (Knowledge Is Everthing) group, is Red Hat, Inc (https://www.redhat.com/). +Copyright Red Hat, Inc. and/or its affiliates.. All Rights Reserved. + +This product also includes the following third-party components: + +* lunr 2.3.9 + Downloaded from: https://lunrjs.com/ + License: MIT + +* search-ui + Downloaded from: https://gitlab.com/antora/antora-lunr-extension + License: Mozilla Public License 2.0 diff --git a/bom/drools-bom/.gitignore b/bom/drools-bom/.gitignore index 606d865999a..9daf194cdaa 100644 --- a/bom/drools-bom/.gitignore +++ b/bom/drools-bom/.gitignore @@ -1,3 +1,20 @@ +# 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. + /target /local diff --git a/bom/kie-core-bom/.gitignore b/bom/kie-core-bom/.gitignore index 606d865999a..9daf194cdaa 100644 --- a/bom/kie-core-bom/.gitignore +++ b/bom/kie-core-bom/.gitignore @@ -1,3 +1,20 @@ +# 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. + /target /local diff --git a/bom/kie-dmn-bom/.gitignore b/bom/kie-dmn-bom/.gitignore index 606d865999a..9daf194cdaa 100644 --- a/bom/kie-dmn-bom/.gitignore +++ b/bom/kie-dmn-bom/.gitignore @@ -1,3 +1,20 @@ +# 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. + /target /local diff --git a/bom/kie-pmml-bom/.gitignore b/bom/kie-pmml-bom/.gitignore index 606d865999a..9daf194cdaa 100644 --- a/bom/kie-pmml-bom/.gitignore +++ b/bom/kie-pmml-bom/.gitignore @@ -1,3 +1,20 @@ +# 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. + /target /local diff --git a/drools-distribution/src/main/assembly/filtered-resources/examples/sources/.classpath b/drools-distribution/src/main/assembly/filtered-resources/examples/sources/.classpath index 299903b722f..799074c0a30 100644 --- a/drools-distribution/src/main/assembly/filtered-resources/examples/sources/.classpath +++ b/drools-distribution/src/main/assembly/filtered-resources/examples/sources/.classpath @@ -1,4 +1,24 @@ + diff --git a/drools-distribution/src/main/assembly/filtered-resources/examples/sources/.project b/drools-distribution/src/main/assembly/filtered-resources/examples/sources/.project index 7f9129686e6..cc5691e1a8b 100644 --- a/drools-distribution/src/main/assembly/filtered-resources/examples/sources/.project +++ b/drools-distribution/src/main/assembly/filtered-resources/examples/sources/.project @@ -1,4 +1,24 @@ + drools-examples diff --git a/drools-docs/.gitignore b/drools-docs/.gitignore index d2578d40793..b25f153e053 100644 --- a/drools-docs/.gitignore +++ b/drools-docs/.gitignore @@ -1,3 +1,20 @@ +# 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. + # Local files /target /local diff --git a/drools-docs/supplemental-ui/js/search-ui.js b/drools-docs/supplemental-ui/js/search-ui.js index 4a58a996c92..bcae1f2a790 100644 --- a/drools-docs/supplemental-ui/js/search-ui.js +++ b/drools-docs/supplemental-ui/js/search-ui.js @@ -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. - */ - /* * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/drools-drlonyaml-parent/drools-drlonyaml-cli-tests/src/test/resources/batch_yml_files/.gitignore b/drools-drlonyaml-parent/drools-drlonyaml-cli-tests/src/test/resources/batch_yml_files/.gitignore index 58eb199d536..5a76899ec26 100644 --- a/drools-drlonyaml-parent/drools-drlonyaml-cli-tests/src/test/resources/batch_yml_files/.gitignore +++ b/drools-drlonyaml-parent/drools-drlonyaml-cli-tests/src/test/resources/batch_yml_files/.gitignore @@ -1 +1,18 @@ +# 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. + *.drl diff --git a/drools-impact-analysis/drools-impact-analysis-graph/drools-impact-analysis-graph-common/.gitignore b/drools-impact-analysis/drools-impact-analysis-graph/drools-impact-analysis-graph-common/.gitignore index ae3c1726048..184792f02b3 100644 --- a/drools-impact-analysis/drools-impact-analysis-graph/drools-impact-analysis-graph-common/.gitignore +++ b/drools-impact-analysis/drools-impact-analysis-graph/drools-impact-analysis-graph-common/.gitignore @@ -1 +1,18 @@ +# 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. + /bin/ diff --git a/drools-impact-analysis/drools-impact-analysis-graph/drools-impact-analysis-graph-graphviz/.gitignore b/drools-impact-analysis/drools-impact-analysis-graph/drools-impact-analysis-graph-graphviz/.gitignore index ae3c1726048..184792f02b3 100644 --- a/drools-impact-analysis/drools-impact-analysis-graph/drools-impact-analysis-graph-graphviz/.gitignore +++ b/drools-impact-analysis/drools-impact-analysis-graph/drools-impact-analysis-graph-graphviz/.gitignore @@ -1 +1,18 @@ +# 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. + /bin/ diff --git a/drools-reliability/.gitignore b/drools-reliability/.gitignore index a5e7ecdc52e..c9a66085dbe 100644 --- a/drools-reliability/.gitignore +++ b/drools-reliability/.gitignore @@ -1 +1,18 @@ +# 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. + h2mvstore.db diff --git a/drools-reliability/drools-reliability-h2mvstore/.gitignore b/drools-reliability/drools-reliability-h2mvstore/.gitignore index 124f1fd6349..14531887daa 100644 --- a/drools-reliability/drools-reliability-h2mvstore/.gitignore +++ b/drools-reliability/drools-reliability-h2mvstore/.gitignore @@ -1,2 +1,19 @@ +# 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. + tmp/ h2mvstore.db diff --git a/drools-reliability/drools-reliability-infinispan/.gitignore b/drools-reliability/drools-reliability-infinispan/.gitignore index d5011cfda5d..a5738278369 100644 --- a/drools-reliability/drools-reliability-infinispan/.gitignore +++ b/drools-reliability/drools-reliability-infinispan/.gitignore @@ -1,2 +1,19 @@ +# 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. + tmp/ global/ diff --git a/drools-reliability/drools-reliability-tests/.gitignore b/drools-reliability/drools-reliability-tests/.gitignore index 3b05d2a3165..56d3c556915 100644 --- a/drools-reliability/drools-reliability-tests/.gitignore +++ b/drools-reliability/drools-reliability-tests/.gitignore @@ -1,3 +1,20 @@ +# 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. + tmp/ global/ h2mvstore.db \ No newline at end of file diff --git a/drools-retediagram/.gitignore b/drools-retediagram/.gitignore index 939c0f72668..5ffb4d1fee6 100644 --- a/drools-retediagram/.gitignore +++ b/drools-retediagram/.gitignore @@ -1,3 +1,20 @@ +# 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. + /target /local diff --git a/drools-test-coverage/test-integration-ruleunits/test-integration-ruleunits-jar/.gitignore b/drools-test-coverage/test-integration-ruleunits/test-integration-ruleunits-jar/.gitignore index 84c048a73cc..9d00b744b59 100644 --- a/drools-test-coverage/test-integration-ruleunits/test-integration-ruleunits-jar/.gitignore +++ b/drools-test-coverage/test-integration-ruleunits/test-integration-ruleunits-jar/.gitignore @@ -1 +1,18 @@ +# 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. + /build/ diff --git a/drools-test-coverage/test-integration-ruleunits/test-integration-ruleunits-tests/.gitignore b/drools-test-coverage/test-integration-ruleunits/test-integration-ruleunits-tests/.gitignore index 99d6896751e..6e38c182647 100644 --- a/drools-test-coverage/test-integration-ruleunits/test-integration-ruleunits-tests/.gitignore +++ b/drools-test-coverage/test-integration-ruleunits/test-integration-ruleunits-tests/.gitignore @@ -1,2 +1,19 @@ +# 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. + test-integration-ruleunits-jar.jar /bin/ diff --git a/efesto/.gitignore b/efesto/.gitignore index 8f120d70baf..9db230bc78e 100644 --- a/efesto/.gitignore +++ b/efesto/.gitignore @@ -1,2 +1,19 @@ +# 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. + !local/ *.bak \ No newline at end of file diff --git a/kie-api/.gitignore b/kie-api/.gitignore index c539805d1ad..65b8876ebc4 100644 --- a/kie-api/.gitignore +++ b/kie-api/.gitignore @@ -1,3 +1,20 @@ +# 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. + /target /local diff --git a/kie-archetypes/.gitignore b/kie-archetypes/.gitignore index adf03446e4d..dae0c29ffb2 100644 --- a/kie-archetypes/.gitignore +++ b/kie-archetypes/.gitignore @@ -1,3 +1,20 @@ +# 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. + /target /local diff --git a/kie-archetypes/kie-drools-dmn-archetype/.gitignore b/kie-archetypes/kie-drools-dmn-archetype/.gitignore index adf03446e4d..dae0c29ffb2 100644 --- a/kie-archetypes/kie-drools-dmn-archetype/.gitignore +++ b/kie-archetypes/kie-drools-dmn-archetype/.gitignore @@ -1,3 +1,20 @@ +# 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. + /target /local diff --git a/kie-archetypes/kie-drools-exec-model-archetype/.gitignore b/kie-archetypes/kie-drools-exec-model-archetype/.gitignore index adf03446e4d..dae0c29ffb2 100644 --- a/kie-archetypes/kie-drools-exec-model-archetype/.gitignore +++ b/kie-archetypes/kie-drools-exec-model-archetype/.gitignore @@ -1,3 +1,20 @@ +# 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. + /target /local diff --git a/kie-archetypes/kie-drools-exec-model-ruleunit-archetype/.gitignore b/kie-archetypes/kie-drools-exec-model-ruleunit-archetype/.gitignore index adf03446e4d..dae0c29ffb2 100644 --- a/kie-archetypes/kie-drools-exec-model-ruleunit-archetype/.gitignore +++ b/kie-archetypes/kie-drools-exec-model-ruleunit-archetype/.gitignore @@ -1,3 +1,20 @@ +# 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. + /target /local diff --git a/kie-archetypes/kie-drools-yaml-archetype/.gitignore b/kie-archetypes/kie-drools-yaml-archetype/.gitignore index adf03446e4d..dae0c29ffb2 100644 --- a/kie-archetypes/kie-drools-yaml-archetype/.gitignore +++ b/kie-archetypes/kie-drools-yaml-archetype/.gitignore @@ -1,3 +1,20 @@ +# 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. + /target /local diff --git a/kie-ci/kie-ci-test-jars/.gitignore b/kie-ci/kie-ci-test-jars/.gitignore index 751b1d076ab..b88e61d955c 100644 --- a/kie-ci/kie-ci-test-jars/.gitignore +++ b/kie-ci/kie-ci-test-jars/.gitignore @@ -1 +1,18 @@ +# 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. + build.log diff --git a/kie-drl/kie-drl-implementations/kie-drl-kiesession-local/.gitignore b/kie-drl/kie-drl-implementations/kie-drl-kiesession-local/.gitignore index 5311dbb2af5..172d125f906 100644 --- a/kie-drl/kie-drl-implementations/kie-drl-kiesession-local/.gitignore +++ b/kie-drl/kie-drl-implementations/kie-drl-kiesession-local/.gitignore @@ -1,2 +1,19 @@ +# 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. + !/local !**/local \ No newline at end of file diff --git a/kie-internal/.gitignore b/kie-internal/.gitignore index c539805d1ad..65b8876ebc4 100644 --- a/kie-internal/.gitignore +++ b/kie-internal/.gitignore @@ -1,3 +1,20 @@ +# 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. + /target /local diff --git a/kie-maven-plugin/.gitignore b/kie-maven-plugin/.gitignore index 222af0cf114..701bc2cf636 100644 --- a/kie-maven-plugin/.gitignore +++ b/kie-maven-plugin/.gitignore @@ -1,3 +1,20 @@ +# 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. + /target /local