summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Methodical/localloc
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/Methodical/localloc
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/Methodical/localloc')
-rw-r--r--tests/src/JIT/Methodical/localloc/verify/verify01_dynamic.il5
-rw-r--r--tests/src/JIT/Methodical/localloc/verify/verify01_large.il5
-rw-r--r--tests/src/JIT/Methodical/localloc/verify/verify01_small.il5
-rw-r--r--tests/src/JIT/Methodical/localloc/zeroinit/zeroinit01_large.il5
-rw-r--r--tests/src/JIT/Methodical/localloc/zeroinit/zeroinit01_small.il5
5 files changed, 15 insertions, 10 deletions
diff --git a/tests/src/JIT/Methodical/localloc/verify/verify01_dynamic.il b/tests/src/JIT/Methodical/localloc/verify/verify01_dynamic.il
index 56eab33e3c..d4dea618e6 100644
--- a/tests/src/JIT/Methodical/localloc/verify/verify01_dynamic.il
+++ b/tests/src/JIT/Methodical/localloc/verify/verify01_dynamic.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.
// Test Invalid program (evaluation stack is not empty before localloc call
diff --git a/tests/src/JIT/Methodical/localloc/verify/verify01_large.il b/tests/src/JIT/Methodical/localloc/verify/verify01_large.il
index 68c2898ba0..90e2a0ab47 100644
--- a/tests/src/JIT/Methodical/localloc/verify/verify01_large.il
+++ b/tests/src/JIT/Methodical/localloc/verify/verify01_large.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.
// Test Invalid program (evaluation stack is not empty before localloc call
diff --git a/tests/src/JIT/Methodical/localloc/verify/verify01_small.il b/tests/src/JIT/Methodical/localloc/verify/verify01_small.il
index 364e9ec78a..9c57093d55 100644
--- a/tests/src/JIT/Methodical/localloc/verify/verify01_small.il
+++ b/tests/src/JIT/Methodical/localloc/verify/verify01_small.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.
// Test Invalid program (evaluation stack is not empty before localloc call
diff --git a/tests/src/JIT/Methodical/localloc/zeroinit/zeroinit01_large.il b/tests/src/JIT/Methodical/localloc/zeroinit/zeroinit01_large.il
index 0d792b0685..278b95bb05 100644
--- a/tests/src/JIT/Methodical/localloc/zeroinit/zeroinit01_large.il
+++ b/tests/src/JIT/Methodical/localloc/zeroinit/zeroinit01_large.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.
// Test zero initialization of localloc
.assembly extern legacy library mscorlib {}
diff --git a/tests/src/JIT/Methodical/localloc/zeroinit/zeroinit01_small.il b/tests/src/JIT/Methodical/localloc/zeroinit/zeroinit01_small.il
index c008bf3b81..9cbe605cc0 100644
--- a/tests/src/JIT/Methodical/localloc/zeroinit/zeroinit01_small.il
+++ b/tests/src/JIT/Methodical/localloc/zeroinit/zeroinit01_small.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.
// Test zero initialization of localloc
.assembly extern legacy library mscorlib {}