summaryrefslogtreecommitdiff
path: root/tests/src/Regressions
diff options
context:
space:
mode:
authorSean Gillespie <sean.william.g@gmail.com>2016-02-26 22:37:01 -0800
committerSean Gillespie <sean.william.g@gmail.com>2016-02-26 22:37:01 -0800
commit3ac97ffe15312ead86cb90220c0f945820abfa2e (patch)
tree0c5d585575a1d772b00bdb698a110c671c2e4f63 /tests/src/Regressions
parent4dcc5e5e307e98811f599c5bdb245e7d13795c82 (diff)
downloadcoreclr-3ac97ffe15312ead86cb90220c0f945820abfa2e.tar.gz
coreclr-3ac97ffe15312ead86cb90220c0f945820abfa2e.tar.bz2
coreclr-3ac97ffe15312ead86cb90220c0f945820abfa2e.zip
Fix license header for test files
Diffstat (limited to 'tests/src/Regressions')
-rw-r--r--tests/src/Regressions/coreclr/0014/avtest.cs3
-rw-r--r--tests/src/Regressions/coreclr/0028/thread08-simplified.cs3
-rw-r--r--tests/src/Regressions/coreclr/0041/body_double.cs3
-rw-r--r--tests/src/Regressions/coreclr/0041/expl_double_1.cs3
-rw-r--r--tests/src/Regressions/coreclr/0044/nullable.cs3
-rw-r--r--tests/src/Regressions/coreclr/0046/istype.cs3
-rw-r--r--tests/src/Regressions/coreclr/0069/date.cs3
-rw-r--r--tests/src/Regressions/coreclr/0075/largearraytest.cs3
-rw-r--r--tests/src/Regressions/coreclr/0077/interlock.cs3
-rw-r--r--tests/src/Regressions/coreclr/0080/delete_next_card_table.cs3
-rw-r--r--tests/src/Regressions/coreclr/0099/abovestacklimit.cs3
-rw-r--r--tests/src/Regressions/coreclr/0138/pow3.cs3
-rw-r--r--tests/src/Regressions/coreclr/0149/sampleassembly.cs3
-rw-r--r--tests/src/Regressions/coreclr/0198/compex.cs3
-rw-r--r--tests/src/Regressions/coreclr/0202/threadculture.cs3
-rw-r--r--tests/src/Regressions/coreclr/0211/genrecur.cs3
-rw-r--r--tests/src/Regressions/coreclr/0275/marshal.cs3
-rw-r--r--tests/src/Regressions/coreclr/0308/tolower.cs3
-rw-r--r--tests/src/Regressions/coreclr/0341/platformcode.cs3
-rw-r--r--tests/src/Regressions/coreclr/0341/usercode.cs3
-rw-r--r--tests/src/Regressions/coreclr/0342/unsafe.cs3
-rw-r--r--tests/src/Regressions/coreclr/0416/hello.cs3
-rw-r--r--tests/src/Regressions/coreclr/0433/assem.cs3
-rw-r--r--tests/src/Regressions/coreclr/0433/test.cs3
-rw-r--r--tests/src/Regressions/coreclr/0487/test.cs3
-rw-r--r--tests/src/Regressions/coreclr/0570/test570.cs3
-rw-r--r--tests/src/Regressions/coreclr/0576/test0576.cs3
-rw-r--r--tests/src/Regressions/coreclr/0582/csgen.1.cs3
-rw-r--r--tests/src/Regressions/coreclr/0583/test583.cs3
-rw-r--r--tests/src/Regressions/coreclr/0584/test584.cs3
-rw-r--r--tests/src/Regressions/coreclr/0694/criticalcode.cs3
-rw-r--r--tests/src/Regressions/coreclr/0792/test0792.cs3
-rw-r--r--tests/src/Regressions/coreclr/0828/test0828.cs3
-rw-r--r--tests/src/Regressions/coreclr/0829/test0829.cs3
-rw-r--r--tests/src/Regressions/coreclr/0857/override.cs3
-rw-r--r--tests/src/Regressions/coreclr/0939/test0939.cs3
-rw-r--r--tests/src/Regressions/coreclr/0968/test968.cs3
-rw-r--r--tests/src/Regressions/coreclr/1307/test1307.cs3
-rw-r--r--tests/src/Regressions/coreclr/1333/testclass.cs3
-rw-r--r--tests/src/Regressions/coreclr/1333/testinterface.cs3
-rw-r--r--tests/src/Regressions/coreclr/1337/test1337.cs3
-rw-r--r--tests/src/Regressions/coreclr/1380/forwarder1.cs3
-rw-r--r--tests/src/Regressions/coreclr/1386/co1727ctor_oo.cs3
-rw-r--r--tests/src/Regressions/coreclr/1402/test1402.cs3
-rw-r--r--tests/src/Regressions/coreclr/1514/interlockexchange.cs3
-rw-r--r--tests/src/Regressions/coreclr/1534/test1534.cs3
-rw-r--r--tests/src/Regressions/coreclr/1535/test1535.cs3
-rw-r--r--tests/src/Regressions/coreclr/1549/test1549.cs3
-rw-r--r--tests/src/Regressions/coreclr/72162/test72162.cs3
49 files changed, 147 insertions, 0 deletions
diff --git a/tests/src/Regressions/coreclr/0014/avtest.cs b/tests/src/Regressions/coreclr/0014/avtest.cs
index ae491b2199..10b4e9b93c 100644
--- a/tests/src/Regressions/coreclr/0014/avtest.cs
+++ b/tests/src/Regressions/coreclr/0014/avtest.cs
@@ -1,3 +1,6 @@
+// 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;
class ReflectObj
diff --git a/tests/src/Regressions/coreclr/0028/thread08-simplified.cs b/tests/src/Regressions/coreclr/0028/thread08-simplified.cs
index 85674920bb..37c7157efc 100644
--- a/tests/src/Regressions/coreclr/0028/thread08-simplified.cs
+++ b/tests/src/Regressions/coreclr/0028/thread08-simplified.cs
@@ -1,3 +1,6 @@
+// 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.Threading;
diff --git a/tests/src/Regressions/coreclr/0041/body_double.cs b/tests/src/Regressions/coreclr/0041/body_double.cs
index f39a647fe6..d2719abf08 100644
--- a/tests/src/Regressions/coreclr/0041/body_double.cs
+++ b/tests/src/Regressions/coreclr/0041/body_double.cs
@@ -1,3 +1,6 @@
+// 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.Security;
diff --git a/tests/src/Regressions/coreclr/0041/expl_double_1.cs b/tests/src/Regressions/coreclr/0041/expl_double_1.cs
index e2815ad7fa..056e3d9253 100644
--- a/tests/src/Regressions/coreclr/0041/expl_double_1.cs
+++ b/tests/src/Regressions/coreclr/0041/expl_double_1.cs
@@ -1,3 +1,6 @@
+// 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.InteropServices;
diff --git a/tests/src/Regressions/coreclr/0044/nullable.cs b/tests/src/Regressions/coreclr/0044/nullable.cs
index 11cbaf0e60..ed43e86334 100644
--- a/tests/src/Regressions/coreclr/0044/nullable.cs
+++ b/tests/src/Regressions/coreclr/0044/nullable.cs
@@ -1,3 +1,6 @@
+// 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;
public class Nullable
diff --git a/tests/src/Regressions/coreclr/0046/istype.cs b/tests/src/Regressions/coreclr/0046/istype.cs
index 315908bf22..15d793670b 100644
--- a/tests/src/Regressions/coreclr/0046/istype.cs
+++ b/tests/src/Regressions/coreclr/0046/istype.cs
@@ -1,3 +1,6 @@
+// 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;
public struct MyStruct {}
diff --git a/tests/src/Regressions/coreclr/0069/date.cs b/tests/src/Regressions/coreclr/0069/date.cs
index a28fd20b21..36dde2c0d1 100644
--- a/tests/src/Regressions/coreclr/0069/date.cs
+++ b/tests/src/Regressions/coreclr/0069/date.cs
@@ -1,3 +1,6 @@
+// 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;
public class DateRepro
diff --git a/tests/src/Regressions/coreclr/0075/largearraytest.cs b/tests/src/Regressions/coreclr/0075/largearraytest.cs
index a7b0fa27d0..d907edd365 100644
--- a/tests/src/Regressions/coreclr/0075/largearraytest.cs
+++ b/tests/src/Regressions/coreclr/0075/largearraytest.cs
@@ -1,3 +1,6 @@
+// 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.
/* NAME: LargeArrayTest
* SDET: clyon
* DATE: 2004-03-02
diff --git a/tests/src/Regressions/coreclr/0077/interlock.cs b/tests/src/Regressions/coreclr/0077/interlock.cs
index f5f4d5cda2..f2c81aa1e6 100644
--- a/tests/src/Regressions/coreclr/0077/interlock.cs
+++ b/tests/src/Regressions/coreclr/0077/interlock.cs
@@ -1,3 +1,6 @@
+// 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;
public class A
diff --git a/tests/src/Regressions/coreclr/0080/delete_next_card_table.cs b/tests/src/Regressions/coreclr/0080/delete_next_card_table.cs
index bb2ac81512..0ac3a5e208 100644
--- a/tests/src/Regressions/coreclr/0080/delete_next_card_table.cs
+++ b/tests/src/Regressions/coreclr/0080/delete_next_card_table.cs
@@ -1,3 +1,6 @@
+// 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.
/* TEST: delete_next_card_table
* SDET: clyon
* DESCRIPTION: gains 14 blocks in gc.cpp
diff --git a/tests/src/Regressions/coreclr/0099/abovestacklimit.cs b/tests/src/Regressions/coreclr/0099/abovestacklimit.cs
index f95f4bd7a4..4082096100 100644
--- a/tests/src/Regressions/coreclr/0099/abovestacklimit.cs
+++ b/tests/src/Regressions/coreclr/0099/abovestacklimit.cs
@@ -1,3 +1,6 @@
+// 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;
class Test{
diff --git a/tests/src/Regressions/coreclr/0138/pow3.cs b/tests/src/Regressions/coreclr/0138/pow3.cs
index 52a3f43b9f..9f57f55c3c 100644
--- a/tests/src/Regressions/coreclr/0138/pow3.cs
+++ b/tests/src/Regressions/coreclr/0138/pow3.cs
@@ -1,3 +1,6 @@
+// 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.
//different data types, Int16, Int32, Int64, etc
using System;
diff --git a/tests/src/Regressions/coreclr/0149/sampleassembly.cs b/tests/src/Regressions/coreclr/0149/sampleassembly.cs
index c9975c38eb..fe382bde9c 100644
--- a/tests/src/Regressions/coreclr/0149/sampleassembly.cs
+++ b/tests/src/Regressions/coreclr/0149/sampleassembly.cs
@@ -1,3 +1,6 @@
+// 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;
public class TestClass
diff --git a/tests/src/Regressions/coreclr/0198/compex.cs b/tests/src/Regressions/coreclr/0198/compex.cs
index 1772c01d8f..58c62e8823 100644
--- a/tests/src/Regressions/coreclr/0198/compex.cs
+++ b/tests/src/Regressions/coreclr/0198/compex.cs
@@ -1,3 +1,6 @@
+// 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.Threading;
diff --git a/tests/src/Regressions/coreclr/0202/threadculture.cs b/tests/src/Regressions/coreclr/0202/threadculture.cs
index e7712d2886..c72fba87c6 100644
--- a/tests/src/Regressions/coreclr/0202/threadculture.cs
+++ b/tests/src/Regressions/coreclr/0202/threadculture.cs
@@ -1,3 +1,6 @@
+// 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.Globalization;
using System.Threading;
diff --git a/tests/src/Regressions/coreclr/0211/genrecur.cs b/tests/src/Regressions/coreclr/0211/genrecur.cs
index fb86a4b3e7..b8d04d2a8e 100644
--- a/tests/src/Regressions/coreclr/0211/genrecur.cs
+++ b/tests/src/Regressions/coreclr/0211/genrecur.cs
@@ -1,3 +1,6 @@
+// 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;
// Some generally-useful stuff
diff --git a/tests/src/Regressions/coreclr/0275/marshal.cs b/tests/src/Regressions/coreclr/0275/marshal.cs
index 5be4989e4b..dc810b5a1c 100644
--- a/tests/src/Regressions/coreclr/0275/marshal.cs
+++ b/tests/src/Regressions/coreclr/0275/marshal.cs
@@ -1,3 +1,6 @@
+// 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.InteropServices;
using System.Security;
diff --git a/tests/src/Regressions/coreclr/0308/tolower.cs b/tests/src/Regressions/coreclr/0308/tolower.cs
index a7f0870912..6758875cdb 100644
--- a/tests/src/Regressions/coreclr/0308/tolower.cs
+++ b/tests/src/Regressions/coreclr/0308/tolower.cs
@@ -1,3 +1,6 @@
+// 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;
public class ToLowerRepro
diff --git a/tests/src/Regressions/coreclr/0341/platformcode.cs b/tests/src/Regressions/coreclr/0341/platformcode.cs
index 4487b3ae5a..c37fad813f 100644
--- a/tests/src/Regressions/coreclr/0341/platformcode.cs
+++ b/tests/src/Regressions/coreclr/0341/platformcode.cs
@@ -1,3 +1,6 @@
+// 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.IO;
using System.Reflection;
diff --git a/tests/src/Regressions/coreclr/0341/usercode.cs b/tests/src/Regressions/coreclr/0341/usercode.cs
index 491687c398..0542e22284 100644
--- a/tests/src/Regressions/coreclr/0341/usercode.cs
+++ b/tests/src/Regressions/coreclr/0341/usercode.cs
@@ -1,3 +1,6 @@
+// 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;
using System.Security;
diff --git a/tests/src/Regressions/coreclr/0342/unsafe.cs b/tests/src/Regressions/coreclr/0342/unsafe.cs
index 7a9d8242e8..e0ae737415 100644
--- a/tests/src/Regressions/coreclr/0342/unsafe.cs
+++ b/tests/src/Regressions/coreclr/0342/unsafe.cs
@@ -1,3 +1,6 @@
+// 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.Security;
diff --git a/tests/src/Regressions/coreclr/0416/hello.cs b/tests/src/Regressions/coreclr/0416/hello.cs
index 9838c8d9a3..2f40c91747 100644
--- a/tests/src/Regressions/coreclr/0416/hello.cs
+++ b/tests/src/Regressions/coreclr/0416/hello.cs
@@ -1,3 +1,6 @@
+// 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;
public class Hello
diff --git a/tests/src/Regressions/coreclr/0433/assem.cs b/tests/src/Regressions/coreclr/0433/assem.cs
index 823b6b6068..7e37b78a52 100644
--- a/tests/src/Regressions/coreclr/0433/assem.cs
+++ b/tests/src/Regressions/coreclr/0433/assem.cs
@@ -1,3 +1,6 @@
+// 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/Regressions/coreclr/0433/test.cs b/tests/src/Regressions/coreclr/0433/test.cs
index 265bb297e6..03064dae2f 100644
--- a/tests/src/Regressions/coreclr/0433/test.cs
+++ b/tests/src/Regressions/coreclr/0433/test.cs
@@ -1,3 +1,6 @@
+// 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.
// regression test for CoreCLR #433
using System;
diff --git a/tests/src/Regressions/coreclr/0487/test.cs b/tests/src/Regressions/coreclr/0487/test.cs
index 90d808979f..8a2b667b42 100644
--- a/tests/src/Regressions/coreclr/0487/test.cs
+++ b/tests/src/Regressions/coreclr/0487/test.cs
@@ -1,3 +1,6 @@
+// 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.
// This is a regression test for VSWhidbey 139763
// Static Constructor introduces bad side effects for generic type instantiated
// to reference type in async static event case.
diff --git a/tests/src/Regressions/coreclr/0570/test570.cs b/tests/src/Regressions/coreclr/0570/test570.cs
index 0ed11ae705..ce572f0a31 100644
--- a/tests/src/Regressions/coreclr/0570/test570.cs
+++ b/tests/src/Regressions/coreclr/0570/test570.cs
@@ -1,3 +1,6 @@
+// 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.Globalization;
diff --git a/tests/src/Regressions/coreclr/0576/test0576.cs b/tests/src/Regressions/coreclr/0576/test0576.cs
index c8355b6033..7c4fa69cfc 100644
--- a/tests/src/Regressions/coreclr/0576/test0576.cs
+++ b/tests/src/Regressions/coreclr/0576/test0576.cs
@@ -1,3 +1,6 @@
+// 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.Globalization;
diff --git a/tests/src/Regressions/coreclr/0582/csgen.1.cs b/tests/src/Regressions/coreclr/0582/csgen.1.cs
index 8b440005ca..309b6bc69a 100644
--- a/tests/src/Regressions/coreclr/0582/csgen.1.cs
+++ b/tests/src/Regressions/coreclr/0582/csgen.1.cs
@@ -1,3 +1,6 @@
+// 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;
using System.Runtime.InteropServices;
diff --git a/tests/src/Regressions/coreclr/0583/test583.cs b/tests/src/Regressions/coreclr/0583/test583.cs
index d4e90713da..cf96c6ed64 100644
--- a/tests/src/Regressions/coreclr/0583/test583.cs
+++ b/tests/src/Regressions/coreclr/0583/test583.cs
@@ -1,3 +1,6 @@
+// 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.Resources;
using System.IO;
diff --git a/tests/src/Regressions/coreclr/0584/test584.cs b/tests/src/Regressions/coreclr/0584/test584.cs
index 7dcd5ad937..dfc778b2f8 100644
--- a/tests/src/Regressions/coreclr/0584/test584.cs
+++ b/tests/src/Regressions/coreclr/0584/test584.cs
@@ -1,3 +1,6 @@
+// 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.Globalization;
public class test
diff --git a/tests/src/Regressions/coreclr/0694/criticalcode.cs b/tests/src/Regressions/coreclr/0694/criticalcode.cs
index 0dc2824bfb..90eedf7c41 100644
--- a/tests/src/Regressions/coreclr/0694/criticalcode.cs
+++ b/tests/src/Regressions/coreclr/0694/criticalcode.cs
@@ -1,3 +1,6 @@
+// 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.IO;
using System.Reflection;
diff --git a/tests/src/Regressions/coreclr/0792/test0792.cs b/tests/src/Regressions/coreclr/0792/test0792.cs
index 82fe22e440..cc4dc9c9b5 100644
--- a/tests/src/Regressions/coreclr/0792/test0792.cs
+++ b/tests/src/Regressions/coreclr/0792/test0792.cs
@@ -1,3 +1,6 @@
+// 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.Reflection;
diff --git a/tests/src/Regressions/coreclr/0828/test0828.cs b/tests/src/Regressions/coreclr/0828/test0828.cs
index 03009b4a6d..3ec2570da2 100644
--- a/tests/src/Regressions/coreclr/0828/test0828.cs
+++ b/tests/src/Regressions/coreclr/0828/test0828.cs
@@ -1,3 +1,6 @@
+// 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;
public class Test
diff --git a/tests/src/Regressions/coreclr/0829/test0829.cs b/tests/src/Regressions/coreclr/0829/test0829.cs
index addf36ba08..7a2895dfb7 100644
--- a/tests/src/Regressions/coreclr/0829/test0829.cs
+++ b/tests/src/Regressions/coreclr/0829/test0829.cs
@@ -1,3 +1,6 @@
+// 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;
public class Test
diff --git a/tests/src/Regressions/coreclr/0857/override.cs b/tests/src/Regressions/coreclr/0857/override.cs
index dcaf8d279f..f5b7634d28 100644
--- a/tests/src/Regressions/coreclr/0857/override.cs
+++ b/tests/src/Regressions/coreclr/0857/override.cs
@@ -1,3 +1,6 @@
+// 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;
public class Test
diff --git a/tests/src/Regressions/coreclr/0939/test0939.cs b/tests/src/Regressions/coreclr/0939/test0939.cs
index 433c136217..d7bbe2ab39 100644
--- a/tests/src/Regressions/coreclr/0939/test0939.cs
+++ b/tests/src/Regressions/coreclr/0939/test0939.cs
@@ -1,3 +1,6 @@
+// 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;
public class Test
diff --git a/tests/src/Regressions/coreclr/0968/test968.cs b/tests/src/Regressions/coreclr/0968/test968.cs
index 18e844d49d..6ab987f4d8 100644
--- a/tests/src/Regressions/coreclr/0968/test968.cs
+++ b/tests/src/Regressions/coreclr/0968/test968.cs
@@ -1,3 +1,6 @@
+// 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.Resources;
using System.IO;
diff --git a/tests/src/Regressions/coreclr/1307/test1307.cs b/tests/src/Regressions/coreclr/1307/test1307.cs
index ae80c1f5dd..5278710073 100644
--- a/tests/src/Regressions/coreclr/1307/test1307.cs
+++ b/tests/src/Regressions/coreclr/1307/test1307.cs
@@ -1,3 +1,6 @@
+// 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.Generic;
diff --git a/tests/src/Regressions/coreclr/1333/testclass.cs b/tests/src/Regressions/coreclr/1333/testclass.cs
index 980406a34d..a4927834aa 100644
--- a/tests/src/Regressions/coreclr/1333/testclass.cs
+++ b/tests/src/Regressions/coreclr/1333/testclass.cs
@@ -1,3 +1,6 @@
+// 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.Generic;
using System.Security;
diff --git a/tests/src/Regressions/coreclr/1333/testinterface.cs b/tests/src/Regressions/coreclr/1333/testinterface.cs
index c4d3161fee..d4a3f6c4f7 100644
--- a/tests/src/Regressions/coreclr/1333/testinterface.cs
+++ b/tests/src/Regressions/coreclr/1333/testinterface.cs
@@ -1,3 +1,6 @@
+// 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.Generic;
using System.Security;
diff --git a/tests/src/Regressions/coreclr/1337/test1337.cs b/tests/src/Regressions/coreclr/1337/test1337.cs
index 725834cd5b..ec6555d4bd 100644
--- a/tests/src/Regressions/coreclr/1337/test1337.cs
+++ b/tests/src/Regressions/coreclr/1337/test1337.cs
@@ -1,3 +1,6 @@
+// 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.Text;
diff --git a/tests/src/Regressions/coreclr/1380/forwarder1.cs b/tests/src/Regressions/coreclr/1380/forwarder1.cs
index 23cf896e4e..b34036b82c 100644
--- a/tests/src/Regressions/coreclr/1380/forwarder1.cs
+++ b/tests/src/Regressions/coreclr/1380/forwarder1.cs
@@ -1,3 +1,6 @@
+// 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.
public class Foo
{
}
diff --git a/tests/src/Regressions/coreclr/1386/co1727ctor_oo.cs b/tests/src/Regressions/coreclr/1386/co1727ctor_oo.cs
index fa2b831b8b..42beabee04 100644
--- a/tests/src/Regressions/coreclr/1386/co1727ctor_oo.cs
+++ b/tests/src/Regressions/coreclr/1386/co1727ctor_oo.cs
@@ -1,3 +1,6 @@
+// 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;
using System.Globalization;
diff --git a/tests/src/Regressions/coreclr/1402/test1402.cs b/tests/src/Regressions/coreclr/1402/test1402.cs
index 3828bc091c..0b55431a1e 100644
--- a/tests/src/Regressions/coreclr/1402/test1402.cs
+++ b/tests/src/Regressions/coreclr/1402/test1402.cs
@@ -1,3 +1,6 @@
+// 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.Globalization;
diff --git a/tests/src/Regressions/coreclr/1514/interlockexchange.cs b/tests/src/Regressions/coreclr/1514/interlockexchange.cs
index da52ea0f4a..9b11d98009 100644
--- a/tests/src/Regressions/coreclr/1514/interlockexchange.cs
+++ b/tests/src/Regressions/coreclr/1514/interlockexchange.cs
@@ -1,3 +1,6 @@
+// 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.Threading;
diff --git a/tests/src/Regressions/coreclr/1534/test1534.cs b/tests/src/Regressions/coreclr/1534/test1534.cs
index 4844687a86..7e1c91bb37 100644
--- a/tests/src/Regressions/coreclr/1534/test1534.cs
+++ b/tests/src/Regressions/coreclr/1534/test1534.cs
@@ -1,3 +1,6 @@
+// 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.Globalization;
diff --git a/tests/src/Regressions/coreclr/1535/test1535.cs b/tests/src/Regressions/coreclr/1535/test1535.cs
index 64305fd43d..75311e041a 100644
--- a/tests/src/Regressions/coreclr/1535/test1535.cs
+++ b/tests/src/Regressions/coreclr/1535/test1535.cs
@@ -1,3 +1,6 @@
+// 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.Globalization;
diff --git a/tests/src/Regressions/coreclr/1549/test1549.cs b/tests/src/Regressions/coreclr/1549/test1549.cs
index 90065f923c..99166b3473 100644
--- a/tests/src/Regressions/coreclr/1549/test1549.cs
+++ b/tests/src/Regressions/coreclr/1549/test1549.cs
@@ -1,3 +1,6 @@
+// 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.Text;
diff --git a/tests/src/Regressions/coreclr/72162/test72162.cs b/tests/src/Regressions/coreclr/72162/test72162.cs
index f3a5005bd8..96b11626f5 100644
--- a/tests/src/Regressions/coreclr/72162/test72162.cs
+++ b/tests/src/Regressions/coreclr/72162/test72162.cs
@@ -1,3 +1,6 @@
+// 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.Globalization;
public class Test72162