You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by pt...@apache.org on 2016/11/14 09:26:22 UTC

[10/33] ignite git commit: .NET: Fix license header

.NET: Fix license header


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

Branch: refs/heads/master
Commit: 260f9b2d01b16a98fcb7bc721573b95a72adade2
Parents: 8add10e
Author: Pavel Tupitsyn <pt...@apache.org>
Authored: Mon Oct 31 18:37:49 2016 +0300
Committer: Pavel Tupitsyn <pt...@apache.org>
Committed: Mon Oct 31 18:41:51 2016 +0300

----------------------------------------------------------------------
 .../dotnet/Apache.Ignite.NLog/packages.config       | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/260f9b2d/modules/platforms/dotnet/Apache.Ignite.NLog/packages.config
----------------------------------------------------------------------
diff --git a/modules/platforms/dotnet/Apache.Ignite.NLog/packages.config b/modules/platforms/dotnet/Apache.Ignite.NLog/packages.config
index 50aeb52..15659a4 100644
--- a/modules/platforms/dotnet/Apache.Ignite.NLog/packages.config
+++ b/modules/platforms/dotnet/Apache.Ignite.NLog/packages.config
@@ -1,4 +1,20 @@
 \ufeff<?xml version="1.0" encoding="utf-8"?>
+<!--
+  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.
+-->
 <packages>
   <package id="NLog" version="4.3.7" targetFramework="net40" />
 </packages>
\ No newline at end of file