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-kogito-apps.git


The following commit(s) were added to refs/heads/main by this push:
     new c7a6826ae kie-issues#1166 Fix apache headers. (#2046)
c7a6826ae is described below

commit c7a6826ae179997dddddab2a8677c659e4bae2d4
Author: Alex Porcelli <[email protected]>
AuthorDate: Fri May 10 17:48:07 2024 +0200

    kie-issues#1166 Fix apache headers. (#2046)
    
    * kie-issues#1166 Fix apache headers.
    
    * kie-issues#1166 Fix apache headers for MD files.
---
 .ci/environments/README.md                            | 18 ++++++++++++++++++
 .github/pull_request_template.md                      | 18 ++++++++++++++++++
 .../publish_jitexecutor_native/README.md              | 18 ++++++++++++++++++
 README.md                                             | 18 ++++++++++++++++++
 data-audit/README.md                                  | 18 ++++++++++++++++++
 .../src/test/resources/application.properties         | 19 +++++++++++++++++++
 data-index/README.md                                  | 18 ++++++++++++++++++
 .../data-index-service-mongodb/README.md              | 18 ++++++++++++++++++
 .../db/migration/V1.32.0__data_index_create.sql       | 19 -------------------
 explainability/README.md                              | 18 ++++++++++++++++++
 explainability/explainability-service/README.md       | 18 ++++++++++++++++++
 jitexecutor/README.md                                 | 18 ++++++++++++++++++
 jitexecutor/jitexecutor-dmn/README.md                 | 18 ++++++++++++++++++
 jobs-service/README.md                                | 18 ++++++++++++++++++
 jobs-service/jobs-service-common/README.md            | 18 ++++++++++++++++++
 persistence-commons/README.md                         | 18 ++++++++++++++++++
 .../persistence-commons-redis/README.md               | 18 ++++++++++++++++++
 .../persistence-commons-reporting-api/README.md       | 18 ++++++++++++++++++
 trusty/README.md                                      | 18 ++++++++++++++++++
 19 files changed, 325 insertions(+), 19 deletions(-)

diff --git a/.ci/environments/README.md b/.ci/environments/README.md
index b77102391..db5df9584 100644
--- a/.ci/environments/README.md
+++ b/.ci/environments/README.md
@@ -1,3 +1,21 @@
+<!---
+  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.
+-->
 # Environments CI scripts
 
 This folder contains update scripts which would be called for a specific 
environments.
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 1836c3c86..0cbe0187a 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -1,3 +1,21 @@
+<!---
+  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.
+-->
 Many thanks for submitting your Pull Request :heart:! 
 
 Please make sure that your PR meets the following requirements:
diff --git a/.github/supporting-files/publish_jitexecutor_native/README.md 
b/.github/supporting-files/publish_jitexecutor_native/README.md
index e1f70c668..048703f42 100644
--- a/.github/supporting-files/publish_jitexecutor_native/README.md
+++ b/.github/supporting-files/publish_jitexecutor_native/README.md
@@ -1,3 +1,21 @@
+<!---
+  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.
+-->
 # JIT Executor :: Native
 
 Native distributions of the JIT Executor for Windows, macOS and Linux.
\ No newline at end of file
diff --git a/README.md b/README.md
index 45cf6629c..23655384e 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,21 @@
+<!---
+  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.
+-->
 # Kogito Apps
 
 ## Contributing to Kogito
diff --git a/data-audit/README.md b/data-audit/README.md
index 4e323cb9f..61c4896b5 100644
--- a/data-audit/README.md
+++ b/data-audit/README.md
@@ -1,3 +1,21 @@
+<!---
+  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.
+-->
 ### Data Audit subsystem
 
 This is the implementation of the Kogito Audit subystem. The subsystem allows 
to store events from issued by
diff --git 
a/data-audit/kogito-addons-data-audit-quarkus/src/test/resources/application.properties
 
b/data-audit/kogito-addons-data-audit-quarkus/src/test/resources/application.properties
index 24a1f9d8f..12b0b3d21 100644
--- 
a/data-audit/kogito-addons-data-audit-quarkus/src/test/resources/application.properties
+++ 
b/data-audit/kogito-addons-data-audit-quarkus/src/test/resources/application.properties
@@ -1,3 +1,22 @@
+#
+# 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.
+#
+
 quarkus.datasource.db-kind=h2
 quarkus.datasource.username=hibernate
 quarkus.datasource.password=hibernate
diff --git a/data-index/README.md b/data-index/README.md
index e555ede1a..c4b75817a 100644
--- a/data-index/README.md
+++ b/data-index/README.md
@@ -1,3 +1,21 @@
+<!---
+  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.
+-->
 # Kogito Data Index Service
 
 Data Index is a subsystem/component responsible to store a snapshot of the 
last state of the process instance state. 
diff --git a/data-index/data-index-service/data-index-service-mongodb/README.md 
b/data-index/data-index-service/data-index-service-mongodb/README.md
index 16be71cfb..12b58a20b 100644
--- a/data-index/data-index-service/data-index-service-mongodb/README.md
+++ b/data-index/data-index-service/data-index-service-mongodb/README.md
@@ -1,3 +1,21 @@
+<!---
+  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.
+-->
 To use MongoDB as storage for data index service in Quarkus dev mode:
 1. MongoDB application properties in the `application.properties` of data 
index service:
     ```
diff --git 
a/data-index/data-index-storage/data-index-storage-postgresql/src/main/resources/db/migration/V1.32.0__data_index_create.sql
 
b/data-index/data-index-storage/data-index-storage-postgresql/src/main/resources/db/migration/V1.32.0__data_index_create.sql
index 3dc44d7f3..766c25015 100644
--- 
a/data-index/data-index-storage/data-index-storage-postgresql/src/main/resources/db/migration/V1.32.0__data_index_create.sql
+++ 
b/data-index/data-index-storage/data-index-storage-postgresql/src/main/resources/db/migration/V1.32.0__data_index_create.sql
@@ -17,25 +17,6 @@
  * under the License.
  */
 
-/*
- * 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.
- */
-
 create table IF NOT EXISTS attachments
 (
     id         varchar(255) not null,
diff --git a/explainability/README.md b/explainability/README.md
index 15acabb13..a9f0c08d8 100644
--- a/explainability/README.md
+++ b/explainability/README.md
@@ -1,3 +1,21 @@
+<!---
+  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.
+-->
 # Kogito Explainability
 
 ### Notes
diff --git a/explainability/explainability-service/README.md 
b/explainability/explainability-service/README.md
index cdda7cd4c..7866ed163 100644
--- a/explainability/explainability-service/README.md
+++ b/explainability/explainability-service/README.md
@@ -1 +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.
+-->
 ## Kogito Trusty explainability service
diff --git a/jitexecutor/README.md b/jitexecutor/README.md
index 3fa5d7e94..bcb41dce2 100644
--- a/jitexecutor/README.md
+++ b/jitexecutor/README.md
@@ -1,3 +1,21 @@
+<!---
+  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.
+-->
 # Kogito JIT Executor
 
 Kogito JIT (Just In Time) Executor is an application that allow to execute a 
business model on the fly on a given context. The JIT Executor is intended to 
be an helpful support during **_Modeling and Development phases_**; for 
instance, when modeling a DMN asset, the JIT Executor can be used to support 
live interactions with the DMN model, while still being authored. The JIT 
Executor is **not** recommended for Deployment solution; when looking to deploy 
to the Cloud, we recommend to buil [...]
diff --git a/jitexecutor/jitexecutor-dmn/README.md 
b/jitexecutor/jitexecutor-dmn/README.md
index c23837a65..d766a0da4 100644
--- a/jitexecutor/jitexecutor-dmn/README.md
+++ b/jitexecutor/jitexecutor-dmn/README.md
@@ -1,3 +1,21 @@
+<!---
+  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.
+-->
 # Kogito JIT DMN Executor
 
 ## Log configuration
diff --git a/jobs-service/README.md b/jobs-service/README.md
index 322da8c9b..84b940dc7 100644
--- a/jobs-service/README.md
+++ b/jobs-service/README.md
@@ -1,3 +1,21 @@
+<!---
+  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.
+-->
 
 # Jobs
 
diff --git a/jobs-service/jobs-service-common/README.md 
b/jobs-service/jobs-service-common/README.md
index c7e22ffbf..1ae2372f9 100644
--- a/jobs-service/jobs-service-common/README.md
+++ b/jobs-service/jobs-service-common/README.md
@@ -1,3 +1,21 @@
+<!---
+  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.
+-->
 ## Kogito Jobs Service
 
 Documentation:
diff --git a/persistence-commons/README.md b/persistence-commons/README.md
index 1edee8114..9d4d01de6 100644
--- a/persistence-commons/README.md
+++ b/persistence-commons/README.md
@@ -1,3 +1,21 @@
+<!---
+  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.
+-->
 # Kogito persistence commons
 
 This is the module that provides the persistence abstraction for the kogito 
apps. 
diff --git a/persistence-commons/persistence-commons-redis/README.md 
b/persistence-commons/persistence-commons-redis/README.md
index 416e49d7f..1bb30aee1 100644
--- a/persistence-commons/persistence-commons-redis/README.md
+++ b/persistence-commons/persistence-commons-redis/README.md
@@ -1,3 +1,21 @@
+<!---
+  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.
+-->
 # Kogito persistence redis
 
 This is the module that provides support for redis. 
diff --git 
a/persistence-commons/persistence-commons-reporting-parent/persistence-commons-reporting-api/README.md
 
b/persistence-commons/persistence-commons-reporting-parent/persistence-commons-reporting-api/README.md
index 1a988c640..c3298916b 100644
--- 
a/persistence-commons/persistence-commons-reporting-parent/persistence-commons-reporting-api/README.md
+++ 
b/persistence-commons/persistence-commons-reporting-parent/persistence-commons-reporting-api/README.md
@@ -1,3 +1,21 @@
+<!---
+  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.
+-->
 # Reporting extension 
 
 This module provides a framework to extract discrete values from a JSON column 
within 
diff --git a/trusty/README.md b/trusty/README.md
index 78cda0890..ab177a933 100644
--- a/trusty/README.md
+++ b/trusty/README.md
@@ -1,3 +1,21 @@
+<!---
+  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.
+-->
 # Trusty Service 
 
 Within the TrustyAI initiative, the trusty service is the main service that 
aims to collect tracing events emitted by one or more kogito-runtime 
application and to provide explainability on top of the decisions that have 
been by the application. 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to