summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Methodical/refany
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/JIT/Methodical/refany')
-rw-r--r--tests/src/JIT/Methodical/refany/array1.cs5
-rw-r--r--tests/src/JIT/Methodical/refany/array2.cs5
-rw-r--r--tests/src/JIT/Methodical/refany/format.cs5
-rw-r--r--tests/src/JIT/Methodical/refany/gcreport.cs5
-rw-r--r--tests/src/JIT/Methodical/refany/lcs.cs5
-rw-r--r--tests/src/JIT/Methodical/refany/native.cs5
-rw-r--r--tests/src/JIT/Methodical/refany/stress1.cs5
-rw-r--r--tests/src/JIT/Methodical/refany/stress3-64bit.cs5
-rw-r--r--tests/src/JIT/Methodical/refany/virtcall.cs5
9 files changed, 27 insertions, 18 deletions
diff --git a/tests/src/JIT/Methodical/refany/array1.cs b/tests/src/JIT/Methodical/refany/array1.cs
index 2609597d1f..3322903c3d 100644
--- a/tests/src/JIT/Methodical/refany/array1.cs
+++ b/tests/src/JIT/Methodical/refany/array1.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/Methodical/refany/array2.cs b/tests/src/JIT/Methodical/refany/array2.cs
index 25177159a3..7cb1c61f56 100644
--- a/tests/src/JIT/Methodical/refany/array2.cs
+++ b/tests/src/JIT/Methodical/refany/array2.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/Methodical/refany/format.cs b/tests/src/JIT/Methodical/refany/format.cs
index 62e657aab2..7b4c90cacc 100644
--- a/tests/src/JIT/Methodical/refany/format.cs
+++ b/tests/src/JIT/Methodical/refany/format.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/Methodical/refany/gcreport.cs b/tests/src/JIT/Methodical/refany/gcreport.cs
index d4f92dab7a..1a960985df 100644
--- a/tests/src/JIT/Methodical/refany/gcreport.cs
+++ b/tests/src/JIT/Methodical/refany/gcreport.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/Methodical/refany/lcs.cs b/tests/src/JIT/Methodical/refany/lcs.cs
index 14ec67f2e0..2c5e0e248d 100644
--- a/tests/src/JIT/Methodical/refany/lcs.cs
+++ b/tests/src/JIT/Methodical/refany/lcs.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/Methodical/refany/native.cs b/tests/src/JIT/Methodical/refany/native.cs
index f4df50f733..0041d6a2fa 100644
--- a/tests/src/JIT/Methodical/refany/native.cs
+++ b/tests/src/JIT/Methodical/refany/native.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;
//THIS IS NOT A TEST
diff --git a/tests/src/JIT/Methodical/refany/stress1.cs b/tests/src/JIT/Methodical/refany/stress1.cs
index 92918781a0..aba5701cc3 100644
--- a/tests/src/JIT/Methodical/refany/stress1.cs
+++ b/tests/src/JIT/Methodical/refany/stress1.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.
namespace JitTest
{
diff --git a/tests/src/JIT/Methodical/refany/stress3-64bit.cs b/tests/src/JIT/Methodical/refany/stress3-64bit.cs
index 7b74191dcc..3c829764ed 100644
--- a/tests/src/JIT/Methodical/refany/stress3-64bit.cs
+++ b/tests/src/JIT/Methodical/refany/stress3-64bit.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.
namespace JitTest
{
diff --git a/tests/src/JIT/Methodical/refany/virtcall.cs b/tests/src/JIT/Methodical/refany/virtcall.cs
index e8a335e2ee..b950cc1d0a 100644
--- a/tests/src/JIT/Methodical/refany/virtcall.cs
+++ b/tests/src/JIT/Methodical/refany/virtcall.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;