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:
authorStephen Toub <stoub@microsoft.com>2020-07-09 18:32:01 +0300
committerGitHub <noreply@github.com>2020-07-09 18:32:01 +0300
commit117c9d6e853b722d3d1e8ae1ccdf9163d37b7adc (patch)
tree1a00c7ac130479c15615c817ab60ca69a9e45fb5 /eng/DiaSymReaderNative.targets
parentdd41055fbe719a6e76c07077903cdd5cc5a70525 (diff)
Fix a few more license headers (#38973)
* Fix a few more license headers I missed a few directories outside of src. * Update Directory.Build.props
Diffstat (limited to 'eng/DiaSymReaderNative.targets')
-rw-r--r--eng/DiaSymReaderNative.targets4
1 files changed, 2 insertions, 2 deletions
diff --git a/eng/DiaSymReaderNative.targets b/eng/DiaSymReaderNative.targets
index 5836a781dfa..caa482f4b6e 100644
--- a/eng/DiaSymReaderNative.targets
+++ b/eng/DiaSymReaderNative.targets
@@ -1,4 +1,4 @@
-<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
+<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. -->
<Project>
<PropertyGroup>
@@ -32,4 +32,4 @@
<PackageReference Include="Microsoft.DiaSymReader.Native" Version="$(MicrosoftDiaSymReaderNativeVersion)" ExcludeAssets="all"/>
</ItemGroup>
-</Project> \ No newline at end of file
+</Project>