summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/JIT/Regression/CLR-x86-JIT/V1-M10')
-rw-r--r--tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02051/b02051.cs5
-rw-r--r--tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02076/b02076.cs5
-rw-r--r--tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02352/b02352.cs5
-rw-r--r--tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04914/b04914.cs5
-rw-r--r--tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05477/b05477.cs5
-rw-r--r--tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06464/b06464.cs5
-rw-r--r--tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06680/b06680.cs5
-rw-r--r--tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06811/b06811.cs5
-rw-r--r--tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06812/b06812.cs5
-rw-r--r--tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06859/b06859.cs5
-rw-r--r--tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06924/b06924.cs5
-rw-r--r--tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08944/b08944a.cs5
-rw-r--r--tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08944/b08944b.cs5
-rw-r--r--tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09287/b09287.cs5
-rw-r--r--tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09452/b09452.cs5
-rw-r--r--tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b13330/b13330.cs5
-rw-r--r--tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b13466/b13466.cs5
17 files changed, 51 insertions, 34 deletions
diff --git a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02051/b02051.cs b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02051/b02051.cs
index fd5fedb83d..878da0d3e5 100644
--- a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02051/b02051.cs
+++ b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02051/b02051.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 DefaultNamespace
diff --git a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02076/b02076.cs b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02076/b02076.cs
index c3621bbf73..59943b48fa 100644
--- a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02076/b02076.cs
+++ b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02076/b02076.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/CLR-x86-JIT/V1-M10/b02352/b02352.cs b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02352/b02352.cs
index 3251d9635f..356d717c6d 100644
--- a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02352/b02352.cs
+++ b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02352/b02352.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 DefaultNamespace
{
diff --git a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04914/b04914.cs b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04914/b04914.cs
index e607bdb783..d809dde71c 100644
--- a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04914/b04914.cs
+++ b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04914/b04914.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.Globalization;
using System;
diff --git a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05477/b05477.cs b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05477/b05477.cs
index 1a9fe62bea..618bbb788c 100644
--- a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05477/b05477.cs
+++ b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05477/b05477.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/CLR-x86-JIT/V1-M10/b06464/b06464.cs b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06464/b06464.cs
index c4db574b59..7644025ab5 100644
--- a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06464/b06464.cs
+++ b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06464/b06464.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/CLR-x86-JIT/V1-M10/b06680/b06680.cs b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06680/b06680.cs
index b237477138..27fb9200ab 100644
--- a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06680/b06680.cs
+++ b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06680/b06680.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 DefaultNamespace
diff --git a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06811/b06811.cs b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06811/b06811.cs
index ac8bca416d..dd92ecac23 100644
--- a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06811/b06811.cs
+++ b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06811/b06811.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.Collections;
diff --git a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06812/b06812.cs b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06812/b06812.cs
index 0d10c4541e..fdedadf0b8 100644
--- a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06812/b06812.cs
+++ b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06812/b06812.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 Def
{
diff --git a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06859/b06859.cs b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06859/b06859.cs
index d685bda5f4..73c3bf5a6d 100644
--- a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06859/b06859.cs
+++ b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06859/b06859.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 DefaultNamespace
diff --git a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06924/b06924.cs b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06924/b06924.cs
index 9eeefed9fa..e005629012 100644
--- a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06924/b06924.cs
+++ b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06924/b06924.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 AAAA
diff --git a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08944/b08944a.cs b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08944/b08944a.cs
index c372e14afb..ca1ac56b5f 100644
--- a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08944/b08944a.cs
+++ b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08944/b08944a.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.
//
//extern("msvcrt.dll:printf") int printf(const char *fmt, ...);
diff --git a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08944/b08944b.cs b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08944/b08944b.cs
index 3622da8898..c857af3ccd 100644
--- a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08944/b08944b.cs
+++ b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08944/b08944b.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 X
diff --git a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09287/b09287.cs b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09287/b09287.cs
index aa8e61eef2..876b7f5820 100644
--- a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09287/b09287.cs
+++ b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09287/b09287.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 Default
diff --git a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09452/b09452.cs b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09452/b09452.cs
index 70b1d69d9f..aec19adf2d 100644
--- a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09452/b09452.cs
+++ b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09452/b09452.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 DefaultNamespace
diff --git a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b13330/b13330.cs b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b13330/b13330.cs
index 8f93351c76..13486b4a9b 100644
--- a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b13330/b13330.cs
+++ b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b13330/b13330.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 D
diff --git a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b13466/b13466.cs b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b13466/b13466.cs
index 33ab8b9658..d73a8121a4 100644
--- a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b13466/b13466.cs
+++ b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b13466/b13466.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 Default