summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Methodical/int64
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/int64
parent98ab26be675b96668ecf2dfe8c38f58f57454f02 (diff)
downloadcoreclr-21f8416ad4204afc18ce315d99baa5f4ada28d9a.tar.gz
coreclr-21f8416ad4204afc18ce315d99baa5f4ada28d9a.tar.bz2
coreclr-21f8416ad4204afc18ce315d99baa5f4ada28d9a.zip
Update license headers
Diffstat (limited to 'tests/src/JIT/Methodical/int64')
-rw-r--r--tests/src/JIT/Methodical/int64/arrays/lcs_long.cs5
-rw-r--r--tests/src/JIT/Methodical/int64/arrays/lcs_ulong.cs5
-rw-r--r--tests/src/JIT/Methodical/int64/misc/binop.cs5
-rw-r--r--tests/src/JIT/Methodical/int64/misc/box.cs5
-rw-r--r--tests/src/JIT/Methodical/int64/signed/s_addsub.cs5
-rw-r--r--tests/src/JIT/Methodical/int64/signed/s_ldc_div.cs5
-rw-r--r--tests/src/JIT/Methodical/int64/signed/s_ldc_mul.cs5
-rw-r--r--tests/src/JIT/Methodical/int64/signed/s_ldc_mulovf.cs5
-rw-r--r--tests/src/JIT/Methodical/int64/signed/s_ldfld_mul.cs5
-rw-r--r--tests/src/JIT/Methodical/int64/signed/s_ldfld_mulovf.cs5
-rw-r--r--tests/src/JIT/Methodical/int64/signed/s_ldsfld_mul.cs5
-rw-r--r--tests/src/JIT/Methodical/int64/signed/s_ldsfld_mulovf.cs5
-rw-r--r--tests/src/JIT/Methodical/int64/signed/s_muldiv.cs5
-rw-r--r--tests/src/JIT/Methodical/int64/superlong/superlong.cs5
-rw-r--r--tests/src/JIT/Methodical/int64/unsigned/addsub.cs5
-rw-r--r--tests/src/JIT/Methodical/int64/unsigned/ldc_mul.cs5
-rw-r--r--tests/src/JIT/Methodical/int64/unsigned/ldc_mulovf.cs5
-rw-r--r--tests/src/JIT/Methodical/int64/unsigned/ldfld_mul.cs5
-rw-r--r--tests/src/JIT/Methodical/int64/unsigned/ldfld_mulovf.cs5
-rw-r--r--tests/src/JIT/Methodical/int64/unsigned/ldsfld_mul.cs5
-rw-r--r--tests/src/JIT/Methodical/int64/unsigned/ldsfld_mulovf.cs5
-rw-r--r--tests/src/JIT/Methodical/int64/unsigned/muldiv.cs5
22 files changed, 66 insertions, 44 deletions
diff --git a/tests/src/JIT/Methodical/int64/arrays/lcs_long.cs b/tests/src/JIT/Methodical/int64/arrays/lcs_long.cs
index dde569a151..229adabf90 100644
--- a/tests/src/JIT/Methodical/int64/arrays/lcs_long.cs
+++ b/tests/src/JIT/Methodical/int64/arrays/lcs_long.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/int64/arrays/lcs_ulong.cs b/tests/src/JIT/Methodical/int64/arrays/lcs_ulong.cs
index 1add52afd9..e010aab3da 100644
--- a/tests/src/JIT/Methodical/int64/arrays/lcs_ulong.cs
+++ b/tests/src/JIT/Methodical/int64/arrays/lcs_ulong.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/int64/misc/binop.cs b/tests/src/JIT/Methodical/int64/misc/binop.cs
index 4a1f79b5ca..a892cbee05 100644
--- a/tests/src/JIT/Methodical/int64/misc/binop.cs
+++ b/tests/src/JIT/Methodical/int64/misc/binop.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/int64/misc/box.cs b/tests/src/JIT/Methodical/int64/misc/box.cs
index e42728affa..daf7aea693 100644
--- a/tests/src/JIT/Methodical/int64/misc/box.cs
+++ b/tests/src/JIT/Methodical/int64/misc/box.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/int64/signed/s_addsub.cs b/tests/src/JIT/Methodical/int64/signed/s_addsub.cs
index 05614aba21..6d04e88f5c 100644
--- a/tests/src/JIT/Methodical/int64/signed/s_addsub.cs
+++ b/tests/src/JIT/Methodical/int64/signed/s_addsub.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/int64/signed/s_ldc_div.cs b/tests/src/JIT/Methodical/int64/signed/s_ldc_div.cs
index e0761a48d9..347aa1699a 100644
--- a/tests/src/JIT/Methodical/int64/signed/s_ldc_div.cs
+++ b/tests/src/JIT/Methodical/int64/signed/s_ldc_div.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/int64/signed/s_ldc_mul.cs b/tests/src/JIT/Methodical/int64/signed/s_ldc_mul.cs
index 661f57611e..2b626e08f3 100644
--- a/tests/src/JIT/Methodical/int64/signed/s_ldc_mul.cs
+++ b/tests/src/JIT/Methodical/int64/signed/s_ldc_mul.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/int64/signed/s_ldc_mulovf.cs b/tests/src/JIT/Methodical/int64/signed/s_ldc_mulovf.cs
index b7c9228533..bdb6f20cc3 100644
--- a/tests/src/JIT/Methodical/int64/signed/s_ldc_mulovf.cs
+++ b/tests/src/JIT/Methodical/int64/signed/s_ldc_mulovf.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/int64/signed/s_ldfld_mul.cs b/tests/src/JIT/Methodical/int64/signed/s_ldfld_mul.cs
index 3a8ceb84af..cc50d10407 100644
--- a/tests/src/JIT/Methodical/int64/signed/s_ldfld_mul.cs
+++ b/tests/src/JIT/Methodical/int64/signed/s_ldfld_mul.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/int64/signed/s_ldfld_mulovf.cs b/tests/src/JIT/Methodical/int64/signed/s_ldfld_mulovf.cs
index 5d0b43f91e..7934cf35bf 100644
--- a/tests/src/JIT/Methodical/int64/signed/s_ldfld_mulovf.cs
+++ b/tests/src/JIT/Methodical/int64/signed/s_ldfld_mulovf.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/int64/signed/s_ldsfld_mul.cs b/tests/src/JIT/Methodical/int64/signed/s_ldsfld_mul.cs
index ce376c5492..caff44a532 100644
--- a/tests/src/JIT/Methodical/int64/signed/s_ldsfld_mul.cs
+++ b/tests/src/JIT/Methodical/int64/signed/s_ldsfld_mul.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/int64/signed/s_ldsfld_mulovf.cs b/tests/src/JIT/Methodical/int64/signed/s_ldsfld_mulovf.cs
index 91935e774e..2b5fd85081 100644
--- a/tests/src/JIT/Methodical/int64/signed/s_ldsfld_mulovf.cs
+++ b/tests/src/JIT/Methodical/int64/signed/s_ldsfld_mulovf.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/int64/signed/s_muldiv.cs b/tests/src/JIT/Methodical/int64/signed/s_muldiv.cs
index c70950e0a5..235595fe5e 100644
--- a/tests/src/JIT/Methodical/int64/signed/s_muldiv.cs
+++ b/tests/src/JIT/Methodical/int64/signed/s_muldiv.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/int64/superlong/superlong.cs b/tests/src/JIT/Methodical/int64/superlong/superlong.cs
index a2e77ac651..0d06f55f60 100644
--- a/tests/src/JIT/Methodical/int64/superlong/superlong.cs
+++ b/tests/src/JIT/Methodical/int64/superlong/superlong.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/int64/unsigned/addsub.cs b/tests/src/JIT/Methodical/int64/unsigned/addsub.cs
index a242945328..def3a83304 100644
--- a/tests/src/JIT/Methodical/int64/unsigned/addsub.cs
+++ b/tests/src/JIT/Methodical/int64/unsigned/addsub.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/int64/unsigned/ldc_mul.cs b/tests/src/JIT/Methodical/int64/unsigned/ldc_mul.cs
index afa9ac0657..c0bb88cc22 100644
--- a/tests/src/JIT/Methodical/int64/unsigned/ldc_mul.cs
+++ b/tests/src/JIT/Methodical/int64/unsigned/ldc_mul.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/int64/unsigned/ldc_mulovf.cs b/tests/src/JIT/Methodical/int64/unsigned/ldc_mulovf.cs
index ec3d67804c..f71065034b 100644
--- a/tests/src/JIT/Methodical/int64/unsigned/ldc_mulovf.cs
+++ b/tests/src/JIT/Methodical/int64/unsigned/ldc_mulovf.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/int64/unsigned/ldfld_mul.cs b/tests/src/JIT/Methodical/int64/unsigned/ldfld_mul.cs
index 322fae8e9e..0bfd9b0d6d 100644
--- a/tests/src/JIT/Methodical/int64/unsigned/ldfld_mul.cs
+++ b/tests/src/JIT/Methodical/int64/unsigned/ldfld_mul.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/int64/unsigned/ldfld_mulovf.cs b/tests/src/JIT/Methodical/int64/unsigned/ldfld_mulovf.cs
index f00ba3f1e2..03ffd80784 100644
--- a/tests/src/JIT/Methodical/int64/unsigned/ldfld_mulovf.cs
+++ b/tests/src/JIT/Methodical/int64/unsigned/ldfld_mulovf.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/int64/unsigned/ldsfld_mul.cs b/tests/src/JIT/Methodical/int64/unsigned/ldsfld_mul.cs
index 5c3ee487fa..fea7692837 100644
--- a/tests/src/JIT/Methodical/int64/unsigned/ldsfld_mul.cs
+++ b/tests/src/JIT/Methodical/int64/unsigned/ldsfld_mul.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/int64/unsigned/ldsfld_mulovf.cs b/tests/src/JIT/Methodical/int64/unsigned/ldsfld_mulovf.cs
index 3f39f676f2..7ed7993e62 100644
--- a/tests/src/JIT/Methodical/int64/unsigned/ldsfld_mulovf.cs
+++ b/tests/src/JIT/Methodical/int64/unsigned/ldsfld_mulovf.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/int64/unsigned/muldiv.cs b/tests/src/JIT/Methodical/int64/unsigned/muldiv.cs
index cc61b6797c..2eb6f279d7 100644
--- a/tests/src/JIT/Methodical/int64/unsigned/muldiv.cs
+++ b/tests/src/JIT/Methodical/int64/unsigned/muldiv.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;