This is an automated email from the ASF dual-hosted git repository.
isapego 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 d8c4bce94b IGNITE-17778 Fix C++ files licenses (#1133)
d8c4bce94b is described below
commit d8c4bce94b5cfd1a532e2e6f2fc0656a00c4a852
Author: Igor Sapego <[email protected]>
AuthorDate: Thu Sep 29 08:27:11 2022 +0300
IGNITE-17778 Fix C++ files licenses (#1133)
---
modules/platforms/cpp/common/guid.h | 13 +++++++------
modules/platforms/cpp/conanfile.txt | 17 +++++++++++++++++
2 files changed, 24 insertions(+), 6 deletions(-)
diff --git a/modules/platforms/cpp/common/guid.h
b/modules/platforms/cpp/common/guid.h
index 51a695d7d2..192b3bda7c 100644
--- a/modules/platforms/cpp/common/guid.h
+++ b/modules/platforms/cpp/common/guid.h
@@ -1,11 +1,12 @@
/*
- * Copyright 2019 GridGain Systems, Inc. and Contributors.
+ * 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
*
- * Licensed under the GridGain Community Edition License (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *
https://www.gridgain.com/products/software/community-edition/gridgain-community-edition-license
+ * 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,
diff --git a/modules/platforms/cpp/conanfile.txt
b/modules/platforms/cpp/conanfile.txt
index 5fee4e281d..773e3a018b 100644
--- a/modules/platforms/cpp/conanfile.txt
+++ b/modules/platforms/cpp/conanfile.txt
@@ -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.
+#
+
[requires]
msgpack-c/4.0.0
gtest/1.12.1