summaryrefslogtreecommitdiff
path: root/tests/src/JIT/jit64/regress/ddb
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/JIT/jit64/regress/ddb')
-rw-r--r--tests/src/JIT/jit64/regress/ddb/103087/103087.cs5
-rw-r--r--tests/src/JIT/jit64/regress/ddb/113574/113574.cs5
-rw-r--r--tests/src/JIT/jit64/regress/ddb/132977/132977.cs5
-rw-r--r--tests/src/JIT/jit64/regress/ddb/87766/ddb87766.cs5
4 files changed, 12 insertions, 8 deletions
diff --git a/tests/src/JIT/jit64/regress/ddb/103087/103087.cs b/tests/src/JIT/jit64/regress/ddb/103087/103087.cs
index c8259a4436..e0d92d93bc 100644
--- a/tests/src/JIT/jit64/regress/ddb/103087/103087.cs
+++ b/tests/src/JIT/jit64/regress/ddb/103087/103087.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/jit64/regress/ddb/113574/113574.cs b/tests/src/JIT/jit64/regress/ddb/113574/113574.cs
index 5a7d9245d8..8475cbd817 100644
--- a/tests/src/JIT/jit64/regress/ddb/113574/113574.cs
+++ b/tests/src/JIT/jit64/regress/ddb/113574/113574.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.
// Bug: JIT compiler generates incorrect native code for certain loops, resulting in incorrect behavior
//
diff --git a/tests/src/JIT/jit64/regress/ddb/132977/132977.cs b/tests/src/JIT/jit64/regress/ddb/132977/132977.cs
index f492dec117..9a12e3d311 100644
--- a/tests/src/JIT/jit64/regress/ddb/132977/132977.cs
+++ b/tests/src/JIT/jit64/regress/ddb/132977/132977.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.
// Bug: OSR bug causing bad GC pointers
// a GC root becomes an interior pointer when added.
diff --git a/tests/src/JIT/jit64/regress/ddb/87766/ddb87766.cs b/tests/src/JIT/jit64/regress/ddb/87766/ddb87766.cs
index 057dfc20b3..445026c5e0 100644
--- a/tests/src/JIT/jit64/regress/ddb/87766/ddb87766.cs
+++ b/tests/src/JIT/jit64/regress/ddb/87766/ddb87766.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;