summaryrefslogtreecommitdiff
path: root/tests/src/JIT/CodeGenBringUpTests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/JIT/CodeGenBringUpTests')
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/Add1.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/And1.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/AndRef.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/Args4.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/Args5.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/AsgAdd1.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/AsgAnd1.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/AsgOr1.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/AsgSub1.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/AsgXor1.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/BinaryRMW.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/Call1.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/CnsBool.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/CnsLng1.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/DblAdd.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/DblAddConst.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/DblArea.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/DblArray.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/DblAvg2.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/DblAvg6.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/DblCall1.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/DblCall2.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/DblDist.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/DblDiv.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/DblDivConst.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/DblFillArray.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/DblMul.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/DblMulConst.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/DblNeg.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/DblRem.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/DblRoots.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/DblSub.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/DblSubConst.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/DblVar.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/Eq1.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/FPAdd.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/FPAddConst.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/FPArea.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/FPArray.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/FPAvg2.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/FPAvg6.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/FPCall1.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/FPCall2.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/FPConvDbl2Lng.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/FPConvF2F.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/FPConvF2I.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/FPConvF2Lng.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/FPConvI2F.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/FPDist.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/FPDiv.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/FPDivConst.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/FPError.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/FPFillArray.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/FPMath.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/FPMul.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/FPMulConst.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/FPNeg.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/FPRem.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/FPRoots.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/FPSmall.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/FPSub.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/FPSubConst.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/FPVar.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/FactorialRec.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/FibLoop.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/FiboRec.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/Gcd.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/Ge1.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/Gt1.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/Ind1.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/InitObj.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/InstanceCalls.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/IntArraySum.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/IntConv.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/JTrue1.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/JTrueEqDbl.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/JTrueEqFP.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/JTrueEqInt1.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/JTrueGeDbl.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/JTrueGeFP.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/JTrueGeInt1.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/JTrueGtDbl.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/JTrueGtFP.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/JTrueGtInt1.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/JTrueLeDbl.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/JTrueLeFP.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/JTrueLeInt1.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/JTrueLtDbl.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/JTrueLtFP.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/JTrueLtInt1.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/JTrueNeDbl.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/JTrueNeFP.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/JTrueNeInt1.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/Jmp1.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/Le1.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/LeftShift.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/LngConv.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/Localloc.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/LocallocLarge.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/LongArgsAndReturn.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/Lt1.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/Ne1.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/NegRMW.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/NestedCall.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/NotAndNeg.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/NotRMW.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/ObjAlloc.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/OpMembersOfStructLocal.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/Or1.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/OrRef.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/RecursiveTailCall.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/RightShiftRef.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/Rotate.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/StaticCalls.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/StaticValueField.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/StructFldAddr.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/StructInstMethod.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/Sub1.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/SubRef.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/Swap.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/Switch.cs7
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/Unbox.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/Xor1.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/XorRef.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/addref.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/div1.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/div2.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/divref.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/mul1.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/mul2.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/mul3.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/mul4.cs5
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/rem1.cs5
133 files changed, 400 insertions, 267 deletions
diff --git a/tests/src/JIT/CodeGenBringUpTests/Add1.cs b/tests/src/JIT/CodeGenBringUpTests/Add1.cs
index 9bfde24dc5..1f06dfdfd9 100644
--- a/tests/src/JIT/CodeGenBringUpTests/Add1.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/Add1.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/And1.cs b/tests/src/JIT/CodeGenBringUpTests/And1.cs
index 2ab751a852..360ea90d78 100644
--- a/tests/src/JIT/CodeGenBringUpTests/And1.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/And1.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/AndRef.cs b/tests/src/JIT/CodeGenBringUpTests/AndRef.cs
index c1240768c8..8806a429d0 100644
--- a/tests/src/JIT/CodeGenBringUpTests/AndRef.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/AndRef.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/Args4.cs b/tests/src/JIT/CodeGenBringUpTests/Args4.cs
index 44fe885334..d2e7ca4b61 100644
--- a/tests/src/JIT/CodeGenBringUpTests/Args4.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/Args4.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/Args5.cs b/tests/src/JIT/CodeGenBringUpTests/Args5.cs
index efaee9ae51..1a00165850 100644
--- a/tests/src/JIT/CodeGenBringUpTests/Args5.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/Args5.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/AsgAdd1.cs b/tests/src/JIT/CodeGenBringUpTests/AsgAdd1.cs
index 74d990fec6..e6746e1c41 100644
--- a/tests/src/JIT/CodeGenBringUpTests/AsgAdd1.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/AsgAdd1.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/AsgAnd1.cs b/tests/src/JIT/CodeGenBringUpTests/AsgAnd1.cs
index 796bbe627e..41a480de2f 100644
--- a/tests/src/JIT/CodeGenBringUpTests/AsgAnd1.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/AsgAnd1.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/AsgOr1.cs b/tests/src/JIT/CodeGenBringUpTests/AsgOr1.cs
index c26bb7aff5..04a9ceabc1 100644
--- a/tests/src/JIT/CodeGenBringUpTests/AsgOr1.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/AsgOr1.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/AsgSub1.cs b/tests/src/JIT/CodeGenBringUpTests/AsgSub1.cs
index b36e967c04..6325693e1f 100644
--- a/tests/src/JIT/CodeGenBringUpTests/AsgSub1.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/AsgSub1.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/AsgXor1.cs b/tests/src/JIT/CodeGenBringUpTests/AsgXor1.cs
index 80f89afdc8..7c7bc10e8f 100644
--- a/tests/src/JIT/CodeGenBringUpTests/AsgXor1.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/AsgXor1.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/BinaryRMW.cs b/tests/src/JIT/CodeGenBringUpTests/BinaryRMW.cs
index 63fa2b2dcb..1eda8444d6 100644
--- a/tests/src/JIT/CodeGenBringUpTests/BinaryRMW.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/BinaryRMW.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/Call1.cs b/tests/src/JIT/CodeGenBringUpTests/Call1.cs
index 163536eb46..789dc64d05 100644
--- a/tests/src/JIT/CodeGenBringUpTests/Call1.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/Call1.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/CnsBool.cs b/tests/src/JIT/CodeGenBringUpTests/CnsBool.cs
index 8ff8151f81..4de1fdfcc2 100644
--- a/tests/src/JIT/CodeGenBringUpTests/CnsBool.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/CnsBool.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/CnsLng1.cs b/tests/src/JIT/CodeGenBringUpTests/CnsLng1.cs
index 9bd418a8ae..0d9539a4b6 100644
--- a/tests/src/JIT/CodeGenBringUpTests/CnsLng1.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/CnsLng1.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/DblAdd.cs b/tests/src/JIT/CodeGenBringUpTests/DblAdd.cs
index eb1d8e18b9..bf210a62b8 100644
--- a/tests/src/JIT/CodeGenBringUpTests/DblAdd.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/DblAdd.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/DblAddConst.cs b/tests/src/JIT/CodeGenBringUpTests/DblAddConst.cs
index eda6a079a9..c6bb4be6a4 100644
--- a/tests/src/JIT/CodeGenBringUpTests/DblAddConst.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/DblAddConst.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/DblArea.cs b/tests/src/JIT/CodeGenBringUpTests/DblArea.cs
index 3e34a7bc64..ccc8a989d7 100644
--- a/tests/src/JIT/CodeGenBringUpTests/DblArea.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/DblArea.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/DblArray.cs b/tests/src/JIT/CodeGenBringUpTests/DblArray.cs
index 18b2d2df64..1c133bfea9 100644
--- a/tests/src/JIT/CodeGenBringUpTests/DblArray.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/DblArray.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/DblAvg2.cs b/tests/src/JIT/CodeGenBringUpTests/DblAvg2.cs
index ca1e82fd90..060f49ee54 100644
--- a/tests/src/JIT/CodeGenBringUpTests/DblAvg2.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/DblAvg2.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/DblAvg6.cs b/tests/src/JIT/CodeGenBringUpTests/DblAvg6.cs
index c43a0ecdbf..8a18635bcd 100644
--- a/tests/src/JIT/CodeGenBringUpTests/DblAvg6.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/DblAvg6.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/DblCall1.cs b/tests/src/JIT/CodeGenBringUpTests/DblCall1.cs
index 7d52e3665f..85ed07f32e 100644
--- a/tests/src/JIT/CodeGenBringUpTests/DblCall1.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/DblCall1.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/DblCall2.cs b/tests/src/JIT/CodeGenBringUpTests/DblCall2.cs
index 08bd3171ee..bede8a02c9 100644
--- a/tests/src/JIT/CodeGenBringUpTests/DblCall2.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/DblCall2.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/DblDist.cs b/tests/src/JIT/CodeGenBringUpTests/DblDist.cs
index 16253b58af..461c973cb3 100644
--- a/tests/src/JIT/CodeGenBringUpTests/DblDist.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/DblDist.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/DblDiv.cs b/tests/src/JIT/CodeGenBringUpTests/DblDiv.cs
index 8c69c47750..d093d980bc 100644
--- a/tests/src/JIT/CodeGenBringUpTests/DblDiv.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/DblDiv.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/DblDivConst.cs b/tests/src/JIT/CodeGenBringUpTests/DblDivConst.cs
index 2cfb5ecfc5..dfefed6c10 100644
--- a/tests/src/JIT/CodeGenBringUpTests/DblDivConst.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/DblDivConst.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/DblFillArray.cs b/tests/src/JIT/CodeGenBringUpTests/DblFillArray.cs
index e106127f97..3d49adafbb 100644
--- a/tests/src/JIT/CodeGenBringUpTests/DblFillArray.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/DblFillArray.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/DblMul.cs b/tests/src/JIT/CodeGenBringUpTests/DblMul.cs
index 203b591268..7a0bb41249 100644
--- a/tests/src/JIT/CodeGenBringUpTests/DblMul.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/DblMul.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/DblMulConst.cs b/tests/src/JIT/CodeGenBringUpTests/DblMulConst.cs
index 3d6fed8f34..6489ae6c4f 100644
--- a/tests/src/JIT/CodeGenBringUpTests/DblMulConst.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/DblMulConst.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/DblNeg.cs b/tests/src/JIT/CodeGenBringUpTests/DblNeg.cs
index eb462f54d3..816f165921 100644
--- a/tests/src/JIT/CodeGenBringUpTests/DblNeg.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/DblNeg.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/DblRem.cs b/tests/src/JIT/CodeGenBringUpTests/DblRem.cs
index a31df7e66b..8ab79eac80 100644
--- a/tests/src/JIT/CodeGenBringUpTests/DblRem.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/DblRem.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/DblRoots.cs b/tests/src/JIT/CodeGenBringUpTests/DblRoots.cs
index 45ec9bc438..e7861087b7 100644
--- a/tests/src/JIT/CodeGenBringUpTests/DblRoots.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/DblRoots.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/DblSub.cs b/tests/src/JIT/CodeGenBringUpTests/DblSub.cs
index e3b13b774f..70620b41f1 100644
--- a/tests/src/JIT/CodeGenBringUpTests/DblSub.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/DblSub.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/DblSubConst.cs b/tests/src/JIT/CodeGenBringUpTests/DblSubConst.cs
index c8b1f86c73..f214685185 100644
--- a/tests/src/JIT/CodeGenBringUpTests/DblSubConst.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/DblSubConst.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/DblVar.cs b/tests/src/JIT/CodeGenBringUpTests/DblVar.cs
index 205c4a9053..50ec123908 100644
--- a/tests/src/JIT/CodeGenBringUpTests/DblVar.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/DblVar.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/Eq1.cs b/tests/src/JIT/CodeGenBringUpTests/Eq1.cs
index 375de54eb4..79acad4f4b 100644
--- a/tests/src/JIT/CodeGenBringUpTests/Eq1.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/Eq1.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/FPAdd.cs b/tests/src/JIT/CodeGenBringUpTests/FPAdd.cs
index 5a407225e5..bd17184526 100644
--- a/tests/src/JIT/CodeGenBringUpTests/FPAdd.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/FPAdd.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/FPAddConst.cs b/tests/src/JIT/CodeGenBringUpTests/FPAddConst.cs
index 26df4e9866..46dfa33f5c 100644
--- a/tests/src/JIT/CodeGenBringUpTests/FPAddConst.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/FPAddConst.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/FPArea.cs b/tests/src/JIT/CodeGenBringUpTests/FPArea.cs
index cb38d4238c..ff3965b31a 100644
--- a/tests/src/JIT/CodeGenBringUpTests/FPArea.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/FPArea.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/FPArray.cs b/tests/src/JIT/CodeGenBringUpTests/FPArray.cs
index 6531b8244f..5691baae2b 100644
--- a/tests/src/JIT/CodeGenBringUpTests/FPArray.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/FPArray.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/FPAvg2.cs b/tests/src/JIT/CodeGenBringUpTests/FPAvg2.cs
index 10d72644da..3a308f059f 100644
--- a/tests/src/JIT/CodeGenBringUpTests/FPAvg2.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/FPAvg2.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/FPAvg6.cs b/tests/src/JIT/CodeGenBringUpTests/FPAvg6.cs
index 31fa369f25..62a5907d7a 100644
--- a/tests/src/JIT/CodeGenBringUpTests/FPAvg6.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/FPAvg6.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/FPCall1.cs b/tests/src/JIT/CodeGenBringUpTests/FPCall1.cs
index 3ee9a9b6cf..ccf18c228d 100644
--- a/tests/src/JIT/CodeGenBringUpTests/FPCall1.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/FPCall1.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/FPCall2.cs b/tests/src/JIT/CodeGenBringUpTests/FPCall2.cs
index 9967fc7634..c20d19d2fb 100644
--- a/tests/src/JIT/CodeGenBringUpTests/FPCall2.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/FPCall2.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/FPConvDbl2Lng.cs b/tests/src/JIT/CodeGenBringUpTests/FPConvDbl2Lng.cs
index 631fb4a8de..e3ce216ac4 100644
--- a/tests/src/JIT/CodeGenBringUpTests/FPConvDbl2Lng.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/FPConvDbl2Lng.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/FPConvF2F.cs b/tests/src/JIT/CodeGenBringUpTests/FPConvF2F.cs
index 4e2f9de7b5..6e8f27fb4c 100644
--- a/tests/src/JIT/CodeGenBringUpTests/FPConvF2F.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/FPConvF2F.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/FPConvF2I.cs b/tests/src/JIT/CodeGenBringUpTests/FPConvF2I.cs
index d78471d99f..f3791d4531 100644
--- a/tests/src/JIT/CodeGenBringUpTests/FPConvF2I.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/FPConvF2I.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/FPConvF2Lng.cs b/tests/src/JIT/CodeGenBringUpTests/FPConvF2Lng.cs
index eabab7ff30..da15bdba10 100644
--- a/tests/src/JIT/CodeGenBringUpTests/FPConvF2Lng.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/FPConvF2Lng.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/FPConvI2F.cs b/tests/src/JIT/CodeGenBringUpTests/FPConvI2F.cs
index 4c1cae73e8..76f4df3134 100644
--- a/tests/src/JIT/CodeGenBringUpTests/FPConvI2F.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/FPConvI2F.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/FPDist.cs b/tests/src/JIT/CodeGenBringUpTests/FPDist.cs
index af88a64b07..dbeaa2cddd 100644
--- a/tests/src/JIT/CodeGenBringUpTests/FPDist.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/FPDist.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/FPDiv.cs b/tests/src/JIT/CodeGenBringUpTests/FPDiv.cs
index b71c864baf..265600bafc 100644
--- a/tests/src/JIT/CodeGenBringUpTests/FPDiv.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/FPDiv.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/FPDivConst.cs b/tests/src/JIT/CodeGenBringUpTests/FPDivConst.cs
index b608c27692..fa648d3961 100644
--- a/tests/src/JIT/CodeGenBringUpTests/FPDivConst.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/FPDivConst.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/FPError.cs b/tests/src/JIT/CodeGenBringUpTests/FPError.cs
index d48a3660ec..7ebbc86795 100644
--- a/tests/src/JIT/CodeGenBringUpTests/FPError.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/FPError.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/FPFillArray.cs b/tests/src/JIT/CodeGenBringUpTests/FPFillArray.cs
index acdc27094e..d5764eee5f 100644
--- a/tests/src/JIT/CodeGenBringUpTests/FPFillArray.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/FPFillArray.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/FPMath.cs b/tests/src/JIT/CodeGenBringUpTests/FPMath.cs
index f896f367c0..4522f02ac7 100644
--- a/tests/src/JIT/CodeGenBringUpTests/FPMath.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/FPMath.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/FPMul.cs b/tests/src/JIT/CodeGenBringUpTests/FPMul.cs
index 98e25ddea5..4365869b49 100644
--- a/tests/src/JIT/CodeGenBringUpTests/FPMul.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/FPMul.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/FPMulConst.cs b/tests/src/JIT/CodeGenBringUpTests/FPMulConst.cs
index 9fecbddb30..7b38384fba 100644
--- a/tests/src/JIT/CodeGenBringUpTests/FPMulConst.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/FPMulConst.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/FPNeg.cs b/tests/src/JIT/CodeGenBringUpTests/FPNeg.cs
index cbdf01049c..284c86d735 100644
--- a/tests/src/JIT/CodeGenBringUpTests/FPNeg.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/FPNeg.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/FPRem.cs b/tests/src/JIT/CodeGenBringUpTests/FPRem.cs
index be37aa674d..ee93b958fb 100644
--- a/tests/src/JIT/CodeGenBringUpTests/FPRem.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/FPRem.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/FPRoots.cs b/tests/src/JIT/CodeGenBringUpTests/FPRoots.cs
index 0c160d0dd0..337f74d580 100644
--- a/tests/src/JIT/CodeGenBringUpTests/FPRoots.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/FPRoots.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/FPSmall.cs b/tests/src/JIT/CodeGenBringUpTests/FPSmall.cs
index feff9a8b5c..93233c4f47 100644
--- a/tests/src/JIT/CodeGenBringUpTests/FPSmall.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/FPSmall.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/FPSub.cs b/tests/src/JIT/CodeGenBringUpTests/FPSub.cs
index 636e52b9a5..cae756c0b6 100644
--- a/tests/src/JIT/CodeGenBringUpTests/FPSub.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/FPSub.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/FPSubConst.cs b/tests/src/JIT/CodeGenBringUpTests/FPSubConst.cs
index 0776754975..c9c32e4621 100644
--- a/tests/src/JIT/CodeGenBringUpTests/FPSubConst.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/FPSubConst.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/FPVar.cs b/tests/src/JIT/CodeGenBringUpTests/FPVar.cs
index bdfbe37a06..6c9360ff0d 100644
--- a/tests/src/JIT/CodeGenBringUpTests/FPVar.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/FPVar.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/FactorialRec.cs b/tests/src/JIT/CodeGenBringUpTests/FactorialRec.cs
index 53916a6367..1ae23f377a 100644
--- a/tests/src/JIT/CodeGenBringUpTests/FactorialRec.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/FactorialRec.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/FibLoop.cs b/tests/src/JIT/CodeGenBringUpTests/FibLoop.cs
index 750322095e..639aaf2d5a 100644
--- a/tests/src/JIT/CodeGenBringUpTests/FibLoop.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/FibLoop.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/FiboRec.cs b/tests/src/JIT/CodeGenBringUpTests/FiboRec.cs
index d1b354ff78..684bdfd913 100644
--- a/tests/src/JIT/CodeGenBringUpTests/FiboRec.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/FiboRec.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/Gcd.cs b/tests/src/JIT/CodeGenBringUpTests/Gcd.cs
index d0ed0d79d1..7e4618f7fa 100644
--- a/tests/src/JIT/CodeGenBringUpTests/Gcd.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/Gcd.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/Ge1.cs b/tests/src/JIT/CodeGenBringUpTests/Ge1.cs
index 8323cabb4f..620cb8affa 100644
--- a/tests/src/JIT/CodeGenBringUpTests/Ge1.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/Ge1.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/Gt1.cs b/tests/src/JIT/CodeGenBringUpTests/Gt1.cs
index f7040d3ef2..938144dace 100644
--- a/tests/src/JIT/CodeGenBringUpTests/Gt1.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/Gt1.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/Ind1.cs b/tests/src/JIT/CodeGenBringUpTests/Ind1.cs
index 39941e0aa6..ffdf28e2de 100644
--- a/tests/src/JIT/CodeGenBringUpTests/Ind1.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/Ind1.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/InitObj.cs b/tests/src/JIT/CodeGenBringUpTests/InitObj.cs
index 1f3b89c2f3..f52774b4ff 100644
--- a/tests/src/JIT/CodeGenBringUpTests/InitObj.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/InitObj.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/InstanceCalls.cs b/tests/src/JIT/CodeGenBringUpTests/InstanceCalls.cs
index 05ada5b5ac..cc57fd091c 100644
--- a/tests/src/JIT/CodeGenBringUpTests/InstanceCalls.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/InstanceCalls.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/IntArraySum.cs b/tests/src/JIT/CodeGenBringUpTests/IntArraySum.cs
index 028bdaa714..a7b533b9ee 100644
--- a/tests/src/JIT/CodeGenBringUpTests/IntArraySum.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/IntArraySum.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/IntConv.cs b/tests/src/JIT/CodeGenBringUpTests/IntConv.cs
index 1b45bb02e0..11cf17d092 100644
--- a/tests/src/JIT/CodeGenBringUpTests/IntConv.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/IntConv.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/JTrue1.cs b/tests/src/JIT/CodeGenBringUpTests/JTrue1.cs
index da46bdeb5e..67818d5efb 100644
--- a/tests/src/JIT/CodeGenBringUpTests/JTrue1.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/JTrue1.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/JTrueEqDbl.cs b/tests/src/JIT/CodeGenBringUpTests/JTrueEqDbl.cs
index 523002d1ac..a862621623 100644
--- a/tests/src/JIT/CodeGenBringUpTests/JTrueEqDbl.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/JTrueEqDbl.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/JTrueEqFP.cs b/tests/src/JIT/CodeGenBringUpTests/JTrueEqFP.cs
index 8bfb307928..b23a60bc91 100644
--- a/tests/src/JIT/CodeGenBringUpTests/JTrueEqFP.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/JTrueEqFP.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/JTrueEqInt1.cs b/tests/src/JIT/CodeGenBringUpTests/JTrueEqInt1.cs
index d0e4d49b66..2c1531a08e 100644
--- a/tests/src/JIT/CodeGenBringUpTests/JTrueEqInt1.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/JTrueEqInt1.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/JTrueGeDbl.cs b/tests/src/JIT/CodeGenBringUpTests/JTrueGeDbl.cs
index 0382ca3880..bc5777eab9 100644
--- a/tests/src/JIT/CodeGenBringUpTests/JTrueGeDbl.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/JTrueGeDbl.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/JTrueGeFP.cs b/tests/src/JIT/CodeGenBringUpTests/JTrueGeFP.cs
index 86d31a8005..0e1fbc0241 100644
--- a/tests/src/JIT/CodeGenBringUpTests/JTrueGeFP.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/JTrueGeFP.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/JTrueGeInt1.cs b/tests/src/JIT/CodeGenBringUpTests/JTrueGeInt1.cs
index ada0188a0e..a708d2d346 100644
--- a/tests/src/JIT/CodeGenBringUpTests/JTrueGeInt1.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/JTrueGeInt1.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/JTrueGtDbl.cs b/tests/src/JIT/CodeGenBringUpTests/JTrueGtDbl.cs
index 2f78f178aa..3f99edb6b7 100644
--- a/tests/src/JIT/CodeGenBringUpTests/JTrueGtDbl.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/JTrueGtDbl.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/JTrueGtFP.cs b/tests/src/JIT/CodeGenBringUpTests/JTrueGtFP.cs
index e0fb3cbced..fb760e04c8 100644
--- a/tests/src/JIT/CodeGenBringUpTests/JTrueGtFP.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/JTrueGtFP.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/JTrueGtInt1.cs b/tests/src/JIT/CodeGenBringUpTests/JTrueGtInt1.cs
index 7c8ad9f379..bfa6b5f0bd 100644
--- a/tests/src/JIT/CodeGenBringUpTests/JTrueGtInt1.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/JTrueGtInt1.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/JTrueLeDbl.cs b/tests/src/JIT/CodeGenBringUpTests/JTrueLeDbl.cs
index 016e54105d..2aa6f664d1 100644
--- a/tests/src/JIT/CodeGenBringUpTests/JTrueLeDbl.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/JTrueLeDbl.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/JTrueLeFP.cs b/tests/src/JIT/CodeGenBringUpTests/JTrueLeFP.cs
index 5c9e32b10a..b217a1327e 100644
--- a/tests/src/JIT/CodeGenBringUpTests/JTrueLeFP.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/JTrueLeFP.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/JTrueLeInt1.cs b/tests/src/JIT/CodeGenBringUpTests/JTrueLeInt1.cs
index a642ae2ea8..bf8668839d 100644
--- a/tests/src/JIT/CodeGenBringUpTests/JTrueLeInt1.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/JTrueLeInt1.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/JTrueLtDbl.cs b/tests/src/JIT/CodeGenBringUpTests/JTrueLtDbl.cs
index 7fd4fc111b..bfa6154271 100644
--- a/tests/src/JIT/CodeGenBringUpTests/JTrueLtDbl.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/JTrueLtDbl.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/JTrueLtFP.cs b/tests/src/JIT/CodeGenBringUpTests/JTrueLtFP.cs
index 475d7f9123..7e4ddbfbf7 100644
--- a/tests/src/JIT/CodeGenBringUpTests/JTrueLtFP.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/JTrueLtFP.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/JTrueLtInt1.cs b/tests/src/JIT/CodeGenBringUpTests/JTrueLtInt1.cs
index 4a03361eed..ed8f805cdb 100644
--- a/tests/src/JIT/CodeGenBringUpTests/JTrueLtInt1.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/JTrueLtInt1.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/JTrueNeDbl.cs b/tests/src/JIT/CodeGenBringUpTests/JTrueNeDbl.cs
index 7435f93f4f..2704fabe1e 100644
--- a/tests/src/JIT/CodeGenBringUpTests/JTrueNeDbl.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/JTrueNeDbl.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/JTrueNeFP.cs b/tests/src/JIT/CodeGenBringUpTests/JTrueNeFP.cs
index 464c6e436e..c2af9d26e4 100644
--- a/tests/src/JIT/CodeGenBringUpTests/JTrueNeFP.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/JTrueNeFP.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/JTrueNeInt1.cs b/tests/src/JIT/CodeGenBringUpTests/JTrueNeInt1.cs
index 8375acf756..a45aabcd6e 100644
--- a/tests/src/JIT/CodeGenBringUpTests/JTrueNeInt1.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/JTrueNeInt1.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/Jmp1.cs b/tests/src/JIT/CodeGenBringUpTests/Jmp1.cs
index 9f8a055226..6992d84e70 100644
--- a/tests/src/JIT/CodeGenBringUpTests/Jmp1.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/Jmp1.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/Le1.cs b/tests/src/JIT/CodeGenBringUpTests/Le1.cs
index b57882e5c6..b79141534f 100644
--- a/tests/src/JIT/CodeGenBringUpTests/Le1.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/Le1.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/LeftShift.cs b/tests/src/JIT/CodeGenBringUpTests/LeftShift.cs
index bbe5071600..55b81a6aca 100644
--- a/tests/src/JIT/CodeGenBringUpTests/LeftShift.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/LeftShift.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/LngConv.cs b/tests/src/JIT/CodeGenBringUpTests/LngConv.cs
index 90c82861c1..b6f2c339af 100644
--- a/tests/src/JIT/CodeGenBringUpTests/LngConv.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/LngConv.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/Localloc.cs b/tests/src/JIT/CodeGenBringUpTests/Localloc.cs
index 43a926a0ec..957f80f00d 100644
--- a/tests/src/JIT/CodeGenBringUpTests/Localloc.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/Localloc.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/LocallocLarge.cs b/tests/src/JIT/CodeGenBringUpTests/LocallocLarge.cs
index aa3662c72a..6b49b177c1 100644
--- a/tests/src/JIT/CodeGenBringUpTests/LocallocLarge.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/LocallocLarge.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/LongArgsAndReturn.cs b/tests/src/JIT/CodeGenBringUpTests/LongArgsAndReturn.cs
index 291e76d5e0..108ccde603 100644
--- a/tests/src/JIT/CodeGenBringUpTests/LongArgsAndReturn.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/LongArgsAndReturn.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/Lt1.cs b/tests/src/JIT/CodeGenBringUpTests/Lt1.cs
index 775f4201d5..6cd4cb001a 100644
--- a/tests/src/JIT/CodeGenBringUpTests/Lt1.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/Lt1.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/Ne1.cs b/tests/src/JIT/CodeGenBringUpTests/Ne1.cs
index b401f993c5..b6c976aa52 100644
--- a/tests/src/JIT/CodeGenBringUpTests/Ne1.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/Ne1.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/NegRMW.cs b/tests/src/JIT/CodeGenBringUpTests/NegRMW.cs
index 592af12521..146ae53090 100644
--- a/tests/src/JIT/CodeGenBringUpTests/NegRMW.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/NegRMW.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/NestedCall.cs b/tests/src/JIT/CodeGenBringUpTests/NestedCall.cs
index 463da83e9e..cfb55a177b 100644
--- a/tests/src/JIT/CodeGenBringUpTests/NestedCall.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/NestedCall.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/NotAndNeg.cs b/tests/src/JIT/CodeGenBringUpTests/NotAndNeg.cs
index e77874ec3b..9e8fe0a5f9 100644
--- a/tests/src/JIT/CodeGenBringUpTests/NotAndNeg.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/NotAndNeg.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/NotRMW.cs b/tests/src/JIT/CodeGenBringUpTests/NotRMW.cs
index d056f3ee21..388380404b 100644
--- a/tests/src/JIT/CodeGenBringUpTests/NotRMW.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/NotRMW.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/ObjAlloc.cs b/tests/src/JIT/CodeGenBringUpTests/ObjAlloc.cs
index 715d70999b..ff58548a83 100644
--- a/tests/src/JIT/CodeGenBringUpTests/ObjAlloc.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/ObjAlloc.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/OpMembersOfStructLocal.cs b/tests/src/JIT/CodeGenBringUpTests/OpMembersOfStructLocal.cs
index bbeae3fb77..88879050e3 100644
--- a/tests/src/JIT/CodeGenBringUpTests/OpMembersOfStructLocal.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/OpMembersOfStructLocal.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/Or1.cs b/tests/src/JIT/CodeGenBringUpTests/Or1.cs
index 23db7fad9b..6930bffe96 100644
--- a/tests/src/JIT/CodeGenBringUpTests/Or1.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/Or1.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/OrRef.cs b/tests/src/JIT/CodeGenBringUpTests/OrRef.cs
index 52029a843e..28b58f273a 100644
--- a/tests/src/JIT/CodeGenBringUpTests/OrRef.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/OrRef.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/RecursiveTailCall.cs b/tests/src/JIT/CodeGenBringUpTests/RecursiveTailCall.cs
index bff31c5094..a38b34d799 100644
--- a/tests/src/JIT/CodeGenBringUpTests/RecursiveTailCall.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/RecursiveTailCall.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/RightShiftRef.cs b/tests/src/JIT/CodeGenBringUpTests/RightShiftRef.cs
index 298e760be3..18dc8d7ec6 100644
--- a/tests/src/JIT/CodeGenBringUpTests/RightShiftRef.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/RightShiftRef.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/Rotate.cs b/tests/src/JIT/CodeGenBringUpTests/Rotate.cs
index 2c23134d24..74a936ef13 100644
--- a/tests/src/JIT/CodeGenBringUpTests/Rotate.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/Rotate.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/StaticCalls.cs b/tests/src/JIT/CodeGenBringUpTests/StaticCalls.cs
index 2d6081431a..25512d5cd0 100644
--- a/tests/src/JIT/CodeGenBringUpTests/StaticCalls.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/StaticCalls.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/StaticValueField.cs b/tests/src/JIT/CodeGenBringUpTests/StaticValueField.cs
index a5912a902e..a1d8448c36 100644
--- a/tests/src/JIT/CodeGenBringUpTests/StaticValueField.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/StaticValueField.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/StructFldAddr.cs b/tests/src/JIT/CodeGenBringUpTests/StructFldAddr.cs
index 608c812d38..efaedb4ba5 100644
--- a/tests/src/JIT/CodeGenBringUpTests/StructFldAddr.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/StructFldAddr.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/StructInstMethod.cs b/tests/src/JIT/CodeGenBringUpTests/StructInstMethod.cs
index 0b793c2056..6385f37f39 100644
--- a/tests/src/JIT/CodeGenBringUpTests/StructInstMethod.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/StructInstMethod.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/Sub1.cs b/tests/src/JIT/CodeGenBringUpTests/Sub1.cs
index 23b8db85f7..f776de4f5c 100644
--- a/tests/src/JIT/CodeGenBringUpTests/Sub1.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/Sub1.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/SubRef.cs b/tests/src/JIT/CodeGenBringUpTests/SubRef.cs
index 2da9b7e591..d9a5475048 100644
--- a/tests/src/JIT/CodeGenBringUpTests/SubRef.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/SubRef.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/Swap.cs b/tests/src/JIT/CodeGenBringUpTests/Swap.cs
index 60dda29a59..7a8ee0b59c 100644
--- a/tests/src/JIT/CodeGenBringUpTests/Swap.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/Swap.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/Switch.cs b/tests/src/JIT/CodeGenBringUpTests/Switch.cs
index 770ec54b29..e98d47f333 100644
--- a/tests/src/JIT/CodeGenBringUpTests/Switch.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/Switch.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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;
@@ -27,4 +28,4 @@ class SwitchTest
return sum == 0 ? Pass : Fail;
}
-} \ No newline at end of file
+}
diff --git a/tests/src/JIT/CodeGenBringUpTests/Unbox.cs b/tests/src/JIT/CodeGenBringUpTests/Unbox.cs
index 90db3233bf..13ce904ff5 100644
--- a/tests/src/JIT/CodeGenBringUpTests/Unbox.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/Unbox.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/Xor1.cs b/tests/src/JIT/CodeGenBringUpTests/Xor1.cs
index 116f4afbda..558df23764 100644
--- a/tests/src/JIT/CodeGenBringUpTests/Xor1.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/Xor1.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/XorRef.cs b/tests/src/JIT/CodeGenBringUpTests/XorRef.cs
index 608f594e30..d2c84ecc64 100644
--- a/tests/src/JIT/CodeGenBringUpTests/XorRef.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/XorRef.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/addref.cs b/tests/src/JIT/CodeGenBringUpTests/addref.cs
index 41c3fd6682..09a2670326 100644
--- a/tests/src/JIT/CodeGenBringUpTests/addref.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/addref.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/div1.cs b/tests/src/JIT/CodeGenBringUpTests/div1.cs
index f75212ebd8..a97ae33bcd 100644
--- a/tests/src/JIT/CodeGenBringUpTests/div1.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/div1.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/div2.cs b/tests/src/JIT/CodeGenBringUpTests/div2.cs
index 6920a79855..277e08f03d 100644
--- a/tests/src/JIT/CodeGenBringUpTests/div2.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/div2.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/divref.cs b/tests/src/JIT/CodeGenBringUpTests/divref.cs
index 7684662e62..ae06166722 100644
--- a/tests/src/JIT/CodeGenBringUpTests/divref.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/divref.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/mul1.cs b/tests/src/JIT/CodeGenBringUpTests/mul1.cs
index b0582d627b..35551b8e89 100644
--- a/tests/src/JIT/CodeGenBringUpTests/mul1.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/mul1.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/mul2.cs b/tests/src/JIT/CodeGenBringUpTests/mul2.cs
index b7bbe2b5d0..3ab7fb827c 100644
--- a/tests/src/JIT/CodeGenBringUpTests/mul2.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/mul2.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/mul3.cs b/tests/src/JIT/CodeGenBringUpTests/mul3.cs
index 3a3c587b92..8c90efad79 100644
--- a/tests/src/JIT/CodeGenBringUpTests/mul3.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/mul3.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/mul4.cs b/tests/src/JIT/CodeGenBringUpTests/mul4.cs
index 6474cbce33..2958b6fec5 100644
--- a/tests/src/JIT/CodeGenBringUpTests/mul4.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/mul4.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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/tests/src/JIT/CodeGenBringUpTests/rem1.cs b/tests/src/JIT/CodeGenBringUpTests/rem1.cs
index b5d728e2eb..30712c0201 100644
--- a/tests/src/JIT/CodeGenBringUpTests/rem1.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/rem1.cs
@@ -1,5 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// 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.
//