diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 065a190dc743ff..9bf82879aa5bf1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. diff --git a/docs/design/features/Linux-Hugepage-Crossgen2.md b/docs/design/features/Linux-Hugepage-Crossgen2.md index 28f219b592c0ea..dcc37774b39870 100644 --- a/docs/design/features/Linux-Hugepage-Crossgen2.md +++ b/docs/design/features/Linux-Hugepage-Crossgen2.md @@ -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 #include @@ -99,4 +98,4 @@ int main(int argc, char** argv) close(fdDest); return 0; } -``` \ No newline at end of file +``` diff --git a/docs/workflow/testing/coreclr/test-configuration.md b/docs/workflow/testing/coreclr/test-configuration.md index 627fac2bf11017..51a56ab289f9ba 100644 --- a/docs/workflow/testing/coreclr/test-configuration.md +++ b/docs/workflow/testing/coreclr/test-configuration.md @@ -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. diff --git a/eng/DiaSymReaderNative.targets b/eng/DiaSymReaderNative.targets index 5836a781dfa8f6..caa482f4b6e804 100644 --- a/eng/DiaSymReaderNative.targets +++ b/eng/DiaSymReaderNative.targets @@ -1,4 +1,4 @@ - + @@ -32,4 +32,4 @@ - \ No newline at end of file + diff --git a/eng/LicenseHeader.txt b/eng/LicenseHeader.txt index 94ec97db2fac35..8369fa2425a41a 100644 --- a/eng/LicenseHeader.txt +++ b/eng/LicenseHeader.txt @@ -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. // ------------------------------------------------------------------------------ diff --git a/eng/depProj.common.targets b/eng/depProj.common.targets index 5fe0cd3b480fa6..b6d73606c388a5 100644 --- a/eng/depProj.common.targets +++ b/eng/depProj.common.targets @@ -1,4 +1,4 @@ - + diff --git a/eng/depProj.targets b/eng/depProj.targets index f132155c011d1e..7cb63b0fca25e2 100644 --- a/eng/depProj.targets +++ b/eng/depProj.targets @@ -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. *********************************************************************************************** --> diff --git a/tools-local/dotnet-deb-tool/Program.cs b/tools-local/dotnet-deb-tool/Program.cs index fe45191238a7cd..c3444148866510 100644 --- a/tools-local/dotnet-deb-tool/Program.cs +++ b/tools-local/dotnet-deb-tool/Program.cs @@ -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; diff --git a/tools-local/dotnet-deb-tool/tool/package_tool b/tools-local/dotnet-deb-tool/tool/package_tool index 94994c74cd0593..8d3e2059b18fc0 100644 --- a/tools-local/dotnet-deb-tool/tool/package_tool +++ b/tools-local/dotnet-deb-tool/tool/package_tool @@ -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 diff --git a/tools-local/dotnet-deb-tool/tool/scripts/config_template_generator.py b/tools-local/dotnet-deb-tool/tool/scripts/config_template_generator.py index 6b8b21c9e12848..4811634c5d3c03 100644 --- a/tools-local/dotnet-deb-tool/tool/scripts/config_template_generator.py +++ b/tools-local/dotnet-deb-tool/tool/scripts/config_template_generator.py @@ -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 diff --git a/tools-local/dotnet-deb-tool/tool/scripts/debian_build_lib.sh b/tools-local/dotnet-deb-tool/tool/scripts/debian_build_lib.sh index 18d388864fd0d5..1520ffa62aa0bd 100644 --- a/tools-local/dotnet-deb-tool/tool/scripts/debian_build_lib.sh +++ b/tools-local/dotnet-deb-tool/tool/scripts/debian_build_lib.sh @@ -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 diff --git a/tools-local/dotnet-deb-tool/tool/scripts/extract_json_value.py b/tools-local/dotnet-deb-tool/tool/scripts/extract_json_value.py index 74f26a6ffddea9..27b98c106a1304 100644 --- a/tools-local/dotnet-deb-tool/tool/scripts/extract_json_value.py +++ b/tools-local/dotnet-deb-tool/tool/scripts/extract_json_value.py @@ -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 diff --git a/tools-local/dotnet-deb-tool/tool/scripts/manpage_generator.py b/tools-local/dotnet-deb-tool/tool/scripts/manpage_generator.py index c62e6807901d3f..dc20bb6d1c5678 100644 --- a/tools-local/dotnet-deb-tool/tool/scripts/manpage_generator.py +++ b/tools-local/dotnet-deb-tool/tool/scripts/manpage_generator.py @@ -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 diff --git a/tools-local/dotnet-deb-tool/tool/setup/build_setup.sh b/tools-local/dotnet-deb-tool/tool/setup/build_setup.sh index 12c223aacbc743..a77cc192ecd0bc 100644 --- a/tools-local/dotnet-deb-tool/tool/setup/build_setup.sh +++ b/tools-local/dotnet-deb-tool/tool/setup/build_setup.sh @@ -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 diff --git a/tools-local/dotnet-deb-tool/tool/setup/test_setup.sh b/tools-local/dotnet-deb-tool/tool/setup/test_setup.sh index a7cdd95c2b3f77..287db6c51ea579 100644 --- a/tools-local/dotnet-deb-tool/tool/setup/test_setup.sh +++ b/tools-local/dotnet-deb-tool/tool/setup/test_setup.sh @@ -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 diff --git a/tools-local/dotnet-deb-tool/tool/templates/debian/control b/tools-local/dotnet-deb-tool/tool/templates/debian/control index 114d8493042cab..9497e6c5d07f18 100644 --- a/tools-local/dotnet-deb-tool/tool/templates/debian/control +++ b/tools-local/dotnet-deb-tool/tool/templates/debian/control @@ -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} diff --git a/tools-local/dotnet-deb-tool/tool/templates/debian/copyright b/tools-local/dotnet-deb-tool/tool/templates/debian/copyright index d700a3cc3ef929..3e916a1311da82 100644 --- a/tools-local/dotnet-deb-tool/tool/templates/debian/copyright +++ b/tools-local/dotnet-deb-tool/tool/templates/debian/copyright @@ -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} diff --git a/tools-local/dotnet-deb-tool/tool/templates/debian/rules b/tools-local/dotnet-deb-tool/tool/templates/debian/rules index b5cbfb27e20484..6a4e98d27a57ed 100644 --- a/tools-local/dotnet-deb-tool/tool/templates/debian/rules +++ b/tools-local/dotnet-deb-tool/tool/templates/debian/rules @@ -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} diff --git a/tools-local/dotnet-deb-tool/tool/test.sh b/tools-local/dotnet-deb-tool/tool/test.sh index b8baa28b1af7dc..23085cf5e7b594 100644 --- a/tools-local/dotnet-deb-tool/tool/test.sh +++ b/tools-local/dotnet-deb-tool/tool/test.sh @@ -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 )" diff --git a/tools-local/dotnet-deb-tool/tool/test/integration_tests/test_package.bats b/tools-local/dotnet-deb-tool/tool/test/integration_tests/test_package.bats index fdd49cd23e1b7f..b0a3b41b0e07ed 100644 --- a/tools-local/dotnet-deb-tool/tool/test/integration_tests/test_package.bats +++ b/tools-local/dotnet-deb-tool/tool/test/integration_tests/test_package.bats @@ -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. diff --git a/tools-local/dotnet-deb-tool/tool/test/test_assets/test_package_layout/package_root/path_relative_to_package_root/test_exe.sh b/tools-local/dotnet-deb-tool/tool/test/test_assets/test_package_layout/package_root/path_relative_to_package_root/test_exe.sh index 1cd76959166c4a..5e08819f4ddb7f 100644 --- a/tools-local/dotnet-deb-tool/tool/test/test_assets/test_package_layout/package_root/path_relative_to_package_root/test_exe.sh +++ b/tools-local/dotnet-deb-tool/tool/test/test_assets/test_package_layout/package_root/path_relative_to_package_root/test_exe.sh @@ -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 diff --git a/tools-local/dotnet-deb-tool/tool/test/test_assets/test_package_layout/package_root/test_called.sh b/tools-local/dotnet-deb-tool/tool/test/test_assets/test_package_layout/package_root/test_called.sh index 72417d5e0759b3..75f0c67db09e02 100644 --- a/tools-local/dotnet-deb-tool/tool/test/test_assets/test_package_layout/package_root/test_called.sh +++ b/tools-local/dotnet-deb-tool/tool/test/test_assets/test_package_layout/package_root/test_called.sh @@ -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" diff --git a/tools-local/dotnet-deb-tool/tool/test/test_assets/test_package_layout/samples/testsample.cs b/tools-local/dotnet-deb-tool/tool/test/test_assets/test_package_layout/samples/testsample.cs index a211ef95eeb81f..0b612c9e19b526 100644 --- a/tools-local/dotnet-deb-tool/tool/test/test_assets/test_package_layout/samples/testsample.cs +++ b/tools-local/dotnet-deb-tool/tool/test/test_assets/test_package_layout/samples/testsample.cs @@ -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 static void Main(){ System.Console.WriteLine("Hello World"); } -} \ No newline at end of file +} diff --git a/tools-local/dotnet-deb-tool/tool/test/unit_tests/test_debian_build_lib.bats b/tools-local/dotnet-deb-tool/tool/test/unit_tests/test_debian_build_lib.bats index a399caa35f3601..598e957fdbbc3c 100644 --- a/tools-local/dotnet-deb-tool/tool/test/unit_tests/test_debian_build_lib.bats +++ b/tools-local/dotnet-deb-tool/tool/test/unit_tests/test_debian_build_lib.bats @@ -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 diff --git a/tools-local/dotnet-deb-tool/tool/test/unit_tests/test_scripts.bats b/tools-local/dotnet-deb-tool/tool/test/unit_tests/test_scripts.bats index 97782719fc740e..dc2ff285c88b0b 100644 --- a/tools-local/dotnet-deb-tool/tool/test/unit_tests/test_scripts.bats +++ b/tools-local/dotnet-deb-tool/tool/test/unit_tests/test_scripts.bats @@ -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 +} diff --git a/tools-local/scripts/common/_common.ps1 b/tools-local/scripts/common/_common.ps1 index b62463d0f9847f..8d975e71a4c8a8 100644 --- a/tools-local/scripts/common/_common.ps1 +++ b/tools-local/scripts/common/_common.ps1 @@ -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 diff --git a/tools-local/scripts/common/_common.sh b/tools-local/scripts/common/_common.sh index 65a3ccaa7a2614..8355f40dcb47fc 100644 --- a/tools-local/scripts/common/_common.sh +++ b/tools-local/scripts/common/_common.sh @@ -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]}" diff --git a/tools-local/scripts/common/_prettyprint.sh b/tools-local/scripts/common/_prettyprint.sh index 3742cee2ed20fc..5049aed398c1a0 100644 --- a/tools-local/scripts/common/_prettyprint.sh +++ b/tools-local/scripts/common/_prettyprint.sh @@ -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 +} diff --git a/tools-local/scripts/common/_utility.ps1 b/tools-local/scripts/common/_utility.ps1 index 51ce846c0bde1d..13be0ab033958d 100644 --- a/tools-local/scripts/common/_utility.ps1 +++ b/tools-local/scripts/common/_utility.ps1 @@ -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) diff --git a/tools-local/scripts/dev/master-build-deb-rpm-docker.sh b/tools-local/scripts/dev/master-build-deb-rpm-docker.sh index feb9747aa718fa..9a48b3bae02b50 100755 --- a/tools-local/scripts/dev/master-build-deb-rpm-docker.sh +++ b/tools-local/scripts/dev/master-build-deb-rpm-docker.sh @@ -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. diff --git a/tools-local/scripts/dev/release-2.1-build-deb-rpm-docker.sh b/tools-local/scripts/dev/release-2.1-build-deb-rpm-docker.sh index cb803a342f8efb..32fb3faf9fbf58 100755 --- a/tools-local/scripts/dev/release-2.1-build-deb-rpm-docker.sh +++ b/tools-local/scripts/dev/release-2.1-build-deb-rpm-docker.sh @@ -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. diff --git a/tools-local/scripts/docker-as-current-user.sh b/tools-local/scripts/docker-as-current-user.sh index bcbcd2437c891c..764a2622ce5b6f 100755 --- a/tools-local/scripts/docker-as-current-user.sh +++ b/tools-local/scripts/docker-as-current-user.sh @@ -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)" "$@" diff --git a/tools-local/scripts/docker/centos.7/Dockerfile b/tools-local/scripts/docker/centos.7/Dockerfile index 6a803882948520..464337f0c4bfa6 100644 --- a/tools-local/scripts/docker/centos.7/Dockerfile +++ b/tools-local/scripts/docker/centos.7/Dockerfile @@ -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 diff --git a/tools-local/scripts/docker/debian.8/Dockerfile b/tools-local/scripts/docker/debian.8/Dockerfile index c559cd05df44c7..444baf3a344fd4 100644 --- a/tools-local/scripts/docker/debian.8/Dockerfile +++ b/tools-local/scripts/docker/debian.8/Dockerfile @@ -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 diff --git a/tools-local/scripts/docker/opensuse.42.1/Dockerfile b/tools-local/scripts/docker/opensuse.42.1/Dockerfile index 506bc082f36922..1a7d84515cbec2 100644 --- a/tools-local/scripts/docker/opensuse.42.1/Dockerfile +++ b/tools-local/scripts/docker/opensuse.42.1/Dockerfile @@ -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 diff --git a/tools-local/scripts/docker/ubuntu.14.04/Dockerfile b/tools-local/scripts/docker/ubuntu.14.04/Dockerfile index e1eb409b9efee7..2f00958ad91595 100644 --- a/tools-local/scripts/docker/ubuntu.14.04/Dockerfile +++ b/tools-local/scripts/docker/ubuntu.14.04/Dockerfile @@ -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 diff --git a/tools-local/scripts/docker/ubuntu.16.04/Dockerfile b/tools-local/scripts/docker/ubuntu.16.04/Dockerfile index a7044f520c658d..9f89863edb532e 100644 --- a/tools-local/scripts/docker/ubuntu.16.04/Dockerfile +++ b/tools-local/scripts/docker/ubuntu.16.04/Dockerfile @@ -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 diff --git a/tools-local/scripts/docker/ubuntu.16.10/Dockerfile b/tools-local/scripts/docker/ubuntu.16.10/Dockerfile index 3e3070193b4b66..98065c5469f998 100644 --- a/tools-local/scripts/docker/ubuntu.16.10/Dockerfile +++ b/tools-local/scripts/docker/ubuntu.16.10/Dockerfile @@ -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 diff --git a/tools-local/scripts/dockerbuild.sh b/tools-local/scripts/dockerbuild.sh index 4ac1dcdcf55bc9..91ceff1795137d 100644 --- a/tools-local/scripts/dockerbuild.sh +++ b/tools-local/scripts/dockerbuild.sh @@ -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 diff --git a/tools-local/scripts/dockerrun-as-current-user.sh b/tools-local/scripts/dockerrun-as-current-user.sh index 23cddb0ab1a0f5..e05c3144558e21 100755 --- a/tools-local/scripts/dockerrun-as-current-user.sh +++ b/tools-local/scripts/dockerrun-as-current-user.sh @@ -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 diff --git a/tools-local/scripts/dockerrun.sh b/tools-local/scripts/dockerrun.sh index ebcc541373a172..db42e907829799 100644 --- a/tools-local/scripts/dockerrun.sh +++ b/tools-local/scripts/dockerrun.sh @@ -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 diff --git a/tools-local/scripts/publish/repoapi_client.sh b/tools-local/scripts/publish/repoapi_client.sh index f44f69ff8224ab..279bdbf411e245 100755 --- a/tools-local/scripts/publish/repoapi_client.sh +++ b/tools-local/scripts/publish/repoapi_client.sh @@ -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 diff --git a/tools-local/tasks/installer.tasks/BuildFPMToolPreReqs.cs b/tools-local/tasks/installer.tasks/BuildFPMToolPreReqs.cs index 6ea7b65710640c..d88f1ef2800402 100644 --- a/tools-local/tasks/installer.tasks/BuildFPMToolPreReqs.cs +++ b/tools-local/tasks/installer.tasks/BuildFPMToolPreReqs.cs @@ -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; diff --git a/tools-local/tasks/installer.tasks/BuildTask.cs b/tools-local/tasks/installer.tasks/BuildTask.cs index 979a99edff1c53..e0190b91a8ec0b 100644 --- a/tools-local/tasks/installer.tasks/BuildTask.cs +++ b/tools-local/tasks/installer.tasks/BuildTask.cs @@ -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; diff --git a/tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/AzureBlobLease.cs b/tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/AzureBlobLease.cs index d604988c896d89..7a84c407fc7e47 100644 --- a/tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/AzureBlobLease.cs +++ b/tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/AzureBlobLease.cs @@ -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; diff --git a/tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/AzureConnectionStringBuildTask.cs b/tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/AzureConnectionStringBuildTask.cs index d309f9235e6843..82faa5ab514601 100644 --- a/tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/AzureConnectionStringBuildTask.cs +++ b/tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/AzureConnectionStringBuildTask.cs @@ -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; diff --git a/tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/AzureHelper.cs b/tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/AzureHelper.cs index 6b9e8524b69ab4..5e35ad6ddfe0a8 100644 --- a/tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/AzureHelper.cs +++ b/tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/AzureHelper.cs @@ -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; diff --git a/tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/CopyAzureBlobToBlob.cs b/tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/CopyAzureBlobToBlob.cs index 2227bfc00c37a9..8001de8e11d0f5 100644 --- a/tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/CopyAzureBlobToBlob.cs +++ b/tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/CopyAzureBlobToBlob.cs @@ -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; diff --git a/tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/DeleteAzureBlob.cs b/tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/DeleteAzureBlob.cs index 4d8efa029967ca..92682226012c55 100644 --- a/tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/DeleteAzureBlob.cs +++ b/tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/DeleteAzureBlob.cs @@ -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; diff --git a/tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/DownloadFromAzure.cs b/tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/DownloadFromAzure.cs index 313d48392ca8ac..6fb1d671ee0983 100644 --- a/tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/DownloadFromAzure.cs +++ b/tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/DownloadFromAzure.cs @@ -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; diff --git a/tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/ListAzureBlobs.cs b/tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/ListAzureBlobs.cs index 189229e90df404..fb68d7bdfea44e 100644 --- a/tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/ListAzureBlobs.cs +++ b/tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/ListAzureBlobs.cs @@ -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; diff --git a/tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/PublishStringToAzureBlob.cs b/tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/PublishStringToAzureBlob.cs index 873d93c579a1c9..79293817d6308a 100644 --- a/tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/PublishStringToAzureBlob.cs +++ b/tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/PublishStringToAzureBlob.cs @@ -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; diff --git a/tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/UploadClient.cs b/tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/UploadClient.cs index ce31e8d787dffb..fdbc307bfe8eb1 100644 --- a/tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/UploadClient.cs +++ b/tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/UploadClient.cs @@ -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; diff --git a/tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/UploadToAzure.cs b/tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/UploadToAzure.cs index f815dda63241fd..4befc1e5abf937 100644 --- a/tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/UploadToAzure.cs +++ b/tools-local/tasks/installer.tasks/BuildTools.Publish/CloudTestTasks/UploadToAzure.cs @@ -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; diff --git a/tools-local/tasks/installer.tasks/BuildTools.Publish/Tasks/GenerateChecksums.cs b/tools-local/tasks/installer.tasks/BuildTools.Publish/Tasks/GenerateChecksums.cs index e662bb076aafe0..f9e06415523b5a 100644 --- a/tools-local/tasks/installer.tasks/BuildTools.Publish/Tasks/GenerateChecksums.cs +++ b/tools-local/tasks/installer.tasks/BuildTools.Publish/Tasks/GenerateChecksums.cs @@ -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; diff --git a/tools-local/tasks/installer.tasks/ChangeEntryPointLibraryName.cs b/tools-local/tasks/installer.tasks/ChangeEntryPointLibraryName.cs index dce1f2255f90f5..490b0e92118426 100644 --- a/tools-local/tasks/installer.tasks/ChangeEntryPointLibraryName.cs +++ b/tools-local/tasks/installer.tasks/ChangeEntryPointLibraryName.cs @@ -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; diff --git a/tools-local/tasks/installer.tasks/FileUtilities.cs b/tools-local/tasks/installer.tasks/FileUtilities.cs index 40691aebbfb5b7..ba8aa5656d0690 100644 --- a/tools-local/tasks/installer.tasks/FileUtilities.cs +++ b/tools-local/tasks/installer.tasks/FileUtilities.cs @@ -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; diff --git a/tools-local/tasks/installer.tasks/FinalizeBuild.cs b/tools-local/tasks/installer.tasks/FinalizeBuild.cs index 3bbca33c6bf30e..ee1fe8fcc6306f 100644 --- a/tools-local/tasks/installer.tasks/FinalizeBuild.cs +++ b/tools-local/tasks/installer.tasks/FinalizeBuild.cs @@ -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; diff --git a/tools-local/tasks/installer.tasks/GenerateCurrentVersion.cs b/tools-local/tasks/installer.tasks/GenerateCurrentVersion.cs index c74cb194bed3c4..870436b8c5df38 100644 --- a/tools-local/tasks/installer.tasks/GenerateCurrentVersion.cs +++ b/tools-local/tasks/installer.tasks/GenerateCurrentVersion.cs @@ -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; diff --git a/tools-local/tasks/installer.tasks/GenerateFileVersionProps.cs b/tools-local/tasks/installer.tasks/GenerateFileVersionProps.cs index 9ded17981d4085..6100e2747f38f4 100644 --- a/tools-local/tasks/installer.tasks/GenerateFileVersionProps.cs +++ b/tools-local/tasks/installer.tasks/GenerateFileVersionProps.cs @@ -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; diff --git a/tools-local/tasks/installer.tasks/GenerateGuidFromName.cs b/tools-local/tasks/installer.tasks/GenerateGuidFromName.cs index be7d1ae3dd740a..fa0860ac9a8399 100644 --- a/tools-local/tasks/installer.tasks/GenerateGuidFromName.cs +++ b/tools-local/tasks/installer.tasks/GenerateGuidFromName.cs @@ -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; diff --git a/tools-local/tasks/installer.tasks/GenerateMsiVersion.cs b/tools-local/tasks/installer.tasks/GenerateMsiVersion.cs index 454ecbf1b34382..82cfe84108b1b6 100644 --- a/tools-local/tasks/installer.tasks/GenerateMsiVersion.cs +++ b/tools-local/tasks/installer.tasks/GenerateMsiVersion.cs @@ -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; diff --git a/tools-local/tasks/installer.tasks/GenerateRunScript.cs b/tools-local/tasks/installer.tasks/GenerateRunScript.cs index 0dd240872a7e4c..a2629768aa2027 100644 --- a/tools-local/tasks/installer.tasks/GenerateRunScript.cs +++ b/tools-local/tasks/installer.tasks/GenerateRunScript.cs @@ -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; diff --git a/tools-local/tasks/installer.tasks/GenerateTestSharedFrameworkDepsFile.cs b/tools-local/tasks/installer.tasks/GenerateTestSharedFrameworkDepsFile.cs index 0048a463dc3f9a..7785a235d970f2 100644 --- a/tools-local/tasks/installer.tasks/GenerateTestSharedFrameworkDepsFile.cs +++ b/tools-local/tasks/installer.tasks/GenerateTestSharedFrameworkDepsFile.cs @@ -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; diff --git a/tools-local/tasks/installer.tasks/RegenerateReadmeTable.cs b/tools-local/tasks/installer.tasks/RegenerateReadmeTable.cs index 57664a2989001b..0c0da2496bde20 100644 --- a/tools-local/tasks/installer.tasks/RegenerateReadmeTable.cs +++ b/tools-local/tasks/installer.tasks/RegenerateReadmeTable.cs @@ -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; diff --git a/tools-local/tasks/installer.tasks/ReplaceFileContents.cs b/tools-local/tasks/installer.tasks/ReplaceFileContents.cs index 53aa631e8ce7db..8c30c6a1eda341 100644 --- a/tools-local/tasks/installer.tasks/ReplaceFileContents.cs +++ b/tools-local/tasks/installer.tasks/ReplaceFileContents.cs @@ -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; diff --git a/tools-local/tasks/installer.tasks/ValidateBinInspectResults.cs b/tools-local/tasks/installer.tasks/ValidateBinInspectResults.cs index 2d5b7aaef7110b..928861ea3104eb 100644 --- a/tools-local/tasks/installer.tasks/ValidateBinInspectResults.cs +++ b/tools-local/tasks/installer.tasks/ValidateBinInspectResults.cs @@ -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; diff --git a/tools-local/tasks/installer.tasks/ZipFileCreateFromDirectory.cs b/tools-local/tasks/installer.tasks/ZipFileCreateFromDirectory.cs index 3b2cbf62ea0620..e187008b94a0a7 100644 --- a/tools-local/tasks/installer.tasks/ZipFileCreateFromDirectory.cs +++ b/tools-local/tasks/installer.tasks/ZipFileCreateFromDirectory.cs @@ -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; diff --git a/tools-local/tasks/installer.tasks/net46/ProcessSharedFrameworkDeps.net46.cs b/tools-local/tasks/installer.tasks/net46/ProcessSharedFrameworkDeps.net46.cs index 475a212d66be4f..d514bd18632291 100644 --- a/tools-local/tasks/installer.tasks/net46/ProcessSharedFrameworkDeps.net46.cs +++ b/tools-local/tasks/installer.tasks/net46/ProcessSharedFrameworkDeps.net46.cs @@ -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; diff --git a/tools-local/tasks/mobile.tasks/AndroidAppBuilder/AndroidAppBuilder.cs b/tools-local/tasks/mobile.tasks/AndroidAppBuilder/AndroidAppBuilder.cs index baaa1c7f18e2fe..b4d0dc719abf11 100644 --- a/tools-local/tasks/mobile.tasks/AndroidAppBuilder/AndroidAppBuilder.cs +++ b/tools-local/tasks/mobile.tasks/AndroidAppBuilder/AndroidAppBuilder.cs @@ -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; diff --git a/tools-local/tasks/mobile.tasks/AndroidAppBuilder/Templates/MainActivity.java b/tools-local/tasks/mobile.tasks/AndroidAppBuilder/Templates/MainActivity.java index 2d9114fd3b52b8..e864edccc6191d 100644 --- a/tools-local/tasks/mobile.tasks/AndroidAppBuilder/Templates/MainActivity.java +++ b/tools-local/tasks/mobile.tasks/AndroidAppBuilder/Templates/MainActivity.java @@ -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; diff --git a/tools-local/tasks/mobile.tasks/AndroidAppBuilder/Templates/MonoRunner.java b/tools-local/tasks/mobile.tasks/AndroidAppBuilder/Templates/MonoRunner.java index 5fba2af187106a..3317fdf39779b0 100644 --- a/tools-local/tasks/mobile.tasks/AndroidAppBuilder/Templates/MonoRunner.java +++ b/tools-local/tasks/mobile.tasks/AndroidAppBuilder/Templates/MonoRunner.java @@ -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; diff --git a/tools-local/tasks/mobile.tasks/AndroidAppBuilder/Templates/monodroid.c b/tools-local/tasks/mobile.tasks/AndroidAppBuilder/Templates/monodroid.c index 871708c870d295..69ea7d0fba69f5 100644 --- a/tools-local/tasks/mobile.tasks/AndroidAppBuilder/Templates/monodroid.c +++ b/tools-local/tasks/mobile.tasks/AndroidAppBuilder/Templates/monodroid.c @@ -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 #include diff --git a/tools-local/tasks/mobile.tasks/AndroidAppBuilder/Utils.cs b/tools-local/tasks/mobile.tasks/AndroidAppBuilder/Utils.cs index bc23f927ae26f6..159b457f29dce0 100644 --- a/tools-local/tasks/mobile.tasks/AndroidAppBuilder/Utils.cs +++ b/tools-local/tasks/mobile.tasks/AndroidAppBuilder/Utils.cs @@ -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; diff --git a/tools-local/tasks/mobile.tasks/AotCompilerTask/MonoAOTCompiler.cs b/tools-local/tasks/mobile.tasks/AotCompilerTask/MonoAOTCompiler.cs index 8f8643ae606d7f..d3c5250f35420e 100644 --- a/tools-local/tasks/mobile.tasks/AotCompilerTask/MonoAOTCompiler.cs +++ b/tools-local/tasks/mobile.tasks/AotCompilerTask/MonoAOTCompiler.cs @@ -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; diff --git a/tools-local/tasks/mobile.tasks/AotCompilerTask/Utils.cs b/tools-local/tasks/mobile.tasks/AotCompilerTask/Utils.cs index ac649c9661843b..49d77dc34b4e96 100644 --- a/tools-local/tasks/mobile.tasks/AotCompilerTask/Utils.cs +++ b/tools-local/tasks/mobile.tasks/AotCompilerTask/Utils.cs @@ -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; diff --git a/tools-local/tasks/mobile.tasks/AppleAppBuilder/AppleAppBuilder.cs b/tools-local/tasks/mobile.tasks/AppleAppBuilder/AppleAppBuilder.cs index 39ba74d890f459..fbe28c2e2438f5 100644 --- a/tools-local/tasks/mobile.tasks/AppleAppBuilder/AppleAppBuilder.cs +++ b/tools-local/tasks/mobile.tasks/AppleAppBuilder/AppleAppBuilder.cs @@ -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; diff --git a/tools-local/tasks/mobile.tasks/AppleAppBuilder/Templates/main-console.m b/tools-local/tasks/mobile.tasks/AppleAppBuilder/Templates/main-console.m index 847d5787aae85b..20b9f8714d3ce2 100644 --- a/tools-local/tasks/mobile.tasks/AppleAppBuilder/Templates/main-console.m +++ b/tools-local/tasks/mobile.tasks/AppleAppBuilder/Templates/main-console.m @@ -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 #import "runtime.h" diff --git a/tools-local/tasks/mobile.tasks/AppleAppBuilder/Templates/main-simple.m b/tools-local/tasks/mobile.tasks/AppleAppBuilder/Templates/main-simple.m index d68fa3b670c029..e05868ffcd4b8d 100644 --- a/tools-local/tasks/mobile.tasks/AppleAppBuilder/Templates/main-simple.m +++ b/tools-local/tasks/mobile.tasks/AppleAppBuilder/Templates/main-simple.m @@ -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 #import "runtime.h" diff --git a/tools-local/tasks/mobile.tasks/AppleAppBuilder/Templates/runtime.h b/tools-local/tasks/mobile.tasks/AppleAppBuilder/Templates/runtime.h index bbfca3240e67e9..08fa626eba1c71 100644 --- a/tools-local/tasks/mobile.tasks/AppleAppBuilder/Templates/runtime.h +++ b/tools-local/tasks/mobile.tasks/AppleAppBuilder/Templates/runtime.h @@ -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 diff --git a/tools-local/tasks/mobile.tasks/AppleAppBuilder/Templates/runtime.m b/tools-local/tasks/mobile.tasks/AppleAppBuilder/Templates/runtime.m index 45b277365c29b9..02c0070fb6b79e 100644 --- a/tools-local/tasks/mobile.tasks/AppleAppBuilder/Templates/runtime.m +++ b/tools-local/tasks/mobile.tasks/AppleAppBuilder/Templates/runtime.m @@ -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 #include diff --git a/tools-local/tasks/mobile.tasks/AppleAppBuilder/Utils.cs b/tools-local/tasks/mobile.tasks/AppleAppBuilder/Utils.cs index 41d16cb86ad909..e9773a38596553 100644 --- a/tools-local/tasks/mobile.tasks/AppleAppBuilder/Utils.cs +++ b/tools-local/tasks/mobile.tasks/AppleAppBuilder/Utils.cs @@ -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; diff --git a/tools-local/tasks/mobile.tasks/AppleAppBuilder/Xcode.cs b/tools-local/tasks/mobile.tasks/AppleAppBuilder/Xcode.cs index 76ec75c0d3225d..990b5d988acf2d 100644 --- a/tools-local/tasks/mobile.tasks/AppleAppBuilder/Xcode.cs +++ b/tools-local/tasks/mobile.tasks/AppleAppBuilder/Xcode.cs @@ -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; diff --git a/tools-local/tasks/mobile.tasks/WasmAppBuilder/PInvokeTableGenerator.cs b/tools-local/tasks/mobile.tasks/WasmAppBuilder/PInvokeTableGenerator.cs index 4f09358926b9df..14b66c4f4bc121 100644 --- a/tools-local/tasks/mobile.tasks/WasmAppBuilder/PInvokeTableGenerator.cs +++ b/tools-local/tasks/mobile.tasks/WasmAppBuilder/PInvokeTableGenerator.cs @@ -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; diff --git a/tools-local/tasks/mobile.tasks/WasmAppBuilder/WasmAppBuilder.cs b/tools-local/tasks/mobile.tasks/WasmAppBuilder/WasmAppBuilder.cs index 0e38c7a85e13a1..0b05c5502c0a57 100644 --- a/tools-local/tasks/mobile.tasks/WasmAppBuilder/WasmAppBuilder.cs +++ b/tools-local/tasks/mobile.tasks/WasmAppBuilder/WasmAppBuilder.cs @@ -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;