IGNITE-14997 Fix license headers. (#66)
(cherry picked from commit fc93b712c2e2c6e74189060b6d8e65cd345600c2)
diff --git a/modules/spring-boot-autoconfigure-ext/examples/main/resources/application.yml b/modules/spring-boot-autoconfigure-ext/examples/main/resources/application.yml
index deefe21..9d12c52 100644
--- a/modules/spring-boot-autoconfigure-ext/examples/main/resources/application.yml
+++ b/modules/spring-boot-autoconfigure-ext/examples/main/resources/application.yml
@@ -1,3 +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.
+
ignite:
igniteInstanceName: properties-instance-name
communicationSpi:
diff --git a/modules/spring-boot-thin-client-autoconfigure-ext/examples/main/resources/application.yml b/modules/spring-boot-thin-client-autoconfigure-ext/examples/main/resources/application.yml
index d712bfb..6e0deed 100644
--- a/modules/spring-boot-thin-client-autoconfigure-ext/examples/main/resources/application.yml
+++ b/modules/spring-boot-thin-client-autoconfigure-ext/examples/main/resources/application.yml
@@ -1,3 +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.
+
ignite-client:
addresses: 127.0.0.1:10800
timeout: 10000
diff --git a/parent/pom.xml b/parent/pom.xml
index 44f26df..603be1d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -860,6 +860,8 @@
<exclude>**/web-console/frontend/**/*.svg</exclude>
<!--Packaging -->
<exclude>packaging/**</exclude>
+ <!--Performance statistics report libraries. -->
+ <exclude>report/libs/**</exclude>
</excludes>
</configuration>
</execution>
diff --git a/scripts/settings.xml b/scripts/settings.xml
index 92ac71b..45deb60 100644
--- a/scripts/settings.xml
+++ b/scripts/settings.xml
@@ -1,5 +1,22 @@
<?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.
+-->
+
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
diff --git a/scripts/upload_module_to_staging.sh b/scripts/upload_module_to_staging.sh
index e7194ad..f481aa4 100755
--- a/scripts/upload_module_to_staging.sh
+++ b/scripts/upload_module_to_staging.sh
@@ -1,4 +1,20 @@
#!/usr/bin/env bash
+#
+# 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.
+#
module_version="1.0.0"
dir_name="release-module-name" #enter module name to release.