summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Methodical/Arrays
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/JIT/Methodical/Arrays')
-rw-r--r--tests/src/JIT/Methodical/Arrays/lcs/lcs.cs5
-rw-r--r--tests/src/JIT/Methodical/Arrays/lcs/lcs2.cs5
-rw-r--r--tests/src/JIT/Methodical/Arrays/lcs/lcsbas.cs5
-rw-r--r--tests/src/JIT/Methodical/Arrays/lcs/lcsbox.cs5
-rw-r--r--tests/src/JIT/Methodical/Arrays/lcs/lcsmax.cs5
-rw-r--r--tests/src/JIT/Methodical/Arrays/lcs/lcsmixed.cs5
-rw-r--r--tests/src/JIT/Methodical/Arrays/lcs/lcsval.cs5
-rw-r--r--tests/src/JIT/Methodical/Arrays/lcs/lcsvalbox.cs5
-rw-r--r--tests/src/JIT/Methodical/Arrays/misc/arrres.cs5
-rw-r--r--tests/src/JIT/Methodical/Arrays/misc/gcarr.cs5
-rw-r--r--tests/src/JIT/Methodical/Arrays/misc/selfref.cs5
11 files changed, 33 insertions, 22 deletions
diff --git a/tests/src/JIT/Methodical/Arrays/lcs/lcs.cs b/tests/src/JIT/Methodical/Arrays/lcs/lcs.cs
index 942a78faa9..907b2659ae 100644
--- a/tests/src/JIT/Methodical/Arrays/lcs/lcs.cs
+++ b/tests/src/JIT/Methodical/Arrays/lcs/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/Arrays/lcs/lcs2.cs b/tests/src/JIT/Methodical/Arrays/lcs/lcs2.cs
index c3fc10e76f..0a2ca48791 100644
--- a/tests/src/JIT/Methodical/Arrays/lcs/lcs2.cs
+++ b/tests/src/JIT/Methodical/Arrays/lcs/lcs2.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/Arrays/lcs/lcsbas.cs b/tests/src/JIT/Methodical/Arrays/lcs/lcsbas.cs
index b11986ea20..e56f77ef6c 100644
--- a/tests/src/JIT/Methodical/Arrays/lcs/lcsbas.cs
+++ b/tests/src/JIT/Methodical/Arrays/lcs/lcsbas.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/Arrays/lcs/lcsbox.cs b/tests/src/JIT/Methodical/Arrays/lcs/lcsbox.cs
index 7232a242bc..6dee000831 100644
--- a/tests/src/JIT/Methodical/Arrays/lcs/lcsbox.cs
+++ b/tests/src/JIT/Methodical/Arrays/lcs/lcsbox.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/Arrays/lcs/lcsmax.cs b/tests/src/JIT/Methodical/Arrays/lcs/lcsmax.cs
index d055e0d882..f2f81d195e 100644
--- a/tests/src/JIT/Methodical/Arrays/lcs/lcsmax.cs
+++ b/tests/src/JIT/Methodical/Arrays/lcs/lcsmax.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/Arrays/lcs/lcsmixed.cs b/tests/src/JIT/Methodical/Arrays/lcs/lcsmixed.cs
index a7e61acb71..3af5e86efd 100644
--- a/tests/src/JIT/Methodical/Arrays/lcs/lcsmixed.cs
+++ b/tests/src/JIT/Methodical/Arrays/lcs/lcsmixed.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/Arrays/lcs/lcsval.cs b/tests/src/JIT/Methodical/Arrays/lcs/lcsval.cs
index 5d65f7754b..d32fcb16b8 100644
--- a/tests/src/JIT/Methodical/Arrays/lcs/lcsval.cs
+++ b/tests/src/JIT/Methodical/Arrays/lcs/lcsval.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/Arrays/lcs/lcsvalbox.cs b/tests/src/JIT/Methodical/Arrays/lcs/lcsvalbox.cs
index 56f136d59c..65e35d7cd5 100644
--- a/tests/src/JIT/Methodical/Arrays/lcs/lcsvalbox.cs
+++ b/tests/src/JIT/Methodical/Arrays/lcs/lcsvalbox.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/Arrays/misc/arrres.cs b/tests/src/JIT/Methodical/Arrays/misc/arrres.cs
index 5d2420264f..7956cc6103 100644
--- a/tests/src/JIT/Methodical/Arrays/misc/arrres.cs
+++ b/tests/src/JIT/Methodical/Arrays/misc/arrres.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/Arrays/misc/gcarr.cs b/tests/src/JIT/Methodical/Arrays/misc/gcarr.cs
index 9dc1e4c20f..3810c5213b 100644
--- a/tests/src/JIT/Methodical/Arrays/misc/gcarr.cs
+++ b/tests/src/JIT/Methodical/Arrays/misc/gcarr.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/Arrays/misc/selfref.cs b/tests/src/JIT/Methodical/Arrays/misc/selfref.cs
index 2f0ebf2916..a633a2be1e 100644
--- a/tests/src/JIT/Methodical/Arrays/misc/selfref.cs
+++ b/tests/src/JIT/Methodical/Arrays/misc/selfref.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;