summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/c_runtime/sprintf
diff options
context:
space:
mode:
Diffstat (limited to 'src/pal/tests/palsuite/c_runtime/sprintf')
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/sprintf.h7
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test1/test1.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test1/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test10/test10.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test10/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test11/test11.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test11/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test12/test12.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test12/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test13/test13.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test13/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test14/test14.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test14/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test15/test15.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test15/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test16/test16.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test16/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test17/test17.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test17/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test18/test18.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test18/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test19/test19.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test19/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test2/test2.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test2/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test3/test3.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test3/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test4/test4.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test4/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test5/test5.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test5/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test6/test6.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test6/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test7/test7.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test7/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test8/test8.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test8/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test9/test9.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test9/testinfo.dat6
39 files changed, 117 insertions, 137 deletions
diff --git a/src/pal/tests/palsuite/c_runtime/sprintf/sprintf.h b/src/pal/tests/palsuite/c_runtime/sprintf/sprintf.h
index cf160b6a62..411ae66d54 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/sprintf.h
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/sprintf.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/sprintf/test1/test1.c b/src/pal/tests/palsuite/c_runtime/sprintf/test1/test1.c
index 47e6afa65d..42e27f263b 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test1/test1.c
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/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/sprintf/test1/testinfo.dat b/src/pal/tests/palsuite/c_runtime/sprintf/test1/testinfo.dat
index 484f25c734..abe07445cc 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test1/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/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/sprintf/test10/test10.c b/src/pal/tests/palsuite/c_runtime/sprintf/test10/test10.c
index 14da25edc8..ae7dbfb177 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test10/test10.c
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/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/sprintf/test10/testinfo.dat b/src/pal/tests/palsuite/c_runtime/sprintf/test10/testinfo.dat
index 421eea4c9a..70b7f3ab75 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test10/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/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/sprintf/test11/test11.c b/src/pal/tests/palsuite/c_runtime/sprintf/test11/test11.c
index f5ed0fc50d..0b5b5ab93d 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test11/test11.c
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/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/sprintf/test11/testinfo.dat b/src/pal/tests/palsuite/c_runtime/sprintf/test11/testinfo.dat
index 1b1fc054b9..852bd3e7b6 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test11/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/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/sprintf/test12/test12.c b/src/pal/tests/palsuite/c_runtime/sprintf/test12/test12.c
index 4e742ce3d9..c2e778e494 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test12/test12.c
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/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/sprintf/test12/testinfo.dat b/src/pal/tests/palsuite/c_runtime/sprintf/test12/testinfo.dat
index b84f13186b..5df91d0e6a 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test12/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/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/sprintf/test13/test13.c b/src/pal/tests/palsuite/c_runtime/sprintf/test13/test13.c
index 3cc217243b..0b4b7ed9ae 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test13/test13.c
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/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/sprintf/test13/testinfo.dat b/src/pal/tests/palsuite/c_runtime/sprintf/test13/testinfo.dat
index e4bdd2344f..634817a791 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test13/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/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/sprintf/test14/test14.c b/src/pal/tests/palsuite/c_runtime/sprintf/test14/test14.c
index 27124deecd..20e986a9c3 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test14/test14.c
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/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/sprintf/test14/testinfo.dat b/src/pal/tests/palsuite/c_runtime/sprintf/test14/testinfo.dat
index 64a28213f9..c7086efdbc 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test14/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/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/sprintf/test15/test15.c b/src/pal/tests/palsuite/c_runtime/sprintf/test15/test15.c
index 8dde7f9f85..34199b2eb3 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test15/test15.c
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/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/sprintf/test15/testinfo.dat b/src/pal/tests/palsuite/c_runtime/sprintf/test15/testinfo.dat
index a0d0ead3f5..0a47c5321a 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test15/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/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/sprintf/test16/test16.c b/src/pal/tests/palsuite/c_runtime/sprintf/test16/test16.c
index bf9e42ddf9..c93b68bc2d 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test16/test16.c
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/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/sprintf/test16/testinfo.dat b/src/pal/tests/palsuite/c_runtime/sprintf/test16/testinfo.dat
index fbb4db498a..e18fab1ad8 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test16/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/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/sprintf/test17/test17.c b/src/pal/tests/palsuite/c_runtime/sprintf/test17/test17.c
index e004020e2e..643215b8f5 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test17/test17.c
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/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/sprintf/test17/testinfo.dat b/src/pal/tests/palsuite/c_runtime/sprintf/test17/testinfo.dat
index 849c1a7505..a723103e02 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test17/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/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/sprintf/test18/test18.c b/src/pal/tests/palsuite/c_runtime/sprintf/test18/test18.c
index 2938374e2e..fa88152479 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test18/test18.c
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/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/sprintf/test18/testinfo.dat b/src/pal/tests/palsuite/c_runtime/sprintf/test18/testinfo.dat
index 682b2565ac..dfafa4bcf4 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test18/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/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/sprintf/test19/test19.c b/src/pal/tests/palsuite/c_runtime/sprintf/test19/test19.c
index 17a98b60db..aee731cb74 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test19/test19.c
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/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/sprintf/test19/testinfo.dat b/src/pal/tests/palsuite/c_runtime/sprintf/test19/testinfo.dat
index f42b4bd6ee..ebd13025f6 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test19/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/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/sprintf/test2/test2.c b/src/pal/tests/palsuite/c_runtime/sprintf/test2/test2.c
index 8472d06a3b..d50679a5a3 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test2/test2.c
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/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/sprintf/test2/testinfo.dat b/src/pal/tests/palsuite/c_runtime/sprintf/test2/testinfo.dat
index cab0a43b5a..e8d0f53ff3 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test2/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/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/sprintf/test3/test3.c b/src/pal/tests/palsuite/c_runtime/sprintf/test3/test3.c
index 40a7b581e2..ae52dbed08 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test3/test3.c
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/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/sprintf/test3/testinfo.dat b/src/pal/tests/palsuite/c_runtime/sprintf/test3/testinfo.dat
index 9c818d5bef..12e0a9cfb0 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test3/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/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/sprintf/test4/test4.c b/src/pal/tests/palsuite/c_runtime/sprintf/test4/test4.c
index 08b3745b7c..9660ffaa3a 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test4/test4.c
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/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/sprintf/test4/testinfo.dat b/src/pal/tests/palsuite/c_runtime/sprintf/test4/testinfo.dat
index a34155c7c7..bf7236dc32 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test4/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/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/sprintf/test5/test5.c b/src/pal/tests/palsuite/c_runtime/sprintf/test5/test5.c
index 10a230b8bf..1b52da77b6 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test5/test5.c
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/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/sprintf/test5/testinfo.dat b/src/pal/tests/palsuite/c_runtime/sprintf/test5/testinfo.dat
index aac5577471..31e0537bd0 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test5/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/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/sprintf/test6/test6.c b/src/pal/tests/palsuite/c_runtime/sprintf/test6/test6.c
index 521ffadf7d..c14e075475 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test6/test6.c
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/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/sprintf/test6/testinfo.dat b/src/pal/tests/palsuite/c_runtime/sprintf/test6/testinfo.dat
index 1e1c24429b..037e4106ff 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test6/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/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/sprintf/test7/test7.c b/src/pal/tests/palsuite/c_runtime/sprintf/test7/test7.c
index 3f68fa6b09..082bd20e6d 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test7/test7.c
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/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/sprintf/test7/testinfo.dat b/src/pal/tests/palsuite/c_runtime/sprintf/test7/testinfo.dat
index d47bb4cd52..a2730bc97c 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test7/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/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/sprintf/test8/test8.c b/src/pal/tests/palsuite/c_runtime/sprintf/test8/test8.c
index 2d6b9f1966..9587c82c94 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test8/test8.c
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/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/sprintf/test8/testinfo.dat b/src/pal/tests/palsuite/c_runtime/sprintf/test8/testinfo.dat
index 287856f5ce..adc0b66f06 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test8/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/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/sprintf/test9/test9.c b/src/pal/tests/palsuite/c_runtime/sprintf/test9/test9.c
index 37fbe0f1f5..98f5db6ec1 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test9/test9.c
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/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/sprintf/test9/testinfo.dat b/src/pal/tests/palsuite/c_runtime/sprintf/test9/testinfo.dat
index bf5e3b55a8..e569e789cd 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test9/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/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