You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vo...@apache.org on 2015/08/24 14:19:35 UTC

ignite git commit: IGNITE-1286 headers

Repository: ignite
Updated Branches:
  refs/heads/ignite-1286 6475e5324 -> d6d27fba4


IGNITE-1286 headers


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/d6d27fba
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/d6d27fba
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/d6d27fba

Branch: refs/heads/ignite-1286
Commit: d6d27fba42a086ef05e6c39c8b20614aa1c21915
Parents: 6475e53
Author: ptupitsyn <pt...@gridgain.com>
Authored: Mon Aug 24 15:19:25 2015 +0300
Committer: ptupitsyn <pt...@gridgain.com>
Committed: Mon Aug 24 15:19:25 2015 +0300

----------------------------------------------------------------------
 .../dotnet/Apache.Ignite.Core/GridFactory.cs     | 19 ++++++++++++++++++-
 .../Apache.Ignite.Core.Tests/GridFactoryTest.cs  | 19 ++++++++++++++++++-
 .../Properties/AssemblyInfo.cs                   | 19 ++++++++++++++++++-
 .../Apache.Ignite.Core.Tests/TestRunner.cs       | 19 ++++++++++++++++++-
 4 files changed, 72 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/d6d27fba/modules/platform/src/main/dotnet/Apache.Ignite.Core/GridFactory.cs
----------------------------------------------------------------------
diff --git a/modules/platform/src/main/dotnet/Apache.Ignite.Core/GridFactory.cs b/modules/platform/src/main/dotnet/Apache.Ignite.Core/GridFactory.cs
index dd85747..20fdb69 100644
--- a/modules/platform/src/main/dotnet/Apache.Ignite.Core/GridFactory.cs
+++ b/modules/platform/src/main/dotnet/Apache.Ignite.Core/GridFactory.cs
@@ -1,4 +1,21 @@
-namespace Apache.Ignite.Core
+/*
+ * 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
 {
     public class GridFactory
     {

http://git-wip-us.apache.org/repos/asf/ignite/blob/d6d27fba/modules/platform/src/test/dotnet/Apache.Ignite.Core.Tests/GridFactoryTest.cs
----------------------------------------------------------------------
diff --git a/modules/platform/src/test/dotnet/Apache.Ignite.Core.Tests/GridFactoryTest.cs b/modules/platform/src/test/dotnet/Apache.Ignite.Core.Tests/GridFactoryTest.cs
index ab935fd..3188deb 100644
--- a/modules/platform/src/test/dotnet/Apache.Ignite.Core.Tests/GridFactoryTest.cs
+++ b/modules/platform/src/test/dotnet/Apache.Ignite.Core.Tests/GridFactoryTest.cs
@@ -1,4 +1,21 @@
-namespace Apache.Ignite.Core.Tests
+/*
+ * 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
 {
     using NUnit.Framework;
 

http://git-wip-us.apache.org/repos/asf/ignite/blob/d6d27fba/modules/platform/src/test/dotnet/Apache.Ignite.Core.Tests/Properties/AssemblyInfo.cs
----------------------------------------------------------------------
diff --git a/modules/platform/src/test/dotnet/Apache.Ignite.Core.Tests/Properties/AssemblyInfo.cs b/modules/platform/src/test/dotnet/Apache.Ignite.Core.Tests/Properties/AssemblyInfo.cs
index 85009ad..d8073ac 100644
--- a/modules/platform/src/test/dotnet/Apache.Ignite.Core.Tests/Properties/AssemblyInfo.cs
+++ b/modules/platform/src/test/dotnet/Apache.Ignite.Core.Tests/Properties/AssemblyInfo.cs
@@ -1,4 +1,21 @@
-using System.Reflection;
+/*
+ * 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;
 
 // General Information about an assembly is controlled through the following 

http://git-wip-us.apache.org/repos/asf/ignite/blob/d6d27fba/modules/platform/src/test/dotnet/Apache.Ignite.Core.Tests/TestRunner.cs
----------------------------------------------------------------------
diff --git a/modules/platform/src/test/dotnet/Apache.Ignite.Core.Tests/TestRunner.cs b/modules/platform/src/test/dotnet/Apache.Ignite.Core.Tests/TestRunner.cs
index 15bb4da..27b70db 100644
--- a/modules/platform/src/test/dotnet/Apache.Ignite.Core.Tests/TestRunner.cs
+++ b/modules/platform/src/test/dotnet/Apache.Ignite.Core.Tests/TestRunner.cs
@@ -1,4 +1,21 @@
-namespace Apache.Ignite.Core.Tests
+/*
+ * 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
 {
     using System;
     using System.Diagnostics;