summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/c_runtime/swprintf
diff options
context:
space:
mode:
Diffstat (limited to 'src/pal/tests/palsuite/c_runtime/swprintf')
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/swprintf.h7
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test1/test1.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test1/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test10/test10.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test10/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test11/test11.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test11/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test12/test12.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test12/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test13/test13.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test13/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test14/test14.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test14/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test15/test15.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test15/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test16/test16.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test16/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test17/test17.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test17/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test18/test18.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test18/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test19/test19.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test19/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test2/test2.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test2/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test3/test3.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test3/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test4/test4.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test4/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test5/test5.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test5/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test6/test6.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test6/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test7/test7.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test7/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test8/test8.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test8/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test9/test9.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test9/testinfo.dat6
39 files changed, 117 insertions, 137 deletions
diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/swprintf.h b/src/pal/tests/palsuite/c_runtime/swprintf/swprintf.h
index d28a995703..5229506064 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/swprintf.h
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/swprintf.h
@@ -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/c_runtime/swprintf/test1/test1.c b/src/pal/tests/palsuite/c_runtime/swprintf/test1/test1.c
index 8113149466..626040d9f7 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test1/test1.c
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test1/test1.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/c_runtime/swprintf/test1/testinfo.dat b/src/pal/tests/palsuite/c_runtime/swprintf/test1/testinfo.dat
index a6a680dd13..f43d462daf 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test1/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/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 = C Runtime
diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test10/test10.c b/src/pal/tests/palsuite/c_runtime/swprintf/test10/test10.c
index e9ffdb21c6..61aef593a0 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test10/test10.c
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test10/test10.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/c_runtime/swprintf/test10/testinfo.dat b/src/pal/tests/palsuite/c_runtime/swprintf/test10/testinfo.dat
index 60402ebb6c..e860bb26e7 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test10/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test10/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 = C Runtime
diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test11/test11.c b/src/pal/tests/palsuite/c_runtime/swprintf/test11/test11.c
index 1a7d0fd4e1..216f9acdbb 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test11/test11.c
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test11/test11.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/c_runtime/swprintf/test11/testinfo.dat b/src/pal/tests/palsuite/c_runtime/swprintf/test11/testinfo.dat
index 2e9d726f41..430a777e7a 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test11/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test11/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 = C Runtime
diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test12/test12.c b/src/pal/tests/palsuite/c_runtime/swprintf/test12/test12.c
index 5fa3a57248..a41b0ddbd3 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test12/test12.c
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test12/test12.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/c_runtime/swprintf/test12/testinfo.dat b/src/pal/tests/palsuite/c_runtime/swprintf/test12/testinfo.dat
index 9bd6866141..d53582644f 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test12/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test12/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 = C Runtime
diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test13/test13.c b/src/pal/tests/palsuite/c_runtime/swprintf/test13/test13.c
index 6e594d5695..b99232f7ea 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test13/test13.c
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test13/test13.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/c_runtime/swprintf/test13/testinfo.dat b/src/pal/tests/palsuite/c_runtime/swprintf/test13/testinfo.dat
index adb28de5a6..1ce172414c 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test13/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test13/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 = C Runtime
diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test14/test14.c b/src/pal/tests/palsuite/c_runtime/swprintf/test14/test14.c
index ab0863326c..bcfd6a7c24 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test14/test14.c
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test14/test14.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/c_runtime/swprintf/test14/testinfo.dat b/src/pal/tests/palsuite/c_runtime/swprintf/test14/testinfo.dat
index 8feaa9de57..7f3451820b 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test14/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test14/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 = C Runtime
diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test15/test15.c b/src/pal/tests/palsuite/c_runtime/swprintf/test15/test15.c
index e287e75a76..215afbe093 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test15/test15.c
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test15/test15.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/c_runtime/swprintf/test15/testinfo.dat b/src/pal/tests/palsuite/c_runtime/swprintf/test15/testinfo.dat
index bf6f9dfbc2..a6044e7bcc 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test15/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test15/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 = C Runtime
diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test16/test16.c b/src/pal/tests/palsuite/c_runtime/swprintf/test16/test16.c
index f7c497a763..859afed8dd 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test16/test16.c
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test16/test16.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/c_runtime/swprintf/test16/testinfo.dat b/src/pal/tests/palsuite/c_runtime/swprintf/test16/testinfo.dat
index 008587890f..d2f9a125c4 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test16/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test16/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 = C Runtime
diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test17/test17.c b/src/pal/tests/palsuite/c_runtime/swprintf/test17/test17.c
index 8f4823ff45..480f2b2fe1 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test17/test17.c
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test17/test17.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/c_runtime/swprintf/test17/testinfo.dat b/src/pal/tests/palsuite/c_runtime/swprintf/test17/testinfo.dat
index 21cdc386ec..f26029c659 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test17/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test17/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 = C Runtime
diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test18/test18.c b/src/pal/tests/palsuite/c_runtime/swprintf/test18/test18.c
index 484e6e1561..1ed8cd00d8 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test18/test18.c
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test18/test18.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/c_runtime/swprintf/test18/testinfo.dat b/src/pal/tests/palsuite/c_runtime/swprintf/test18/testinfo.dat
index 4ce15b4223..6a8ca702ff 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test18/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test18/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 = C Runtime
diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test19/test19.c b/src/pal/tests/palsuite/c_runtime/swprintf/test19/test19.c
index 204b1da79a..5199cc3cd9 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test19/test19.c
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test19/test19.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/c_runtime/swprintf/test19/testinfo.dat b/src/pal/tests/palsuite/c_runtime/swprintf/test19/testinfo.dat
index e86a605376..cbd572a35c 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test19/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test19/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 = C Runtime
diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test2/test2.c b/src/pal/tests/palsuite/c_runtime/swprintf/test2/test2.c
index 137a2cb6fa..deffd3edd7 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test2/test2.c
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test2/test2.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/c_runtime/swprintf/test2/testinfo.dat b/src/pal/tests/palsuite/c_runtime/swprintf/test2/testinfo.dat
index c8bfb4c258..d93fa7b400 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test2/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/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 = C Runtime
diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test3/test3.c b/src/pal/tests/palsuite/c_runtime/swprintf/test3/test3.c
index 2f3a9eefe3..42875c0640 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test3/test3.c
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test3/test3.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/c_runtime/swprintf/test3/testinfo.dat b/src/pal/tests/palsuite/c_runtime/swprintf/test3/testinfo.dat
index b79f8fe51c..923a8f0efd 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test3/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/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 = C Runtime
diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test4/test4.c b/src/pal/tests/palsuite/c_runtime/swprintf/test4/test4.c
index 42dbb26d4b..02cc3f9005 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test4/test4.c
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/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/c_runtime/swprintf/test4/testinfo.dat b/src/pal/tests/palsuite/c_runtime/swprintf/test4/testinfo.dat
index f9536fe197..dc481d32f1 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test4/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/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 = C Runtime
diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test5/test5.c b/src/pal/tests/palsuite/c_runtime/swprintf/test5/test5.c
index 3dfc15e06c..e85adc120e 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test5/test5.c
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/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/c_runtime/swprintf/test5/testinfo.dat b/src/pal/tests/palsuite/c_runtime/swprintf/test5/testinfo.dat
index cf1b81841d..ef1f1ffc5a 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test5/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/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 = C Runtime
diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test6/test6.c b/src/pal/tests/palsuite/c_runtime/swprintf/test6/test6.c
index f7ea07025d..ecd6374264 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test6/test6.c
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test6/test6.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/c_runtime/swprintf/test6/testinfo.dat b/src/pal/tests/palsuite/c_runtime/swprintf/test6/testinfo.dat
index 91baf45b9f..4224d19519 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test6/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test6/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 = C Runtime
diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test7/test7.c b/src/pal/tests/palsuite/c_runtime/swprintf/test7/test7.c
index 645682eef9..e231ada3d2 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test7/test7.c
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test7/test7.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/c_runtime/swprintf/test7/testinfo.dat b/src/pal/tests/palsuite/c_runtime/swprintf/test7/testinfo.dat
index 5caeff13a1..7facc90b58 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test7/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test7/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 = C Runtime
diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test8/test8.c b/src/pal/tests/palsuite/c_runtime/swprintf/test8/test8.c
index e60c8cc849..b4be28e78d 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test8/test8.c
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test8/test8.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/c_runtime/swprintf/test8/testinfo.dat b/src/pal/tests/palsuite/c_runtime/swprintf/test8/testinfo.dat
index 350fa78d11..d5858b2cfe 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test8/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test8/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 = C Runtime
diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test9/test9.c b/src/pal/tests/palsuite/c_runtime/swprintf/test9/test9.c
index c27f8b12a6..2f5429e5fd 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test9/test9.c
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test9/test9.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/c_runtime/swprintf/test9/testinfo.dat b/src/pal/tests/palsuite/c_runtime/swprintf/test9/testinfo.dat
index af3e218a35..7ef9eed134 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test9/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test9/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 = C Runtime