From ed96d2aad3688e2c8a339cbacb4540eaecf2344b Mon Sep 17 00:00:00 2001 From: Adeel <3840695+am11@users.noreply.github.com> Date: Mon, 4 Oct 2021 17:25:13 +0300 Subject: [PATCH] Fix license header in a few new files --- .../tools/Common/Compiler/Logging/CompilerGeneratedState.cs | 1 - .../Compiler/Logging/ReferenceSource/CompilerGeneratedState.cs | 1 - .../Common/Compiler/Logging/ReferenceSource/MessageContainer.cs | 1 - .../Common/Compiler/Logging/ReferenceSource/MessageOrigin.cs | 1 - .../tests/Generic/List/List.Generic.Tests.EnsureCapacity.cs | 1 - src/tests/JIT/Math/Functions/DivideByConst.cs | 1 - src/tests/JIT/Math/Functions/Double/AbsDouble.cs | 1 - src/tests/JIT/Math/Functions/Double/AcosDouble.cs | 1 - src/tests/JIT/Math/Functions/Double/Acosh.cs | 1 - src/tests/JIT/Math/Functions/Double/AsinDouble.cs | 1 - src/tests/JIT/Math/Functions/Double/Asinh.cs | 1 - src/tests/JIT/Math/Functions/Double/Atan2Double.cs | 1 - src/tests/JIT/Math/Functions/Double/AtanDouble.cs | 1 - src/tests/JIT/Math/Functions/Double/Atanh.cs | 1 - src/tests/JIT/Math/Functions/Double/Cbrt.cs | 1 - src/tests/JIT/Math/Functions/Double/CeilingDouble.cs | 1 - src/tests/JIT/Math/Functions/Double/CopySignDouble.cs | 1 - src/tests/JIT/Math/Functions/Double/CosDouble.cs | 1 - src/tests/JIT/Math/Functions/Double/CoshDouble.cs | 1 - src/tests/JIT/Math/Functions/Double/ExpDouble.cs | 1 - src/tests/JIT/Math/Functions/Double/FloorDouble.cs | 1 - src/tests/JIT/Math/Functions/Double/FusedMultiplyAdd.cs | 1 - src/tests/JIT/Math/Functions/Double/ILogB.cs | 1 - src/tests/JIT/Math/Functions/Double/Log10Double.cs | 1 - src/tests/JIT/Math/Functions/Double/Log2.cs | 1 - src/tests/JIT/Math/Functions/Double/LogDouble.cs | 1 - src/tests/JIT/Math/Functions/Double/MaxDouble.cs | 1 - src/tests/JIT/Math/Functions/Double/MinDouble.cs | 1 - src/tests/JIT/Math/Functions/Double/PowDouble.cs | 1 - src/tests/JIT/Math/Functions/Double/RoundDouble.cs | 1 - src/tests/JIT/Math/Functions/Double/ScaleB.cs | 1 - src/tests/JIT/Math/Functions/Double/SinDouble.cs | 1 - src/tests/JIT/Math/Functions/Double/SinhDouble.cs | 1 - src/tests/JIT/Math/Functions/Double/SqrtDouble.cs | 1 - src/tests/JIT/Math/Functions/Double/TanDouble.cs | 1 - src/tests/JIT/Math/Functions/Double/TanhDouble.cs | 1 - src/tests/JIT/Math/Functions/MathTests.cs | 1 - src/tests/JIT/Math/Functions/Program.cs | 1 - src/tests/JIT/Math/Functions/Single/AbsSingle.cs | 1 - src/tests/JIT/Math/Functions/Single/AcosSingle.cs | 1 - src/tests/JIT/Math/Functions/Single/Acosh.cs | 1 - src/tests/JIT/Math/Functions/Single/AsinSingle.cs | 1 - src/tests/JIT/Math/Functions/Single/Asinh.cs | 1 - src/tests/JIT/Math/Functions/Single/Atan2Single.cs | 1 - src/tests/JIT/Math/Functions/Single/AtanSingle.cs | 1 - src/tests/JIT/Math/Functions/Single/Atanh.cs | 1 - src/tests/JIT/Math/Functions/Single/Cbrt.cs | 1 - src/tests/JIT/Math/Functions/Single/CeilingSingle.cs | 1 - src/tests/JIT/Math/Functions/Single/CopySignSingle.cs | 1 - src/tests/JIT/Math/Functions/Single/CosSingle.cs | 1 - src/tests/JIT/Math/Functions/Single/CoshSingle.cs | 1 - src/tests/JIT/Math/Functions/Single/ExpSingle.cs | 1 - src/tests/JIT/Math/Functions/Single/FloorSingle.cs | 1 - src/tests/JIT/Math/Functions/Single/FusedMultiplyAdd.cs | 1 - src/tests/JIT/Math/Functions/Single/ILogB.cs | 1 - src/tests/JIT/Math/Functions/Single/Log10Single.cs | 1 - src/tests/JIT/Math/Functions/Single/Log2.cs | 1 - src/tests/JIT/Math/Functions/Single/LogSingle.cs | 1 - src/tests/JIT/Math/Functions/Single/MaxSingle.cs | 1 - src/tests/JIT/Math/Functions/Single/MinSingle.cs | 1 - src/tests/JIT/Math/Functions/Single/PowSingle.cs | 1 - src/tests/JIT/Math/Functions/Single/RoundSingle.cs | 1 - src/tests/JIT/Math/Functions/Single/ScaleB.cs | 1 - src/tests/JIT/Math/Functions/Single/SinSingle.cs | 1 - src/tests/JIT/Math/Functions/Single/SinhSingle.cs | 1 - src/tests/JIT/Math/Functions/Single/SqrtSingle.cs | 1 - src/tests/JIT/Math/Functions/Single/TanSingle.cs | 1 - src/tests/JIT/Math/Functions/Single/TanhSingle.cs | 1 - src/tests/JIT/opt/perf/doublenegate/GitHub_57470.cs | 2 +- 69 files changed, 1 insertion(+), 69 deletions(-) diff --git a/src/coreclr/tools/Common/Compiler/Logging/CompilerGeneratedState.cs b/src/coreclr/tools/Common/Compiler/Logging/CompilerGeneratedState.cs index 4a5f482d35048..c2d861e62b2f6 100644 --- a/src/coreclr/tools/Common/Compiler/Logging/CompilerGeneratedState.cs +++ b/src/coreclr/tools/Common/Compiler/Logging/CompilerGeneratedState.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.Collections.Generic; diff --git a/src/coreclr/tools/Common/Compiler/Logging/ReferenceSource/CompilerGeneratedState.cs b/src/coreclr/tools/Common/Compiler/Logging/ReferenceSource/CompilerGeneratedState.cs index 9df15ab508906..34821288b76d9 100644 --- a/src/coreclr/tools/Common/Compiler/Logging/ReferenceSource/CompilerGeneratedState.cs +++ b/src/coreclr/tools/Common/Compiler/Logging/ReferenceSource/CompilerGeneratedState.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.Collections.Generic; using Mono.Cecil; diff --git a/src/coreclr/tools/Common/Compiler/Logging/ReferenceSource/MessageContainer.cs b/src/coreclr/tools/Common/Compiler/Logging/ReferenceSource/MessageContainer.cs index 9417723276745..7977343d17d5a 100644 --- a/src/coreclr/tools/Common/Compiler/Logging/ReferenceSource/MessageContainer.cs +++ b/src/coreclr/tools/Common/Compiler/Logging/ReferenceSource/MessageContainer.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/src/coreclr/tools/Common/Compiler/Logging/ReferenceSource/MessageOrigin.cs b/src/coreclr/tools/Common/Compiler/Logging/ReferenceSource/MessageOrigin.cs index 701f3c0e56cde..364216788ba61 100644 --- a/src/coreclr/tools/Common/Compiler/Logging/ReferenceSource/MessageOrigin.cs +++ b/src/coreclr/tools/Common/Compiler/Logging/ReferenceSource/MessageOrigin.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.Linq; diff --git a/src/libraries/System.Collections/tests/Generic/List/List.Generic.Tests.EnsureCapacity.cs b/src/libraries/System.Collections/tests/Generic/List/List.Generic.Tests.EnsureCapacity.cs index c643df16ef087..cfbd15a6d5394 100644 --- a/src/libraries/System.Collections/tests/Generic/List/List.Generic.Tests.EnsureCapacity.cs +++ b/src/libraries/System.Collections/tests/Generic/List/List.Generic.Tests.EnsureCapacity.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.Collections.Generic; using Xunit; diff --git a/src/tests/JIT/Math/Functions/DivideByConst.cs b/src/tests/JIT/Math/Functions/DivideByConst.cs index 600213370e9b0..f0e2be18679db 100644 --- a/src/tests/JIT/Math/Functions/DivideByConst.cs +++ b/src/tests/JIT/Math/Functions/DivideByConst.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.Runtime.CompilerServices; diff --git a/src/tests/JIT/Math/Functions/Double/AbsDouble.cs b/src/tests/JIT/Math/Functions/Double/AbsDouble.cs index 13eeb4d7707e1..d5ca5f5171b48 100644 --- a/src/tests/JIT/Math/Functions/Double/AbsDouble.cs +++ b/src/tests/JIT/Math/Functions/Double/AbsDouble.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; diff --git a/src/tests/JIT/Math/Functions/Double/AcosDouble.cs b/src/tests/JIT/Math/Functions/Double/AcosDouble.cs index 2dd8a3d69f523..90c293a6b4e91 100644 --- a/src/tests/JIT/Math/Functions/Double/AcosDouble.cs +++ b/src/tests/JIT/Math/Functions/Double/AcosDouble.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; diff --git a/src/tests/JIT/Math/Functions/Double/Acosh.cs b/src/tests/JIT/Math/Functions/Double/Acosh.cs index 8da1e67a59ce6..ec4c6c73b7462 100644 --- a/src/tests/JIT/Math/Functions/Double/Acosh.cs +++ b/src/tests/JIT/Math/Functions/Double/Acosh.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; diff --git a/src/tests/JIT/Math/Functions/Double/AsinDouble.cs b/src/tests/JIT/Math/Functions/Double/AsinDouble.cs index 7f9ce5830425a..92d63989e7f1f 100644 --- a/src/tests/JIT/Math/Functions/Double/AsinDouble.cs +++ b/src/tests/JIT/Math/Functions/Double/AsinDouble.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; diff --git a/src/tests/JIT/Math/Functions/Double/Asinh.cs b/src/tests/JIT/Math/Functions/Double/Asinh.cs index e52e9f4636310..c6b60f7aa5f66 100644 --- a/src/tests/JIT/Math/Functions/Double/Asinh.cs +++ b/src/tests/JIT/Math/Functions/Double/Asinh.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; diff --git a/src/tests/JIT/Math/Functions/Double/Atan2Double.cs b/src/tests/JIT/Math/Functions/Double/Atan2Double.cs index c56fa2fcaedc5..9776f51f1fc5b 100644 --- a/src/tests/JIT/Math/Functions/Double/Atan2Double.cs +++ b/src/tests/JIT/Math/Functions/Double/Atan2Double.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; diff --git a/src/tests/JIT/Math/Functions/Double/AtanDouble.cs b/src/tests/JIT/Math/Functions/Double/AtanDouble.cs index d1739b833fa58..9099cf0e23ae0 100644 --- a/src/tests/JIT/Math/Functions/Double/AtanDouble.cs +++ b/src/tests/JIT/Math/Functions/Double/AtanDouble.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; diff --git a/src/tests/JIT/Math/Functions/Double/Atanh.cs b/src/tests/JIT/Math/Functions/Double/Atanh.cs index d1394dbc2d198..78c372dfb6de2 100644 --- a/src/tests/JIT/Math/Functions/Double/Atanh.cs +++ b/src/tests/JIT/Math/Functions/Double/Atanh.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; diff --git a/src/tests/JIT/Math/Functions/Double/Cbrt.cs b/src/tests/JIT/Math/Functions/Double/Cbrt.cs index b6b0a9187622d..f3da29e474dc6 100644 --- a/src/tests/JIT/Math/Functions/Double/Cbrt.cs +++ b/src/tests/JIT/Math/Functions/Double/Cbrt.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; diff --git a/src/tests/JIT/Math/Functions/Double/CeilingDouble.cs b/src/tests/JIT/Math/Functions/Double/CeilingDouble.cs index c050c7c651cb5..20f01ed7b07e2 100644 --- a/src/tests/JIT/Math/Functions/Double/CeilingDouble.cs +++ b/src/tests/JIT/Math/Functions/Double/CeilingDouble.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; diff --git a/src/tests/JIT/Math/Functions/Double/CopySignDouble.cs b/src/tests/JIT/Math/Functions/Double/CopySignDouble.cs index f3331e0bd17d3..bf7ccfa04e9a4 100644 --- a/src/tests/JIT/Math/Functions/Double/CopySignDouble.cs +++ b/src/tests/JIT/Math/Functions/Double/CopySignDouble.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; diff --git a/src/tests/JIT/Math/Functions/Double/CosDouble.cs b/src/tests/JIT/Math/Functions/Double/CosDouble.cs index 036d2cee08ebe..335943f211d61 100644 --- a/src/tests/JIT/Math/Functions/Double/CosDouble.cs +++ b/src/tests/JIT/Math/Functions/Double/CosDouble.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; diff --git a/src/tests/JIT/Math/Functions/Double/CoshDouble.cs b/src/tests/JIT/Math/Functions/Double/CoshDouble.cs index bfa3108ecdba2..ce3c484f8deda 100644 --- a/src/tests/JIT/Math/Functions/Double/CoshDouble.cs +++ b/src/tests/JIT/Math/Functions/Double/CoshDouble.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; diff --git a/src/tests/JIT/Math/Functions/Double/ExpDouble.cs b/src/tests/JIT/Math/Functions/Double/ExpDouble.cs index 1058097ca9159..a4fad72c3666f 100644 --- a/src/tests/JIT/Math/Functions/Double/ExpDouble.cs +++ b/src/tests/JIT/Math/Functions/Double/ExpDouble.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; diff --git a/src/tests/JIT/Math/Functions/Double/FloorDouble.cs b/src/tests/JIT/Math/Functions/Double/FloorDouble.cs index b214466143bed..52463f0eb67e2 100644 --- a/src/tests/JIT/Math/Functions/Double/FloorDouble.cs +++ b/src/tests/JIT/Math/Functions/Double/FloorDouble.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; diff --git a/src/tests/JIT/Math/Functions/Double/FusedMultiplyAdd.cs b/src/tests/JIT/Math/Functions/Double/FusedMultiplyAdd.cs index 4d483ab95cc3c..dbdda1f73312c 100644 --- a/src/tests/JIT/Math/Functions/Double/FusedMultiplyAdd.cs +++ b/src/tests/JIT/Math/Functions/Double/FusedMultiplyAdd.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; diff --git a/src/tests/JIT/Math/Functions/Double/ILogB.cs b/src/tests/JIT/Math/Functions/Double/ILogB.cs index 5e8f50d6a8348..de0153c138c44 100644 --- a/src/tests/JIT/Math/Functions/Double/ILogB.cs +++ b/src/tests/JIT/Math/Functions/Double/ILogB.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; diff --git a/src/tests/JIT/Math/Functions/Double/Log10Double.cs b/src/tests/JIT/Math/Functions/Double/Log10Double.cs index 0a90d9ba8221d..3174e7fd0efc0 100644 --- a/src/tests/JIT/Math/Functions/Double/Log10Double.cs +++ b/src/tests/JIT/Math/Functions/Double/Log10Double.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; diff --git a/src/tests/JIT/Math/Functions/Double/Log2.cs b/src/tests/JIT/Math/Functions/Double/Log2.cs index 1a8e0206e9722..0c47fc398724a 100644 --- a/src/tests/JIT/Math/Functions/Double/Log2.cs +++ b/src/tests/JIT/Math/Functions/Double/Log2.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; diff --git a/src/tests/JIT/Math/Functions/Double/LogDouble.cs b/src/tests/JIT/Math/Functions/Double/LogDouble.cs index f53f5e18abe4d..4ea781b4ecf3d 100644 --- a/src/tests/JIT/Math/Functions/Double/LogDouble.cs +++ b/src/tests/JIT/Math/Functions/Double/LogDouble.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; diff --git a/src/tests/JIT/Math/Functions/Double/MaxDouble.cs b/src/tests/JIT/Math/Functions/Double/MaxDouble.cs index fe1d63c2734ab..1ff2383b66655 100644 --- a/src/tests/JIT/Math/Functions/Double/MaxDouble.cs +++ b/src/tests/JIT/Math/Functions/Double/MaxDouble.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; diff --git a/src/tests/JIT/Math/Functions/Double/MinDouble.cs b/src/tests/JIT/Math/Functions/Double/MinDouble.cs index 82e5bf4ce63f4..1ab295efe7d7f 100644 --- a/src/tests/JIT/Math/Functions/Double/MinDouble.cs +++ b/src/tests/JIT/Math/Functions/Double/MinDouble.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; diff --git a/src/tests/JIT/Math/Functions/Double/PowDouble.cs b/src/tests/JIT/Math/Functions/Double/PowDouble.cs index c97e6911bf4cf..c03f8b403587e 100644 --- a/src/tests/JIT/Math/Functions/Double/PowDouble.cs +++ b/src/tests/JIT/Math/Functions/Double/PowDouble.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; diff --git a/src/tests/JIT/Math/Functions/Double/RoundDouble.cs b/src/tests/JIT/Math/Functions/Double/RoundDouble.cs index 790d32d4f14f5..0bb4d50cb0561 100644 --- a/src/tests/JIT/Math/Functions/Double/RoundDouble.cs +++ b/src/tests/JIT/Math/Functions/Double/RoundDouble.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; diff --git a/src/tests/JIT/Math/Functions/Double/ScaleB.cs b/src/tests/JIT/Math/Functions/Double/ScaleB.cs index 976d5fcd4030a..ecdc167d14370 100644 --- a/src/tests/JIT/Math/Functions/Double/ScaleB.cs +++ b/src/tests/JIT/Math/Functions/Double/ScaleB.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; diff --git a/src/tests/JIT/Math/Functions/Double/SinDouble.cs b/src/tests/JIT/Math/Functions/Double/SinDouble.cs index ba32fda399471..3220bf30ec6e2 100644 --- a/src/tests/JIT/Math/Functions/Double/SinDouble.cs +++ b/src/tests/JIT/Math/Functions/Double/SinDouble.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; diff --git a/src/tests/JIT/Math/Functions/Double/SinhDouble.cs b/src/tests/JIT/Math/Functions/Double/SinhDouble.cs index 3d9c1d3fe324d..76d9a3ae16159 100644 --- a/src/tests/JIT/Math/Functions/Double/SinhDouble.cs +++ b/src/tests/JIT/Math/Functions/Double/SinhDouble.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; diff --git a/src/tests/JIT/Math/Functions/Double/SqrtDouble.cs b/src/tests/JIT/Math/Functions/Double/SqrtDouble.cs index e30c86a288e00..5e4fff7d6e1e8 100644 --- a/src/tests/JIT/Math/Functions/Double/SqrtDouble.cs +++ b/src/tests/JIT/Math/Functions/Double/SqrtDouble.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; diff --git a/src/tests/JIT/Math/Functions/Double/TanDouble.cs b/src/tests/JIT/Math/Functions/Double/TanDouble.cs index 844155bf32079..e57d4cabf99ef 100644 --- a/src/tests/JIT/Math/Functions/Double/TanDouble.cs +++ b/src/tests/JIT/Math/Functions/Double/TanDouble.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; diff --git a/src/tests/JIT/Math/Functions/Double/TanhDouble.cs b/src/tests/JIT/Math/Functions/Double/TanhDouble.cs index 6ad7efa1e2b32..b91f360984bb1 100644 --- a/src/tests/JIT/Math/Functions/Double/TanhDouble.cs +++ b/src/tests/JIT/Math/Functions/Double/TanhDouble.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; diff --git a/src/tests/JIT/Math/Functions/MathTests.cs b/src/tests/JIT/Math/Functions/MathTests.cs index 5b8da728e9e96..d4652f35edc13 100644 --- a/src/tests/JIT/Math/Functions/MathTests.cs +++ b/src/tests/JIT/Math/Functions/MathTests.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. namespace System.MathBenchmarks { diff --git a/src/tests/JIT/Math/Functions/Program.cs b/src/tests/JIT/Math/Functions/Program.cs index ae9105eab6dbd..004b32f444655 100644 --- a/src/tests/JIT/Math/Functions/Program.cs +++ b/src/tests/JIT/Math/Functions/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. namespace System.MathBenchmarks { diff --git a/src/tests/JIT/Math/Functions/Single/AbsSingle.cs b/src/tests/JIT/Math/Functions/Single/AbsSingle.cs index 88c6cb936ad4b..ce7a3dbd9ca95 100644 --- a/src/tests/JIT/Math/Functions/Single/AbsSingle.cs +++ b/src/tests/JIT/Math/Functions/Single/AbsSingle.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; diff --git a/src/tests/JIT/Math/Functions/Single/AcosSingle.cs b/src/tests/JIT/Math/Functions/Single/AcosSingle.cs index 322f7037c0204..ebd6e11954432 100644 --- a/src/tests/JIT/Math/Functions/Single/AcosSingle.cs +++ b/src/tests/JIT/Math/Functions/Single/AcosSingle.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; diff --git a/src/tests/JIT/Math/Functions/Single/Acosh.cs b/src/tests/JIT/Math/Functions/Single/Acosh.cs index 1ab4ac40245c2..30d6dae64b617 100644 --- a/src/tests/JIT/Math/Functions/Single/Acosh.cs +++ b/src/tests/JIT/Math/Functions/Single/Acosh.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; diff --git a/src/tests/JIT/Math/Functions/Single/AsinSingle.cs b/src/tests/JIT/Math/Functions/Single/AsinSingle.cs index 1982ae23a5383..4fdd56bc58dfc 100644 --- a/src/tests/JIT/Math/Functions/Single/AsinSingle.cs +++ b/src/tests/JIT/Math/Functions/Single/AsinSingle.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; diff --git a/src/tests/JIT/Math/Functions/Single/Asinh.cs b/src/tests/JIT/Math/Functions/Single/Asinh.cs index 8cb68d6f8e0e4..774ec3ef8eef0 100644 --- a/src/tests/JIT/Math/Functions/Single/Asinh.cs +++ b/src/tests/JIT/Math/Functions/Single/Asinh.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; diff --git a/src/tests/JIT/Math/Functions/Single/Atan2Single.cs b/src/tests/JIT/Math/Functions/Single/Atan2Single.cs index 9068226c97443..14741d10ce517 100644 --- a/src/tests/JIT/Math/Functions/Single/Atan2Single.cs +++ b/src/tests/JIT/Math/Functions/Single/Atan2Single.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; diff --git a/src/tests/JIT/Math/Functions/Single/AtanSingle.cs b/src/tests/JIT/Math/Functions/Single/AtanSingle.cs index 8e9fc11c80783..aefcc42240b0c 100644 --- a/src/tests/JIT/Math/Functions/Single/AtanSingle.cs +++ b/src/tests/JIT/Math/Functions/Single/AtanSingle.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; diff --git a/src/tests/JIT/Math/Functions/Single/Atanh.cs b/src/tests/JIT/Math/Functions/Single/Atanh.cs index b5d2063ec0517..528192da3f7b1 100644 --- a/src/tests/JIT/Math/Functions/Single/Atanh.cs +++ b/src/tests/JIT/Math/Functions/Single/Atanh.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; diff --git a/src/tests/JIT/Math/Functions/Single/Cbrt.cs b/src/tests/JIT/Math/Functions/Single/Cbrt.cs index fd8df18bb02e7..db6f0c35e84a5 100644 --- a/src/tests/JIT/Math/Functions/Single/Cbrt.cs +++ b/src/tests/JIT/Math/Functions/Single/Cbrt.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; diff --git a/src/tests/JIT/Math/Functions/Single/CeilingSingle.cs b/src/tests/JIT/Math/Functions/Single/CeilingSingle.cs index ed36615fecbc6..58b363bf3530f 100644 --- a/src/tests/JIT/Math/Functions/Single/CeilingSingle.cs +++ b/src/tests/JIT/Math/Functions/Single/CeilingSingle.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; diff --git a/src/tests/JIT/Math/Functions/Single/CopySignSingle.cs b/src/tests/JIT/Math/Functions/Single/CopySignSingle.cs index 5a0c35736d7bc..2edb3b0164774 100644 --- a/src/tests/JIT/Math/Functions/Single/CopySignSingle.cs +++ b/src/tests/JIT/Math/Functions/Single/CopySignSingle.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; diff --git a/src/tests/JIT/Math/Functions/Single/CosSingle.cs b/src/tests/JIT/Math/Functions/Single/CosSingle.cs index f27428fc382d7..00db607028d89 100644 --- a/src/tests/JIT/Math/Functions/Single/CosSingle.cs +++ b/src/tests/JIT/Math/Functions/Single/CosSingle.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; diff --git a/src/tests/JIT/Math/Functions/Single/CoshSingle.cs b/src/tests/JIT/Math/Functions/Single/CoshSingle.cs index f326bde87032a..92b30abce3c49 100644 --- a/src/tests/JIT/Math/Functions/Single/CoshSingle.cs +++ b/src/tests/JIT/Math/Functions/Single/CoshSingle.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; diff --git a/src/tests/JIT/Math/Functions/Single/ExpSingle.cs b/src/tests/JIT/Math/Functions/Single/ExpSingle.cs index 3d5010f4aa81d..d8f250c98a896 100644 --- a/src/tests/JIT/Math/Functions/Single/ExpSingle.cs +++ b/src/tests/JIT/Math/Functions/Single/ExpSingle.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; diff --git a/src/tests/JIT/Math/Functions/Single/FloorSingle.cs b/src/tests/JIT/Math/Functions/Single/FloorSingle.cs index 5baa87fd4bb85..8d04c73fc97d7 100644 --- a/src/tests/JIT/Math/Functions/Single/FloorSingle.cs +++ b/src/tests/JIT/Math/Functions/Single/FloorSingle.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; diff --git a/src/tests/JIT/Math/Functions/Single/FusedMultiplyAdd.cs b/src/tests/JIT/Math/Functions/Single/FusedMultiplyAdd.cs index d2dd3229f1bd4..4b24894c211b2 100644 --- a/src/tests/JIT/Math/Functions/Single/FusedMultiplyAdd.cs +++ b/src/tests/JIT/Math/Functions/Single/FusedMultiplyAdd.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; diff --git a/src/tests/JIT/Math/Functions/Single/ILogB.cs b/src/tests/JIT/Math/Functions/Single/ILogB.cs index 4361ec5e6bca1..80f4d3f3e56d2 100644 --- a/src/tests/JIT/Math/Functions/Single/ILogB.cs +++ b/src/tests/JIT/Math/Functions/Single/ILogB.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; diff --git a/src/tests/JIT/Math/Functions/Single/Log10Single.cs b/src/tests/JIT/Math/Functions/Single/Log10Single.cs index 6f4617f61fa93..ffe4529a757c7 100644 --- a/src/tests/JIT/Math/Functions/Single/Log10Single.cs +++ b/src/tests/JIT/Math/Functions/Single/Log10Single.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; diff --git a/src/tests/JIT/Math/Functions/Single/Log2.cs b/src/tests/JIT/Math/Functions/Single/Log2.cs index 4da7d7ab2ae2b..5d66d4aeb2b30 100644 --- a/src/tests/JIT/Math/Functions/Single/Log2.cs +++ b/src/tests/JIT/Math/Functions/Single/Log2.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; diff --git a/src/tests/JIT/Math/Functions/Single/LogSingle.cs b/src/tests/JIT/Math/Functions/Single/LogSingle.cs index ed52674dff1dd..1cbf26d12932e 100644 --- a/src/tests/JIT/Math/Functions/Single/LogSingle.cs +++ b/src/tests/JIT/Math/Functions/Single/LogSingle.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; diff --git a/src/tests/JIT/Math/Functions/Single/MaxSingle.cs b/src/tests/JIT/Math/Functions/Single/MaxSingle.cs index 923b327992b42..4ff5f7d554a24 100644 --- a/src/tests/JIT/Math/Functions/Single/MaxSingle.cs +++ b/src/tests/JIT/Math/Functions/Single/MaxSingle.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; diff --git a/src/tests/JIT/Math/Functions/Single/MinSingle.cs b/src/tests/JIT/Math/Functions/Single/MinSingle.cs index 436f6ff807759..5dd5475d88e7b 100644 --- a/src/tests/JIT/Math/Functions/Single/MinSingle.cs +++ b/src/tests/JIT/Math/Functions/Single/MinSingle.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; diff --git a/src/tests/JIT/Math/Functions/Single/PowSingle.cs b/src/tests/JIT/Math/Functions/Single/PowSingle.cs index 0517dfa8958b4..766e365c27c3c 100644 --- a/src/tests/JIT/Math/Functions/Single/PowSingle.cs +++ b/src/tests/JIT/Math/Functions/Single/PowSingle.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; diff --git a/src/tests/JIT/Math/Functions/Single/RoundSingle.cs b/src/tests/JIT/Math/Functions/Single/RoundSingle.cs index cb92704f8be7c..b1379d579e609 100644 --- a/src/tests/JIT/Math/Functions/Single/RoundSingle.cs +++ b/src/tests/JIT/Math/Functions/Single/RoundSingle.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; diff --git a/src/tests/JIT/Math/Functions/Single/ScaleB.cs b/src/tests/JIT/Math/Functions/Single/ScaleB.cs index 4a9a089feadf6..c89cb22fae8cf 100644 --- a/src/tests/JIT/Math/Functions/Single/ScaleB.cs +++ b/src/tests/JIT/Math/Functions/Single/ScaleB.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; diff --git a/src/tests/JIT/Math/Functions/Single/SinSingle.cs b/src/tests/JIT/Math/Functions/Single/SinSingle.cs index 7b4c727ef0b17..a3084e0dcedb5 100644 --- a/src/tests/JIT/Math/Functions/Single/SinSingle.cs +++ b/src/tests/JIT/Math/Functions/Single/SinSingle.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; diff --git a/src/tests/JIT/Math/Functions/Single/SinhSingle.cs b/src/tests/JIT/Math/Functions/Single/SinhSingle.cs index ed5fb96f3f199..71a7c12c8501d 100644 --- a/src/tests/JIT/Math/Functions/Single/SinhSingle.cs +++ b/src/tests/JIT/Math/Functions/Single/SinhSingle.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; diff --git a/src/tests/JIT/Math/Functions/Single/SqrtSingle.cs b/src/tests/JIT/Math/Functions/Single/SqrtSingle.cs index 2d80d67b091b7..94e392acc9628 100644 --- a/src/tests/JIT/Math/Functions/Single/SqrtSingle.cs +++ b/src/tests/JIT/Math/Functions/Single/SqrtSingle.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; diff --git a/src/tests/JIT/Math/Functions/Single/TanSingle.cs b/src/tests/JIT/Math/Functions/Single/TanSingle.cs index 284de8b8e66db..fb4a2e4cbe50e 100644 --- a/src/tests/JIT/Math/Functions/Single/TanSingle.cs +++ b/src/tests/JIT/Math/Functions/Single/TanSingle.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; diff --git a/src/tests/JIT/Math/Functions/Single/TanhSingle.cs b/src/tests/JIT/Math/Functions/Single/TanhSingle.cs index 3674cef2a33d7..4f89df37327af 100644 --- a/src/tests/JIT/Math/Functions/Single/TanhSingle.cs +++ b/src/tests/JIT/Math/Functions/Single/TanhSingle.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; diff --git a/src/tests/JIT/opt/perf/doublenegate/GitHub_57470.cs b/src/tests/JIT/opt/perf/doublenegate/GitHub_57470.cs index e0dbc3534c177..959c017762f8a 100644 --- a/src/tests/JIT/opt/perf/doublenegate/GitHub_57470.cs +++ b/src/tests/JIT/opt/perf/doublenegate/GitHub_57470.cs @@ -1,6 +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 auto-generated. // Seed: -1