summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Directed/array-il
diff options
context:
space:
mode:
authorRuss Keldorph <Russ.Keldorph@microsoft.com>2016-05-09 14:25:36 -0700
committerRuss Keldorph <Russ.Keldorph@microsoft.com>2016-05-09 14:25:36 -0700
commit32832c1b23205e06c11262b21f0d0c3c2031642e (patch)
tree71b140b56cfc73758d43be50d2a9a737107ac100 /tests/src/JIT/Directed/array-il
parent530acab950de31fb58e41c33be80dc2664791b31 (diff)
downloadcoreclr-32832c1b23205e06c11262b21f0d0c3c2031642e.tar.gz
coreclr-32832c1b23205e06c11262b21f0d0c3c2031642e.tar.bz2
coreclr-32832c1b23205e06c11262b21f0d0c3c2031642e.zip
Update license header in most .il files.
Diffstat (limited to 'tests/src/JIT/Directed/array-il')
-rw-r--r--tests/src/JIT/Directed/array-il/complex3.il5
-rw-r--r--tests/src/JIT/Directed/array-il/simple3.il5
2 files changed, 6 insertions, 4 deletions
diff --git a/tests/src/JIT/Directed/array-il/complex3.il b/tests/src/JIT/Directed/array-il/complex3.il
index 97cbe26345..e66ba52010 100644
--- a/tests/src/JIT/Directed/array-il/complex3.il
+++ b/tests/src/JIT/Directed/array-il/complex3.il
@@ -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.
.assembly extern System.Console
{
diff --git a/tests/src/JIT/Directed/array-il/simple3.il b/tests/src/JIT/Directed/array-il/simple3.il
index 24dcad0314..d38c497100 100644
--- a/tests/src/JIT/Directed/array-il/simple3.il
+++ b/tests/src/JIT/Directed/array-il/simple3.il
@@ -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.
.assembly extern legacy library mscorlib {}
.assembly extern System.Console