Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 81beda8

Browse files
committed
Merge pull request #21 from AlexGhiondea/master
Update copyright header
2 parents 30ce677 + 43cfe1d commit 81beda8

File tree

5 files changed

+14
-25
lines changed

5 files changed

+14
-25
lines changed

src/mscorlib/corefx/System/Globalization/CalendricalCalculationsHelper.cs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
// ==++==
2-
//
3-
// Copyright (c) Microsoft Corporation. All rights reserved.
4-
//
5-
// ==--==
1+
// Copyright (c) Microsoft. All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3+
64
namespace System.Globalization
75
{
86
using System;

src/mscorlib/src/System/AppContext/AppContextSwitches.cs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
// ==++==
2-
//
3-
// Copyright (c) Microsoft Corporation. All rights reserved.
4-
//
5-
// ==--==
1+
// Copyright (c) Microsoft. All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
63

74
namespace System
85
{

src/mscorlib/src/System/FormattableString.cs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
// ==++==
2-
//
3-
// Copyright (c) Microsoft Corporation. All rights reserved.
4-
//
5-
// ==--==
1+
// Copyright (c) Microsoft. All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3+
64
/*============================================================
75
**
86
** Class: FormattableString

src/mscorlib/src/System/Globalization/CalendricalCalculationsHelper.cs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
// ==++==
2-
//
3-
// Copyright (c) Microsoft Corporation. All rights reserved.
4-
//
5-
// ==--==
1+
// Copyright (c) Microsoft. All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3+
64
namespace System.Globalization
75
{
86
using System;

src/mscorlib/src/System/Runtime/CompilerServices/FormattableStringFactory.cs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
// ==++==
2-
//
3-
// Copyright (c) Microsoft Corporation. All rights reserved.
4-
//
5-
// ==--==
1+
// Copyright (c) Microsoft. All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3+
64
/*============================================================
75
**
86
** Class: FormattableStringFactory

0 commit comments

Comments
 (0)