summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/c_runtime/_snprintf
diff options
context:
space:
mode:
Diffstat (limited to 'src/pal/tests/palsuite/c_runtime/_snprintf')
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/_snprintf.h7
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test1/test1.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test1/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test10/test10.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test10/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test11/test11.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test11/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test12/test12.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test12/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test13/test13.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test13/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test14/test14.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test14/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test15/test15.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test15/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test16/test16.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test16/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test17/test17.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test17/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test18/test18.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test18/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test19/test19.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test19/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test2/test2.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test2/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test3/test3.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test3/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test4/test4.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test4/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test5/test5.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test5/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test6/test6.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test6/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test7/test7.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test7/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test8/test8.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test8/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test9/test9.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test9/testinfo.dat6
39 files changed, 117 insertions, 137 deletions
diff --git a/src/pal/tests/palsuite/c_runtime/_snprintf/_snprintf.h b/src/pal/tests/palsuite/c_runtime/_snprintf/_snprintf.h
index fa55baf857..84abf62f0b 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/_snprintf.h
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/_snprintf.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/_snprintf/test1/test1.c b/src/pal/tests/palsuite/c_runtime/_snprintf/test1/test1.c
index bfaa716bc0..eef7406baa 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test1/test1.c
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/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/_snprintf/test1/testinfo.dat b/src/pal/tests/palsuite/c_runtime/_snprintf/test1/testinfo.dat
index a06ee09372..c15ce1dcba 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test1/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/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/_snprintf/test10/test10.c b/src/pal/tests/palsuite/c_runtime/_snprintf/test10/test10.c
index 7dda9dc0e8..9191ccef27 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test10/test10.c
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/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/_snprintf/test10/testinfo.dat b/src/pal/tests/palsuite/c_runtime/_snprintf/test10/testinfo.dat
index f51464af38..44ff48e030 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test10/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/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/_snprintf/test11/test11.c b/src/pal/tests/palsuite/c_runtime/_snprintf/test11/test11.c
index 24ec169295..9d9302dee0 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test11/test11.c
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/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/_snprintf/test11/testinfo.dat b/src/pal/tests/palsuite/c_runtime/_snprintf/test11/testinfo.dat
index ea49fc98c3..1a77077950 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test11/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/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/_snprintf/test12/test12.c b/src/pal/tests/palsuite/c_runtime/_snprintf/test12/test12.c
index 961dc46e62..d782fce788 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test12/test12.c
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/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/_snprintf/test12/testinfo.dat b/src/pal/tests/palsuite/c_runtime/_snprintf/test12/testinfo.dat
index b1f1ed1049..6801c7417e 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test12/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/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/_snprintf/test13/test13.c b/src/pal/tests/palsuite/c_runtime/_snprintf/test13/test13.c
index e5d527671c..68ba554d93 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test13/test13.c
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/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/_snprintf/test13/testinfo.dat b/src/pal/tests/palsuite/c_runtime/_snprintf/test13/testinfo.dat
index 2e674525dc..6901589a1b 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test13/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/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/_snprintf/test14/test14.c b/src/pal/tests/palsuite/c_runtime/_snprintf/test14/test14.c
index f2e2b35ca3..d874690ba4 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test14/test14.c
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/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/_snprintf/test14/testinfo.dat b/src/pal/tests/palsuite/c_runtime/_snprintf/test14/testinfo.dat
index 4449ae06ab..0f32b9b59a 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test14/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/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/_snprintf/test15/test15.c b/src/pal/tests/palsuite/c_runtime/_snprintf/test15/test15.c
index b765a35a24..a637a706f5 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test15/test15.c
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/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/_snprintf/test15/testinfo.dat b/src/pal/tests/palsuite/c_runtime/_snprintf/test15/testinfo.dat
index 693fb1702e..8008cff0b5 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test15/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/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/_snprintf/test16/test16.c b/src/pal/tests/palsuite/c_runtime/_snprintf/test16/test16.c
index d2b0e6404f..6793019383 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test16/test16.c
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/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/_snprintf/test16/testinfo.dat b/src/pal/tests/palsuite/c_runtime/_snprintf/test16/testinfo.dat
index cb1aa15cee..e7a7df8f53 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test16/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/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/_snprintf/test17/test17.c b/src/pal/tests/palsuite/c_runtime/_snprintf/test17/test17.c
index 9fa20a1f4a..9981b44619 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test17/test17.c
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/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/_snprintf/test17/testinfo.dat b/src/pal/tests/palsuite/c_runtime/_snprintf/test17/testinfo.dat
index fb66e5aece..4756bd0d78 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test17/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/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/_snprintf/test18/test18.c b/src/pal/tests/palsuite/c_runtime/_snprintf/test18/test18.c
index 6631b125d5..d28aec57d0 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test18/test18.c
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/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/_snprintf/test18/testinfo.dat b/src/pal/tests/palsuite/c_runtime/_snprintf/test18/testinfo.dat
index 3e46c20be7..819d28cec9 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test18/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/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/_snprintf/test19/test19.c b/src/pal/tests/palsuite/c_runtime/_snprintf/test19/test19.c
index 3212083a7c..26dffd9214 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test19/test19.c
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/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/_snprintf/test19/testinfo.dat b/src/pal/tests/palsuite/c_runtime/_snprintf/test19/testinfo.dat
index 6c0cf31069..875abf7071 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test19/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/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/_snprintf/test2/test2.c b/src/pal/tests/palsuite/c_runtime/_snprintf/test2/test2.c
index 6f5913d594..3ccb66c23e 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test2/test2.c
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/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/_snprintf/test2/testinfo.dat b/src/pal/tests/palsuite/c_runtime/_snprintf/test2/testinfo.dat
index 32924a3ef0..40a1ede3d5 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test2/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/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/_snprintf/test3/test3.c b/src/pal/tests/palsuite/c_runtime/_snprintf/test3/test3.c
index 4b4b65c10a..496159c51e 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test3/test3.c
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/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/_snprintf/test3/testinfo.dat b/src/pal/tests/palsuite/c_runtime/_snprintf/test3/testinfo.dat
index 535c3ea78e..fa53224510 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test3/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/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/_snprintf/test4/test4.c b/src/pal/tests/palsuite/c_runtime/_snprintf/test4/test4.c
index fba6dc2ef0..8c39f222cc 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test4/test4.c
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/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/_snprintf/test4/testinfo.dat b/src/pal/tests/palsuite/c_runtime/_snprintf/test4/testinfo.dat
index 38a3fd0cb7..5d822d160b 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test4/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/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/_snprintf/test5/test5.c b/src/pal/tests/palsuite/c_runtime/_snprintf/test5/test5.c
index 53a7c033dc..46ab1dd35e 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test5/test5.c
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/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/_snprintf/test5/testinfo.dat b/src/pal/tests/palsuite/c_runtime/_snprintf/test5/testinfo.dat
index 0716f2b1f4..33056defd8 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test5/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/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/_snprintf/test6/test6.c b/src/pal/tests/palsuite/c_runtime/_snprintf/test6/test6.c
index 09e507c949..32001c2d20 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test6/test6.c
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/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/_snprintf/test6/testinfo.dat b/src/pal/tests/palsuite/c_runtime/_snprintf/test6/testinfo.dat
index 62ea809a66..ba2ff818aa 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test6/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/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/_snprintf/test7/test7.c b/src/pal/tests/palsuite/c_runtime/_snprintf/test7/test7.c
index 216e1659e7..bfd5c3f4f1 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test7/test7.c
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/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/_snprintf/test7/testinfo.dat b/src/pal/tests/palsuite/c_runtime/_snprintf/test7/testinfo.dat
index cac4c4fa0c..5c2406c7b2 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test7/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/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/_snprintf/test8/test8.c b/src/pal/tests/palsuite/c_runtime/_snprintf/test8/test8.c
index ea2ce3878c..60ff1b05b8 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test8/test8.c
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/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/_snprintf/test8/testinfo.dat b/src/pal/tests/palsuite/c_runtime/_snprintf/test8/testinfo.dat
index c81b8d3b92..f6520d8dde 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test8/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/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/_snprintf/test9/test9.c b/src/pal/tests/palsuite/c_runtime/_snprintf/test9/test9.c
index e0e1bc056d..e836bcaee3 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test9/test9.c
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/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/_snprintf/test9/testinfo.dat b/src/pal/tests/palsuite/c_runtime/_snprintf/test9/testinfo.dat
index f3b2c45392..2a64b26030 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test9/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/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