From b01fe01fb0ccd2eb989f18d8021a0180956702c0 Mon Sep 17 00:00:00 2001 From: WonYoung Choi Date: Thu, 6 Oct 2016 20:16:56 +0900 Subject: [PATCH] Add License for NuGet.BuildTasks Change-Id: Ib9df8659d24ea7b48b403f64670281f4af532cfe --- LICENSE.NuGet.BuildTasks | 14 ++++++++++++++ packaging/dotnet-build-tools.spec | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 LICENSE.NuGet.BuildTasks diff --git a/LICENSE.NuGet.BuildTasks b/LICENSE.NuGet.BuildTasks new file mode 100644 index 0000000..6bfd8f9 --- /dev/null +++ b/LICENSE.NuGet.BuildTasks @@ -0,0 +1,14 @@ +NuGet.BuildTasks + +Copyright (c) .NET Foundation. All rights reserved. + +Licensed under the Apache License, Version 2.0 (the "License"); you may not use +these files 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. diff --git a/packaging/dotnet-build-tools.spec b/packaging/dotnet-build-tools.spec index 2c7b5fb..e0e3316 100644 --- a/packaging/dotnet-build-tools.spec +++ b/packaging/dotnet-build-tools.spec @@ -45,7 +45,7 @@ mkdir -p %{buildroot}/nuget install -p -m 644 LocalPackages/*.nupkg %{buildroot}/nuget %files -%license LICENSE.Mono.Cecil LICENSE.DOTNET +%license LICENSE.Mono.Cecil LICENSE.DOTNET LICENSE.NuGet.BuildTasks %{_bindir}/* %{NuGetDir}/* %{XBuildDir}/* -- 2.7.4