summaryrefslogtreecommitdiff
path: root/tests/src/Loader/classloader/generics
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/Loader/classloader/generics
parent4dcc5e5e307e98811f599c5bdb245e7d13795c82 (diff)
downloadcoreclr-3ac97ffe15312ead86cb90220c0f945820abfa2e.tar.gz
coreclr-3ac97ffe15312ead86cb90220c0f945820abfa2e.tar.bz2
coreclr-3ac97ffe15312ead86cb90220c0f945820abfa2e.zip
Fix license header for test files
Diffstat (limited to 'tests/src/Loader/classloader/generics')
-rw-r--r--tests/src/Loader/classloader/generics/regressions/vsw237932/repro237932.cs3
-rw-r--r--tests/src/Loader/classloader/generics/regressions/vsw514968/vsw514968.cs3
-rw-r--r--tests/src/Loader/classloader/generics/regressions/vsw524571/staticsproblem5.cs3
3 files changed, 9 insertions, 0 deletions
diff --git a/tests/src/Loader/classloader/generics/regressions/vsw237932/repro237932.cs b/tests/src/Loader/classloader/generics/regressions/vsw237932/repro237932.cs
index 7b76edc7b7..9b1ac5f295 100644
--- a/tests/src/Loader/classloader/generics/regressions/vsw237932/repro237932.cs
+++ b/tests/src/Loader/classloader/generics/regressions/vsw237932/repro237932.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 regression test for VSWhidbey 237932
// The issue here was that the ThreadStatic field was previously shared for all C1<objref> types
// and so when we created C1<System.OverflowException> and C1<System.InvalidCastException> the ThreadStatic
diff --git a/tests/src/Loader/classloader/generics/regressions/vsw514968/vsw514968.cs b/tests/src/Loader/classloader/generics/regressions/vsw514968/vsw514968.cs
index acb7900ab7..8acfeb920e 100644
--- a/tests/src/Loader/classloader/generics/regressions/vsw514968/vsw514968.cs
+++ b/tests/src/Loader/classloader/generics/regressions/vsw514968/vsw514968.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 C { }
diff --git a/tests/src/Loader/classloader/generics/regressions/vsw524571/staticsproblem5.cs b/tests/src/Loader/classloader/generics/regressions/vsw524571/staticsproblem5.cs
index 541e45dfd5..d0bdf7a9c5 100644
--- a/tests/src/Loader/classloader/generics/regressions/vsw524571/staticsproblem5.cs
+++ b/tests/src/Loader/classloader/generics/regressions/vsw524571/staticsproblem5.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.
// the subtype here that contains a Canonical type is Node<NodeStruct<NodeSys<a[]>>>