.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/e00d5317 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/e00d5317 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/e00d5317 Branch: refs/heads/master Commit: e00d53173e7e217f4e94388fda34ebd813c4e7c3 Parents: b1b8703 Author: Pavel Tupitsyn <[email protected]> Authored: Mon Oct 31 18:37:49 2016 +0300 Committer: Pavel Tupitsyn <[email protected]> Committed: Mon Oct 31 18:37:49 2016 +0300 ---------------------------------------------------------------------- .../dotnet/Apache.Ignite.NLog/packages.config | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/e00d5317/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 @@ <?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
