Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Matousek <tomat@microsoft.com>2019-02-21 05:07:28 +0300
committerTomas Matousek <tomat@microsoft.com>2019-02-21 05:07:28 +0300
commit5ddd199af16be967e5de0e5b40c18b73a20776b7 (patch)
tree1db14832d7c2899e5f073e80ba84f69b8f524239 /src/coreclr/Directory.Build.props
parent81852a12516ecda8124a0cfbffe3cf01ae4d4c17 (diff)
Set copyright and package license
Commit migrated from https://github.com/dotnet/coreclr/commit/d02a88dc53a24debebb51fc7af471dd95ca2c56b
Diffstat (limited to 'src/coreclr/Directory.Build.props')
-rw-r--r--src/coreclr/Directory.Build.props6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/coreclr/Directory.Build.props b/src/coreclr/Directory.Build.props
index 63bb6d6c6e7..5c40264f65f 100644
--- a/src/coreclr/Directory.Build.props
+++ b/src/coreclr/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>