Add license headers to the tests
authorJan Vorlicek <janvorli@microsoft.com>
Thu, 30 Apr 2020 16:00:13 +0000 (18:00 +0200)
committerJan Vorlicek <janvorli@microsoft.com>
Thu, 30 Apr 2020 16:00:13 +0000 (18:00 +0200)
src/coreclr/tests/src/baseservices/exceptions/stackoverflow/stackoverflow.cs
src/coreclr/tests/src/baseservices/exceptions/stackoverflow/stackoverflow3.cs
src/coreclr/tests/src/baseservices/exceptions/stackoverflow/stackoverflowtester.cs

index 9a6a453..2cb9aa6 100644 (file)
@@ -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;
 
index c375086..bb53a0f 100644 (file)
@@ -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;
 
 namespace TestStackOverflow3
index b237885..f303056 100644 (file)
@@ -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.Diagnostics;