Repository: ignite Updated Branches: refs/heads/ignite-2.4 bcd68a058 -> 66b96316a
Updated copyrights 2017 -> 2018. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/b2346402 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/b2346402 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/b2346402 Branch: refs/heads/ignite-2.4 Commit: b2346402a4ae32193002f148160eb91e3fc72f24 Parents: ab27362 Author: devozerov <[email protected]> Authored: Wed Jan 17 14:40:50 2018 +0300 Committer: devozerov <[email protected]> Committed: Wed Jan 17 14:40:50 2018 +0300 ---------------------------------------------------------------------- NOTICE | 2 +- assembly/NOTICE_FABRIC | 2 +- assembly/NOTICE_HADOOP | 2 +- modules/core/src/main/java/META-INF/NOTICE | 2 +- .../main/java/org/apache/ignite/internal/IgniteVersionUtils.java | 2 +- .../org/apache/ignite/startup/GridRandomCommandLineLoader.java | 2 +- .../dotnet/Apache.Ignite.AspNet.Tests/Properties/AssemblyInfo.cs | 2 +- .../dotnet/Apache.Ignite.AspNet/Apache.Ignite.AspNet.nuspec | 2 +- .../dotnet/Apache.Ignite.AspNet/Properties/AssemblyInfo.cs | 2 +- .../dotnet/Apache.Ignite.Benchmarks/Properties/AssemblyInfo.cs | 2 +- .../Apache.Ignite.Core.Tests.NuGet/Properties/AssemblyInfo.cs | 2 +- .../Apache.Ignite.Core.Tests.TestDll/Properties/AssemblyInfo.cs | 2 +- .../dotnet/Apache.Ignite.Core.Tests/Properties/AssemblyInfo.cs | 2 +- .../dotnet/Apache.Ignite.Core/Apache.Ignite.Core.Schema.nuspec | 2 +- .../platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.nuspec | 2 +- .../platforms/dotnet/Apache.Ignite.Core/Properties/AssemblyInfo.cs | 2 +- .../Apache.Ignite.EntityFramework.nuspec | 2 +- .../Apache.Ignite.EntityFramework/Properties/AssemblyInfo.cs | 2 +- .../platforms/dotnet/Apache.Ignite.Linq/Apache.Ignite.Linq.nuspec | 2 +- .../platforms/dotnet/Apache.Ignite.Linq/Properties/AssemblyInfo.cs | 2 +- .../dotnet/Apache.Ignite.Log4Net/Apache.Ignite.Log4Net.nuspec | 2 +- .../dotnet/Apache.Ignite.Log4Net/Properties/AssemblyInfo.cs | 2 +- .../platforms/dotnet/Apache.Ignite.NLog/Apache.Ignite.NLog.nuspec | 2 +- .../platforms/dotnet/Apache.Ignite.NLog/Properties/AssemblyInfo.cs | 2 +- modules/platforms/dotnet/Apache.Ignite/Properties/AssemblyInfo.cs | 2 +- modules/platforms/dotnet/docfx/Apache.Ignite.docfx.json | 2 +- .../examples/Apache.Ignite.Examples/Properties/AssemblyInfo.cs | 2 +- .../examples/Apache.Ignite.ExamplesDll/Properties/AssemblyInfo.cs | 2 +- modules/scalar-2.10/pom.xml | 2 +- modules/scalar/pom.xml | 2 +- .../web-console/frontend/app/modules/branding/branding.service.js | 2 +- parent/pom.xml | 2 +- 32 files changed, 32 insertions(+), 32 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/b2346402/NOTICE ---------------------------------------------------------------------- diff --git a/NOTICE b/NOTICE index 33e2479..4c99a05 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ Apache Ignite -Copyright 2017 The Apache Software Foundation +Copyright 2018 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/ignite/blob/b2346402/assembly/NOTICE_FABRIC ---------------------------------------------------------------------- diff --git a/assembly/NOTICE_FABRIC b/assembly/NOTICE_FABRIC index c5e6f02..964fd35 100644 --- a/assembly/NOTICE_FABRIC +++ b/assembly/NOTICE_FABRIC @@ -1,5 +1,5 @@ Apache Ignite -Copyright 2017 The Apache Software Foundation +Copyright 2018 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/ignite/blob/b2346402/assembly/NOTICE_HADOOP ---------------------------------------------------------------------- diff --git a/assembly/NOTICE_HADOOP b/assembly/NOTICE_HADOOP index 33e2479..4c99a05 100644 --- a/assembly/NOTICE_HADOOP +++ b/assembly/NOTICE_HADOOP @@ -1,5 +1,5 @@ Apache Ignite -Copyright 2017 The Apache Software Foundation +Copyright 2018 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/ignite/blob/b2346402/modules/core/src/main/java/META-INF/NOTICE ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/META-INF/NOTICE b/modules/core/src/main/java/META-INF/NOTICE index 33e2479..4c99a05 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 2017 The Apache Software Foundation +Copyright 2018 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/ignite/blob/b2346402/modules/core/src/main/java/org/apache/ignite/internal/IgniteVersionUtils.java ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/internal/IgniteVersionUtils.java b/modules/core/src/main/java/org/apache/ignite/internal/IgniteVersionUtils.java index 7cb15be..8a45952 100644 --- a/modules/core/src/main/java/org/apache/ignite/internal/IgniteVersionUtils.java +++ b/modules/core/src/main/java/org/apache/ignite/internal/IgniteVersionUtils.java @@ -47,7 +47,7 @@ public class IgniteVersionUtils { public static final String ACK_VER_STR; /** Copyright blurb. */ - public static final String COPYRIGHT = "2017 Copyright(C) Apache Software Foundation"; + public static final String COPYRIGHT = "2018 Copyright(C) Apache Software Foundation"; /** * Static initializer. http://git-wip-us.apache.org/repos/asf/ignite/blob/b2346402/modules/core/src/test/java/org/apache/ignite/startup/GridRandomCommandLineLoader.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/startup/GridRandomCommandLineLoader.java b/modules/core/src/test/java/org/apache/ignite/startup/GridRandomCommandLineLoader.java index 73a9760..9284b8a 100644 --- a/modules/core/src/test/java/org/apache/ignite/startup/GridRandomCommandLineLoader.java +++ b/modules/core/src/test/java/org/apache/ignite/startup/GridRandomCommandLineLoader.java @@ -61,7 +61,7 @@ public final class GridRandomCommandLineLoader { private static final String IGNITE_PROG_NAME = "IGNITE_PROG_NAME"; /** Copyright text. Ant processed. */ - private static final String COPYRIGHT = "2017 Copyright(C) Apache Software Foundation."; + private static final String COPYRIGHT = "2018 Copyright(C) Apache Software Foundation."; /** Version. Ant processed. */ private static final String VER = "x.x.x"; http://git-wip-us.apache.org/repos/asf/ignite/blob/b2346402/modules/platforms/dotnet/Apache.Ignite.AspNet.Tests/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.AspNet.Tests/Properties/AssemblyInfo.cs b/modules/platforms/dotnet/Apache.Ignite.AspNet.Tests/Properties/AssemblyInfo.cs index 6efcf3f..0914c5f 100644 --- a/modules/platforms/dotnet/Apache.Ignite.AspNet.Tests/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/Apache.Ignite.AspNet.Tests/Properties/AssemblyInfo.cs @@ -27,7 +27,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Apache Software Foundation")] [assembly: AssemblyProduct("Apache Ignite.NET")] -[assembly: AssemblyCopyright("Copyright 2017")] +[assembly: AssemblyCopyright("Copyright 2018")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] http://git-wip-us.apache.org/repos/asf/ignite/blob/b2346402/modules/platforms/dotnet/Apache.Ignite.AspNet/Apache.Ignite.AspNet.nuspec ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.AspNet/Apache.Ignite.AspNet.nuspec b/modules/platforms/dotnet/Apache.Ignite.AspNet/Apache.Ignite.AspNet.nuspec index 1b480b9..1bc204a 100644 --- a/modules/platforms/dotnet/Apache.Ignite.AspNet/Apache.Ignite.AspNet.nuspec +++ b/modules/platforms/dotnet/Apache.Ignite.AspNet/Apache.Ignite.AspNet.nuspec @@ -45,7 +45,7 @@ Session State Store Provider: stores session state data in a distributed in-memo More info: https://apacheignite-net.readme.io/ </description> <releaseNotes></releaseNotes> - <copyright>Copyright 2017</copyright> + <copyright>Copyright 2018</copyright> <tags>OutputCacheProvider Apache Ignite In-Memory Distributed Computing SQL NoSQL Grid Map Reduce Cache</tags> <dependencies> <dependency id="Apache.Ignite" version="[$version$]" /> http://git-wip-us.apache.org/repos/asf/ignite/blob/b2346402/modules/platforms/dotnet/Apache.Ignite.AspNet/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.AspNet/Properties/AssemblyInfo.cs b/modules/platforms/dotnet/Apache.Ignite.AspNet/Properties/AssemblyInfo.cs index 9bed623..063f999 100644 --- a/modules/platforms/dotnet/Apache.Ignite.AspNet/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/Apache.Ignite.AspNet/Properties/AssemblyInfo.cs @@ -25,7 +25,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Apache Software Foundation")] [assembly: AssemblyProduct("Apache Ignite.NET")] -[assembly: AssemblyCopyright("Copyright 2017")] +[assembly: AssemblyCopyright("Copyright 2018")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] http://git-wip-us.apache.org/repos/asf/ignite/blob/b2346402/modules/platforms/dotnet/Apache.Ignite.Benchmarks/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Benchmarks/Properties/AssemblyInfo.cs b/modules/platforms/dotnet/Apache.Ignite.Benchmarks/Properties/AssemblyInfo.cs index c4edc71..512d248 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Benchmarks/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Benchmarks/Properties/AssemblyInfo.cs @@ -23,7 +23,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Apache Software Foundation")] [assembly: AssemblyProduct("Apache Ignite.NET")] -[assembly: AssemblyCopyright("Copyright 2017")] +[assembly: AssemblyCopyright("Copyright 2018")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] http://git-wip-us.apache.org/repos/asf/ignite/blob/b2346402/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/Properties/AssemblyInfo.cs b/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/Properties/AssemblyInfo.cs index ad71e60..c088101 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/Properties/AssemblyInfo.cs @@ -23,7 +23,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Apache Software Foundation")] [assembly: AssemblyProduct("Apache Ignite.NET")] -[assembly: AssemblyCopyright("Copyright 2017")] +[assembly: AssemblyCopyright("Copyright 2018")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] http://git-wip-us.apache.org/repos/asf/ignite/blob/b2346402/modules/platforms/dotnet/Apache.Ignite.Core.Tests.TestDll/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests.TestDll/Properties/AssemblyInfo.cs b/modules/platforms/dotnet/Apache.Ignite.Core.Tests.TestDll/Properties/AssemblyInfo.cs index d2dbf9f..47e8270 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests.TestDll/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests.TestDll/Properties/AssemblyInfo.cs @@ -23,7 +23,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Apache Software Foundation")] [assembly: AssemblyProduct("Apache Ignite.NET")] -[assembly: AssemblyCopyright("Copyright 2017")] +[assembly: AssemblyCopyright("Copyright 2018")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] http://git-wip-us.apache.org/repos/asf/ignite/blob/b2346402/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Properties/AssemblyInfo.cs b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Properties/AssemblyInfo.cs index 52b1482..596f549 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Properties/AssemblyInfo.cs @@ -23,7 +23,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Apache Software Foundation")] [assembly: AssemblyProduct("Apache Ignite.NET")] -[assembly: AssemblyCopyright("Copyright 2017")] +[assembly: AssemblyCopyright("Copyright 2018")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] http://git-wip-us.apache.org/repos/asf/ignite/blob/b2346402/modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.Schema.nuspec ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.Schema.nuspec b/modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.Schema.nuspec index ca8efe3..de4e472 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.Schema.nuspec +++ b/modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.Schema.nuspec @@ -42,7 +42,7 @@ XSD file describes the structure of IgniteConfigurationSection and enables Intel More info on Apache Ignite.NET: https://apacheignite-net.readme.io/ </description> <releaseNotes></releaseNotes> - <copyright>Copyright 2017</copyright> + <copyright>Copyright 2018</copyright> <tags>Apache Ignite XSD Intellisense</tags> </metadata> <files> http://git-wip-us.apache.org/repos/asf/ignite/blob/b2346402/modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.nuspec ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.nuspec b/modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.nuspec index 88bf095..3bfb9a1 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.nuspec +++ b/modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.nuspec @@ -46,7 +46,7 @@ Supports .NET 4+ and .NET Core 2.0+. More info: https://apacheignite-net.readme.io/ </description> <releaseNotes></releaseNotes> - <copyright>Copyright 2017</copyright> + <copyright>Copyright 2018</copyright> <tags>Apache Ignite In-Memory Distributed Computing SQL NoSQL Grid Map Reduce Cache linqpad-samples</tags> </metadata> <files> http://git-wip-us.apache.org/repos/asf/ignite/blob/b2346402/modules/platforms/dotnet/Apache.Ignite.Core/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core/Properties/AssemblyInfo.cs b/modules/platforms/dotnet/Apache.Ignite.Core/Properties/AssemblyInfo.cs index 0c0f44c..6379807 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Core/Properties/AssemblyInfo.cs @@ -25,7 +25,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Apache Software Foundation")] [assembly: AssemblyProduct("Apache Ignite.NET")] -[assembly: AssemblyCopyright("Copyright 2017")] +[assembly: AssemblyCopyright("Copyright 2018")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] http://git-wip-us.apache.org/repos/asf/ignite/blob/b2346402/modules/platforms/dotnet/Apache.Ignite.EntityFramework/Apache.Ignite.EntityFramework.nuspec ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.EntityFramework/Apache.Ignite.EntityFramework.nuspec b/modules/platforms/dotnet/Apache.Ignite.EntityFramework/Apache.Ignite.EntityFramework.nuspec index 6779589..e9b778c 100644 --- a/modules/platforms/dotnet/Apache.Ignite.EntityFramework/Apache.Ignite.EntityFramework.nuspec +++ b/modules/platforms/dotnet/Apache.Ignite.EntityFramework/Apache.Ignite.EntityFramework.nuspec @@ -47,7 +47,7 @@ More info: https://apacheignite-net.readme.io/ Apache Ignite EntityFramework Integration </summary> <releaseNotes></releaseNotes> - <copyright>Copyright 2017</copyright> + <copyright>Copyright 2018</copyright> <tags>EntityFramework Second-Level Apache Ignite In-Memory Distributed Computing SQL NoSQL Grid Map Reduce Cache</tags> <dependencies> <dependency id="Apache.Ignite" version="[$version$]" /> http://git-wip-us.apache.org/repos/asf/ignite/blob/b2346402/modules/platforms/dotnet/Apache.Ignite.EntityFramework/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.EntityFramework/Properties/AssemblyInfo.cs b/modules/platforms/dotnet/Apache.Ignite.EntityFramework/Properties/AssemblyInfo.cs index 2d6c619..4f3f819 100644 --- a/modules/platforms/dotnet/Apache.Ignite.EntityFramework/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/Apache.Ignite.EntityFramework/Properties/AssemblyInfo.cs @@ -25,7 +25,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Apache Software Foundation")] [assembly: AssemblyProduct("Apache Ignite.NET")] -[assembly: AssemblyCopyright("Copyright 2017")] +[assembly: AssemblyCopyright("Copyright 2018")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] http://git-wip-us.apache.org/repos/asf/ignite/blob/b2346402/modules/platforms/dotnet/Apache.Ignite.Linq/Apache.Ignite.Linq.nuspec ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Linq/Apache.Ignite.Linq.nuspec b/modules/platforms/dotnet/Apache.Ignite.Linq/Apache.Ignite.Linq.nuspec index 5e553c2..0a4f999 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Linq/Apache.Ignite.Linq.nuspec +++ b/modules/platforms/dotnet/Apache.Ignite.Linq/Apache.Ignite.Linq.nuspec @@ -49,7 +49,7 @@ Supports .NET 4+ and .NET Core 2.0+. More info: https://apacheignite-net.readme.io/ </description> <releaseNotes></releaseNotes> - <copyright>Copyright 2017</copyright> + <copyright>Copyright 2018</copyright> <tags>Apache Ignite In-Memory Distributed Computing SQL NoSQL LINQ Grid Map Reduce Cache linqpad-samples</tags> <dependencies> <dependency id="Apache.Ignite" version="[$version$]" /> http://git-wip-us.apache.org/repos/asf/ignite/blob/b2346402/modules/platforms/dotnet/Apache.Ignite.Linq/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Linq/Properties/AssemblyInfo.cs b/modules/platforms/dotnet/Apache.Ignite.Linq/Properties/AssemblyInfo.cs index efb5f23..bd2382f 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Linq/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Linq/Properties/AssemblyInfo.cs @@ -24,7 +24,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Apache Software Foundation")] [assembly: AssemblyProduct("Apache Ignite.NET")] -[assembly: AssemblyCopyright("Copyright 2017")] +[assembly: AssemblyCopyright("Copyright 2018")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] http://git-wip-us.apache.org/repos/asf/ignite/blob/b2346402/modules/platforms/dotnet/Apache.Ignite.Log4Net/Apache.Ignite.Log4Net.nuspec ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Log4Net/Apache.Ignite.Log4Net.nuspec b/modules/platforms/dotnet/Apache.Ignite.Log4Net/Apache.Ignite.Log4Net.nuspec index 1ad217b..1ae2b93 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Log4Net/Apache.Ignite.Log4Net.nuspec +++ b/modules/platforms/dotnet/Apache.Ignite.Log4Net/Apache.Ignite.Log4Net.nuspec @@ -40,7 +40,7 @@ Creating NuGet package: <requireLicenseAcceptance>false</requireLicenseAcceptance> <description>log4net Logger for Apache Ignite</description> <releaseNotes></releaseNotes> - <copyright>Copyright 2017</copyright> + <copyright>Copyright 2018</copyright> <tags>Apache Ignite In-Memory Distributed Computing SQL NoSQL LINQ Grid Map Reduce Cache log4net logger</tags> <dependencies> <dependency id="Apache.Ignite" version="[$version$]" /> http://git-wip-us.apache.org/repos/asf/ignite/blob/b2346402/modules/platforms/dotnet/Apache.Ignite.Log4Net/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Log4Net/Properties/AssemblyInfo.cs b/modules/platforms/dotnet/Apache.Ignite.Log4Net/Properties/AssemblyInfo.cs index c5bb02d..d6963ef 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Log4Net/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Log4Net/Properties/AssemblyInfo.cs @@ -24,7 +24,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Apache Software Foundation")] [assembly: AssemblyProduct("Apache Ignite.NET")] -[assembly: AssemblyCopyright("Copyright 2017")] +[assembly: AssemblyCopyright("Copyright 2018")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] http://git-wip-us.apache.org/repos/asf/ignite/blob/b2346402/modules/platforms/dotnet/Apache.Ignite.NLog/Apache.Ignite.NLog.nuspec ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.NLog/Apache.Ignite.NLog.nuspec b/modules/platforms/dotnet/Apache.Ignite.NLog/Apache.Ignite.NLog.nuspec index 63176d4..f5e9a69 100644 --- a/modules/platforms/dotnet/Apache.Ignite.NLog/Apache.Ignite.NLog.nuspec +++ b/modules/platforms/dotnet/Apache.Ignite.NLog/Apache.Ignite.NLog.nuspec @@ -40,7 +40,7 @@ Creating NuGet package: <requireLicenseAcceptance>false</requireLicenseAcceptance> <description>NLog Logger for Apache Ignite</description> <releaseNotes></releaseNotes> - <copyright>Copyright 2017</copyright> + <copyright>Copyright 2018</copyright> <tags>Apache Ignite In-Memory Distributed Computing SQL NoSQL LINQ Grid Map Reduce Cache NLog logger</tags> <dependencies> <dependency id="Apache.Ignite" version="[$version$]" /> http://git-wip-us.apache.org/repos/asf/ignite/blob/b2346402/modules/platforms/dotnet/Apache.Ignite.NLog/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.NLog/Properties/AssemblyInfo.cs b/modules/platforms/dotnet/Apache.Ignite.NLog/Properties/AssemblyInfo.cs index e8cbc29..ae72611 100644 --- a/modules/platforms/dotnet/Apache.Ignite.NLog/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/Apache.Ignite.NLog/Properties/AssemblyInfo.cs @@ -24,7 +24,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Apache Software Foundation")] [assembly: AssemblyProduct("Apache Ignite.NET")] -[assembly: AssemblyCopyright("Copyright 2017")] +[assembly: AssemblyCopyright("Copyright 2018")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] http://git-wip-us.apache.org/repos/asf/ignite/blob/b2346402/modules/platforms/dotnet/Apache.Ignite/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite/Properties/AssemblyInfo.cs b/modules/platforms/dotnet/Apache.Ignite/Properties/AssemblyInfo.cs index 1aca8bf..05646ab 100644 --- a/modules/platforms/dotnet/Apache.Ignite/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/Apache.Ignite/Properties/AssemblyInfo.cs @@ -23,7 +23,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Apache Software Foundation")] [assembly: AssemblyProduct("Apache Ignite.NET")] -[assembly: AssemblyCopyright("Copyright 2017")] +[assembly: AssemblyCopyright("Copyright 2018")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] http://git-wip-us.apache.org/repos/asf/ignite/blob/b2346402/modules/platforms/dotnet/docfx/Apache.Ignite.docfx.json ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/docfx/Apache.Ignite.docfx.json b/modules/platforms/dotnet/docfx/Apache.Ignite.docfx.json index 3161ae2..1b2214e 100644 --- a/modules/platforms/dotnet/docfx/Apache.Ignite.docfx.json +++ b/modules/platforms/dotnet/docfx/Apache.Ignite.docfx.json @@ -81,7 +81,7 @@ "_appTitle": "Apache Ignite.NET", "_appFaviconPath": "images/favicon.ico", "_appLogoPath": "images/logo_ignite_32_32.png", - "_appFooter": "© 2015 - 2017 The Apache Software Foundation", + "_appFooter": "© 2015 - 2018 The Apache Software Foundation", "_disableContribution": true } } http://git-wip-us.apache.org/repos/asf/ignite/blob/b2346402/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Properties/AssemblyInfo.cs b/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Properties/AssemblyInfo.cs index 73fd822..a3d63e1 100644 --- a/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Properties/AssemblyInfo.cs @@ -23,7 +23,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Apache Software Foundation")] [assembly: AssemblyProduct("Apache Ignite.NET")] -[assembly: AssemblyCopyright("Copyright 2017")] +[assembly: AssemblyCopyright("Copyright 2018")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] http://git-wip-us.apache.org/repos/asf/ignite/blob/b2346402/modules/platforms/dotnet/examples/Apache.Ignite.ExamplesDll/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/examples/Apache.Ignite.ExamplesDll/Properties/AssemblyInfo.cs b/modules/platforms/dotnet/examples/Apache.Ignite.ExamplesDll/Properties/AssemblyInfo.cs index cc42a9c..d58e3fd 100644 --- a/modules/platforms/dotnet/examples/Apache.Ignite.ExamplesDll/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/examples/Apache.Ignite.ExamplesDll/Properties/AssemblyInfo.cs @@ -23,7 +23,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Apache Software Foundation")] [assembly: AssemblyProduct("Apache Ignite.NET")] -[assembly: AssemblyCopyright("Copyright 2017")] +[assembly: AssemblyCopyright("Copyright 2018")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] http://git-wip-us.apache.org/repos/asf/ignite/blob/b2346402/modules/scalar-2.10/pom.xml ---------------------------------------------------------------------- diff --git a/modules/scalar-2.10/pom.xml b/modules/scalar-2.10/pom.xml index 27d3f65..bf51964 100644 --- a/modules/scalar-2.10/pom.xml +++ b/modules/scalar-2.10/pom.xml @@ -158,7 +158,7 @@ <!--<td>--> <!--<nobr>Ignite™ - Scalar DSL, ver. <strong>${project.version}</strong></nobr>--> <!--<br>--> - <!--<a target=_blank href="https://ignite.apache.org"><nobr>2017 Copyright © Apache Software Foundation</nobr></a>--> + <!--<a target=_blank href="https://ignite.apache.org"><nobr>2018 Copyright © Apache Software Foundation</nobr></a>--> <!--</td>--> <!--</tr>--> <!--</table>--> http://git-wip-us.apache.org/repos/asf/ignite/blob/b2346402/modules/scalar/pom.xml ---------------------------------------------------------------------- diff --git a/modules/scalar/pom.xml b/modules/scalar/pom.xml index 926ee0b..5bf56ee 100644 --- a/modules/scalar/pom.xml +++ b/modules/scalar/pom.xml @@ -143,7 +143,7 @@ <td> <nobr>Ignite™ - Scalar DSL, ver. <strong>${project.version}</strong></nobr> <br> - <a target=_blank href="https://ignite.apache.org"><nobr>2017 Copyright © Apache Software Foundation</nobr></a> + <a target=_blank href="https://ignite.apache.org"><nobr>2018 Copyright © Apache Software Foundation</nobr></a> </td> </tr> </table> http://git-wip-us.apache.org/repos/asf/ignite/blob/b2346402/modules/web-console/frontend/app/modules/branding/branding.service.js ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/branding/branding.service.js b/modules/web-console/frontend/app/modules/branding/branding.service.js index 564aa85..ebef881 100644 --- a/modules/web-console/frontend/app/modules/branding/branding.service.js +++ b/modules/web-console/frontend/app/modules/branding/branding.service.js @@ -29,7 +29,7 @@ export default class { this.footerHtml = [ `<p>Apache Ignite Web Console (${Version.webConsole})</p>`, - '<p>© 2017 The Apache Software Foundation.</p>', + '<p>© 2018 The Apache Software Foundation.</p>', '<p>Apache, Apache Ignite, the Apache feather and the Apache Ignite logo are trademarks of The Apache Software Foundation.</p>' ].join('\n'); http://git-wip-us.apache.org/repos/asf/ignite/blob/b2346402/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index c87b8bb..26339af 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -487,7 +487,7 @@ <tbody style="padding: 0; margin: 0"> <tr style="padding: 0; margin: 0"> <td> - <a target=_blank href="https://ignite.apache.org"><nobr>2017 Copyright © Apache Software Foundation</nobr></a> + <a target=_blank href="https://ignite.apache.org"><nobr>2018 Copyright © Apache Software Foundation</nobr></a> </td> </tr> </tbody>
