This is an automated email from the ASF dual-hosted git repository.
porcelli pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-drools.git
The following commit(s) were added to refs/heads/main by this push:
new b91dc76b4b kie-issues#1169 Fix apache headers for remaining files +
NOTICE file. (#5928)
b91dc76b4b is described below
commit b91dc76b4bda528fd0d7fe268b41259147cd8ceb
Author: Alex Porcelli <[email protected]>
AuthorDate: Fri May 10 23:34:26 2024 +0200
kie-issues#1169 Fix apache headers for remaining files + NOTICE file.
(#5928)
---
.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 +++++++++++++++++
.../filtered-resources/examples/sources/.classpath | 20 ++++++++++++++++++++
.../filtered-resources/examples/sources/.project | 20 ++++++++++++++++++++
drools-docs/.gitignore | 17 +++++++++++++++++
drools-docs/supplemental-ui/js/search-ui.js | 19 -------------------
.../src/test/resources/batch_yml_files/.gitignore | 17 +++++++++++++++++
.../drools-impact-analysis-graph-common/.gitignore | 17 +++++++++++++++++
.../drools-impact-analysis-graph-graphviz/.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 +++++++++++++++++
.../test-integration-ruleunits-tests/.gitignore | 17 +++++++++++++++++
efesto/.gitignore | 17 +++++++++++++++++
kie-api/.gitignore | 17 +++++++++++++++++
kie-archetypes/.gitignore | 17 +++++++++++++++++
kie-archetypes/kie-drools-dmn-archetype/.gitignore | 17 +++++++++++++++++
.../kie-drools-exec-model-archetype/.gitignore | 17 +++++++++++++++++
.../.gitignore | 17 +++++++++++++++++
kie-archetypes/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(-)
diff --git a/.gitignore b/.gitignore
index 7e33f5034a..dfa69a393a 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 0000000000..2fe21eeead
--- /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 606d865999..9daf194cda 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 606d865999..9daf194cda 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 606d865999..9daf194cda 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 606d865999..9daf194cda 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 299903b722..799074c0a3 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 @@
<?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.
+
+-->
<classpath>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry excluding="**/*.java" kind="src"
path="src/main/resources"/>
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 7f9129686e..cc5691e1a8 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 @@
<?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.
+
+-->
<projectDescription>
<name>drools-examples</name>
<projects/>
diff --git a/drools-docs/.gitignore b/drools-docs/.gitignore
index d2578d4079..b25f153e05 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 4a58a996c9..bcae1f2a79 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 58eb199d53..5a76899ec2 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 ae3c172604..184792f02b 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 ae3c172604..184792f02b 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 a5e7ecdc52..c9a66085db 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 124f1fd634..14531887da 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 d5011cfda5..a573827836 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 3b05d2a316..56d3c55691 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 939c0f7266..5ffb4d1fee 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 84c048a73c..9d00b744b5 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 99d6896751..6e38c18264 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 8f120d70ba..9db230bc78 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 c539805d1a..65b8876ebc 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 adf03446e4..dae0c29ffb 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 adf03446e4..dae0c29ffb 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 adf03446e4..dae0c29ffb 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 adf03446e4..dae0c29ffb 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 adf03446e4..dae0c29ffb 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 751b1d076a..b88e61d955 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 5311dbb2af..172d125f90 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 c539805d1a..65b8876ebc 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 222af0cf11..701bc2cf63 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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]