summaryrefslogtreecommitdiff
path: root/tests/src/JIT/jit64/hfa/main
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/JIT/jit64/hfa/main')
-rw-r--r--tests/src/JIT/jit64/hfa/main/dll/hfa_common_nd.cs5
-rw-r--r--tests/src/JIT/jit64/hfa/main/dll/hfa_common_nf.cs5
-rw-r--r--tests/src/JIT/jit64/hfa/main/dll/hfa_common_sd.cs5
-rw-r--r--tests/src/JIT/jit64/hfa/main/dll/hfa_common_sf.cs5
-rw-r--r--tests/src/JIT/jit64/hfa/main/dll/hfa_interop_nd.cs5
-rw-r--r--tests/src/JIT/jit64/hfa/main/dll/hfa_interop_nf.cs5
-rw-r--r--tests/src/JIT/jit64/hfa/main/dll/hfa_interop_sd.cs5
-rw-r--r--tests/src/JIT/jit64/hfa/main/dll/hfa_interop_sf.cs5
-rw-r--r--tests/src/JIT/jit64/hfa/main/dll/hfa_managed_nd.cs5
-rw-r--r--tests/src/JIT/jit64/hfa/main/dll/hfa_managed_nf.cs5
-rw-r--r--tests/src/JIT/jit64/hfa/main/dll/hfa_managed_sd.cs5
-rw-r--r--tests/src/JIT/jit64/hfa/main/dll/hfa_managed_sf.cs5
-rw-r--r--tests/src/JIT/jit64/hfa/main/testA/hfa_testA.cs5
-rw-r--r--tests/src/JIT/jit64/hfa/main/testB/hfa_testB.cs5
-rw-r--r--tests/src/JIT/jit64/hfa/main/testC/hfa_testC.cs5
-rw-r--r--tests/src/JIT/jit64/hfa/main/testE/hfa_testE.cs5
-rw-r--r--tests/src/JIT/jit64/hfa/main/testG/hfa_testG.cs5
17 files changed, 51 insertions, 34 deletions
diff --git a/tests/src/JIT/jit64/hfa/main/dll/hfa_common_nd.cs b/tests/src/JIT/jit64/hfa/main/dll/hfa_common_nd.cs
index be0be1b856..a150e86244 100644
--- a/tests/src/JIT/jit64/hfa/main/dll/hfa_common_nd.cs
+++ b/tests/src/JIT/jit64/hfa/main/dll/hfa_common_nd.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.Runtime.InteropServices;
diff --git a/tests/src/JIT/jit64/hfa/main/dll/hfa_common_nf.cs b/tests/src/JIT/jit64/hfa/main/dll/hfa_common_nf.cs
index 45a0a7dd52..93094671f5 100644
--- a/tests/src/JIT/jit64/hfa/main/dll/hfa_common_nf.cs
+++ b/tests/src/JIT/jit64/hfa/main/dll/hfa_common_nf.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.Runtime.InteropServices;
diff --git a/tests/src/JIT/jit64/hfa/main/dll/hfa_common_sd.cs b/tests/src/JIT/jit64/hfa/main/dll/hfa_common_sd.cs
index 53a482bcaf..08d6dcf981 100644
--- a/tests/src/JIT/jit64/hfa/main/dll/hfa_common_sd.cs
+++ b/tests/src/JIT/jit64/hfa/main/dll/hfa_common_sd.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.Runtime.InteropServices;
diff --git a/tests/src/JIT/jit64/hfa/main/dll/hfa_common_sf.cs b/tests/src/JIT/jit64/hfa/main/dll/hfa_common_sf.cs
index 30314b7258..c8cc49f888 100644
--- a/tests/src/JIT/jit64/hfa/main/dll/hfa_common_sf.cs
+++ b/tests/src/JIT/jit64/hfa/main/dll/hfa_common_sf.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.Runtime.InteropServices;
diff --git a/tests/src/JIT/jit64/hfa/main/dll/hfa_interop_nd.cs b/tests/src/JIT/jit64/hfa/main/dll/hfa_interop_nd.cs
index 18823765d4..57528d2757 100644
--- a/tests/src/JIT/jit64/hfa/main/dll/hfa_interop_nd.cs
+++ b/tests/src/JIT/jit64/hfa/main/dll/hfa_interop_nd.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.Runtime.InteropServices;
diff --git a/tests/src/JIT/jit64/hfa/main/dll/hfa_interop_nf.cs b/tests/src/JIT/jit64/hfa/main/dll/hfa_interop_nf.cs
index 7603ca62bc..77c260b0d6 100644
--- a/tests/src/JIT/jit64/hfa/main/dll/hfa_interop_nf.cs
+++ b/tests/src/JIT/jit64/hfa/main/dll/hfa_interop_nf.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.Runtime.InteropServices;
diff --git a/tests/src/JIT/jit64/hfa/main/dll/hfa_interop_sd.cs b/tests/src/JIT/jit64/hfa/main/dll/hfa_interop_sd.cs
index 06106255bc..21e9f1a685 100644
--- a/tests/src/JIT/jit64/hfa/main/dll/hfa_interop_sd.cs
+++ b/tests/src/JIT/jit64/hfa/main/dll/hfa_interop_sd.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.Runtime.InteropServices;
diff --git a/tests/src/JIT/jit64/hfa/main/dll/hfa_interop_sf.cs b/tests/src/JIT/jit64/hfa/main/dll/hfa_interop_sf.cs
index daa60be9d1..d551112236 100644
--- a/tests/src/JIT/jit64/hfa/main/dll/hfa_interop_sf.cs
+++ b/tests/src/JIT/jit64/hfa/main/dll/hfa_interop_sf.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.Runtime.InteropServices;
diff --git a/tests/src/JIT/jit64/hfa/main/dll/hfa_managed_nd.cs b/tests/src/JIT/jit64/hfa/main/dll/hfa_managed_nd.cs
index 65ac0e5c29..689f9434e4 100644
--- a/tests/src/JIT/jit64/hfa/main/dll/hfa_managed_nd.cs
+++ b/tests/src/JIT/jit64/hfa/main/dll/hfa_managed_nd.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.
namespace HFATest
{
diff --git a/tests/src/JIT/jit64/hfa/main/dll/hfa_managed_nf.cs b/tests/src/JIT/jit64/hfa/main/dll/hfa_managed_nf.cs
index 95eaf67fd5..6a0bc21eae 100644
--- a/tests/src/JIT/jit64/hfa/main/dll/hfa_managed_nf.cs
+++ b/tests/src/JIT/jit64/hfa/main/dll/hfa_managed_nf.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.
namespace HFATest
diff --git a/tests/src/JIT/jit64/hfa/main/dll/hfa_managed_sd.cs b/tests/src/JIT/jit64/hfa/main/dll/hfa_managed_sd.cs
index d1da688abe..ea0f51fb8a 100644
--- a/tests/src/JIT/jit64/hfa/main/dll/hfa_managed_sd.cs
+++ b/tests/src/JIT/jit64/hfa/main/dll/hfa_managed_sd.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.
namespace HFATest
{
diff --git a/tests/src/JIT/jit64/hfa/main/dll/hfa_managed_sf.cs b/tests/src/JIT/jit64/hfa/main/dll/hfa_managed_sf.cs
index 4bb6bd1983..b30b0b62c6 100644
--- a/tests/src/JIT/jit64/hfa/main/dll/hfa_managed_sf.cs
+++ b/tests/src/JIT/jit64/hfa/main/dll/hfa_managed_sf.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.
namespace HFATest
{
diff --git a/tests/src/JIT/jit64/hfa/main/testA/hfa_testA.cs b/tests/src/JIT/jit64/hfa/main/testA/hfa_testA.cs
index eb23287a42..735bfcfa30 100644
--- a/tests/src/JIT/jit64/hfa/main/testA/hfa_testA.cs
+++ b/tests/src/JIT/jit64/hfa/main/testA/hfa_testA.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/jit64/hfa/main/testB/hfa_testB.cs b/tests/src/JIT/jit64/hfa/main/testB/hfa_testB.cs
index d37829a2bd..087704abf2 100644
--- a/tests/src/JIT/jit64/hfa/main/testB/hfa_testB.cs
+++ b/tests/src/JIT/jit64/hfa/main/testB/hfa_testB.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/jit64/hfa/main/testC/hfa_testC.cs b/tests/src/JIT/jit64/hfa/main/testC/hfa_testC.cs
index 7d8030d0e4..d43c3034cb 100644
--- a/tests/src/JIT/jit64/hfa/main/testC/hfa_testC.cs
+++ b/tests/src/JIT/jit64/hfa/main/testC/hfa_testC.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/jit64/hfa/main/testE/hfa_testE.cs b/tests/src/JIT/jit64/hfa/main/testE/hfa_testE.cs
index 4305f1b0f9..04913196ee 100644
--- a/tests/src/JIT/jit64/hfa/main/testE/hfa_testE.cs
+++ b/tests/src/JIT/jit64/hfa/main/testE/hfa_testE.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/jit64/hfa/main/testG/hfa_testG.cs b/tests/src/JIT/jit64/hfa/main/testG/hfa_testG.cs
index 2090067010..9e4a30f535 100644
--- a/tests/src/JIT/jit64/hfa/main/testG/hfa_testG.cs
+++ b/tests/src/JIT/jit64/hfa/main/testG/hfa_testG.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;