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

alexpl 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 b5e73970feb IGNITE-19308 Change copyright to 2023 - Fixes #10653.
b5e73970feb is described below

commit b5e73970febcce45a9dfbcc6e1bed0cf04313177
Author: Aleksey Plekhanov <[email protected]>
AuthorDate: Wed Apr 19 18:14:58 2023 +0300

    IGNITE-19308 Change copyright to 2023 - Fixes #10653.
    
    Signed-off-by: Aleksey Plekhanov <[email protected]>
---
 NOTICE                                         | 2 +-
 assembly/NOTICE_IGNITE                         | 2 +-
 modules/core/src/main/java/META-INF/NOTICE     | 2 +-
 modules/platforms/dotnet/SharedAssemblyInfo.cs | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/NOTICE b/NOTICE
index d232b97e369..2589f6776e9 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Ignite
-Copyright 2022 The Apache Software Foundation
+Copyright 2023 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/assembly/NOTICE_IGNITE b/assembly/NOTICE_IGNITE
index 8aa27149349..b257ca8095d 100644
--- a/assembly/NOTICE_IGNITE
+++ b/assembly/NOTICE_IGNITE
@@ -1,5 +1,5 @@
 Apache Ignite
-Copyright 2022 The Apache Software Foundation
+Copyright 2023 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/modules/core/src/main/java/META-INF/NOTICE 
b/modules/core/src/main/java/META-INF/NOTICE
index d232b97e369..2589f6776e9 100644
--- a/modules/core/src/main/java/META-INF/NOTICE
+++ b/modules/core/src/main/java/META-INF/NOTICE
@@ -1,5 +1,5 @@
 Apache Ignite
-Copyright 2022 The Apache Software Foundation
+Copyright 2023 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/modules/platforms/dotnet/SharedAssemblyInfo.cs 
b/modules/platforms/dotnet/SharedAssemblyInfo.cs
index 9780574487f..3169d721eb2 100644
--- a/modules/platforms/dotnet/SharedAssemblyInfo.cs
+++ b/modules/platforms/dotnet/SharedAssemblyInfo.cs
@@ -20,7 +20,7 @@ using System.Reflection;
 [assembly: AssemblyConfiguration("")]
 [assembly: AssemblyCompany("Apache Software Foundation")]
 [assembly: AssemblyProduct("Apache Ignite.NET")]
-[assembly: AssemblyCopyright("Copyright 2022")]
+[assembly: AssemblyCopyright("Copyright 2023")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
 

Reply via email to