summaryrefslogtreecommitdiff
path: root/tests/src/Common
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 /tests/src/Common
parent98ab26be675b96668ecf2dfe8c38f58f57454f02 (diff)
downloadcoreclr-21f8416ad4204afc18ce315d99baa5f4ada28d9a.tar.gz
coreclr-21f8416ad4204afc18ce315d99baa5f4ada28d9a.tar.bz2
coreclr-21f8416ad4204afc18ce315d99baa5f4ada28d9a.zip
Update license headers
Diffstat (limited to 'tests/src/Common')
-rw-r--r--tests/src/Common/CoreCLRTestLibrary/CalendarHelpers.cs7
-rw-r--r--tests/src/Common/CoreCLRTestLibrary/EndianessChecker.cs5
-rw-r--r--tests/src/Common/CoreCLRTestLibrary/Generator.cs5
-rw-r--r--tests/src/Common/CoreCLRTestLibrary/GlobLocHelper.cs5
-rw-r--r--tests/src/Common/CoreCLRTestLibrary/Logging.cs5
-rw-r--r--tests/src/Common/CoreCLRTestLibrary/TestFramework.cs5
-rw-r--r--tests/src/Common/CoreCLRTestLibrary/Utilities.cs7
-rw-r--r--tests/src/Common/Coreclr.TestWrapper/CoreclrTestWrapperLib.cs5
8 files changed, 26 insertions, 18 deletions
diff --git a/tests/src/Common/CoreCLRTestLibrary/CalendarHelpers.cs b/tests/src/Common/CoreCLRTestLibrary/CalendarHelpers.cs
index d7834d437a..8475ab6866 100644
--- a/tests/src/Common/CoreCLRTestLibrary/CalendarHelpers.cs
+++ b/tests/src/Common/CoreCLRTestLibrary/CalendarHelpers.cs
@@ -1,5 +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.
//
using System;
@@ -87,4 +88,4 @@ public enum GregorianCalendarTypes
MiddleEastFrench,
TransliteratedEnglish,
TransliteratedFrench,
-} \ No newline at end of file
+}
diff --git a/tests/src/Common/CoreCLRTestLibrary/EndianessChecker.cs b/tests/src/Common/CoreCLRTestLibrary/EndianessChecker.cs
index 09a29d8047..19aa883d35 100644
--- a/tests/src/Common/CoreCLRTestLibrary/EndianessChecker.cs
+++ b/tests/src/Common/CoreCLRTestLibrary/EndianessChecker.cs
@@ -1,5 +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.
//
using System.Runtime.InteropServices;
diff --git a/tests/src/Common/CoreCLRTestLibrary/Generator.cs b/tests/src/Common/CoreCLRTestLibrary/Generator.cs
index 5496be3e33..bfb1cc5ab3 100644
--- a/tests/src/Common/CoreCLRTestLibrary/Generator.cs
+++ b/tests/src/Common/CoreCLRTestLibrary/Generator.cs
@@ -1,5 +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.
//
using System;
diff --git a/tests/src/Common/CoreCLRTestLibrary/GlobLocHelper.cs b/tests/src/Common/CoreCLRTestLibrary/GlobLocHelper.cs
index 80e9fe6e4c..50883ce999 100644
--- a/tests/src/Common/CoreCLRTestLibrary/GlobLocHelper.cs
+++ b/tests/src/Common/CoreCLRTestLibrary/GlobLocHelper.cs
@@ -1,5 +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.
//
using System;
diff --git a/tests/src/Common/CoreCLRTestLibrary/Logging.cs b/tests/src/Common/CoreCLRTestLibrary/Logging.cs
index 9b8a1ab314..0bf5c3ba25 100644
--- a/tests/src/Common/CoreCLRTestLibrary/Logging.cs
+++ b/tests/src/Common/CoreCLRTestLibrary/Logging.cs
@@ -1,5 +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.
//
using System;
diff --git a/tests/src/Common/CoreCLRTestLibrary/TestFramework.cs b/tests/src/Common/CoreCLRTestLibrary/TestFramework.cs
index 7208009f98..3a64b5fe36 100644
--- a/tests/src/Common/CoreCLRTestLibrary/TestFramework.cs
+++ b/tests/src/Common/CoreCLRTestLibrary/TestFramework.cs
@@ -1,5 +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.
//
using System;
diff --git a/tests/src/Common/CoreCLRTestLibrary/Utilities.cs b/tests/src/Common/CoreCLRTestLibrary/Utilities.cs
index b5fb796835..9a5a769749 100644
--- a/tests/src/Common/CoreCLRTestLibrary/Utilities.cs
+++ b/tests/src/Common/CoreCLRTestLibrary/Utilities.cs
@@ -1,5 +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.
//
using System;
@@ -283,4 +284,4 @@ public static class HelperExtensions {
{
return CharUnicodeInfo.GetUnicodeCategory(c);
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Common/Coreclr.TestWrapper/CoreclrTestWrapperLib.cs b/tests/src/Common/Coreclr.TestWrapper/CoreclrTestWrapperLib.cs
index 39281a8809..d70c93726a 100644
--- a/tests/src/Common/Coreclr.TestWrapper/CoreclrTestWrapperLib.cs
+++ b/tests/src/Common/Coreclr.TestWrapper/CoreclrTestWrapperLib.cs
@@ -1,5 +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.
//
using System;