Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 1 addition & 2 deletions docs/design/features/Linux-Hugepage-Crossgen2.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ Appendix A - Source for a simple copy into hugetlbfs program.
```
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

#include <stdlib.h>
#include <stdio.h>
Expand Down Expand Up @@ -99,4 +98,4 @@ int main(int argc, char** argv)
close(fdDest);
return 0;
}
```
```
1 change: 0 additions & 1 deletion docs/workflow/testing/coreclr/test-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions eng/DiaSymReaderNative.targets
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. -->
<Project>

<PropertyGroup>
Expand Down Expand Up @@ -32,4 +32,4 @@

<PackageReference Include="Microsoft.DiaSymReader.Native" Version="$(MicrosoftDiaSymReaderNativeVersion)" ExcludeAssets="all"/>
</ItemGroup>
</Project>
</Project>
1 change: 0 additions & 1 deletion eng/LicenseHeader.txt
Original file line number Diff line number Diff line change
@@ -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.
// ------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion eng/depProj.common.targets
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. -->
<Project>
<Import Condition="'$(IsCrossTargetingBuild)' != 'true'" Project="depProj.targets" />
<Import Condition="'$(IsCrossTargetingBuild)' == 'true'" Project="$(MSBuildExtensionsPath)\Microsoft.Common.CrossTargeting.targets" />
Expand Down
1 change: 0 additions & 1 deletion eng/depProj.targets
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ which is imported by this file.

Licensed to the .NET Foundation under one or more agreements.
The .NET Foundation licenses this file to you under the MIT license.
See the LICENSE file in the project root for more information.
***********************************************************************************************
-->
<Project InitialTargets="RemoveImplicitPackageReferences">
Expand Down
1 change: 0 additions & 1 deletion tools-local/dotnet-deb-tool/Program.cs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
1 change: 0 additions & 1 deletion tools-local/dotnet-deb-tool/tool/package_tool
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions tools-local/dotnet-deb-tool/tool/setup/build_setup.sh
Original file line number Diff line number Diff line change
@@ -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(){
Expand All @@ -18,4 +17,4 @@ setup(){
install_dependencies
}

setup
setup
3 changes: 1 addition & 2 deletions tools-local/dotnet-deb-tool/tool/setup/test_setup.sh
Original file line number Diff line number Diff line change
@@ -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(){
Expand All @@ -25,4 +24,4 @@ setup(){
install_bats
}

setup
setup
1 change: 0 additions & 1 deletion tools-local/dotnet-deb-tool/tool/templates/debian/control
Original file line number Diff line number Diff line change
@@ -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}
Expand Down
4 changes: 2 additions & 2 deletions tools-local/dotnet-deb-tool/tool/templates/debian/copyright
Original file line number Diff line number Diff line change
@@ -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/

Expand All @@ -7,4 +7,4 @@ Copyright: {COPYRIGHT_TEXT}
License: {LICENSE_NAME}

License: {LICENSE_NAME}
{LICENSE_TEXT}
{LICENSE_TEXT}
1 change: 0 additions & 1 deletion tools-local/dotnet-deb-tool/tool/templates/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
1 change: 0 additions & 1 deletion tools-local/dotnet-deb-tool/tool/test.sh
Original file line number Diff line number Diff line change
@@ -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 )"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Original file line number Diff line number Diff line change
@@ -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;

Expand All @@ -10,4 +9,4 @@ public static void Main(){
System.Console.WriteLine("Hello World");
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -26,4 +25,4 @@ setup(){

# Cleanup
rm $PACKAGIFY_DIR/test/test_assets/tool1.1
}
}
1 change: 0 additions & 1 deletion tools-local/scripts/common/_common.ps1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion tools-local/scripts/common/_common.sh
Original file line number Diff line number Diff line change
@@ -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]}"
Expand Down
3 changes: 1 addition & 2 deletions tools-local/scripts/common/_prettyprint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -61,4 +60,4 @@ die()
local text=$1
error "$text"
exit 1
}
}
1 change: 0 additions & 1 deletion tools-local/scripts/common/_utility.ps1
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
1 change: 0 additions & 1 deletion tools-local/scripts/dev/master-build-deb-rpm-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
3 changes: 1 addition & 2 deletions tools-local/scripts/docker-as-current-user.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
#
# 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

command="$1"
shift
echo "docker $command -u=$(id -u):$(id -g) $@"
docker "$command" -u="$(id -u):$(id -g)" "$@"
docker "$command" -u="$(id -u):$(id -g)" "$@"
1 change: 0 additions & 1 deletion tools-local/scripts/docker/centos.7/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion tools-local/scripts/docker/debian.8/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion tools-local/scripts/docker/opensuse.42.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion tools-local/scripts/docker/ubuntu.14.04/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion tools-local/scripts/docker/ubuntu.16.04/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion tools-local/scripts/docker/ubuntu.16.10/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion tools-local/scripts/dockerbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion tools-local/scripts/dockerrun-as-current-user.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion tools-local/scripts/dockerrun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion tools-local/scripts/publish/repoapi_client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion tools-local/tasks/installer.tasks/BuildFPMToolPreReqs.cs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
Loading