summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/threading/TLS
diff options
context:
space:
mode:
Diffstat (limited to 'src/pal/tests/palsuite/threading/TLS')
-rw-r--r--src/pal/tests/palsuite/threading/TLS/test1/TLS.c7
-rw-r--r--src/pal/tests/palsuite/threading/TLS/test1/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/threading/TLS/test2/TLS.c7
-rw-r--r--src/pal/tests/palsuite/threading/TLS/test2/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/threading/TLS/test3/TLS.c7
-rw-r--r--src/pal/tests/palsuite/threading/TLS/test3/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/threading/TLS/test4/test4.c7
-rw-r--r--src/pal/tests/palsuite/threading/TLS/test4/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/threading/TLS/test5/test5.c7
-rw-r--r--src/pal/tests/palsuite/threading/TLS/test5/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/threading/TLS/test6_optimizedtls/test.c7
-rw-r--r--src/pal/tests/palsuite/threading/TLS/test6_optimizedtls/testinfo.dat8
12 files changed, 37 insertions, 43 deletions
diff --git a/src/pal/tests/palsuite/threading/TLS/test1/TLS.c b/src/pal/tests/palsuite/threading/TLS/test1/TLS.c
index 2ba1f0343e..4300c3f98b 100644
--- a/src/pal/tests/palsuite/threading/TLS/test1/TLS.c
+++ b/src/pal/tests/palsuite/threading/TLS/test1/TLS.c
@@ -1,7 +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.
/*=============================================================================
**
diff --git a/src/pal/tests/palsuite/threading/TLS/test1/testinfo.dat b/src/pal/tests/palsuite/threading/TLS/test1/testinfo.dat
index 4cd279dc60..544e391266 100644
--- a/src/pal/tests/palsuite/threading/TLS/test1/testinfo.dat
+++ b/src/pal/tests/palsuite/threading/TLS/test1/testinfo.dat
@@ -1,6 +1,6 @@
-#
-# Copyright (c) Microsoft Corporation. All rights reserved.
-#
+# 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.
Version = 1.0
Section = threading
diff --git a/src/pal/tests/palsuite/threading/TLS/test2/TLS.c b/src/pal/tests/palsuite/threading/TLS/test2/TLS.c
index fe769a5066..96a6011f96 100644
--- a/src/pal/tests/palsuite/threading/TLS/test2/TLS.c
+++ b/src/pal/tests/palsuite/threading/TLS/test2/TLS.c
@@ -1,7 +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.
/*=============================================================================
**
diff --git a/src/pal/tests/palsuite/threading/TLS/test2/testinfo.dat b/src/pal/tests/palsuite/threading/TLS/test2/testinfo.dat
index dcddc97f0a..3a672a5f38 100644
--- a/src/pal/tests/palsuite/threading/TLS/test2/testinfo.dat
+++ b/src/pal/tests/palsuite/threading/TLS/test2/testinfo.dat
@@ -1,6 +1,6 @@
-#
-# Copyright (c) Microsoft Corporation. All rights reserved.
-#
+# 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.
Version = 1.0
Section = threading
diff --git a/src/pal/tests/palsuite/threading/TLS/test3/TLS.c b/src/pal/tests/palsuite/threading/TLS/test3/TLS.c
index 4e0909d14d..4acaef5020 100644
--- a/src/pal/tests/palsuite/threading/TLS/test3/TLS.c
+++ b/src/pal/tests/palsuite/threading/TLS/test3/TLS.c
@@ -1,7 +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.
/*=============================================================================
**
diff --git a/src/pal/tests/palsuite/threading/TLS/test3/testinfo.dat b/src/pal/tests/palsuite/threading/TLS/test3/testinfo.dat
index f2a0392754..63ce59f351 100644
--- a/src/pal/tests/palsuite/threading/TLS/test3/testinfo.dat
+++ b/src/pal/tests/palsuite/threading/TLS/test3/testinfo.dat
@@ -1,6 +1,6 @@
-#
-# Copyright (c) Microsoft Corporation. All rights reserved.
-#
+# 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.
Version = 1.0
Section = threading
diff --git a/src/pal/tests/palsuite/threading/TLS/test4/test4.c b/src/pal/tests/palsuite/threading/TLS/test4/test4.c
index 29363aacec..8c3603cdb0 100644
--- a/src/pal/tests/palsuite/threading/TLS/test4/test4.c
+++ b/src/pal/tests/palsuite/threading/TLS/test4/test4.c
@@ -1,7 +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.
/*=============================================================================
**
diff --git a/src/pal/tests/palsuite/threading/TLS/test4/testinfo.dat b/src/pal/tests/palsuite/threading/TLS/test4/testinfo.dat
index 74b43f70f9..6001770642 100644
--- a/src/pal/tests/palsuite/threading/TLS/test4/testinfo.dat
+++ b/src/pal/tests/palsuite/threading/TLS/test4/testinfo.dat
@@ -1,6 +1,6 @@
-#
-# Copyright (c) Microsoft Corporation. All rights reserved.
-#
+# 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.
Version = 1.0
Section = threading
diff --git a/src/pal/tests/palsuite/threading/TLS/test5/test5.c b/src/pal/tests/palsuite/threading/TLS/test5/test5.c
index 89a0a73ab9..c1cd132937 100644
--- a/src/pal/tests/palsuite/threading/TLS/test5/test5.c
+++ b/src/pal/tests/palsuite/threading/TLS/test5/test5.c
@@ -1,7 +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.
/*=============================================================================
**
diff --git a/src/pal/tests/palsuite/threading/TLS/test5/testinfo.dat b/src/pal/tests/palsuite/threading/TLS/test5/testinfo.dat
index c34949db24..4b3e2a64c5 100644
--- a/src/pal/tests/palsuite/threading/TLS/test5/testinfo.dat
+++ b/src/pal/tests/palsuite/threading/TLS/test5/testinfo.dat
@@ -1,6 +1,6 @@
-#
-# Copyright (c) Microsoft Corporation. All rights reserved.
-#
+# 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.
Version = 1.0
Section = threading
diff --git a/src/pal/tests/palsuite/threading/TLS/test6_optimizedtls/test.c b/src/pal/tests/palsuite/threading/TLS/test6_optimizedtls/test.c
index 1798844e87..02419dc90c 100644
--- a/src/pal/tests/palsuite/threading/TLS/test6_optimizedtls/test.c
+++ b/src/pal/tests/palsuite/threading/TLS/test6_optimizedtls/test.c
@@ -1,7 +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.
/*=============================================================================
**
diff --git a/src/pal/tests/palsuite/threading/TLS/test6_optimizedtls/testinfo.dat b/src/pal/tests/palsuite/threading/TLS/test6_optimizedtls/testinfo.dat
index c399492be7..2193edcab3 100644
--- a/src/pal/tests/palsuite/threading/TLS/test6_optimizedtls/testinfo.dat
+++ b/src/pal/tests/palsuite/threading/TLS/test6_optimizedtls/testinfo.dat
@@ -1,6 +1,6 @@
-#
-# Copyright (c) Microsoft Corporation. All rights reserved.
-#
+# 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.
Version = 1.0
Section = threading
@@ -11,4 +11,4 @@ EXE1 = test
Description
= Purpose: Test to ensure TlsAlloc, PAL_MakeOptimizedTlsGetter,
= PAL_FreeOptimizedTlsGetter and TlsFree are working properly
-= on supported platforms \ No newline at end of file
+= on supported platforms