Repository: ignite Updated Branches: refs/heads/master d5f6e50ed -> 1ad9b9c4a
IGNITE-7282 Add missing license header Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/1ad9b9c4 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/1ad9b9c4 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/1ad9b9c4 Branch: refs/heads/master Commit: 1ad9b9c4a42c04f233744094d500782915d1cba9 Parents: d5f6e50 Author: Pavel Tupitsyn <ptupit...@apache.org> Authored: Fri Sep 28 13:47:35 2018 +0300 Committer: Pavel Tupitsyn <ptupit...@apache.org> Committed: Fri Sep 28 13:47:35 2018 +0300 ---------------------------------------------------------------------- .../Client/EndpointTest.cs | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/1ad9b9c4/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Client/EndpointTest.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Client/EndpointTest.cs b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Client/EndpointTest.cs index 05366ed..7b2e755 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Client/EndpointTest.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Client/EndpointTest.cs @@ -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. + */ + namespace Apache.Ignite.Core.Tests.Client { using System.Linq;