summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Methodical/MDArray/InnerProd
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/JIT/Methodical/MDArray/InnerProd')
-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
6 files changed, 18 insertions, 12 deletions
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;