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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ csharp_space_between_square_brackets = false
dotnet_code_quality.ca1802.api_surface = private, internal
dotnet_code_quality.ca2208.api_surface = public

# License header
file_header_template = Licensed to the .NET Foundation under one or more agreements.\nThe .NET Foundation licenses this file to you under the MIT license.\n

# C++ Files
[*.{cpp,h,in}]
curly_bracket_next_line = true
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/scripts/coreclr_arguments.py
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.
#
##
# Title : coreclr_arguments.py
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/scripts/superpmi.py
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.
#
##
# Title : superpmi.py
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ private static void Main(string[] args)
{
file.Write("// Licensed to the .NET Foundation under one or more agreements.\n");
file.Write("// The .NET Foundation licenses this file to you under the MIT license.\n");
file.Write("// See the LICENSE file in the project root for more information.\n\n");

file.Write("using System.Diagnostics;\n\n");

Expand Down
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

namespace System.Runtime.InteropServices.ComTypes
{
Expand Down
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

namespace System.Runtime.InteropServices.ComTypes
{
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/src/debug/di/amd64/FloatConversion.asm
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.

;// ==++==
;//
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/src/debug/di/arm/floatconversion.asm
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.

;; ==++==
;;
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/src/debug/di/arm64/floatconversion.asm
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.

;; ==++==
;;
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/src/debug/ee/amd64/dbghelpers.asm
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.

include AsmMacros.inc

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,6 @@ void WriteCode()

Console.WriteLine("// Licensed to the .NET Foundation under one or more agreements.");
Console.WriteLine("// The .NET Foundation licenses this file to you under the MIT license.");
Console.WriteLine("// See the LICENSE file in the project root for more information.");
Console.WriteLine();
Console.WriteLine();
Console.WriteLine("// File machine generated. See gen_amd64InstrDecode/README.md");
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/src/debug/ee/arm/dbghelpers.asm
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.

#include "ksarm.h"
#include "asmconstants.h"
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/src/debug/ee/arm64/dbghelpers.asm
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.

#include "ksarm64.h"
#include "asmconstants.h"
Expand Down
2 changes: 0 additions & 2 deletions src/coreclr/src/debug/ee/functioninfo.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@

// 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.
//*****************************************************************************

//
// File: DebuggerModule.cpp
//
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/src/debug/ee/i386/dbghelpers.asm
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.

; ==++==
;
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/src/dlls/dbgshim/dbgshim.ntdef
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.

EXPORTS
CreateProcessForLaunch
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/src/dlls/dbgshim/dbgshim_unixexports.src
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.

CreateProcessForLaunch
ResumeProcess
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/src/dlls/mscordac/mscordac.src
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.

EXPORTS
DacDbiInterfaceInstance
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/src/dlls/mscordac/mscordac_unixexports.src
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.

DacDbiInterfaceInstance
CLRDataCreateInstance
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/src/dlls/mscordbi/mscordbi.src
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.

LIBRARY mscordbi

Expand Down
1 change: 0 additions & 1 deletion src/coreclr/src/dlls/mscordbi/mscordbi_unixexports.src
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.

; COM-instantiation
DllGetClassObjectInternal
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/src/dlls/mscoree/mscorwks_ntdef.src
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.

EXPORTS
;
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/src/ilasm/asmparse.y
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.

//
// File asmparse.y
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/src/ilasm/extractGrammar.pl
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.
#
# a simple script that extracts the grammar from a yacc file

Expand Down
1 change: 0 additions & 1 deletion src/coreclr/src/ilasm/prebuilt/asmparse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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.

//
// File asmparse.y
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/src/inc/CrstTypeTool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ void WriteHeaderFile(string fileName)
writer.WriteLine("//");
writer.WriteLine("// Licensed to the .NET Foundation under one or more agreements.");
writer.WriteLine("// The .NET Foundation licenses this file to you under the MIT license.");
writer.WriteLine("// See the LICENSE file in the project root for more information.");
writer.WriteLine("//");
writer.WriteLine();
writer.WriteLine("#ifndef __CRST_TYPES_INCLUDED");
Expand Down
2 changes: 0 additions & 2 deletions src/coreclr/src/inc/OpCodeGen.pl
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.
#
# OpCodeGen.pl
#
Expand Down Expand Up @@ -39,7 +38,6 @@

$license = "// Licensed to the .NET Foundation under one or more agreements.\n";
$license .= "// The .NET Foundation licenses this file to you under the MIT license.\n";
$license .= "// See the LICENSE file in the project root for more information.\n\n";

$startHeaderComment = "/*============================================================\n**\n";
$endHeaderComment = "**\n** THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT BY HAND!\n";
Expand Down
2 changes: 0 additions & 2 deletions src/coreclr/src/inc/corinfoinstructionset.h
Original file line number Diff line number Diff line change
@@ -1,7 +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.

// DO NOT EDIT THIS FILE! IT IS AUTOGENERATED
// FROM /src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/InstructionSetDesc.txt
Expand Down
3 changes: 0 additions & 3 deletions src/coreclr/src/inc/crsttypes.h
Original file line number Diff line number Diff line change
@@ -1,8 +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 __CRST_TYPES_INCLUDED
#define __CRST_TYPES_INCLUDED
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/src/inc/genheaders.cs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ private static void ValidationCallBack(object sender, ValidationEventArgs e) {
private static void PrintLicenseHeader(StreamWriter SW) {
SW.WriteLine("// Licensed to the .NET Foundation under one or more agreements.");
SW.WriteLine("// The .NET Foundation licenses this file to you under the MIT license.");
SW.WriteLine("// See the LICENSE file in the project root for more information.");
SW.WriteLine();
}

Expand Down
1 change: 0 additions & 1 deletion src/coreclr/src/inc/genrops.pl
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.
#
# GENREFOPS.PL
#
Expand Down
2 changes: 0 additions & 2 deletions src/coreclr/src/inc/readytoruninstructionset.h
Original file line number Diff line number Diff line change
@@ -1,7 +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.

// DO NOT EDIT THIS FILE! IT IS AUTOGENERATED
// FROM /src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/InstructionSetDesc.txt
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/src/jit/ClrJit.exports
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.

EXPORTS
getJit
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/src/jit/armelnonjit/armelnonjit.def
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.
EXPORTS
getJit
jitStartup
2 changes: 0 additions & 2 deletions src/coreclr/src/jit/hwintrinsiclistarm64.h
Original file line number Diff line number Diff line change
@@ -1,7 +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 HARDWARE_INTRINSIC
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/src/jit/protojit/protojit.def
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.
EXPORTS
getJit
jitStartup
1 change: 0 additions & 1 deletion src/coreclr/src/jit/protononjit/protononjit.def
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.
EXPORTS
getJit
jitStartup
1 change: 0 additions & 1 deletion src/coreclr/src/jit/static/clrjit.def
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.
EXPORTS
getJit
jitStartup
1 change: 0 additions & 1 deletion src/coreclr/src/pal/prebuilt/corerror/makecorerror.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
@if "%_echo%"=="" echo off
REM Licensed to the .NET Foundation under one or more agreements.
REM The .NET Foundation licenses this file to you under the MIT license.
REM See the LICENSE file in the project root for more information.
setlocal

csc ..\..\..\inc\genheaders.cs
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/src/pal/src/build_tools/mdtool_dummy
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,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.

echo mdtool_dummy : not generating any dependencies
1 change: 0 additions & 1 deletion src/coreclr/src/pal/src/build_tools/mdtool_gcc.in
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.
#
# mdtool_gcc
#
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/src/pal/src/cruntime/printf.cpp
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.

/*++

Expand Down
1 change: 0 additions & 1 deletion src/coreclr/src/pal/src/locale/unicodedata.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ static void Main(string[] args)
{
Console.WriteLine("// Licensed to the .NET Foundation under one or more agreements.");
Console.WriteLine("// The .NET Foundation licenses this file to you under the MIT license.");
Console.WriteLine("// See the LICENSE file in the project root for more information.");
Console.WriteLine();

Console.WriteLine("#include \"pal/unicodedata.h\"");
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/src/pal/tests/palsuite/README.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.

===========================================================================

Expand Down
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.

Version = 1.0
Section = C Runtime
Expand Down
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.

Version = 1.0
Section = C Runtime
Expand Down
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.

Version = 1.0
Section = C Runtime
Expand Down
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.

Version = 1.0
Section = C Runtime
Expand Down
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.

Version = 1.0
Section = C Runtime
Expand Down
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.

Version = 1.0
Section = C Runtime
Expand Down
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.

Version = 1.0
Section = C Runtime
Expand Down
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.

Version = 1.0
Section = C Runtime
Expand Down
Loading