summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/src/JIT/Directed/Arrays/complex1.cs4
-rw-r--r--tests/src/JIT/Directed/Arrays/simple1.cs4
2 files changed, 8 insertions, 0 deletions
diff --git a/tests/src/JIT/Directed/Arrays/complex1.cs b/tests/src/JIT/Directed/Arrays/complex1.cs
index d7bf204aee..169953e5e7 100644
--- a/tests/src/JIT/Directed/Arrays/complex1.cs
+++ b/tests/src/JIT/Directed/Arrays/complex1.cs
@@ -1,3 +1,7 @@
+// Copyright (c) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+//
+
using System;
// Do a complex 5 dimensional Jagged array.
diff --git a/tests/src/JIT/Directed/Arrays/simple1.cs b/tests/src/JIT/Directed/Arrays/simple1.cs
index b82ff542e3..d529d001da 100644
--- a/tests/src/JIT/Directed/Arrays/simple1.cs
+++ b/tests/src/JIT/Directed/Arrays/simple1.cs
@@ -1,3 +1,7 @@
+// Copyright (c) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+//
+
using System;
public
// Do a simple 5 dimensional Jagged array.