summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Regression/JitBlue
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/JIT/Regression/JitBlue')
-rw-r--r--tests/src/JIT/Regression/JitBlue/DevDiv_794115/DevDiv_794115.cs7
-rw-r--r--tests/src/JIT/Regression/JitBlue/DevDiv_794631/DevDiv_794631.cs5
-rw-r--r--tests/src/JIT/Regression/JitBlue/DevDiv_815940/DevDiv_815940.cs5
-rw-r--r--tests/src/JIT/Regression/JitBlue/DevDiv_816617/DevDiv_816617.cs5
-rw-r--r--tests/src/JIT/Regression/JitBlue/GitHub_2610/GitHub_2610.cs5
-rw-r--r--tests/src/JIT/Regression/JitBlue/devdiv_174983/devdiv_174983.cs5
-rw-r--r--tests/src/JIT/Regression/JitBlue/devdiv_911875/DevDiv_911875.cs5
7 files changed, 22 insertions, 15 deletions
diff --git a/tests/src/JIT/Regression/JitBlue/DevDiv_794115/DevDiv_794115.cs b/tests/src/JIT/Regression/JitBlue/DevDiv_794115/DevDiv_794115.cs
index 4ddba5aa98..94b43f2798 100644
--- a/tests/src/JIT/Regression/JitBlue/DevDiv_794115/DevDiv_794115.cs
+++ b/tests/src/JIT/Regression/JitBlue/DevDiv_794115/DevDiv_794115.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;
@@ -23,4 +24,4 @@ class Repro
static short Three = 3;
static short Dummy = -1;
-} \ No newline at end of file
+}
diff --git a/tests/src/JIT/Regression/JitBlue/DevDiv_794631/DevDiv_794631.cs b/tests/src/JIT/Regression/JitBlue/DevDiv_794631/DevDiv_794631.cs
index 731eb09d39..3f69996635 100644
--- a/tests/src/JIT/Regression/JitBlue/DevDiv_794631/DevDiv_794631.cs
+++ b/tests/src/JIT/Regression/JitBlue/DevDiv_794631/DevDiv_794631.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/Regression/JitBlue/DevDiv_815940/DevDiv_815940.cs b/tests/src/JIT/Regression/JitBlue/DevDiv_815940/DevDiv_815940.cs
index a4b798002e..cf97e47a78 100644
--- a/tests/src/JIT/Regression/JitBlue/DevDiv_815940/DevDiv_815940.cs
+++ b/tests/src/JIT/Regression/JitBlue/DevDiv_815940/DevDiv_815940.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/Regression/JitBlue/DevDiv_816617/DevDiv_816617.cs b/tests/src/JIT/Regression/JitBlue/DevDiv_816617/DevDiv_816617.cs
index f6412d63b2..1d10dae3f8 100644
--- a/tests/src/JIT/Regression/JitBlue/DevDiv_816617/DevDiv_816617.cs
+++ b/tests/src/JIT/Regression/JitBlue/DevDiv_816617/DevDiv_816617.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/Regression/JitBlue/GitHub_2610/GitHub_2610.cs b/tests/src/JIT/Regression/JitBlue/GitHub_2610/GitHub_2610.cs
index fb7559e4ec..1bff1378ca 100644
--- a/tests/src/JIT/Regression/JitBlue/GitHub_2610/GitHub_2610.cs
+++ b/tests/src/JIT/Regression/JitBlue/GitHub_2610/GitHub_2610.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;
using System.Runtime.CompilerServices;
diff --git a/tests/src/JIT/Regression/JitBlue/devdiv_174983/devdiv_174983.cs b/tests/src/JIT/Regression/JitBlue/devdiv_174983/devdiv_174983.cs
index 4097029ada..e3e5bf69c3 100644
--- a/tests/src/JIT/Regression/JitBlue/devdiv_174983/devdiv_174983.cs
+++ b/tests/src/JIT/Regression/JitBlue/devdiv_174983/devdiv_174983.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/Regression/JitBlue/devdiv_911875/DevDiv_911875.cs b/tests/src/JIT/Regression/JitBlue/devdiv_911875/DevDiv_911875.cs
index 279c58ef2e..3e09bf43fb 100644
--- a/tests/src/JIT/Regression/JitBlue/devdiv_911875/DevDiv_911875.cs
+++ b/tests/src/JIT/Regression/JitBlue/devdiv_911875/DevDiv_911875.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;
using System.Runtime.CompilerServices;