From: WonYoung Choi Date: Thu, 6 Oct 2016 11:16:56 +0000 (+0900) Subject: Add License for NuGet.BuildTasks X-Git-Tag: accepted/tizen/mobile/20161214.052222~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b01fe01fb0ccd2eb989f18d8021a0180956702c0;p=platform%2Fcore%2Fdotnet%2Fbuild-tools.git Add License for NuGet.BuildTasks Change-Id: Ib9df8659d24ea7b48b403f64670281f4af532cfe --- 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}/*