You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sk...@apache.org on 2021/02/03 11:19:00 UTC

[ignite-3] branch main updated: IGNITE-14113 Fixed license headers. (#43)

This is an automated email from the ASF dual-hosted git repository.

sk0x50 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new aa6e833  IGNITE-14113 Fixed license headers. (#43)
aa6e833 is described below

commit aa6e8335f97bde4173ee94de3e4de4eee43a8b48
Author: Kirill Gusakov <kg...@gmail.com>
AuthorDate: Wed Feb 3 14:15:52 2021 +0300

    IGNITE-14113 Fixed license headers. (#43)
    
    Signed-off-by: Slava Koptilin <sl...@gmail.com>
---
 modules/cli/src/main/resources/builtin_modules.conf | 15 +++++++++++++++
 modules/cli/src/test/resources/builtin_modules.conf | 17 ++++++++++++++++-
 2 files changed, 31 insertions(+), 1 deletion(-)

diff --git a/modules/cli/src/main/resources/builtin_modules.conf b/modules/cli/src/main/resources/builtin_modules.conf
index 4cea4e2..e9209a3 100644
--- a/modules/cli/src/main/resources/builtin_modules.conf
+++ b/modules/cli/src/main/resources/builtin_modules.conf
@@ -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.
+
 modules : {
     _server: {
         description: "Collection of base modules, which needed for start ignite server",
diff --git a/modules/cli/src/test/resources/builtin_modules.conf b/modules/cli/src/test/resources/builtin_modules.conf
index 2dfbd6a..a0bc672 100644
--- a/modules/cli/src/test/resources/builtin_modules.conf
+++ b/modules/cli/src/test/resources/builtin_modules.conf
@@ -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.
+
 modules : {
     _server: {
         description: "Collection of base modules, which needed for start ignite server",
@@ -10,4 +25,4 @@ modules : {
         artifacts: ["mvn:org.apache.ignite:ignite-test-module"],
         cli-artifacts: ["mvn:org.apache.ignite:ignite-test-module-cli"]
     }
-}
\ No newline at end of file
+}