summaryrefslogtreecommitdiff
path: root/tests/src/JIT/opt/virtualstubdispatch
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/JIT/opt/virtualstubdispatch')
-rw-r--r--tests/src/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl.cs5
-rw-r--r--tests/src/JIT/opt/virtualstubdispatch/manyintf/ctest.cs5
-rw-r--r--tests/src/JIT/opt/virtualstubdispatch/manyintf/itest1.cs5
-rw-r--r--tests/src/JIT/opt/virtualstubdispatch/manyintf/itest10.cs5
-rw-r--r--tests/src/JIT/opt/virtualstubdispatch/manyintf/itest2.cs5
-rw-r--r--tests/src/JIT/opt/virtualstubdispatch/manyintf/itest3.cs5
-rw-r--r--tests/src/JIT/opt/virtualstubdispatch/manyintf/itest4.cs5
-rw-r--r--tests/src/JIT/opt/virtualstubdispatch/manyintf/itest5.cs5
-rw-r--r--tests/src/JIT/opt/virtualstubdispatch/manyintf/itest6.cs5
-rw-r--r--tests/src/JIT/opt/virtualstubdispatch/manyintf/itest7.cs5
-rw-r--r--tests/src/JIT/opt/virtualstubdispatch/manyintf/itest8.cs5
-rw-r--r--tests/src/JIT/opt/virtualstubdispatch/manyintf/itest9.cs5
-rw-r--r--tests/src/JIT/opt/virtualstubdispatch/mixed/mixed.cs5
13 files changed, 39 insertions, 26 deletions
diff --git a/tests/src/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl.cs b/tests/src/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl.cs
index e04de93f76..a5715ff1b3 100644
--- a/tests/src/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl.cs
+++ b/tests/src/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl.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;
internal class A
diff --git a/tests/src/JIT/opt/virtualstubdispatch/manyintf/ctest.cs b/tests/src/JIT/opt/virtualstubdispatch/manyintf/ctest.cs
index 7d091f32a2..d4f59e1aa1 100644
--- a/tests/src/JIT/opt/virtualstubdispatch/manyintf/ctest.cs
+++ b/tests/src/JIT/opt/virtualstubdispatch/manyintf/ctest.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;
namespace VirtFunc
diff --git a/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest1.cs b/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest1.cs
index 704c681053..04a4889e6b 100644
--- a/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest1.cs
+++ b/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest1.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 VirtFunc
{
diff --git a/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest10.cs b/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest10.cs
index 240b549359..4c1f08525d 100644
--- a/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest10.cs
+++ b/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest10.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 VirtFunc
{
diff --git a/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest2.cs b/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest2.cs
index 84f580f384..c566330dec 100644
--- a/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest2.cs
+++ b/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest2.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 VirtFunc
{
diff --git a/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest3.cs b/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest3.cs
index 9ae9b6fc0c..8836666ba9 100644
--- a/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest3.cs
+++ b/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest3.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 VirtFunc
{
diff --git a/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest4.cs b/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest4.cs
index db6ca24e10..f765dd7043 100644
--- a/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest4.cs
+++ b/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest4.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 VirtFunc
{
diff --git a/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest5.cs b/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest5.cs
index fb1f696ef6..77fbba3374 100644
--- a/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest5.cs
+++ b/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest5.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 VirtFunc
{
diff --git a/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest6.cs b/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest6.cs
index cd5cafb3c4..1632c79a68 100644
--- a/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest6.cs
+++ b/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest6.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 VirtFunc
{
diff --git a/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest7.cs b/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest7.cs
index 25c82205c2..20132eef2d 100644
--- a/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest7.cs
+++ b/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest7.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 VirtFunc
{
diff --git a/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest8.cs b/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest8.cs
index 3ec750979b..58a4d64d21 100644
--- a/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest8.cs
+++ b/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest8.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 VirtFunc
{
diff --git a/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest9.cs b/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest9.cs
index 7967ce3646..a7b59926c8 100644
--- a/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest9.cs
+++ b/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest9.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 VirtFunc
{
diff --git a/tests/src/JIT/opt/virtualstubdispatch/mixed/mixed.cs b/tests/src/JIT/opt/virtualstubdispatch/mixed/mixed.cs
index 691556d589..6ff48b1248 100644
--- a/tests/src/JIT/opt/virtualstubdispatch/mixed/mixed.cs
+++ b/tests/src/JIT/opt/virtualstubdispatch/mixed/mixed.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;
internal interface ITest1