summaryrefslogtreecommitdiff
path: root/Directory.Build.props
diff options
context:
space:
mode:
authorTomas Matousek <tomat@microsoft.com>2019-02-20 18:07:28 -0800
committerTomas Matousek <tomat@microsoft.com>2019-02-20 18:07:28 -0800
commitd02a88dc53a24debebb51fc7af471dd95ca2c56b (patch)
treedef00b1bbcc5c6de5fb5eceeeef58100e36637d3 /Directory.Build.props
parent4eaa54bcd29217fffadc7c6d6babcc048bb14285 (diff)
downloadcoreclr-d02a88dc53a24debebb51fc7af471dd95ca2c56b.tar.gz
coreclr-d02a88dc53a24debebb51fc7af471dd95ca2c56b.tar.bz2
coreclr-d02a88dc53a24debebb51fc7af471dd95ca2c56b.zip
Set copyright and package license
Diffstat (limited to 'Directory.Build.props')
-rw-r--r--Directory.Build.props6
1 files changed, 6 insertions, 0 deletions
diff --git a/Directory.Build.props b/Directory.Build.props
index 63bb6d6c6e..5c40264f65 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -1,5 +1,11 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="Sdk.props" Sdk="Microsoft.DotNet.Arcade.Sdk" Condition="'$(ArcadeBuild)' == 'True'"/>
+
+ <PropertyGroup Condition="'$(CopyrightNetFoundation)' != ''">
+ <Copyright>$(CopyrightNetFoundation)</Copyright>
+ <PackageLicenseExpression>MIT</PackageLicenseExpression>
+ </PropertyGroup>
+
<PropertyGroup>
<CL_MPCount>$(NumberOfCores)</CL_MPCount>
</PropertyGroup>