summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Generics/Arrays/ConstructedTypes
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/JIT/Generics/Arrays/ConstructedTypes')
-rw-r--r--tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/Struct01.cs5
-rw-r--r--tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/Struct01_instance.cs5
-rw-r--r--tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class01.cs5
-rw-r--r--tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class01_instance.cs5
-rw-r--r--tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class01_static.cs5
-rw-r--r--tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class02.cs5
-rw-r--r--tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class03.cs5
-rw-r--r--tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class04.cs5
-rw-r--r--tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class05.cs5
-rw-r--r--tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class06.cs5
-rw-r--r--tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class07.cs5
-rw-r--r--tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struc01.cs5
-rw-r--r--tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct01_static.cs5
-rw-r--r--tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct02.cs5
-rw-r--r--tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct03.cs5
-rw-r--r--tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct04.cs5
-rw-r--r--tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct05.cs5
-rw-r--r--tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct06.cs5
-rw-r--r--tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct07.cs5
-rw-r--r--tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/class01.cs5
-rw-r--r--tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/class01_Instance.cs5
-rw-r--r--tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/class01_static.cs5
-rw-r--r--tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/struct01.cs5
-rw-r--r--tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/struct01_Instance.cs5
-rw-r--r--tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/struct01_static.cs5
25 files changed, 75 insertions, 50 deletions
diff --git a/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/Struct01.cs b/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/Struct01.cs
index 7232615954..7756598c44 100644
--- a/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/Struct01.cs
+++ b/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/Struct01.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/Generics/Arrays/ConstructedTypes/Jagged/Struct01_instance.cs b/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/Struct01_instance.cs
index 28d5f08863..9bb243db07 100644
--- a/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/Struct01_instance.cs
+++ b/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/Struct01_instance.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/Generics/Arrays/ConstructedTypes/Jagged/class01.cs b/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class01.cs
index 37bdce557f..5721a1d7f2 100644
--- a/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class01.cs
+++ b/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class01.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/Generics/Arrays/ConstructedTypes/Jagged/class01_instance.cs b/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class01_instance.cs
index 89676a5b53..5508e875f6 100644
--- a/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class01_instance.cs
+++ b/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class01_instance.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/Generics/Arrays/ConstructedTypes/Jagged/class01_static.cs b/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class01_static.cs
index 576bf638c5..d0b0930ae7 100644
--- a/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class01_static.cs
+++ b/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class01_static.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/Generics/Arrays/ConstructedTypes/Jagged/class02.cs b/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class02.cs
index 441e392339..2217091d95 100644
--- a/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class02.cs
+++ b/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class02.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/Generics/Arrays/ConstructedTypes/Jagged/class03.cs b/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class03.cs
index 9ef2d96c8c..b1f6b34f1b 100644
--- a/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class03.cs
+++ b/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class03.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/Generics/Arrays/ConstructedTypes/Jagged/class04.cs b/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class04.cs
index 7de59f08e6..9bee337ba7 100644
--- a/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class04.cs
+++ b/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class04.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/Generics/Arrays/ConstructedTypes/Jagged/class05.cs b/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class05.cs
index 1d78bdfd59..ff920fd8c9 100644
--- a/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class05.cs
+++ b/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class05.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/Generics/Arrays/ConstructedTypes/Jagged/class06.cs b/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class06.cs
index 6c05584268..dde7d22487 100644
--- a/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class06.cs
+++ b/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class06.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/Generics/Arrays/ConstructedTypes/Jagged/class07.cs b/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class07.cs
index b8bac32c66..b202bbbe41 100644
--- a/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class07.cs
+++ b/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class07.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/Generics/Arrays/ConstructedTypes/Jagged/struc01.cs b/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struc01.cs
index 7232615954..7756598c44 100644
--- a/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struc01.cs
+++ b/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struc01.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/Generics/Arrays/ConstructedTypes/Jagged/struct01_static.cs b/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct01_static.cs
index 6596555335..40108b9648 100644
--- a/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct01_static.cs
+++ b/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct01_static.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/Generics/Arrays/ConstructedTypes/Jagged/struct02.cs b/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct02.cs
index 7178a91701..bf08d45311 100644
--- a/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct02.cs
+++ b/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct02.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/Generics/Arrays/ConstructedTypes/Jagged/struct03.cs b/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct03.cs
index 8b06023d84..411d7f099d 100644
--- a/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct03.cs
+++ b/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct03.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/Generics/Arrays/ConstructedTypes/Jagged/struct04.cs b/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct04.cs
index 181dcedab5..59ec5d686f 100644
--- a/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct04.cs
+++ b/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct04.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/Generics/Arrays/ConstructedTypes/Jagged/struct05.cs b/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct05.cs
index c6261e4160..6abfc5a4a6 100644
--- a/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct05.cs
+++ b/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct05.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/Generics/Arrays/ConstructedTypes/Jagged/struct06.cs b/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct06.cs
index 388fa939d3..ae137bbb53 100644
--- a/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct06.cs
+++ b/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct06.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/Generics/Arrays/ConstructedTypes/Jagged/struct07.cs b/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct07.cs
index ebb3789ece..e874d2154e 100644
--- a/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct07.cs
+++ b/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct07.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/Generics/Arrays/ConstructedTypes/MultiDim/class01.cs b/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/class01.cs
index 03a78965a9..a8706273b7 100644
--- a/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/class01.cs
+++ b/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/class01.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/Generics/Arrays/ConstructedTypes/MultiDim/class01_Instance.cs b/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/class01_Instance.cs
index c981ffdf28..b9dd2fa921 100644
--- a/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/class01_Instance.cs
+++ b/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/class01_Instance.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/Generics/Arrays/ConstructedTypes/MultiDim/class01_static.cs b/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/class01_static.cs
index e4b8f67caa..853f4f33ed 100644
--- a/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/class01_static.cs
+++ b/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/class01_static.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/Generics/Arrays/ConstructedTypes/MultiDim/struct01.cs b/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/struct01.cs
index 862cc568ed..624b19a180 100644
--- a/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/struct01.cs
+++ b/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/struct01.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/Generics/Arrays/ConstructedTypes/MultiDim/struct01_Instance.cs b/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/struct01_Instance.cs
index ea40ce96f2..7c1a6546ea 100644
--- a/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/struct01_Instance.cs
+++ b/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/struct01_Instance.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/Generics/Arrays/ConstructedTypes/MultiDim/struct01_static.cs b/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/struct01_static.cs
index 0b505f7e7e..ba22cb311e 100644
--- a/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/struct01_static.cs
+++ b/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/struct01_static.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;