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
This commit is contained in:
Stephen Toub 2020-07-09 11:32:01 -04:00 committed by GitHub
parent dd41055fbe
commit 117c9d6e85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
85 changed files with 12 additions and 94 deletions

View 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. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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. - See [class.cpp](./src/coreclr/src/vm/class.cpp) for an example of the header in a C++ file.

View 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. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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 <stdlib.h>
#include <stdio.h> #include <stdio.h>
@ -99,4 +98,4 @@ int main(int argc, char** argv)
close(fdDest); close(fdDest);
return 0; return 0;
} }
``` ```

View 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. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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. * 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. In fact in CI the managed portion of all tests will be built on OSX.

View 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> <Project>
<PropertyGroup> <PropertyGroup>
@ -32,4 +32,4 @@
<PackageReference Include="Microsoft.DiaSymReader.Native" Version="$(MicrosoftDiaSymReaderNativeVersion)" ExcludeAssets="all"/> <PackageReference Include="Microsoft.DiaSymReader.Native" Version="$(MicrosoftDiaSymReaderNativeVersion)" ExcludeAssets="all"/>
</ItemGroup> </ItemGroup>
</Project> </Project>

View File

@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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. // Changes to this file must follow the https://aka.ms/api-review process.
// ------------------------------------------------------------------------------ // ------------------------------------------------------------------------------

View 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> <Project>
<Import Condition="'$(IsCrossTargetingBuild)' != 'true'" Project="depProj.targets" /> <Import Condition="'$(IsCrossTargetingBuild)' != 'true'" Project="depProj.targets" />
<Import Condition="'$(IsCrossTargetingBuild)' == 'true'" Project="$(MSBuildExtensionsPath)\Microsoft.Common.CrossTargeting.targets" /> <Import Condition="'$(IsCrossTargetingBuild)' == 'true'" Project="$(MSBuildExtensionsPath)\Microsoft.Common.CrossTargeting.targets" />

View File

@ -12,7 +12,6 @@ which is imported by this file.
Licensed to the .NET Foundation under one or more agreements. Licensed to the .NET Foundation under one or more agreements.
The .NET Foundation licenses this file to you under the MIT license. 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"> <Project InitialTargets="RemoveImplicitPackageReferences">

View File

@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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;
using System.Diagnostics; using System.Diagnostics;

View File

@ -2,7 +2,6 @@
# #
# Licensed to the .NET Foundation under one or more agreements. # Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license. # 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 set -e

View File

@ -2,7 +2,6 @@
# #
# Licensed to the .NET Foundation under one or more agreements. # Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license. # 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 # Parses debian_config.json and generates appropriate templates

View File

@ -1,7 +1,6 @@
# #
# Licensed to the .NET Foundation under one or more agreements. # Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license. # 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 # This file is not intended to be executed directly

View File

@ -2,7 +2,6 @@
# #
# Licensed to the .NET Foundation under one or more agreements. # Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license. # 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 # Extract Json Value

View File

@ -2,7 +2,6 @@
# #
# Licensed to the .NET Foundation under one or more agreements. # Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license. # 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 # manpage_generator

View File

@ -1,7 +1,6 @@
# #
# Licensed to the .NET Foundation under one or more agreements. # Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license. # 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(){ install_dependencies(){
@ -18,4 +17,4 @@ setup(){
install_dependencies install_dependencies
} }
setup setup

View File

@ -1,7 +1,6 @@
# #
# Licensed to the .NET Foundation under one or more agreements. # Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license. # 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(){ install_dependencies(){
@ -25,4 +24,4 @@ setup(){
install_bats install_bats
} }
setup setup

View File

@ -1,7 +1,6 @@
# #
# Licensed to the .NET Foundation under one or more agreements. # Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license. # 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} Source: {PACKAGE_NAME}

View 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/ 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: {LICENSE_NAME} License: {LICENSE_NAME}
{LICENSE_TEXT} {LICENSE_TEXT}

View File

@ -2,7 +2,6 @@
# #
# Licensed to the .NET Foundation under one or more agreements. # Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license. # The .NET Foundation licenses this file to you under the MIT license.
# See the LICENSE file in the project root for more information.
# #
{overrides} {overrides}

View File

@ -1,7 +1,6 @@
# #
# Licensed to the .NET Foundation under one or more agreements. # Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license. # 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 )" DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

View File

@ -2,7 +2,6 @@
# #
# Licensed to the .NET Foundation under one or more agreements. # Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license. # 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. # 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. # The package tool will drop it next to the .deb file it creates.

View File

@ -2,7 +2,6 @@
# #
# Licensed to the .NET Foundation under one or more agreements. # Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license. # 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 # Resolve symlinks until we have the parent dir of the actual file

View File

@ -2,7 +2,6 @@
# #
# Licensed to the .NET Foundation under one or more agreements. # Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license. # 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" echo "script called"

View File

@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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;
@ -10,4 +9,4 @@ public class Program {
System.Console.WriteLine("Hello World"); System.Console.WriteLine("Hello World");
} }
} }

View File

@ -2,7 +2,6 @@
# #
# Licensed to the .NET Foundation under one or more agreements. # Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license. # 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 # Tests for debian_build_lib.sh

View File

@ -2,7 +2,6 @@
# #
# Licensed to the .NET Foundation under one or more agreements. # Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license. # 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 # Tests for debian_build_lib.sh
@ -26,4 +25,4 @@ setup(){
# Cleanup # Cleanup
rm $PACKAGIFY_DIR/test/test_assets/tool1.1 rm $PACKAGIFY_DIR/test/test_assets/tool1.1
} }

View File

@ -1,7 +1,6 @@
# #
# Licensed to the .NET Foundation under one or more agreements. # Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license. # 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 . $PSScriptRoot\_utility.ps1

View File

@ -1,7 +1,6 @@
# #
# Licensed to the .NET Foundation under one or more agreements. # Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license. # 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]}" COMMONSOURCE="${BASH_SOURCE[0]}"

View File

@ -2,7 +2,6 @@
# #
# Licensed to the .NET Foundation under one or more agreements. # Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license. # 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 # Detect build servers
@ -61,4 +60,4 @@ die()
local text=$1 local text=$1
error "$text" error "$text"
exit 1 exit 1
} }

View File

@ -1,7 +1,6 @@
# #
# Licensed to the .NET Foundation under one or more agreements. # Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license. # 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) function header([string]$message)

View File

@ -2,7 +2,6 @@
# #
# Licensed to the .NET Foundation under one or more agreements. # Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license. # 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. # WARNING: This utility is not used by infra and very likely to be out of date.

View File

@ -2,7 +2,6 @@
# #
# Licensed to the .NET Foundation under one or more agreements. # Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license. # 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. # WARNING: This utility is not used by infra and very likely to be out of date.

View File

@ -2,7 +2,6 @@
# #
# Licensed to the .NET Foundation under one or more agreements. # Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license. # 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 set -e
@ -10,4 +9,4 @@ set -e
command="$1" command="$1"
shift shift
echo "docker $command -u=$(id -u):$(id -g) $@" echo "docker $command -u=$(id -u):$(id -g) $@"
docker "$command" -u="$(id -u):$(id -g)" "$@" docker "$command" -u="$(id -u):$(id -g)" "$@"

View File

@ -1,7 +1,6 @@
# #
# Licensed to the .NET Foundation under one or more agreements. # Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license. # 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 # Dockerfile that creates a container suitable to build dotnet-cli

View File

@ -1,7 +1,6 @@
# #
# Licensed to the .NET Foundation under one or more agreements. # Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license. # 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 # Dockerfile that creates a container suitable to build dotnet-cli

View File

@ -1,7 +1,6 @@
# #
# Licensed to the .NET Foundation under one or more agreements. # Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license. # 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 FROM opensuse:42.1

View File

@ -1,7 +1,6 @@
# #
# Licensed to the .NET Foundation under one or more agreements. # Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license. # 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 # Dockerfile that creates a container suitable to build dotnet-cli

View File

@ -1,7 +1,6 @@
# #
# Licensed to the .NET Foundation under one or more agreements. # Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license. # 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 # Dockerfile that creates a container suitable to build dotnet-cli

View File

@ -1,7 +1,6 @@
# #
# Licensed to the .NET Foundation under one or more agreements. # Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license. # 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 # Dockerfile that creates a container suitable to build dotnet-cli

View File

@ -2,7 +2,6 @@
# #
# Licensed to the .NET Foundation under one or more agreements. # Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license. # 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 set -e

View File

@ -2,7 +2,6 @@
# #
# Licensed to the .NET Foundation under one or more agreements. # Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license. # 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 set -e

View File

@ -2,7 +2,6 @@
# #
# Licensed to the .NET Foundation under one or more agreements. # Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license. # 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 set -e

View File

@ -2,7 +2,6 @@
# #
# Licensed to the .NET Foundation under one or more agreements. # Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license. # 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 # This is a VERY basic script for Create/Delete operations on repos and packages

View File

@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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.Framework;
using Newtonsoft.Json; using Newtonsoft.Json;

View File

@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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.Framework;
using Microsoft.Build.Utilities; using Microsoft.Build.Utilities;

View File

@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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.Framework;
using System; using System;

View File

@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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 Microsoft.Build.Utilities;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;

View File

@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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.Framework;
using Microsoft.Build.Utilities; using Microsoft.Build.Utilities;

View File

@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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.Framework;
using System; using System;

View File

@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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.Framework;
using System; using System;

View File

@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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.Framework;
using System; using System;

View File

@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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.Framework;
using Microsoft.Build.Utilities; using Microsoft.Build.Utilities;

View File

@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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.Framework;
using System; using System;

View File

@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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.Framework;
using Microsoft.Build.Utilities; using Microsoft.Build.Utilities;

View File

@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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.Framework;
using System; using System;

View File

@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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.Framework;
using System; using System;

View File

@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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.Framework;
using Newtonsoft.Json; using Newtonsoft.Json;

View File

@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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;
using System.Collections.Generic; using System.Collections.Generic;

View File

@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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.Framework;
using Microsoft.DotNet.Build.CloudTestTasks; using Microsoft.DotNet.Build.CloudTestTasks;

View File

@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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.Framework;
using System; using System;

View File

@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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.Construction;
using Microsoft.Build.Framework; using Microsoft.Build.Framework;

View File

@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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.Framework;
using System; using System;

View File

@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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.Framework;

View File

@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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.Framework;
using Microsoft.Build.Utilities; using Microsoft.Build.Utilities;

View File

@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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.Framework;
using System; using System;

View File

@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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.Framework;
using System; using System;

View File

@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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.Framework;
using Microsoft.Build.Utilities; using Microsoft.Build.Utilities;

View File

@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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.Framework;
using Microsoft.Build.Utilities; using Microsoft.Build.Utilities;

View File

@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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.Framework;
using Microsoft.Build.Utilities; using Microsoft.Build.Utilities;

View File

@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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;
using System.Reflection; using System.Reflection;

View File

@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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;
using System.IO; using System.IO;

View File

@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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; package net.dot;

View File

@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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; package net.dot;

View File

@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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-publib.h>
#include <mono/utils/mono-logger.h> #include <mono/utils/mono-logger.h>

View File

@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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;
using System.Collections.Generic; using System.Collections.Generic;

View File

@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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;
using System.Collections.Generic; using System.Collections.Generic;

View File

@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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;
using System.Collections.Generic; using System.Collections.Generic;

View File

@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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;
using System.Collections.Generic; using System.Collections.Generic;

View File

@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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 <UIKit/UIKit.h>
#import "runtime.h" #import "runtime.h"

View File

@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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 <UIKit/UIKit.h>
#import "runtime.h" #import "runtime.h"

View File

@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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 #ifndef runtime_h
#define runtime_h #define runtime_h

View File

@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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> #import <Foundation/Foundation.h>
#include <mono/utils/mono-publib.h> #include <mono/utils/mono-publib.h>

View File

@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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;
using System.Collections.Generic; using System.Collections.Generic;

View File

@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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;
using System.Collections.Generic; using System.Collections.Generic;

View File

@ -1,7 +1,6 @@
// -*- indent-tabs-mode: nil -*- // -*- indent-tabs-mode: nil -*-
// Licensed to the .NET Foundation under one or more agreements. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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;
using System.Collections.Generic; using System.Collections.Generic;

View File

@ -1,7 +1,6 @@
// -*- indent-tabs-mode: nil -*- // -*- indent-tabs-mode: nil -*-
// Licensed to the .NET Foundation under one or more agreements. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // 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;
using System.Collections.Generic; using System.Collections.Generic;