Skip to content

Commit 117c9d6

Browse files
authored
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
1 parent dd41055 commit 117c9d6

File tree

85 files changed

+12
-94
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+12
-94
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion

docs/design/features/Linux-Hugepage-Crossgen2.md

Lines changed: 1 addition & 2 deletions

docs/workflow/testing/coreclr/test-configuration.md

Lines changed: 0 additions & 1 deletion

eng/DiaSymReaderNative.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- 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. -->
1+
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. -->
22
<Project>
33

44
<PropertyGroup>
@@ -32,4 +32,4 @@
3232

3333
<PackageReference Include="Microsoft.DiaSymReader.Native" Version="$(MicrosoftDiaSymReaderNativeVersion)" ExcludeAssets="all"/>
3434
</ItemGroup>
35-
</Project>
35+
</Project>

eng/LicenseHeader.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43
// ------------------------------------------------------------------------------
54
// Changes to this file must follow the https://aka.ms/api-review process.
65
// ------------------------------------------------------------------------------

eng/depProj.common.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- 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. -->
1+
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. -->
22
<Project>
33
<Import Condition="'$(IsCrossTargetingBuild)' != 'true'" Project="depProj.targets" />
44
<Import Condition="'$(IsCrossTargetingBuild)' == 'true'" Project="$(MSBuildExtensionsPath)\Microsoft.Common.CrossTargeting.targets" />

eng/depProj.targets

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ which is imported by this file.
1212
1313
Licensed to the .NET Foundation under one or more agreements.
1414
The .NET Foundation licenses this file to you under the MIT license.
15-
See the LICENSE file in the project root for more information.
1615
***********************************************************************************************
1716
-->
1817
<Project InitialTargets="RemoveImplicitPackageReferences">

tools-local/dotnet-deb-tool/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
using System;
65
using System.Diagnostics;

tools-local/dotnet-deb-tool/tool/package_tool

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#
33
# Licensed to the .NET Foundation under one or more agreements.
44
# The .NET Foundation licenses this file to you under the MIT license.
5-
# See the LICENSE file in the project root for more information.
65
#
76
set -e
87

tools-local/dotnet-deb-tool/tool/scripts/config_template_generator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#
33
# Licensed to the .NET Foundation under one or more agreements.
44
# The .NET Foundation licenses this file to you under the MIT license.
5-
# See the LICENSE file in the project root for more information.
65
#
76

87
# Parses debian_config.json and generates appropriate templates

0 commit comments

Comments
 (0)