summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/c_runtime/wcstol
diff options
context:
space:
mode:
Diffstat (limited to 'src/pal/tests/palsuite/c_runtime/wcstol')
-rw-r--r--src/pal/tests/palsuite/c_runtime/wcstol/test1/test1.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/wcstol/test1/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/wcstol/test2/test2.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/wcstol/test2/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/wcstol/test3/test3.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/wcstol/test3/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/wcstol/test4/test4.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/wcstol/test4/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/wcstol/test5/test5.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/wcstol/test5/testinfo.dat6
-rw-r--r--src/pal/tests/palsuite/c_runtime/wcstol/test6/test6.c7
-rw-r--r--src/pal/tests/palsuite/c_runtime/wcstol/test6/testinfo.dat6
12 files changed, 36 insertions, 42 deletions
diff --git a/src/pal/tests/palsuite/c_runtime/wcstol/test1/test1.c b/src/pal/tests/palsuite/c_runtime/wcstol/test1/test1.c
index 1a4499e6c8..d84ba66adc 100644
--- a/src/pal/tests/palsuite/c_runtime/wcstol/test1/test1.c
+++ b/src/pal/tests/palsuite/c_runtime/wcstol/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/wcstol/test1/testinfo.dat b/src/pal/tests/palsuite/c_runtime/wcstol/test1/testinfo.dat
index 8e8cfe012f..48108f22bf 100644
--- a/src/pal/tests/palsuite/c_runtime/wcstol/test1/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/wcstol/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/wcstol/test2/test2.c b/src/pal/tests/palsuite/c_runtime/wcstol/test2/test2.c
index 6f391cd338..58309be6b4 100644
--- a/src/pal/tests/palsuite/c_runtime/wcstol/test2/test2.c
+++ b/src/pal/tests/palsuite/c_runtime/wcstol/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/wcstol/test2/testinfo.dat b/src/pal/tests/palsuite/c_runtime/wcstol/test2/testinfo.dat
index e7a253165a..8dd1460010 100644
--- a/src/pal/tests/palsuite/c_runtime/wcstol/test2/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/wcstol/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/wcstol/test3/test3.c b/src/pal/tests/palsuite/c_runtime/wcstol/test3/test3.c
index 155a27bc71..8b5ce6943d 100644
--- a/src/pal/tests/palsuite/c_runtime/wcstol/test3/test3.c
+++ b/src/pal/tests/palsuite/c_runtime/wcstol/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/wcstol/test3/testinfo.dat b/src/pal/tests/palsuite/c_runtime/wcstol/test3/testinfo.dat
index e102e8cbc9..0e851d8657 100644
--- a/src/pal/tests/palsuite/c_runtime/wcstol/test3/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/wcstol/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/wcstol/test4/test4.c b/src/pal/tests/palsuite/c_runtime/wcstol/test4/test4.c
index 92bcf2b257..a5e65946e9 100644
--- a/src/pal/tests/palsuite/c_runtime/wcstol/test4/test4.c
+++ b/src/pal/tests/palsuite/c_runtime/wcstol/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/wcstol/test4/testinfo.dat b/src/pal/tests/palsuite/c_runtime/wcstol/test4/testinfo.dat
index fa76129b11..d2c5652e6e 100644
--- a/src/pal/tests/palsuite/c_runtime/wcstol/test4/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/wcstol/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/wcstol/test5/test5.c b/src/pal/tests/palsuite/c_runtime/wcstol/test5/test5.c
index 9b2ad68d54..62f0a895a6 100644
--- a/src/pal/tests/palsuite/c_runtime/wcstol/test5/test5.c
+++ b/src/pal/tests/palsuite/c_runtime/wcstol/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/wcstol/test5/testinfo.dat b/src/pal/tests/palsuite/c_runtime/wcstol/test5/testinfo.dat
index 02315cb7e6..18b4478e3a 100644
--- a/src/pal/tests/palsuite/c_runtime/wcstol/test5/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/wcstol/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/wcstol/test6/test6.c b/src/pal/tests/palsuite/c_runtime/wcstol/test6/test6.c
index 7f56295f79..14f6208231 100644
--- a/src/pal/tests/palsuite/c_runtime/wcstol/test6/test6.c
+++ b/src/pal/tests/palsuite/c_runtime/wcstol/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/wcstol/test6/testinfo.dat b/src/pal/tests/palsuite/c_runtime/wcstol/test6/testinfo.dat
index 249270f202..0e10761e4d 100644
--- a/src/pal/tests/palsuite/c_runtime/wcstol/test6/testinfo.dat
+++ b/src/pal/tests/palsuite/c_runtime/wcstol/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