From 43cfe1dc3cf5c3d6222ffaeb294c3c5f375e21f0 Mon Sep 17 00:00:00 2001 From: dotnet-bot Date: Tue, 3 Feb 2015 10:27:36 -0800 Subject: [PATCH] Update copyright header --- .../System/Globalization/CalendricalCalculationsHelper.cs | 8 +++----- src/mscorlib/src/System/AppContext/AppContextSwitches.cs | 7 ++----- src/mscorlib/src/System/FormattableString.cs | 8 +++----- .../System/Globalization/CalendricalCalculationsHelper.cs | 8 +++----- .../Runtime/CompilerServices/FormattableStringFactory.cs | 8 +++----- 5 files changed, 14 insertions(+), 25 deletions(-) diff --git a/src/mscorlib/corefx/System/Globalization/CalendricalCalculationsHelper.cs b/src/mscorlib/corefx/System/Globalization/CalendricalCalculationsHelper.cs index fc5717c9a830..23558d89499e 100644 --- a/src/mscorlib/corefx/System/Globalization/CalendricalCalculationsHelper.cs +++ b/src/mscorlib/corefx/System/Globalization/CalendricalCalculationsHelper.cs @@ -1,8 +1,6 @@ -// ==++== -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// -// ==--== +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. + namespace System.Globalization { using System; diff --git a/src/mscorlib/src/System/AppContext/AppContextSwitches.cs b/src/mscorlib/src/System/AppContext/AppContextSwitches.cs index 0cfd2aef0dca..3a1d7e00f5db 100644 --- a/src/mscorlib/src/System/AppContext/AppContextSwitches.cs +++ b/src/mscorlib/src/System/AppContext/AppContextSwitches.cs @@ -1,8 +1,5 @@ -// ==++== -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// -// ==--== +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace System { diff --git a/src/mscorlib/src/System/FormattableString.cs b/src/mscorlib/src/System/FormattableString.cs index c08054f3dcd4..420421b44a98 100644 --- a/src/mscorlib/src/System/FormattableString.cs +++ b/src/mscorlib/src/System/FormattableString.cs @@ -1,8 +1,6 @@ -// ==++== -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// -// ==--== +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. + /*============================================================ ** ** Class: FormattableString diff --git a/src/mscorlib/src/System/Globalization/CalendricalCalculationsHelper.cs b/src/mscorlib/src/System/Globalization/CalendricalCalculationsHelper.cs index fc5717c9a830..0280a17dde94 100644 --- a/src/mscorlib/src/System/Globalization/CalendricalCalculationsHelper.cs +++ b/src/mscorlib/src/System/Globalization/CalendricalCalculationsHelper.cs @@ -1,8 +1,6 @@ -// ==++== -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// -// ==--== +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. + namespace System.Globalization { using System; diff --git a/src/mscorlib/src/System/Runtime/CompilerServices/FormattableStringFactory.cs b/src/mscorlib/src/System/Runtime/CompilerServices/FormattableStringFactory.cs index 76582b6281b4..990204cbc05a 100644 --- a/src/mscorlib/src/System/Runtime/CompilerServices/FormattableStringFactory.cs +++ b/src/mscorlib/src/System/Runtime/CompilerServices/FormattableStringFactory.cs @@ -1,8 +1,6 @@ -// ==++== -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// -// ==--== +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. + /*============================================================ ** ** Class: FormattableStringFactory