Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B3707200B96 for ; Thu, 6 Oct 2016 12:48:03 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B2260160AE0; Thu, 6 Oct 2016 10:48:03 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D7703160AED for ; Thu, 6 Oct 2016 12:48:00 +0200 (CEST) Received: (qmail 31841 invoked by uid 500); 6 Oct 2016 10:47:59 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 31590 invoked by uid 99); 6 Oct 2016 10:47:59 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Oct 2016 10:47:59 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4B6CADFF5A; Thu, 6 Oct 2016 10:47:59 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: akuznetsov@apache.org To: commits@ignite.apache.org Date: Thu, 06 Oct 2016 10:48:20 -0000 Message-Id: <76e697010d9d41d5ad0caae5c8e55a9e@git.apache.org> In-Reply-To: <138f73a126574f3f9c73f152bf87483c@git.apache.org> References: <138f73a126574f3f9c73f152bf87483c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [23/50] [abbrv] ignite git commit: IGNITE-4004 .NET: Remove non-ASCII characters from code archived-at: Thu, 06 Oct 2016 10:48:03 -0000 IGNITE-4004 .NET: Remove non-ASCII characters from code Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/00576d8a Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/00576d8a Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/00576d8a Branch: refs/heads/ignite-3443 Commit: 00576d8a937bf6ab12db02b3d7b225b01cd37c0e Parents: 106d496 Author: Pavel Tupitsyn Authored: Thu Sep 29 17:50:33 2016 +0300 Committer: Pavel Tupitsyn Committed: Thu Sep 29 17:50:33 2016 +0300 ---------------------------------------------------------------------- .../Properties/AssemblyInfo.cs | 2 +- .../Properties/AssemblyInfo.cs | 36 +++++----- .../Properties/AssemblyInfo.cs | 34 ++++----- .../Properties/AssemblyInfo.cs | 34 ++++----- .../Affinity/AffinityFunctionSpringTest.cs | 38 +++++----- .../ProjectFilesTest.cs | 11 +-- .../Properties/AssemblyInfo.cs | 36 +++++----- .../Apache.Ignite.Core.Tests/TestRunner.cs | 37 +++++----- .../Apache.Ignite.Core/Cache/ICacheLock.cs | 2 +- .../Apache.Ignite.Core/Cache/ICacheMetrics.cs | 8 +-- .../Apache.Ignite.Core/Impl/Common/Fnv1Hash.cs | 2 +- .../Memory/PlatformBigEndianMemoryStream.cs | 34 ++++----- .../Impl/Unmanaged/UnmanagedCallbacks.cs | 74 ++++++++++---------- .../Properties/AssemblyInfo.cs | 36 +++++----- .../Apache.Ignite.Linq/ICacheQueryable.cs | 32 ++++----- .../Properties/AssemblyInfo.cs | 36 +++++----- .../Apache.Ignite/Properties/AssemblyInfo.cs | 36 +++++----- .../Properties/AssemblyInfo.cs | 40 +++++------ .../Properties/AssemblyInfo.cs | 38 +++++----- 19 files changed, 282 insertions(+), 284 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/00576d8a/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 2a7da67..0483c95 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 © 2016")] +[assembly: AssemblyCopyright("Copyright 2016")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] http://git-wip-us.apache.org/repos/asf/ignite/blob/00576d8a/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 85af146..9a3da85 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Benchmarks/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Benchmarks/Properties/AssemblyInfo.cs @@ -1,19 +1,19 @@ -/* - * 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. - */ +/* +* 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. +*/ using System.Reflection; using System.Runtime.InteropServices; @@ -23,7 +23,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Apache Software Foundation")] [assembly: AssemblyProduct("Apache Ignite.NET")] -[assembly: AssemblyCopyright("Copyright © 2015")] +[assembly: AssemblyCopyright("Copyright 2016")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -33,4 +33,4 @@ using System.Runtime.InteropServices; [assembly: AssemblyVersion("1.8.0.14218")] [assembly: AssemblyFileVersion("1.8.0.14218")] -[assembly: AssemblyInformationalVersion("1.8.0")] +[assembly: AssemblyInformationalVersion("1.8.0")] \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ignite/blob/00576d8a/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 34fca37..e48b8fd 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 @@ -1,19 +1,19 @@ -/* - * 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. - */ +/* +* 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. +*/ using System.Reflection; using System.Runtime.InteropServices; @@ -32,4 +32,4 @@ using System.Runtime.InteropServices; [assembly: AssemblyVersion("1.8.0.14218")] [assembly: AssemblyFileVersion("1.8.0.14218")] -[assembly: AssemblyInformationalVersion("1.8.0")] +[assembly: AssemblyInformationalVersion("1.8.0")] \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ignite/blob/00576d8a/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 4aa03f1..3e7b663 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 @@ -1,19 +1,19 @@ -/* - * 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. - */ +/* +* 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. +*/ using System.Reflection; using System.Runtime.InteropServices; @@ -23,7 +23,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Apache Software Foundation")] [assembly: AssemblyProduct("Apache Ignite.NET")] -[assembly: AssemblyCopyright("Copyright © 2015")] +[assembly: AssemblyCopyright("Copyright 2016")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] http://git-wip-us.apache.org/repos/asf/ignite/blob/00576d8a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/Affinity/AffinityFunctionSpringTest.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/Affinity/AffinityFunctionSpringTest.cs b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/Affinity/AffinityFunctionSpringTest.cs index 8d118be..48c5814 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/Affinity/AffinityFunctionSpringTest.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/Affinity/AffinityFunctionSpringTest.cs @@ -1,19 +1,19 @@ -/* - * 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. - */ +/* +* 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. +*/ // ReSharper disable UnusedAutoPropertyAccessor.Local // ReSharper disable UnusedMember.Local @@ -162,13 +162,13 @@ namespace Apache.Ignite.Core.Tests.Cache.Affinity Assert.Greater(basePart, -1); Assert.Less(basePart, Partitions); - var longKey = (long) key; + var longKey = (long)key; int res; if (PredefinedParts.TryGetValue(longKey, out res)) return res; - return (int) (longKey * 2 % 5); + return (int)(longKey * 2 % 5); } public override IEnumerable> AssignPartitions(AffinityFunctionContext context) @@ -181,4 +181,4 @@ namespace Apache.Ignite.Core.Tests.Cache.Affinity } } } -} +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ignite/blob/00576d8a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/ProjectFilesTest.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/ProjectFilesTest.cs b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/ProjectFilesTest.cs index a030bf2..cadc10b 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/ProjectFilesTest.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/ProjectFilesTest.cs @@ -56,14 +56,15 @@ namespace Apache.Ignite.Core.Tests } /// - /// Tests that there are no Cyrillic C instead of English C (which are on the same keyboard key). + /// Tests that there are no non-ASCII chars. /// [Test] - public void TestCyrillicChars() + public void TestAsciiChars() { - var srcFiles = GetDotNetSourceDir().GetFiles("*.cs", SearchOption.AllDirectories); + var srcFiles = GetDotNetSourceDir().GetFiles("*.cs", SearchOption.AllDirectories) + .Where(x => x.Name != "BinaryStringTest.cs" && x.Name != "BinarySelfTest.cs"); - CheckFiles(srcFiles, x => x.Contains('\u0441') || x.Contains('\u0421'), "Files with Cyrillic 'C': "); + CheckFiles(srcFiles, x => x.Any(ch => ch > 255), "Files with non-ASCII chars: "); } /// @@ -74,7 +75,7 @@ namespace Apache.Ignite.Core.Tests var invalidFiles = files.Where(x => isInvalid(File.ReadAllText(x.FullName))).ToArray(); Assert.AreEqual(0, invalidFiles.Length, - errorText + string.Join(", ", invalidFiles.Select(x => x.FullName))); + errorText + string.Join("\n ", invalidFiles.Select(x => x.FullName))); } /// http://git-wip-us.apache.org/repos/asf/ignite/blob/00576d8a/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 9eb2e24..817634e 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Properties/AssemblyInfo.cs @@ -1,19 +1,19 @@ -/* - * 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. - */ +/* +* 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. +*/ using System.Reflection; using System.Runtime.InteropServices; @@ -23,7 +23,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Apache Software Foundation")] [assembly: AssemblyProduct("Apache Ignite.NET")] -[assembly: AssemblyCopyright("Copyright © 2015")] +[assembly: AssemblyCopyright("Copyright 2016")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -33,4 +33,4 @@ using System.Runtime.InteropServices; [assembly: AssemblyVersion("1.8.0.14218")] [assembly: AssemblyFileVersion("1.8.0.14218")] -[assembly: AssemblyInformationalVersion("1.8.0")] +[assembly: AssemblyInformationalVersion("1.8.0")] \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ignite/blob/00576d8a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/TestRunner.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/TestRunner.cs b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/TestRunner.cs index facc598..d67d24b 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/TestRunner.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/TestRunner.cs @@ -1,19 +1,19 @@ -/* - * 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. - */ +/* +* 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. +*/ namespace Apache.Ignite.Core.Tests { @@ -21,9 +21,6 @@ namespace Apache.Ignite.Core.Tests using System.Diagnostics; using System.Linq; using System.Reflection; - using Apache.Ignite.Core.Tests.Binary; - using Apache.Ignite.Core.Tests.Cache.Affinity; - using Apache.Ignite.Core.Tests.Cache.Query; using Apache.Ignite.Core.Tests.Memory; using NUnit.ConsoleRunner; @@ -100,4 +97,4 @@ namespace Apache.Ignite.Core.Tests } } -} +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ignite/blob/00576d8a/modules/platforms/dotnet/Apache.Ignite.Core/Cache/ICacheLock.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core/Cache/ICacheLock.cs b/modules/platforms/dotnet/Apache.Ignite.Core/Cache/ICacheLock.cs index a930961..4edfb53 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core/Cache/ICacheLock.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Core/Cache/ICacheLock.cs @@ -43,7 +43,7 @@ namespace Apache.Ignite.Core.Cache /// /// /// A representing the amount of time to wait for the lock. - /// A value of –1 millisecond specifies an infinite wait. + /// A value of -1 millisecond specifies an infinite wait. /// /// True if the current thread acquires the lock; otherwise, false. bool TryEnter(TimeSpan timeout); http://git-wip-us.apache.org/repos/asf/ignite/blob/00576d8a/modules/platforms/dotnet/Apache.Ignite.Core/Cache/ICacheMetrics.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core/Cache/ICacheMetrics.cs b/modules/platforms/dotnet/Apache.Ignite.Core/Cache/ICacheMetrics.cs index 3405625..3c01587 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core/Cache/ICacheMetrics.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Core/Cache/ICacheMetrics.cs @@ -92,7 +92,7 @@ namespace Apache.Ignite.Core.Cache /// The mean time to execute gets. /// /// - /// The time in �s. + /// The time in ms. /// float AverageGetTime { get; } @@ -100,7 +100,7 @@ namespace Apache.Ignite.Core.Cache /// The mean time to execute puts. /// /// - /// The time in �s. + /// The time in s. /// float AveragePutTime { get; } @@ -108,7 +108,7 @@ namespace Apache.Ignite.Core.Cache /// The mean time to execute removes. /// /// - /// The time in �s. + /// The time in ms. /// float AverageRemoveTime { get; } @@ -116,7 +116,7 @@ namespace Apache.Ignite.Core.Cache /// The mean time to execute tx commit. /// /// - /// The time in �s. + /// The time in ms. /// float AverageTxCommitTime { get; } http://git-wip-us.apache.org/repos/asf/ignite/blob/00576d8a/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Common/Fnv1Hash.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Common/Fnv1Hash.cs b/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Common/Fnv1Hash.cs index 231220a..3c2c871 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Common/Fnv1Hash.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Common/Fnv1Hash.cs @@ -18,7 +18,7 @@ namespace Apache.Ignite.Core.Impl.Common { /// - /// Fowler–Noll–Vo hash function. + /// Fowler-Noll-Vo hash function. /// internal static class Fnv1Hash { http://git-wip-us.apache.org/repos/asf/ignite/blob/00576d8a/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Memory/PlatformBigEndianMemoryStream.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Memory/PlatformBigEndianMemoryStream.cs b/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Memory/PlatformBigEndianMemoryStream.cs index d59d572..70f9127 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Memory/PlatformBigEndianMemoryStream.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Memory/PlatformBigEndianMemoryStream.cs @@ -1,19 +1,19 @@ -/* - * 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. - */ +/* +* 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. +*/ namespace Apache.Ignite.Core.Impl.Memory { @@ -488,4 +488,4 @@ namespace Apache.Ignite.Core.Impl.Memory #endregion } -} +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ignite/blob/00576d8a/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Unmanaged/UnmanagedCallbacks.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Unmanaged/UnmanagedCallbacks.cs b/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Unmanaged/UnmanagedCallbacks.cs index 267c717..e623969 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Unmanaged/UnmanagedCallbacks.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Unmanaged/UnmanagedCallbacks.cs @@ -1,19 +1,19 @@ -/* - * 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. - */ +/* +* 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. +*/ namespace Apache.Ignite.Core.Impl.Unmanaged { @@ -53,9 +53,9 @@ namespace Apache.Ignite.Core.Impl.Unmanaged /// Unmanaged callbacks. /// [SuppressMessage("ReSharper", "UnusedMember.Local")] - [SuppressMessage("Microsoft.Design", "CA1001:TypesThatOwnDisposableFieldsShouldBeDisposable", + [SuppressMessage("Microsoft.Design", "CA1001:TypesThatOwnDisposableFieldsShouldBeDisposable", Justification = "This class instance usually lives as long as the app runs.")] - [SuppressMessage("Microsoft.Design", "CA1049:TypesThatOwnNativeResourcesShouldBeDisposable", + [SuppressMessage("Microsoft.Design", "CA1049:TypesThatOwnNativeResourcesShouldBeDisposable", Justification = "This class instance usually lives as long as the app runs.")] internal unsafe class UnmanagedCallbacks { @@ -71,7 +71,7 @@ namespace Apache.Ignite.Core.Impl.Unmanaged /** Handle registry. */ private readonly HandleRegistry _handleRegistry = new HandleRegistry(); - + /** Grid. */ private volatile Ignite _ignite; @@ -155,7 +155,7 @@ namespace Apache.Ignite.Core.Impl.Unmanaged private delegate long MessagingFilterCreateCallbackDelegate(void* target, long memPtr); private delegate int MessagingFilterApplyCallbackDelegate(void* target, long ptr, long memPtr); private delegate void MessagingFilterDestroyCallbackDelegate(void* target, long ptr); - + private delegate long EventFilterCreateCallbackDelegate(void* target, long memPtr); private delegate int EventFilterApplyCallbackDelegate(void* target, long ptr, long memPtr); private delegate void EventFilterDestroyCallbackDelegate(void* target, long ptr); @@ -171,7 +171,7 @@ namespace Apache.Ignite.Core.Impl.Unmanaged private delegate void OnStartCallbackDelegate(void* target, void* proc, long memPtr); private delegate void OnStopCallbackDelegate(void* target); - + private delegate void ErrorCallbackDelegate(void* target, int errType, sbyte* errClsChars, int errClsCharsLen, sbyte* errMsgChars, int errMsgCharsLen, sbyte* stackTraceChars, int stackTraceCharsLen, void* errData, int errDataLen); private delegate long ExtensionCallbackInLongOutLongDelegate(void* target, int typ, long arg1); @@ -209,7 +209,7 @@ namespace Apache.Ignite.Core.Impl.Unmanaged cacheStoreDestroy = CreateFunctionPointer((CacheStoreDestroyCallbackDelegate) CacheStoreDestroy), cacheStoreSessionCreate = CreateFunctionPointer((CacheStoreSessionCreateCallbackDelegate) CacheStoreSessionCreate), - + cacheEntryFilterCreate = CreateFunctionPointer((CacheEntryFilterCreateCallbackDelegate)CacheEntryFilterCreate), cacheEntryFilterApply = CreateFunctionPointer((CacheEntryFilterApplyCallbackDelegate)CacheEntryFilterApply), cacheEntryFilterDestroy = CreateFunctionPointer((CacheEntryFilterDestroyCallbackDelegate)CacheEntryFilterDestroy), @@ -238,7 +238,7 @@ namespace Apache.Ignite.Core.Impl.Unmanaged CreateFunctionPointer((DataStreamerTopologyUpdateCallbackDelegate) DataStreamerTopologyUpdate), dataStreamerStreamReceiverInvoke = CreateFunctionPointer((DataStreamerStreamReceiverInvokeCallbackDelegate) DataStreamerStreamReceiverInvoke), - + futureByteResult = CreateFunctionPointer((FutureByteResultCallbackDelegate) FutureByteResult), futureBoolResult = CreateFunctionPointer((FutureBoolResultCallbackDelegate) FutureBoolResult), futureShortResult = CreateFunctionPointer((FutureShortResultCallbackDelegate) FutureShortResult), @@ -253,7 +253,7 @@ namespace Apache.Ignite.Core.Impl.Unmanaged lifecycleOnEvent = CreateFunctionPointer((LifecycleOnEventCallbackDelegate) LifecycleOnEvent), memoryReallocate = CreateFunctionPointer((MemoryReallocateCallbackDelegate) MemoryReallocate), nodeInfo = CreateFunctionPointer((NodeInfoCallbackDelegate) NodeInfo), - + messagingFilterCreate = CreateFunctionPointer((MessagingFilterCreateCallbackDelegate)MessagingFilterCreate), messagingFilterApply = CreateFunctionPointer((MessagingFilterApplyCallbackDelegate)MessagingFilterApply), messagingFilterDestroy = CreateFunctionPointer((MessagingFilterDestroyCallbackDelegate)MessagingFilterDestroy), @@ -268,11 +268,11 @@ namespace Apache.Ignite.Core.Impl.Unmanaged serviceInvokeMethod = CreateFunctionPointer((ServiceInvokeMethodCallbackDelegate)ServiceInvokeMethod), clusterNodeFilterApply = CreateFunctionPointer((ClusterNodeFilterApplyCallbackDelegate)ClusterNodeFilterApply), - + onStart = CreateFunctionPointer((OnStartCallbackDelegate)OnStart), onStop = CreateFunctionPointer((OnStopCallbackDelegate)OnStop), error = CreateFunctionPointer((ErrorCallbackDelegate)Error), - + extensionCbInLongOutLong = CreateFunctionPointer((ExtensionCallbackInLongOutLongDelegate)ExtensionCallbackInLongOutLong), extensionCbInLongLongOutLong = CreateFunctionPointer((ExtensionCallbackInLongLongOutLongDelegate)ExtensionCallbackInLongLongOutLong), @@ -339,7 +339,7 @@ namespace Apache.Ignite.Core.Impl.Unmanaged IUnmanagedTarget cb0 = null; - if ((long) cb != 0) + if ((long)cb != 0) cb0 = new UnmanagedNonReleaseableTarget(_ctx, cb); using (PlatformMemoryStream stream = IgniteManager.Memory.Get(memPtr).GetStream()) @@ -461,7 +461,7 @@ namespace Apache.Ignite.Core.Impl.Unmanaged { return task.JobResultLocal(Job(jobPtr)); } - + using (var stream = IgniteManager.Memory.Get(memPtr).GetStream()) { return task.JobResultRemote(Job(jobPtr), stream); @@ -605,7 +605,7 @@ namespace Apache.Ignite.Core.Impl.Unmanaged var filterHolder = reader.ReadObject(); // 2. Create real filter from it's holder. - var filter = (IContinuousQueryFilter) DelegateTypeDescriptor.GetContinuousQueryFilterCtor( + var filter = (IContinuousQueryFilter)DelegateTypeDescriptor.GetContinuousQueryFilterCtor( filterHolder.Filter.GetType())(filterHolder.Filter, filterHolder.KeepBinary); // 3. Inject grid. @@ -639,7 +639,7 @@ namespace Apache.Ignite.Core.Impl.Unmanaged holder.Release(); }); } - + #endregion #region IMPLEMENTATION: DATA STREAMER @@ -685,7 +685,7 @@ namespace Apache.Ignite.Core.Impl.Unmanaged } #endregion - + #region IMPLEMENTATION: FUTURES private void FutureByteResult(void* target, long futPtr, int res) @@ -861,7 +861,7 @@ namespace Apache.Ignite.Core.Impl.Unmanaged return SafeCall(() => { var holder = _ignite.HandleRegistry.Get(ptr, false); - + if (holder == null) return 0; @@ -879,7 +879,7 @@ namespace Apache.Ignite.Core.Impl.Unmanaged _ignite.HandleRegistry.Release(ptr); }); } - + #endregion #region IMPLEMENTATION: EXTENSIONS @@ -942,7 +942,7 @@ namespace Apache.Ignite.Core.Impl.Unmanaged _ignite.HandleRegistry.Release(ptr); }); } - + #endregion #region IMPLEMENTATION: SERVICES @@ -1098,7 +1098,7 @@ namespace Apache.Ignite.Core.Impl.Unmanaged if (ignite != null) ignite.AfterNodeStop(); } - + private void Error(void* target, int errType, sbyte* errClsChars, int errClsCharsLen, sbyte* errMsgChars, int errMsgCharsLen, sbyte* stackTraceChars, int stackTraceCharsLen, void* errData, int errDataLen) { @@ -1402,7 +1402,7 @@ namespace Apache.Ignite.Core.Impl.Unmanaged public void Cleanup() { _ignite = null; - + _handleRegistry.Close(); } @@ -1414,4 +1414,4 @@ namespace Apache.Ignite.Core.Impl.Unmanaged get { return ConsoleWritePtr; } } } -} +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ignite/blob/00576d8a/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 9fcbeb0..9b5eea4 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Core/Properties/AssemblyInfo.cs @@ -1,19 +1,19 @@ -/* - * 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. - */ +/* +* 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. +*/ using System; using System.Reflection; @@ -25,7 +25,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Apache Software Foundation")] [assembly: AssemblyProduct("Apache Ignite.NET")] -[assembly: AssemblyCopyright("Copyright © 2016")] +[assembly: AssemblyCopyright("Copyright 2016")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -45,4 +45,4 @@ using System.Runtime.InteropServices; [assembly: InternalsVisibleTo("Apache.Ignite.Benchmarks, PublicKey=0024000004800000940000000602000000240000525341310004000001000100a3e0c1df4cbedbd4ed0e88808401c69b69ec12575ed1c056ac9f448e018fb29af19d236b7b03563aad66c48ab2045e72971ed098d4f65d4cdd38d65abcb39b4f84c626b22ccab2754375f0e8c97dc304fa146f0eddad5cc40a71803a8f15b0b0bb0bff0d4bf0ff6a64bb1044e0d71e6e2405b83fd4c1f7b3e2cfc2e9d50823d4")] [assembly: InternalsVisibleTo("Apache.Ignite.AspNet.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100c9380ce05eb74bd7c531f72e9ea615c59d7eceb09bd9795cb3dff1fcf638fd799c2a58a9be42fff156efe1c8cdebb751e27763f6c9a7c80cdc1dc1bbf44283608ef18ccd5017fd57b2b026503637c89c2537f361807f3bdd49265f4d444716159d989342561d324b1a0961640338bb32eaf67f4ae0c95f1b210f65404b0909c6")] -#endif +#endif \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ignite/blob/00576d8a/modules/platforms/dotnet/Apache.Ignite.Linq/ICacheQueryable.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Linq/ICacheQueryable.cs b/modules/platforms/dotnet/Apache.Ignite.Linq/ICacheQueryable.cs index 684f746..ef641e2 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Linq/ICacheQueryable.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Linq/ICacheQueryable.cs @@ -1,19 +1,19 @@ -/* - * 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. - */ +/* +* 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. +*/ namespace Apache.Ignite.Linq { http://git-wip-us.apache.org/repos/asf/ignite/blob/00576d8a/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 d47bef9..a115145 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Linq/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Linq/Properties/AssemblyInfo.cs @@ -1,19 +1,19 @@ -/* - * 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. - */ +/* +* 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. +*/ using System; using System.Reflection; @@ -24,7 +24,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Apache Software Foundation")] [assembly: AssemblyProduct("Apache Ignite.NET")] -[assembly: AssemblyCopyright("Copyright © 2015")] +[assembly: AssemblyCopyright("Copyright 2016")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -37,4 +37,4 @@ using System.Runtime.InteropServices; [assembly: AssemblyFileVersion("1.8.0.14218")] [assembly: AssemblyInformationalVersion("1.8.0")] -[assembly: CLSCompliant(true)] +[assembly: CLSCompliant(true)] \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ignite/blob/00576d8a/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 82e27b1..7127e3c 100644 --- a/modules/platforms/dotnet/Apache.Ignite/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/Apache.Ignite/Properties/AssemblyInfo.cs @@ -1,19 +1,19 @@ -/* - * 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. - */ +/* +* 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. +*/ using System.Reflection; using System.Runtime.InteropServices; @@ -23,7 +23,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Apache Software Foundation")] [assembly: AssemblyProduct("Apache Ignite.NET")] -[assembly: AssemblyCopyright("Copyright © 2015")] +[assembly: AssemblyCopyright("Copyright 2016")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -33,4 +33,4 @@ using System.Runtime.InteropServices; [assembly: AssemblyVersion("1.8.0.14218")] [assembly: AssemblyFileVersion("1.8.0.14218")] -[assembly: AssemblyInformationalVersion("1.8.0")] +[assembly: AssemblyInformationalVersion("1.8.0")] \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ignite/blob/00576d8a/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 4f55039..42fcb29 100644 --- a/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Properties/AssemblyInfo.cs @@ -1,29 +1,29 @@ -/* - * 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. - */ +/* +* 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. +*/ -using System.Reflection; -using System.Runtime.InteropServices; +using System.Reflection; +using System.Runtime.InteropServices; [assembly: AssemblyTitle("Apache Ignite.NET Examples")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Apache Software Foundation")] [assembly: AssemblyProduct("Apache Ignite.NET")] -[assembly: AssemblyCopyright("Copyright © 2015")] +[assembly: AssemblyCopyright("Copyright 2016")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -33,4 +33,4 @@ [assembly: AssemblyVersion("1.8.0.14218")] [assembly: AssemblyFileVersion("1.8.0.14218")] -[assembly: AssemblyInformationalVersion("1.8.0")] +[assembly: AssemblyInformationalVersion("1.8.0")] \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ignite/blob/00576d8a/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 471e7e9..90c2974 100644 --- a/modules/platforms/dotnet/examples/Apache.Ignite.ExamplesDll/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/examples/Apache.Ignite.ExamplesDll/Properties/AssemblyInfo.cs @@ -1,29 +1,29 @@ -/* - * 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. - */ +/* +* 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. +*/ using System.Reflection; -using System.Runtime.InteropServices; +using System.Runtime.InteropServices; [assembly: AssemblyTitle("Apache Ignite.NET Examples Library")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Apache Software Foundation")] [assembly: AssemblyProduct("Apache Ignite.NET")] -[assembly: AssemblyCopyright("Copyright © 2015")] +[assembly: AssemblyCopyright("Copyright 2016")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -33,4 +33,4 @@ using System.Reflection; [assembly: AssemblyVersion("1.8.0.14218")] [assembly: AssemblyFileVersion("1.8.0.14218")] -[assembly: AssemblyInformationalVersion("1.8.0")] +[assembly: AssemblyInformationalVersion("1.8.0")] \ No newline at end of file