summaryrefslogtreecommitdiff
path: root/tests/src/Regressions/common
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/Regressions/common')
-rw-r--r--tests/src/Regressions/common/AboveStackLimit.cs5
-rw-r--r--tests/src/Regressions/common/ArrayCopy.cs5
-rw-r--r--tests/src/Regressions/common/CompEx.cs5
-rw-r--r--tests/src/Regressions/common/DisableTransparencyEnforcement.cs5
-rw-r--r--tests/src/Regressions/common/Marshal.cs5
-rw-r--r--tests/src/Regressions/common/ThreadCulture.cs5
-rw-r--r--tests/src/Regressions/common/ToLower.cs5
-rw-r--r--tests/src/Regressions/common/avtest.cs5
-rw-r--r--tests/src/Regressions/common/date.cs5
-rw-r--r--tests/src/Regressions/common/interlock.cs5
-rw-r--r--tests/src/Regressions/common/pow3.cs5
-rw-r--r--tests/src/Regressions/common/test1307.cs5
-rw-r--r--tests/src/Regressions/common/testClass.cs5
-rw-r--r--tests/src/Regressions/common/testInterface.cs5
-rw-r--r--tests/src/Regressions/common/unsafe.cs5
15 files changed, 45 insertions, 30 deletions
diff --git a/tests/src/Regressions/common/AboveStackLimit.cs b/tests/src/Regressions/common/AboveStackLimit.cs
index f6d05a9216..ef8507a84c 100644
--- a/tests/src/Regressions/common/AboveStackLimit.cs
+++ b/tests/src/Regressions/common/AboveStackLimit.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/Regressions/common/ArrayCopy.cs b/tests/src/Regressions/common/ArrayCopy.cs
index 3bb2b8cc34..f14c9c5a8b 100644
--- a/tests/src/Regressions/common/ArrayCopy.cs
+++ b/tests/src/Regressions/common/ArrayCopy.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/Regressions/common/CompEx.cs b/tests/src/Regressions/common/CompEx.cs
index 0a32842ac7..c2ea194200 100644
--- a/tests/src/Regressions/common/CompEx.cs
+++ b/tests/src/Regressions/common/CompEx.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/Regressions/common/DisableTransparencyEnforcement.cs b/tests/src/Regressions/common/DisableTransparencyEnforcement.cs
index c6265b7c86..c437ee9b93 100644
--- a/tests/src/Regressions/common/DisableTransparencyEnforcement.cs
+++ b/tests/src/Regressions/common/DisableTransparencyEnforcement.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.
//
// This test is verifying that security transparency violations are ignored in CoreCLR
diff --git a/tests/src/Regressions/common/Marshal.cs b/tests/src/Regressions/common/Marshal.cs
index ed79cee8b2..bff2d917ab 100644
--- a/tests/src/Regressions/common/Marshal.cs
+++ b/tests/src/Regressions/common/Marshal.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/Regressions/common/ThreadCulture.cs b/tests/src/Regressions/common/ThreadCulture.cs
index 675487465c..b7b012df3f 100644
--- a/tests/src/Regressions/common/ThreadCulture.cs
+++ b/tests/src/Regressions/common/ThreadCulture.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/Regressions/common/ToLower.cs b/tests/src/Regressions/common/ToLower.cs
index 8f839bae41..e9672c80ac 100644
--- a/tests/src/Regressions/common/ToLower.cs
+++ b/tests/src/Regressions/common/ToLower.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/Regressions/common/avtest.cs b/tests/src/Regressions/common/avtest.cs
index 822d53a467..0d8e98eeab 100644
--- a/tests/src/Regressions/common/avtest.cs
+++ b/tests/src/Regressions/common/avtest.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/Regressions/common/date.cs b/tests/src/Regressions/common/date.cs
index 0e4e45f934..61e1368551 100644
--- a/tests/src/Regressions/common/date.cs
+++ b/tests/src/Regressions/common/date.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/Regressions/common/interlock.cs b/tests/src/Regressions/common/interlock.cs
index 307ce431b0..3bd2f09d0a 100644
--- a/tests/src/Regressions/common/interlock.cs
+++ b/tests/src/Regressions/common/interlock.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/Regressions/common/pow3.cs b/tests/src/Regressions/common/pow3.cs
index 7b0a138949..6b709c1c46 100644
--- a/tests/src/Regressions/common/pow3.cs
+++ b/tests/src/Regressions/common/pow3.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.
//
//different data types, Int16, Int32, Int64, etc
diff --git a/tests/src/Regressions/common/test1307.cs b/tests/src/Regressions/common/test1307.cs
index 7ebe1350df..2f5cdf1dcc 100644
--- a/tests/src/Regressions/common/test1307.cs
+++ b/tests/src/Regressions/common/test1307.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/Regressions/common/testClass.cs b/tests/src/Regressions/common/testClass.cs
index 13c96a6a3f..9361c2025d 100644
--- a/tests/src/Regressions/common/testClass.cs
+++ b/tests/src/Regressions/common/testClass.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/Regressions/common/testInterface.cs b/tests/src/Regressions/common/testInterface.cs
index 9583f85126..7ce2c7838d 100644
--- a/tests/src/Regressions/common/testInterface.cs
+++ b/tests/src/Regressions/common/testInterface.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/Regressions/common/unsafe.cs b/tests/src/Regressions/common/unsafe.cs
index b1fdc1c763..e8b38abc00 100644
--- a/tests/src/Regressions/common/unsafe.cs
+++ b/tests/src/Regressions/common/unsafe.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;