Fix a few more license headers (#38973)
authorStephen Toub <stoub@microsoft.com>
Thu, 9 Jul 2020 15:32:01 +0000 (11:32 -0400)
committerGitHub <noreply@github.com>
Thu, 9 Jul 2020 15:32:01 +0000 (11:32 -0400)
* Fix a few more license headers

I missed a few directories outside of src.

* Update Directory.Build.props

85 files changed:
CONTRIBUTING.md
docs/design/features/Linux-Hugepage-Crossgen2.md
docs/workflow/testing/coreclr/test-configuration.md
eng/DiaSymReaderNative.targets
eng/LicenseHeader.txt
eng/depProj.common.targets
eng/depProj.targets
tools-local/dotnet-deb-tool/Program.cs
tools-local/dotnet-deb-tool/tool/package_tool
tools-local/dotnet-deb-tool/tool/scripts/config_template_generator.py
tools-local/dotnet-deb-tool/tool/scripts/debian_build_lib.sh
tools-local/dotnet-deb-tool/tool/scripts/extract_json_value.py
tools-local/dotnet-deb-tool/tool/scripts/manpage_generator.py
tools-local/dotnet-deb-tool/tool/setup/build_setup.sh
tools-local/dotnet-deb-tool/tool/setup/test_setup.sh
tools-local/dotnet-deb-tool/tool/templates/debian/control
tools-local/dotnet-deb-tool/tool/templates/debian/copyright
tools-local/dotnet-deb-tool/tool/templates/debian/rules
tools-local/dotnet-deb-tool/tool/test.sh
tools-local/dotnet-deb-tool/tool/test/integration_tests/test_package.bats
tools-local/dotnet-deb-tool/tool/test/test_assets/test_package_layout/package_root/path_relative_to_package_root/test_exe.sh
tools-local/dotnet-deb-tool/tool/test/test_assets/test_package_layout/package_root/test_called.sh
tools-local/dotnet-deb-tool/tool/test/test_assets/test_package_layout/samples/testsample.cs
tools-local/dotnet-deb-tool/tool/test/unit_tests/test_debian_build_lib.bats
tools-local/dotnet-deb-tool/tool/test/unit_tests/test_scripts.bats
tools-local/scripts/common/_common.ps1
tools-local/scripts/common/_common.sh
tools-local/scripts/common/_prettyprint.sh
tools-local/scripts/common/_utility.ps1
tools-local/scripts/dev/master-build-deb-rpm-docker.sh
tools-local/scripts/dev/release-2.1-build-deb-rpm-docker.sh
tools-local/scripts/docker-as-current-user.sh
tools-local/scripts/docker/centos.7/Dockerfile
tools-local/scripts/docker/debian.8/Dockerfile
tools-local/scripts/docker/opensuse.42.1/Dockerfile
tools-local/scripts/docker/ubuntu.14.04/Dockerfile
tools-local/scripts/docker/ubuntu.16.04/Dockerfile
tools-local/scripts/docker/ubuntu.16.10/Dockerfile
tools-local/scripts/dockerbuild.sh
tools-local/scripts/dockerrun-as-current-user.sh
tools-local/scripts/dockerrun.sh
tools-local/scripts/publish/repoapi_client.sh
tools-local/tasks/installer.tasks/BuildFPMToolPreReqs.cs
tools-local/tasks/installer.tasks/BuildTask.cs
tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/AzureBlobLease.cs
tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/AzureConnectionStringBuildTask.cs
tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/AzureHelper.cs
tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/CopyAzureBlobToBlob.cs
tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/DeleteAzureBlob.cs
tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/DownloadFromAzure.cs
tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/ListAzureBlobs.cs
tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/PublishStringToAzureBlob.cs
tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/UploadClient.cs
tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/UploadToAzure.cs
tools-local/tasks/installer.tasks/BuildTools.Publish/Tasks/GenerateChecksums.cs
tools-local/tasks/installer.tasks/ChangeEntryPointLibraryName.cs
tools-local/tasks/installer.tasks/FileUtilities.cs
tools-local/tasks/installer.tasks/FinalizeBuild.cs
tools-local/tasks/installer.tasks/GenerateCurrentVersion.cs
tools-local/tasks/installer.tasks/GenerateFileVersionProps.cs
tools-local/tasks/installer.tasks/GenerateGuidFromName.cs
tools-local/tasks/installer.tasks/GenerateMsiVersion.cs
tools-local/tasks/installer.tasks/GenerateRunScript.cs
tools-local/tasks/installer.tasks/GenerateTestSharedFrameworkDepsFile.cs
tools-local/tasks/installer.tasks/RegenerateReadmeTable.cs
tools-local/tasks/installer.tasks/ReplaceFileContents.cs
tools-local/tasks/installer.tasks/ValidateBinInspectResults.cs
tools-local/tasks/installer.tasks/ZipFileCreateFromDirectory.cs
tools-local/tasks/installer.tasks/net46/ProcessSharedFrameworkDeps.net46.cs
tools-local/tasks/mobile.tasks/AndroidAppBuilder/AndroidAppBuilder.cs
tools-local/tasks/mobile.tasks/AndroidAppBuilder/Templates/MainActivity.java
tools-local/tasks/mobile.tasks/AndroidAppBuilder/Templates/MonoRunner.java
tools-local/tasks/mobile.tasks/AndroidAppBuilder/Templates/monodroid.c
tools-local/tasks/mobile.tasks/AndroidAppBuilder/Utils.cs
tools-local/tasks/mobile.tasks/AotCompilerTask/MonoAOTCompiler.cs
tools-local/tasks/mobile.tasks/AotCompilerTask/Utils.cs
tools-local/tasks/mobile.tasks/AppleAppBuilder/AppleAppBuilder.cs
tools-local/tasks/mobile.tasks/AppleAppBuilder/Templates/main-console.m
tools-local/tasks/mobile.tasks/AppleAppBuilder/Templates/main-simple.m
tools-local/tasks/mobile.tasks/AppleAppBuilder/Templates/runtime.h
tools-local/tasks/mobile.tasks/AppleAppBuilder/Templates/runtime.m
tools-local/tasks/mobile.tasks/AppleAppBuilder/Utils.cs
tools-local/tasks/mobile.tasks/AppleAppBuilder/Xcode.cs
tools-local/tasks/mobile.tasks/WasmAppBuilder/PInvokeTableGenerator.cs
tools-local/tasks/mobile.tasks/WasmAppBuilder/WasmAppBuilder.cs

index 065a190..9bf8287 100644 (file)
@@ -109,7 +109,6 @@ The following file header is the used for .NET Core. Please use it for new files
 ```
 // 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.
 ```
 
 - See [class.cpp](./src/coreclr/src/vm/class.cpp) for an example of the header in a C++ file.
index 28f219b..dcc3777 100644 (file)
@@ -28,7 +28,6 @@ Appendix A - Source for a simple copy into hugetlbfs program.
 ```
 // 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.
 
 #include <stdlib.h>
 #include <stdio.h>
@@ -99,4 +98,4 @@ int main(int argc, char** argv)
     close(fdDest);
     return 0;
 }
-```
\ No newline at end of file
+```
index 627fac2..51a56ab 100644 (file)
@@ -35,7 +35,6 @@ Test cases are categorized by priority level. The most important subset should b
     ```
         // 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.
     ```
 * The managed portion of all tests should be able to build on any platform.
 In fact in CI the managed portion of all tests will be built on OSX.
index 5836a78..caa482f 100644 (file)
@@ -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>
index 94ec97d..8369fa2 100644 (file)
@@ -1,6 +1,5 @@
 // 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.
 // ------------------------------------------------------------------------------
 // Changes to this file must follow the https://aka.ms/api-review process.
 // ------------------------------------------------------------------------------
index 5fe0cd3..b6d7360 100644 (file)
@@ -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>
   <Import Condition="'$(IsCrossTargetingBuild)' != 'true'" Project="depProj.targets" />
   <Import Condition="'$(IsCrossTargetingBuild)' == 'true'" Project="$(MSBuildExtensionsPath)\Microsoft.Common.CrossTargeting.targets" />
index f132155..7cb63b0 100644 (file)
@@ -12,7 +12,6 @@ which is imported by this file.
 
 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.
 ***********************************************************************************************
 -->
 <Project InitialTargets="RemoveImplicitPackageReferences">
index fe45191..c344414 100644 (file)
@@ -1,6 +1,5 @@
 // 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.
 
 using System;
 using System.Diagnostics;
index 94994c7..8d3e205 100644 (file)
@@ -2,7 +2,6 @@
 #
 # 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.
 #
 set -e
 
index 6b8b21c..4811634 100644 (file)
@@ -2,7 +2,6 @@
 #
 # 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.
 #
 
 # Parses debian_config.json and generates appropriate templates
index 18d3888..1520ffa 100644 (file)
@@ -1,7 +1,6 @@
 #
 # 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.
 #
 
 # This file is not intended to be executed directly
index 74f26a6..27b98c1 100644 (file)
@@ -2,7 +2,6 @@
 #
 # 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.
 #
 
 # Extract Json Value
index c62e680..dc20bb6 100644 (file)
@@ -2,7 +2,6 @@
 #
 # 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.
 #
 
 # manpage_generator
index 12c223a..a77cc19 100644 (file)
@@ -1,7 +1,6 @@
 #
 # 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.
 #
 
 install_dependencies(){
@@ -18,4 +17,4 @@ setup(){
     install_dependencies
 }
 
-setup
\ No newline at end of file
+setup
index a7cdd95..287db6c 100644 (file)
@@ -1,7 +1,6 @@
 #
 # 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.
 #
 
 install_dependencies(){
@@ -25,4 +24,4 @@ setup(){
     install_bats
 }
 
-setup
\ No newline at end of file
+setup
index 114d849..9497e6c 100644 (file)
@@ -1,7 +1,6 @@
 #
 # 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.
 #
 
 Source: {PACKAGE_NAME}
index d700a3c..3e916a1 100644 (file)
@@ -1,4 +1,4 @@
-Comment: 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.
+Comment: Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license.
 
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 
@@ -7,4 +7,4 @@ Copyright: {COPYRIGHT_TEXT}
 License: {LICENSE_NAME}
 
 License: {LICENSE_NAME}
- {LICENSE_TEXT}
\ No newline at end of file
+ {LICENSE_TEXT}
index b5cbfb2..6a4e98d 100644 (file)
@@ -2,7 +2,6 @@
 #
 # 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.
 #
 
 {overrides}
index b8baa28..23085cf 100644 (file)
@@ -1,7 +1,6 @@
 #
 # 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.
 #
 
 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
index fdd49cd..b0a3b41 100644 (file)
@@ -2,7 +2,6 @@
 #
 # 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.
 #
 # This script is used to test the debian package after it's creation.
 # The package tool will drop it next to the .deb file it creates.
index 1cd7695..5e08819 100644 (file)
@@ -2,7 +2,6 @@
 #
 # 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.
 #
 
 # Resolve symlinks until we have the parent dir of the actual file
index 72417d5..75f0c67 100644 (file)
@@ -2,7 +2,6 @@
 #
 # 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.
 #
 
 echo "script called"
index a211ef9..0b612c9 100644 (file)
@@ -1,6 +1,5 @@
 // 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.
 
 using System;
 
@@ -10,4 +9,4 @@ public class Program {
         System.Console.WriteLine("Hello World");
     }
 
-}
\ No newline at end of file
+}
index a399caa..598e957 100644 (file)
@@ -2,7 +2,6 @@
 #
 # 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.
 #
 
 # Tests for debian_build_lib.sh
index 9778271..dc2ff28 100644 (file)
@@ -2,7 +2,6 @@
 #
 # 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.
 #
 
 # Tests for debian_build_lib.sh
@@ -26,4 +25,4 @@ setup(){
 
     # Cleanup
     rm $PACKAGIFY_DIR/test/test_assets/tool1.1
-}
\ No newline at end of file
+}
index b62463d..8d975e7 100644 (file)
@@ -1,7 +1,6 @@
 #
 # 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.
 #
 
 . $PSScriptRoot\_utility.ps1
index 65a3cca..8355f40 100644 (file)
@@ -1,7 +1,6 @@
 #
 # 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.
 #
 
 COMMONSOURCE="${BASH_SOURCE[0]}"
index 3742cee..5049aed 100644 (file)
@@ -2,7 +2,6 @@
 #
 # 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.
 #
 
 # Detect build servers
@@ -61,4 +60,4 @@ die()
     local text=$1
     error "$text"
     exit 1
-}
\ No newline at end of file
+}
index 51ce846..13be0ab 100644 (file)
@@ -1,7 +1,6 @@
 #
 # 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.
 #
 
 function header([string]$message)
index feb9747..9a48b3b 100755 (executable)
@@ -2,7 +2,6 @@
 #
 # 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.
 
 # WARNING: This utility is not used by infra and very likely to be out of date.
 
index cb803a3..32fb3fa 100755 (executable)
@@ -2,7 +2,6 @@
 #
 # 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.
 
 # WARNING: This utility is not used by infra and very likely to be out of date.
 
index bcbcd24..764a262 100755 (executable)
@@ -2,7 +2,6 @@
 #
 # 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.
 #
 
 set -e
@@ -10,4 +9,4 @@ set -e
 command="$1"
 shift
 echo "docker $command -u=$(id -u):$(id -g) $@" 
-docker "$command" -u="$(id -u):$(id -g)" "$@"
\ No newline at end of file
+docker "$command" -u="$(id -u):$(id -g)" "$@"
index 6a80388..464337f 100644 (file)
@@ -1,7 +1,6 @@
 #
 # 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.
 #
 
 # Dockerfile that creates a container suitable to build dotnet-cli
index c559cd0..444baf3 100644 (file)
@@ -1,7 +1,6 @@
 #
 # 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.
 #
 
 # Dockerfile that creates a container suitable to build dotnet-cli
index 506bc08..1a7d845 100644 (file)
@@ -1,7 +1,6 @@
 #
 # 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.
 #
 
 FROM opensuse:42.1
index e1eb409..2f00958 100644 (file)
@@ -1,7 +1,6 @@
 #
 # 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.
 #
 
 # Dockerfile that creates a container suitable to build dotnet-cli
index a7044f5..9f89863 100644 (file)
@@ -1,7 +1,6 @@
 #
 # 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.
 #
 
 # Dockerfile that creates a container suitable to build dotnet-cli
index 3e30701..98065c5 100644 (file)
@@ -1,7 +1,6 @@
 #
 # 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.
 #
 
 # Dockerfile that creates a container suitable to build dotnet-cli
index 4ac1dcd..91ceff1 100644 (file)
@@ -2,7 +2,6 @@
 #
 # 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.
 #
 
 set -e
index 23cddb0..e05c314 100755 (executable)
@@ -2,7 +2,6 @@
 #
 # 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.
 #
 
 set -e
index ebcc541..db42e90 100644 (file)
@@ -2,7 +2,6 @@
 #
 # 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.
 #
 
 set -e
index f44f69f..279bdbf 100755 (executable)
@@ -2,7 +2,6 @@
 #
 # 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.
 #
 
 # This is a VERY basic script for Create/Delete operations on repos and packages
index 6ea7b65..d88f1ef 100644 (file)
@@ -1,6 +1,5 @@
 // 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.
 
 using Microsoft.Build.Framework;
 using Newtonsoft.Json;
index 979a99e..e0190b9 100644 (file)
@@ -1,6 +1,5 @@
 // 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.
 
 using Microsoft.Build.Framework;
 using Microsoft.Build.Utilities;
index d604988..7a84c40 100644 (file)
@@ -1,6 +1,5 @@
 // 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.
 
 using Microsoft.Build.Framework;
 using System;
index d309f92..82faa5a 100644 (file)
@@ -1,6 +1,5 @@
 // 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.
 
 using Microsoft.Build.Utilities;
 using System.Text.RegularExpressions;
index 6b9e852..5e35ad6 100644 (file)
@@ -1,6 +1,5 @@
 // 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.
 
 using Microsoft.Build.Framework;
 using Microsoft.Build.Utilities;
index 2227bfc..8001de8 100644 (file)
@@ -1,6 +1,5 @@
 // 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.
 
 using Microsoft.Build.Framework;
 using System;
index 4d8efa0..9268222 100644 (file)
@@ -1,6 +1,5 @@
 // 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.
 
 using Microsoft.Build.Framework;
 using System;
index 313d483..6fb1d67 100644 (file)
@@ -1,6 +1,5 @@
 // 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.
 
 using Microsoft.Build.Framework;
 using System;
index 189229e..fb68d7b 100644 (file)
@@ -1,6 +1,5 @@
 // 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.
 
 using Microsoft.Build.Framework;
 using Microsoft.Build.Utilities;
index 873d93c..7929381 100644 (file)
@@ -1,6 +1,5 @@
 // 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.
 
 using Microsoft.Build.Framework;
 using System;
index ce31e8d..fdbc307 100644 (file)
@@ -1,6 +1,5 @@
 // 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.
 
 using Microsoft.Build.Framework;
 using Microsoft.Build.Utilities;
index f815dda..4befc1e 100644 (file)
@@ -1,6 +1,5 @@
 // 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.
 
 using Microsoft.Build.Framework;
 using System;
index e662bb0..f9e0641 100644 (file)
@@ -1,6 +1,5 @@
 // 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.
 
 using Microsoft.Build.Framework;
 using System;
index dce1f22..490b0e9 100644 (file)
@@ -1,6 +1,5 @@
 // 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.
 
 using Microsoft.Build.Framework;
 using Newtonsoft.Json;
index 40691ae..ba8aa56 100644 (file)
@@ -1,6 +1,5 @@
 // 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.
 
 using System;
 using System.Collections.Generic;
index 3bbca33..ee1fe8f 100644 (file)
@@ -1,6 +1,5 @@
 // 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.
 
 using Microsoft.Build.Framework;
 using Microsoft.DotNet.Build.CloudTestTasks;
index c74cb19..870436b 100644 (file)
@@ -1,6 +1,5 @@
 // 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.
 
 using Microsoft.Build.Framework;
 using System;
index 9ded179..6100e27 100644 (file)
@@ -1,6 +1,5 @@
 // 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.
 
 using Microsoft.Build.Construction;
 using Microsoft.Build.Framework;
index be7d1ae..fa0860a 100644 (file)
@@ -1,6 +1,5 @@
 // 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.
 
 using Microsoft.Build.Framework;
 using System;
index 454ecbf..82cfe84 100644 (file)
@@ -1,6 +1,5 @@
 // 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.
 
 using Microsoft.Build.Framework;
 
index 0dd2408..a262976 100644 (file)
@@ -1,6 +1,5 @@
 // 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.
 
 using Microsoft.Build.Framework;
 using Microsoft.Build.Utilities;
index 0048a46..7785a23 100644 (file)
@@ -1,6 +1,5 @@
 // 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.
 
 using Microsoft.Build.Framework;
 using System;
index 57664a2..0c0da24 100644 (file)
@@ -1,6 +1,5 @@
 // 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.
 
 using Microsoft.Build.Framework;
 using System;
index 53aa631..8c30c6a 100644 (file)
@@ -1,6 +1,5 @@
 // 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.
 
 using Microsoft.Build.Framework;
 using Microsoft.Build.Utilities;
index 2d5b7aa..928861e 100644 (file)
@@ -1,6 +1,5 @@
 // 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.
 
 using Microsoft.Build.Framework;
 using Microsoft.Build.Utilities;
index 3b2cbf6..e187008 100644 (file)
@@ -1,6 +1,5 @@
 // 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.
 
 using Microsoft.Build.Framework;
 using Microsoft.Build.Utilities;
index 475a212..d514bd1 100644 (file)
@@ -1,6 +1,5 @@
 // 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.
 
 using System;
 using System.Reflection;
index baaa1c7..b4d0dc7 100644 (file)
@@ -1,6 +1,5 @@
 // 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.
 
 using System;
 using System.IO;
index 2d9114f..e864edc 100644 (file)
@@ -1,6 +1,5 @@
 // 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.
 
 package net.dot;
 
index 5fba2af..3317fdf 100644 (file)
@@ -1,6 +1,5 @@
 // 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.
 
 package net.dot;
 
index 871708c..69ea7d0 100644 (file)
@@ -1,6 +1,5 @@
 // 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.
 
 #include <mono/utils/mono-publib.h>
 #include <mono/utils/mono-logger.h>
index bc23f92..159b457 100644 (file)
@@ -1,6 +1,5 @@
 // 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.
 
 using System;
 using System.Collections.Generic;
index 8f8643a..d3c5250 100644 (file)
@@ -1,6 +1,5 @@
 // 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.
 
 using System;
 using System.Collections.Generic;
index ac649c9..49d77dc 100644 (file)
@@ -1,6 +1,5 @@
 // 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.
 
 using System;
 using System.Collections.Generic;
index 39ba74d..fbe28c2 100644 (file)
@@ -1,6 +1,5 @@
 // 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.
 
 using System;
 using System.Collections.Generic;
index 847d578..20b9f87 100644 (file)
@@ -1,6 +1,5 @@
 // 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.
 
 #import <UIKit/UIKit.h>
 #import "runtime.h"
index d68fa3b..e05868f 100644 (file)
@@ -1,6 +1,5 @@
 // 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.
 
 #import <UIKit/UIKit.h>
 #import "runtime.h"
index bbfca32..08fa626 100644 (file)
@@ -1,6 +1,5 @@
 // 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.
 
 #ifndef runtime_h
 #define runtime_h
index 45b2773..02c0070 100644 (file)
@@ -1,6 +1,5 @@
 // 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.
 
 #import <Foundation/Foundation.h>
 #include <mono/utils/mono-publib.h>
index 41d16cb..e9773a3 100644 (file)
@@ -1,6 +1,5 @@
 // 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.
 
 using System;
 using System.Collections.Generic;
index 76ec75c..990b5d9 100644 (file)
@@ -1,6 +1,5 @@
 // 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.
 
 using System;
 using System.Collections.Generic;
index 4f09358..14b66c4 100644 (file)
@@ -1,7 +1,6 @@
 // -*- indent-tabs-mode: nil -*-
 // 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.
 
 using System;
 using System.Collections.Generic;
index 0e38c7a..0b05c55 100644 (file)
@@ -1,7 +1,6 @@
 // -*- indent-tabs-mode: nil -*-
 // 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.
 
 using System;
 using System.Collections.Generic;