summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Methodical/MDArray
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/JIT/Methodical/MDArray')
-rw-r--r--tests/src/JIT/Methodical/MDArray/DataTypes/bool.cs5
-rw-r--r--tests/src/JIT/Methodical/MDArray/DataTypes/byte.cs5
-rw-r--r--tests/src/JIT/Methodical/MDArray/DataTypes/char.cs5
-rw-r--r--tests/src/JIT/Methodical/MDArray/DataTypes/decimal.cs5
-rw-r--r--tests/src/JIT/Methodical/MDArray/DataTypes/double.cs5
-rw-r--r--tests/src/JIT/Methodical/MDArray/DataTypes/float.cs5
-rw-r--r--tests/src/JIT/Methodical/MDArray/DataTypes/int.cs5
-rw-r--r--tests/src/JIT/Methodical/MDArray/DataTypes/long.cs5
-rw-r--r--tests/src/JIT/Methodical/MDArray/DataTypes/sbyte.cs5
-rw-r--r--tests/src/JIT/Methodical/MDArray/DataTypes/short.cs5
-rw-r--r--tests/src/JIT/Methodical/MDArray/DataTypes/uint.cs5
-rw-r--r--tests/src/JIT/Methodical/MDArray/DataTypes/ulong.cs5
-rw-r--r--tests/src/JIT/Methodical/MDArray/DataTypes/ushort.cs5
-rw-r--r--tests/src/JIT/Methodical/MDArray/GaussJordan/classarr.cs5
-rw-r--r--tests/src/JIT/Methodical/MDArray/GaussJordan/jaggedarr.cs5
-rw-r--r--tests/src/JIT/Methodical/MDArray/GaussJordan/plainarr.cs5
-rw-r--r--tests/src/JIT/Methodical/MDArray/GaussJordan/structarr.cs5
-rw-r--r--tests/src/JIT/Methodical/MDArray/InnerProd/classarr.cs5
-rw-r--r--tests/src/JIT/Methodical/MDArray/InnerProd/doublearr.cs5
-rw-r--r--tests/src/JIT/Methodical/MDArray/InnerProd/intarr.cs5
-rw-r--r--tests/src/JIT/Methodical/MDArray/InnerProd/jaggedarr.cs5
-rw-r--r--tests/src/JIT/Methodical/MDArray/InnerProd/stringarr.cs5
-rw-r--r--tests/src/JIT/Methodical/MDArray/InnerProd/structarr.cs5
-rw-r--r--tests/src/JIT/Methodical/MDArray/basics/classarr.cs5
-rw-r--r--tests/src/JIT/Methodical/MDArray/basics/doublearr.cs5
-rw-r--r--tests/src/JIT/Methodical/MDArray/basics/jaggedarr.cs5
-rw-r--r--tests/src/JIT/Methodical/MDArray/basics/stringarr.cs5
-rw-r--r--tests/src/JIT/Methodical/MDArray/basics/structarr.cs5
28 files changed, 84 insertions, 56 deletions
diff --git a/tests/src/JIT/Methodical/MDArray/DataTypes/bool.cs b/tests/src/JIT/Methodical/MDArray/DataTypes/bool.cs
index 3b204c8cae..a1d673b6db 100644
--- a/tests/src/JIT/Methodical/MDArray/DataTypes/bool.cs
+++ b/tests/src/JIT/Methodical/MDArray/DataTypes/bool.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/MDArray/DataTypes/byte.cs b/tests/src/JIT/Methodical/MDArray/DataTypes/byte.cs
index b99a59f3e4..ed35b300bd 100644
--- a/tests/src/JIT/Methodical/MDArray/DataTypes/byte.cs
+++ b/tests/src/JIT/Methodical/MDArray/DataTypes/byte.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/MDArray/DataTypes/char.cs b/tests/src/JIT/Methodical/MDArray/DataTypes/char.cs
index eb0b68d941..95ce1047d1 100644
--- a/tests/src/JIT/Methodical/MDArray/DataTypes/char.cs
+++ b/tests/src/JIT/Methodical/MDArray/DataTypes/char.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/MDArray/DataTypes/decimal.cs b/tests/src/JIT/Methodical/MDArray/DataTypes/decimal.cs
index 85044a7055..6e6515c69b 100644
--- a/tests/src/JIT/Methodical/MDArray/DataTypes/decimal.cs
+++ b/tests/src/JIT/Methodical/MDArray/DataTypes/decimal.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/MDArray/DataTypes/double.cs b/tests/src/JIT/Methodical/MDArray/DataTypes/double.cs
index 9926c803d5..cf57f914fc 100644
--- a/tests/src/JIT/Methodical/MDArray/DataTypes/double.cs
+++ b/tests/src/JIT/Methodical/MDArray/DataTypes/double.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/MDArray/DataTypes/float.cs b/tests/src/JIT/Methodical/MDArray/DataTypes/float.cs
index 70d6ca81e4..81e6e6c066 100644
--- a/tests/src/JIT/Methodical/MDArray/DataTypes/float.cs
+++ b/tests/src/JIT/Methodical/MDArray/DataTypes/float.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/MDArray/DataTypes/int.cs b/tests/src/JIT/Methodical/MDArray/DataTypes/int.cs
index 8973692f6f..09538c64b7 100644
--- a/tests/src/JIT/Methodical/MDArray/DataTypes/int.cs
+++ b/tests/src/JIT/Methodical/MDArray/DataTypes/int.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/MDArray/DataTypes/long.cs b/tests/src/JIT/Methodical/MDArray/DataTypes/long.cs
index b9fa333fcf..330752b1ca 100644
--- a/tests/src/JIT/Methodical/MDArray/DataTypes/long.cs
+++ b/tests/src/JIT/Methodical/MDArray/DataTypes/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/MDArray/DataTypes/sbyte.cs b/tests/src/JIT/Methodical/MDArray/DataTypes/sbyte.cs
index c0c6687de5..65be76949d 100644
--- a/tests/src/JIT/Methodical/MDArray/DataTypes/sbyte.cs
+++ b/tests/src/JIT/Methodical/MDArray/DataTypes/sbyte.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/MDArray/DataTypes/short.cs b/tests/src/JIT/Methodical/MDArray/DataTypes/short.cs
index cd0aa65da6..1cbe99d6ea 100644
--- a/tests/src/JIT/Methodical/MDArray/DataTypes/short.cs
+++ b/tests/src/JIT/Methodical/MDArray/DataTypes/short.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/MDArray/DataTypes/uint.cs b/tests/src/JIT/Methodical/MDArray/DataTypes/uint.cs
index 808ffb5f1c..e10efc2543 100644
--- a/tests/src/JIT/Methodical/MDArray/DataTypes/uint.cs
+++ b/tests/src/JIT/Methodical/MDArray/DataTypes/uint.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/MDArray/DataTypes/ulong.cs b/tests/src/JIT/Methodical/MDArray/DataTypes/ulong.cs
index decbe308b7..75434f2c78 100644
--- a/tests/src/JIT/Methodical/MDArray/DataTypes/ulong.cs
+++ b/tests/src/JIT/Methodical/MDArray/DataTypes/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/MDArray/DataTypes/ushort.cs b/tests/src/JIT/Methodical/MDArray/DataTypes/ushort.cs
index 3cad6e387c..7558350fde 100644
--- a/tests/src/JIT/Methodical/MDArray/DataTypes/ushort.cs
+++ b/tests/src/JIT/Methodical/MDArray/DataTypes/ushort.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/MDArray/GaussJordan/classarr.cs b/tests/src/JIT/Methodical/MDArray/GaussJordan/classarr.cs
index 516e9297b4..b266e898fc 100644
--- a/tests/src/JIT/Methodical/MDArray/GaussJordan/classarr.cs
+++ b/tests/src/JIT/Methodical/MDArray/GaussJordan/classarr.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.
//Solving AX=B and the inverse of A with Gauss-Jordan algorithm
diff --git a/tests/src/JIT/Methodical/MDArray/GaussJordan/jaggedarr.cs b/tests/src/JIT/Methodical/MDArray/GaussJordan/jaggedarr.cs
index 8459080440..a0542bf60c 100644
--- a/tests/src/JIT/Methodical/MDArray/GaussJordan/jaggedarr.cs
+++ b/tests/src/JIT/Methodical/MDArray/GaussJordan/jaggedarr.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.
//Solving AX=B and the inverse of A with Gauss-Jordan algorithm
diff --git a/tests/src/JIT/Methodical/MDArray/GaussJordan/plainarr.cs b/tests/src/JIT/Methodical/MDArray/GaussJordan/plainarr.cs
index 0bade517c7..d382ae55a1 100644
--- a/tests/src/JIT/Methodical/MDArray/GaussJordan/plainarr.cs
+++ b/tests/src/JIT/Methodical/MDArray/GaussJordan/plainarr.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.
//Solving AX=B and the inverse of A with Gauss-Jordan algorithm
diff --git a/tests/src/JIT/Methodical/MDArray/GaussJordan/structarr.cs b/tests/src/JIT/Methodical/MDArray/GaussJordan/structarr.cs
index 65bd181640..020b66c587 100644
--- a/tests/src/JIT/Methodical/MDArray/GaussJordan/structarr.cs
+++ b/tests/src/JIT/Methodical/MDArray/GaussJordan/structarr.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.
//Solving AX=B and the inverse of A with Gauss-Jordan algorithm
diff --git a/tests/src/JIT/Methodical/MDArray/InnerProd/classarr.cs b/tests/src/JIT/Methodical/MDArray/InnerProd/classarr.cs
index 90c62adc9a..67697e5e21 100644
--- a/tests/src/JIT/Methodical/MDArray/InnerProd/classarr.cs
+++ b/tests/src/JIT/Methodical/MDArray/InnerProd/classarr.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.
//Inner Product of two 2D array
diff --git a/tests/src/JIT/Methodical/MDArray/InnerProd/doublearr.cs b/tests/src/JIT/Methodical/MDArray/InnerProd/doublearr.cs
index 5b2d8333d1..37b86eb835 100644
--- a/tests/src/JIT/Methodical/MDArray/InnerProd/doublearr.cs
+++ b/tests/src/JIT/Methodical/MDArray/InnerProd/doublearr.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/MDArray/InnerProd/intarr.cs b/tests/src/JIT/Methodical/MDArray/InnerProd/intarr.cs
index 0a19ed5284..f294939442 100644
--- a/tests/src/JIT/Methodical/MDArray/InnerProd/intarr.cs
+++ b/tests/src/JIT/Methodical/MDArray/InnerProd/intarr.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/MDArray/InnerProd/jaggedarr.cs b/tests/src/JIT/Methodical/MDArray/InnerProd/jaggedarr.cs
index 2dc2445c2b..dd58064caa 100644
--- a/tests/src/JIT/Methodical/MDArray/InnerProd/jaggedarr.cs
+++ b/tests/src/JIT/Methodical/MDArray/InnerProd/jaggedarr.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/MDArray/InnerProd/stringarr.cs b/tests/src/JIT/Methodical/MDArray/InnerProd/stringarr.cs
index 0e418fc2ea..e8885afcc9 100644
--- a/tests/src/JIT/Methodical/MDArray/InnerProd/stringarr.cs
+++ b/tests/src/JIT/Methodical/MDArray/InnerProd/stringarr.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/MDArray/InnerProd/structarr.cs b/tests/src/JIT/Methodical/MDArray/InnerProd/structarr.cs
index 36ddcb49bd..16d59fc482 100644
--- a/tests/src/JIT/Methodical/MDArray/InnerProd/structarr.cs
+++ b/tests/src/JIT/Methodical/MDArray/InnerProd/structarr.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/MDArray/basics/classarr.cs b/tests/src/JIT/Methodical/MDArray/basics/classarr.cs
index 5fcebc0a49..eb03f4fb5a 100644
--- a/tests/src/JIT/Methodical/MDArray/basics/classarr.cs
+++ b/tests/src/JIT/Methodical/MDArray/basics/classarr.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.
//Simple arithmatic manipulation of one 2D array elements
diff --git a/tests/src/JIT/Methodical/MDArray/basics/doublearr.cs b/tests/src/JIT/Methodical/MDArray/basics/doublearr.cs
index 98033b5d8c..046f203377 100644
--- a/tests/src/JIT/Methodical/MDArray/basics/doublearr.cs
+++ b/tests/src/JIT/Methodical/MDArray/basics/doublearr.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.
//Simple arithmatic manipulation of one 2D array elements
diff --git a/tests/src/JIT/Methodical/MDArray/basics/jaggedarr.cs b/tests/src/JIT/Methodical/MDArray/basics/jaggedarr.cs
index 6bdd66e21f..472143b026 100644
--- a/tests/src/JIT/Methodical/MDArray/basics/jaggedarr.cs
+++ b/tests/src/JIT/Methodical/MDArray/basics/jaggedarr.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.
//Simple arithmatic manipulation of one 2D array elements
diff --git a/tests/src/JIT/Methodical/MDArray/basics/stringarr.cs b/tests/src/JIT/Methodical/MDArray/basics/stringarr.cs
index 12f7ee179f..8e93d1f0a0 100644
--- a/tests/src/JIT/Methodical/MDArray/basics/stringarr.cs
+++ b/tests/src/JIT/Methodical/MDArray/basics/stringarr.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.
//Simple arithmatic manipulation of one 2D array elements
diff --git a/tests/src/JIT/Methodical/MDArray/basics/structarr.cs b/tests/src/JIT/Methodical/MDArray/basics/structarr.cs
index 1119e6a814..109433e099 100644
--- a/tests/src/JIT/Methodical/MDArray/basics/structarr.cs
+++ b/tests/src/JIT/Methodical/MDArray/basics/structarr.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.
//Simple arithmatic manipulation of one 2D array elements