summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Methodical/unsafecsharp
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2016-01-27 11:41:24 -0800
committerstephentoub <stoub@microsoft.com>2016-01-27 13:22:16 -0800
commit21f8416ad4204afc18ce315d99baa5f4ada28d9a (patch)
tree6767624f3ab0c185ad7ceec5d6e07c2784058ecf /tests/src/JIT/Methodical/unsafecsharp
parent98ab26be675b96668ecf2dfe8c38f58f57454f02 (diff)
downloadcoreclr-21f8416ad4204afc18ce315d99baa5f4ada28d9a.tar.gz
coreclr-21f8416ad4204afc18ce315d99baa5f4ada28d9a.tar.bz2
coreclr-21f8416ad4204afc18ce315d99baa5f4ada28d9a.zip
Update license headers
Diffstat (limited to 'tests/src/JIT/Methodical/unsafecsharp')
-rw-r--r--tests/src/JIT/Methodical/unsafecsharp/main.cs5
-rw-r--r--tests/src/JIT/Methodical/unsafecsharp/unsafe-0.cs5
-rw-r--r--tests/src/JIT/Methodical/unsafecsharp/unsafe-1.cs5
-rw-r--r--tests/src/JIT/Methodical/unsafecsharp/unsafe-2.cs5
-rw-r--r--tests/src/JIT/Methodical/unsafecsharp/unsafe-3.cs5
-rw-r--r--tests/src/JIT/Methodical/unsafecsharp/unsafe-4.cs5
-rw-r--r--tests/src/JIT/Methodical/unsafecsharp/unsafe-5.cs5
-rw-r--r--tests/src/JIT/Methodical/unsafecsharp/unsafe-6.cs5
8 files changed, 24 insertions, 16 deletions
diff --git a/tests/src/JIT/Methodical/unsafecsharp/main.cs b/tests/src/JIT/Methodical/unsafecsharp/main.cs
index 259f1dc76b..180277b161 100644
--- a/tests/src/JIT/Methodical/unsafecsharp/main.cs
+++ b/tests/src/JIT/Methodical/unsafecsharp/main.cs
@@ -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.
using System;
diff --git a/tests/src/JIT/Methodical/unsafecsharp/unsafe-0.cs b/tests/src/JIT/Methodical/unsafecsharp/unsafe-0.cs
index a8cf4c105e..d2a63096a7 100644
--- a/tests/src/JIT/Methodical/unsafecsharp/unsafe-0.cs
+++ b/tests/src/JIT/Methodical/unsafecsharp/unsafe-0.cs
@@ -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.
using System;
diff --git a/tests/src/JIT/Methodical/unsafecsharp/unsafe-1.cs b/tests/src/JIT/Methodical/unsafecsharp/unsafe-1.cs
index e03c8205d9..ef52d92264 100644
--- a/tests/src/JIT/Methodical/unsafecsharp/unsafe-1.cs
+++ b/tests/src/JIT/Methodical/unsafecsharp/unsafe-1.cs
@@ -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.
using System;
diff --git a/tests/src/JIT/Methodical/unsafecsharp/unsafe-2.cs b/tests/src/JIT/Methodical/unsafecsharp/unsafe-2.cs
index d887b8888f..8efb8380f2 100644
--- a/tests/src/JIT/Methodical/unsafecsharp/unsafe-2.cs
+++ b/tests/src/JIT/Methodical/unsafecsharp/unsafe-2.cs
@@ -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.
using System;
diff --git a/tests/src/JIT/Methodical/unsafecsharp/unsafe-3.cs b/tests/src/JIT/Methodical/unsafecsharp/unsafe-3.cs
index 79c096b4cc..81a9f58994 100644
--- a/tests/src/JIT/Methodical/unsafecsharp/unsafe-3.cs
+++ b/tests/src/JIT/Methodical/unsafecsharp/unsafe-3.cs
@@ -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.
using System;
diff --git a/tests/src/JIT/Methodical/unsafecsharp/unsafe-4.cs b/tests/src/JIT/Methodical/unsafecsharp/unsafe-4.cs
index 4f5ccc6280..46e790b5ce 100644
--- a/tests/src/JIT/Methodical/unsafecsharp/unsafe-4.cs
+++ b/tests/src/JIT/Methodical/unsafecsharp/unsafe-4.cs
@@ -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.
using System;
diff --git a/tests/src/JIT/Methodical/unsafecsharp/unsafe-5.cs b/tests/src/JIT/Methodical/unsafecsharp/unsafe-5.cs
index 1abd148e12..7c7f6d20fc 100644
--- a/tests/src/JIT/Methodical/unsafecsharp/unsafe-5.cs
+++ b/tests/src/JIT/Methodical/unsafecsharp/unsafe-5.cs
@@ -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.
using System;
diff --git a/tests/src/JIT/Methodical/unsafecsharp/unsafe-6.cs b/tests/src/JIT/Methodical/unsafecsharp/unsafe-6.cs
index 0b096a94ea..d41a32d959 100644
--- a/tests/src/JIT/Methodical/unsafecsharp/unsafe-6.cs
+++ b/tests/src/JIT/Methodical/unsafecsharp/unsafe-6.cs
@@ -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.
using System;