summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/c_runtime/sscanf
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2016-01-27 11:41:24 -0800
committerstephentoub <stoub@microsoft.com>2016-01-27 13:22:16 -0800
commit21f8416ad4204afc18ce315d99baa5f4ada28d9a (patch)
tree6767624f3ab0c185ad7ceec5d6e07c2784058ecf /src/pal/tests/palsuite/c_runtime/sscanf
parent98ab26be675b96668ecf2dfe8c38f58f57454f02 (diff)
downloadcoreclr-21f8416ad4204afc18ce315d99baa5f4ada28d9a.tar.gz
coreclr-21f8416ad4204afc18ce315d99baa5f4ada28d9a.tar.bz2
coreclr-21f8416ad4204afc18ce315d99baa5f4ada28d9a.zip
Update license headers
Diffstat (limited to 'src/pal/tests/palsuite/c_runtime/sscanf')
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/sscanf.h7
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test1/test1.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test1/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test10/test10.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test10/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test11/test11.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test11/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test12/test12.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test12/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test13/test13.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test13/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test14/test14.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test14/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test15/test15.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test15/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test16/test16.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test16/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test17/test17.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test17/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test2/test2.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test2/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test3/test3.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test3/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test4/test4.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test4/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test5/test5.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test5/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test6/test6.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test6/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test7/test7.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test7/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test8/test8.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test8/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test9/test9.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test9/testinfo.dat6
35 files changed, 105 insertions, 123 deletions
diff --git a/src/pal/tests/palsuite/c_runtime/sscanf/sscanf.h b/src/pal/tests/palsuite/c_runtime/sscanf/sscanf.h
index 1e76829f29..675a67aed2 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/sscanf.h
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/sscanf.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/sscanf/test1/test1.c b/src/pal/tests/palsuite/c_runtime/sscanf/test1/test1.c
index f0d06dcc8d..c6f66a1d20 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test1/test1.c
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/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/sscanf/test1/testinfo.dat b/src/pal/tests/palsuite/c_runtime/sscanf/test1/testinfo.dat
index af002f5ac6..ef33ba9e13 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test1/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/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/sscanf/test10/test10.c b/src/pal/tests/palsuite/c_runtime/sscanf/test10/test10.c
index 1d656c55a7..aac5be43ae 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test10/test10.c
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/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/sscanf/test10/testinfo.dat b/src/pal/tests/palsuite/c_runtime/sscanf/test10/testinfo.dat
index d18cceea27..7e854ed235 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test10/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/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/sscanf/test11/test11.c b/src/pal/tests/palsuite/c_runtime/sscanf/test11/test11.c
index 066ece2f19..0e3db6cca0 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test11/test11.c
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/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/sscanf/test11/testinfo.dat b/src/pal/tests/palsuite/c_runtime/sscanf/test11/testinfo.dat
index fe1ce85459..60f5cc46a4 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test11/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/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/sscanf/test12/test12.c b/src/pal/tests/palsuite/c_runtime/sscanf/test12/test12.c
index 38e2097fab..f800e452c0 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test12/test12.c
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/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/sscanf/test12/testinfo.dat b/src/pal/tests/palsuite/c_runtime/sscanf/test12/testinfo.dat
index c08d9f962f..3c453bf53a 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test12/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/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/sscanf/test13/test13.c b/src/pal/tests/palsuite/c_runtime/sscanf/test13/test13.c
index 9b4904ee5d..314604e3ac 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test13/test13.c
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/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/sscanf/test13/testinfo.dat b/src/pal/tests/palsuite/c_runtime/sscanf/test13/testinfo.dat
index 5f0c42df1c..1c4c2fc26e 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test13/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/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/sscanf/test14/test14.c b/src/pal/tests/palsuite/c_runtime/sscanf/test14/test14.c
index eb9a74ae0c..8f759686c5 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test14/test14.c
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/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/sscanf/test14/testinfo.dat b/src/pal/tests/palsuite/c_runtime/sscanf/test14/testinfo.dat
index 3f1cdfedb2..97db6e4ffd 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test14/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/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/sscanf/test15/test15.c b/src/pal/tests/palsuite/c_runtime/sscanf/test15/test15.c
index 93fe7c96b4..f8ac4ff888 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test15/test15.c
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/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/sscanf/test15/testinfo.dat b/src/pal/tests/palsuite/c_runtime/sscanf/test15/testinfo.dat
index 6e38952e74..30c2cf4b30 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test15/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/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/sscanf/test16/test16.c b/src/pal/tests/palsuite/c_runtime/sscanf/test16/test16.c
index dbdd04530c..787b72ed0a 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test16/test16.c
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/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/sscanf/test16/testinfo.dat b/src/pal/tests/palsuite/c_runtime/sscanf/test16/testinfo.dat
index cea85efb8b..2c1dd42b70 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test16/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/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/sscanf/test17/test17.c b/src/pal/tests/palsuite/c_runtime/sscanf/test17/test17.c
index 6106e53353..c0dfd1699c 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test17/test17.c
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/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/sscanf/test17/testinfo.dat b/src/pal/tests/palsuite/c_runtime/sscanf/test17/testinfo.dat
index b902c61418..e23be8541e 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test17/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/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/sscanf/test2/test2.c b/src/pal/tests/palsuite/c_runtime/sscanf/test2/test2.c
index 9661e39468..1221124e3a 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test2/test2.c
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/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/sscanf/test2/testinfo.dat b/src/pal/tests/palsuite/c_runtime/sscanf/test2/testinfo.dat
index fc7d23ebad..f5ee4b52d4 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test2/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/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/sscanf/test3/test3.c b/src/pal/tests/palsuite/c_runtime/sscanf/test3/test3.c
index bb1dd2f870..9d18991070 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test3/test3.c
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/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/sscanf/test3/testinfo.dat b/src/pal/tests/palsuite/c_runtime/sscanf/test3/testinfo.dat
index 2f0de01581..c38a498225 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test3/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/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/sscanf/test4/test4.c b/src/pal/tests/palsuite/c_runtime/sscanf/test4/test4.c
index 5a688f576c..d4bb490359 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test4/test4.c
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/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/sscanf/test4/testinfo.dat b/src/pal/tests/palsuite/c_runtime/sscanf/test4/testinfo.dat
index 056fc01439..868056a6a5 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test4/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/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/sscanf/test5/test5.c b/src/pal/tests/palsuite/c_runtime/sscanf/test5/test5.c
index 662ef3dfd4..b86f249433 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test5/test5.c
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/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/sscanf/test5/testinfo.dat b/src/pal/tests/palsuite/c_runtime/sscanf/test5/testinfo.dat
index fc2124bd63..8678dc8f5a 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test5/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/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/sscanf/test6/test6.c b/src/pal/tests/palsuite/c_runtime/sscanf/test6/test6.c
index b2941fd465..237f097f4b 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test6/test6.c
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/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/sscanf/test6/testinfo.dat b/src/pal/tests/palsuite/c_runtime/sscanf/test6/testinfo.dat
index fd241907b2..b2547a776a 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test6/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/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/sscanf/test7/test7.c b/src/pal/tests/palsuite/c_runtime/sscanf/test7/test7.c
index f7b3e3c1d5..3c91ed6754 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test7/test7.c
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/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/sscanf/test7/testinfo.dat b/src/pal/tests/palsuite/c_runtime/sscanf/test7/testinfo.dat
index dda7204d2c..614333e650 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test7/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/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/sscanf/test8/test8.c b/src/pal/tests/palsuite/c_runtime/sscanf/test8/test8.c
index abbd87124c..494d758f13 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test8/test8.c
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/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/sscanf/test8/testinfo.dat b/src/pal/tests/palsuite/c_runtime/sscanf/test8/testinfo.dat
index b337744c57..2cbc31ad2a 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test8/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/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/sscanf/test9/test9.c b/src/pal/tests/palsuite/c_runtime/sscanf/test9/test9.c
index 4817a24f7f..c5a2e0de5d 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test9/test9.c
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/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/sscanf/test9/testinfo.dat b/src/pal/tests/palsuite/c_runtime/sscanf/test9/testinfo.dat
index 01832190af..c0ccc8a4c9 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test9/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/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