Add License for NuGet.BuildTasks
authorWonYoung Choi <wy80.choi@samsung.com>
Thu, 6 Oct 2016 11:16:56 +0000 (20:16 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Thu, 6 Oct 2016 11:19:58 +0000 (20:19 +0900)
Change-Id: Ib9df8659d24ea7b48b403f64670281f4af532cfe

LICENSE.NuGet.BuildTasks [new file with mode: 0644]
packaging/dotnet-build-tools.spec

diff --git a/LICENSE.NuGet.BuildTasks b/LICENSE.NuGet.BuildTasks
new file mode 100644 (file)
index 0000000..6bfd8f9
--- /dev/null
@@ -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.
index 2c7b5fb..e0e3316 100644 (file)
@@ -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}/*