This is an automated email from the ASF dual-hosted git repository.
isapego pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git
The following commit(s) were added to refs/heads/master by this push:
new 650a7f69c43 IGNITE-20460 Added license to file (#10942)
650a7f69c43 is described below
commit 650a7f69c4352ea5ce83e413fe8a291801698386
Author: IgGusev <[email protected]>
AuthorDate: Wed Sep 20 17:06:13 2023 +0400
IGNITE-20460 Added license to file (#10942)
---
docs/_docs/installation/upgrades.adoc | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/docs/_docs/installation/upgrades.adoc
b/docs/_docs/installation/upgrades.adoc
index 39c88a0a793..493bda2cb4c 100644
--- a/docs/_docs/installation/upgrades.adoc
+++ b/docs/_docs/installation/upgrades.adoc
@@ -1,3 +1,17 @@
+// 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.
= Version Upgrade
Upgrade is an important part of the lifecycle of any software system. This
page covers the basic recommendations for upgrading the Apache Ignite version.