From 0c23f29098953dc05665797c292a4b3a4562e886 Mon Sep 17 00:00:00 2001 From: dotnet-bot Date: Wed, 27 Jan 2016 21:27:33 -0800 Subject: [PATCH] Update licensing headers --- LICENSE | 2 +- src/CodeFormatter/IllegalHeaders.md | 2 +- src/CodeFormatter/Program.cs | 5 +++-- src/CodeFormatter/Properties/AssemblyInfo.cs | 5 +++-- src/DeadRegions/OptionParser.cs | 5 +++-- src/DeadRegions/Program.cs | 5 +++-- src/DeadRegions/Properties/AssemblyInfo.cs | 5 +++-- .../CodeFormattingTestBase.cs | 5 +++-- .../Rules/BracesRuleTests.cs | 5 +++-- .../Rules/CombinationTest.cs | 5 +++-- .../Rules/CopyrightHeaderRuleTests.cs | 5 +++-- .../Rules/ExplicitThisRuleTests.cs | 5 +++-- .../Rules/ExplicitVisibilityRuleTests.cs | 5 +++-- .../Rules/HasNoIllegalHeadersFormattingRuleTests.cs | 5 +++-- .../Rules/MarkReadonlyFieldTests.cs | 5 +++-- .../Rules/NewLineAboveRuleTests.cs | 5 +++-- .../NonAsciiCharactersAreEscapedInLiteralsRuleTests.cs | 5 +++-- .../Rules/PrivateFieldNamingRuleTests.cs | 5 +++-- .../Rules/UsingLocationRuleTests.cs | 5 +++-- .../Filters/FilenameFilter.cs | 5 +++-- .../Filters/IgnoreGeneratedFilesFilter.cs | 7 ++++--- .../Filters/UsableFileFilter.cs | 5 +++-- .../FormattingDefaults.cs | 10 ++++++---- .../FormattingEngine.cs | 7 ++++--- .../FormattingEngineImplementation.cs | 5 +++-- src/Microsoft.DotNet.CodeFormatting/IFormatLogger.cs | 5 +++-- .../IFormattingEngine.cs | 5 +++-- .../IFormattingFilter.cs | 7 ++++--- src/Microsoft.DotNet.CodeFormatting/IFormattingRule.cs | 7 ++++--- src/Microsoft.DotNet.CodeFormatting/IRuleMetadata.cs | 5 +++-- src/Microsoft.DotNet.CodeFormatting/NameHelper.cs | 5 +++-- src/Microsoft.DotNet.CodeFormatting/Options.cs | 5 +++-- .../Properties/AssemblyInfo.cs | 5 +++-- .../ResponseFileWorkspace.cs | 5 +++-- src/Microsoft.DotNet.CodeFormatting/RuleAttribute.cs | 5 +++-- .../Rules/BraceNewLineRule.cs | 5 +++-- .../Rules/CSharpOnlyFormattingRule.cs | 5 +++-- .../Rules/CopyrightHeaderRule.CSharp.cs | 7 ++++--- .../Rules/CopyrightHeaderRule.VisualBasic.cs | 5 +++-- .../Rules/CopyrightHeaderRule.cs | 7 ++++--- .../Rules/ExplicitThisRule.cs | 7 ++++--- .../Rules/ExplicitVisibilityRule.CSharp.cs | 5 +++-- .../Rules/ExplicitVisibilityRule.VisualBasic.cs | 5 +++-- .../Rules/ExplicitVisibilityRule.cs | 5 +++-- .../Rules/FormatDocumentFormattingRule.cs | 7 ++++--- .../Rules/HasNoCustomCopyrightHeaderFormattingRule.cs | 7 ++++--- .../Rules/HasNoIllegalHeadersFormattingRule.cs | 5 +++-- .../Rules/MarkReadonlyFieldsRule.cs | 5 +++-- .../Rules/NewLineAboveRule.cs | 5 +++-- .../NonAsciiCharactersAreEscapedInLiteralsRule.cs | 7 ++++--- .../Rules/PrivateFieldNamingRule.CSharp.cs | 5 +++-- .../Rules/PrivateFieldNamingRule.VisualBasic.cs | 5 +++-- .../Rules/PrivateFieldNamingRule.cs | 5 +++-- src/Microsoft.DotNet.CodeFormatting/Rules/RuleOrder.cs | 5 +++-- .../Rules/SyntaxFormattingRule.cs | 5 +++-- .../Rules/UsingLocationRule.cs | 5 +++-- src/Microsoft.DotNet.CodeFormatting/SemaphoreLock.cs | 5 +++-- src/Microsoft.DotNet.CodeFormatting/SyntaxUtil.cs | 5 +++-- .../DocumentSimplificationTests.cs | 5 +++-- .../PreprocessorExpressionEvaluatorTests.cs | 5 +++-- .../PreprocessorExpressionSimplifierTests.cs | 5 +++-- .../Properties/AssemblyInfo.cs | 5 +++-- .../RegionAnalysisTests.cs | 5 +++-- .../RegionRemovalTests.cs | 5 +++-- .../TestBase.cs | 5 +++-- .../AnalysisEngine.Options.cs | 5 +++-- .../AnalysisEngine.RegionRemoval.cs | 5 +++-- .../AnalysisEngine.cs | 5 +++-- .../ConditionalRegion.cs | 5 +++-- .../ConditionalRegionChain.cs | 5 +++-- .../DirectiveTriviaSyntaxExtensions.cs | 5 +++-- .../DocumentConditionalRegionInfo.cs | 5 +++-- .../PreprocessorExpressionEvaluator.cs | 5 +++-- .../PreprocessorExpressionSimplifier.cs | 5 +++-- .../PreprocessorSymbolTracker.cs | 5 +++-- .../Properties/AssemblyInfo.cs | 5 +++-- src/Microsoft.DotNet.DeadRegionAnalysis/Tristate.cs | 5 +++-- src/XUnitConverter.Tests/AssertArgumentOrderTest.cs | 5 +++-- src/XUnitConverter.Tests/ConverterTestBase.cs | 5 +++-- .../MSTestToXUnitConverterTests.cs | 5 +++-- src/XUnitConverter.Tests/Properties/AssemblyInfo.cs | 5 +++-- .../TestAssertTrueOrFalseConverterTests.cs | 5 +++-- src/XUnitConverter/AssertArgumentOrderConverter.cs | 5 +++-- src/XUnitConverter/ConverterBase.cs | 5 +++-- src/XUnitConverter/MSTestToXUnitConverter.cs | 5 +++-- src/XUnitConverter/NameHelper.cs | 5 +++-- src/XUnitConverter/Program.cs | 5 +++-- src/XUnitConverter/Properties/AssemblyInfo.cs | 5 +++-- src/XUnitConverter/TestAssertTrueOrFalseConverter.cs | 5 +++-- 89 files changed, 276 insertions(+), 188 deletions(-) diff --git a/LICENSE b/LICENSE index a39f344e..74cca005 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) Microsoft Corporation +Copyright (c) .NET Foundation and Contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/CodeFormatter/IllegalHeaders.md b/src/CodeFormatter/IllegalHeaders.md index 057039f4..c541feea 100644 --- a/src/CodeFormatter/IllegalHeaders.md +++ b/src/CodeFormatter/IllegalHeaders.md @@ -1,7 +1,7 @@ ## Contains header comments that need to be removed from the start of file. ## The <<>> entry is a dynamic header that will be replaced with the actual file name of the file. -Copyright (c) Microsoft Corporation. +Copyright (c) .NET Foundation and Contributors. ==--== diff --git a/src/CodeFormatter/Program.cs b/src/CodeFormatter/Program.cs index 593fb6f9..349e629c 100644 --- a/src/CodeFormatter/Program.cs +++ b/src/CodeFormatter/Program.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; using System.Collections.Immutable; diff --git a/src/CodeFormatter/Properties/AssemblyInfo.cs b/src/CodeFormatter/Properties/AssemblyInfo.cs index c021344d..302158de 100644 --- a/src/CodeFormatter/Properties/AssemblyInfo.cs +++ b/src/CodeFormatter/Properties/AssemblyInfo.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.Reflection; using System.Runtime.CompilerServices; diff --git a/src/DeadRegions/OptionParser.cs b/src/DeadRegions/OptionParser.cs index 233db807..15fcb991 100644 --- a/src/DeadRegions/OptionParser.cs +++ b/src/DeadRegions/OptionParser.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; using System.Collections.Generic; diff --git a/src/DeadRegions/Program.cs b/src/DeadRegions/Program.cs index 6a298d8a..c8f7bcea 100644 --- a/src/DeadRegions/Program.cs +++ b/src/DeadRegions/Program.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; using System.Collections.Generic; diff --git a/src/DeadRegions/Properties/AssemblyInfo.cs b/src/DeadRegions/Properties/AssemblyInfo.cs index fd215d7e..6b8bed81 100644 --- a/src/DeadRegions/Properties/AssemblyInfo.cs +++ b/src/DeadRegions/Properties/AssemblyInfo.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.Reflection; diff --git a/src/Microsoft.DotNet.CodeFormatting.Tests/CodeFormattingTestBase.cs b/src/Microsoft.DotNet.CodeFormatting.Tests/CodeFormattingTestBase.cs index fa50df12..dd90c8cb 100644 --- a/src/Microsoft.DotNet.CodeFormatting.Tests/CodeFormattingTestBase.cs +++ b/src/Microsoft.DotNet.CodeFormatting.Tests/CodeFormattingTestBase.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; using System.Collections.Generic; diff --git a/src/Microsoft.DotNet.CodeFormatting.Tests/Rules/BracesRuleTests.cs b/src/Microsoft.DotNet.CodeFormatting.Tests/Rules/BracesRuleTests.cs index 858d0bf5..f1a6d763 100644 --- a/src/Microsoft.DotNet.CodeFormatting.Tests/Rules/BracesRuleTests.cs +++ b/src/Microsoft.DotNet.CodeFormatting.Tests/Rules/BracesRuleTests.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; using Xunit; diff --git a/src/Microsoft.DotNet.CodeFormatting.Tests/Rules/CombinationTest.cs b/src/Microsoft.DotNet.CodeFormatting.Tests/Rules/CombinationTest.cs index f89ef245..31e217d9 100644 --- a/src/Microsoft.DotNet.CodeFormatting.Tests/Rules/CombinationTest.cs +++ b/src/Microsoft.DotNet.CodeFormatting.Tests/Rules/CombinationTest.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; using System.Collections.Generic; diff --git a/src/Microsoft.DotNet.CodeFormatting.Tests/Rules/CopyrightHeaderRuleTests.cs b/src/Microsoft.DotNet.CodeFormatting.Tests/Rules/CopyrightHeaderRuleTests.cs index 65219b33..0df48053 100644 --- a/src/Microsoft.DotNet.CodeFormatting.Tests/Rules/CopyrightHeaderRuleTests.cs +++ b/src/Microsoft.DotNet.CodeFormatting.Tests/Rules/CopyrightHeaderRuleTests.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 Microsoft.CodeAnalysis; using System; diff --git a/src/Microsoft.DotNet.CodeFormatting.Tests/Rules/ExplicitThisRuleTests.cs b/src/Microsoft.DotNet.CodeFormatting.Tests/Rules/ExplicitThisRuleTests.cs index 7a5acf6e..62fd1f51 100644 --- a/src/Microsoft.DotNet.CodeFormatting.Tests/Rules/ExplicitThisRuleTests.cs +++ b/src/Microsoft.DotNet.CodeFormatting.Tests/Rules/ExplicitThisRuleTests.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; using System.Collections.Generic; diff --git a/src/Microsoft.DotNet.CodeFormatting.Tests/Rules/ExplicitVisibilityRuleTests.cs b/src/Microsoft.DotNet.CodeFormatting.Tests/Rules/ExplicitVisibilityRuleTests.cs index 0c931c29..b6a431c7 100644 --- a/src/Microsoft.DotNet.CodeFormatting.Tests/Rules/ExplicitVisibilityRuleTests.cs +++ b/src/Microsoft.DotNet.CodeFormatting.Tests/Rules/ExplicitVisibilityRuleTests.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 Microsoft.CodeAnalysis; using System; diff --git a/src/Microsoft.DotNet.CodeFormatting.Tests/Rules/HasNoIllegalHeadersFormattingRuleTests.cs b/src/Microsoft.DotNet.CodeFormatting.Tests/Rules/HasNoIllegalHeadersFormattingRuleTests.cs index 8da29407..e00a162e 100644 --- a/src/Microsoft.DotNet.CodeFormatting.Tests/Rules/HasNoIllegalHeadersFormattingRuleTests.cs +++ b/src/Microsoft.DotNet.CodeFormatting.Tests/Rules/HasNoIllegalHeadersFormattingRuleTests.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; using System.Collections.Generic; diff --git a/src/Microsoft.DotNet.CodeFormatting.Tests/Rules/MarkReadonlyFieldTests.cs b/src/Microsoft.DotNet.CodeFormatting.Tests/Rules/MarkReadonlyFieldTests.cs index ead30ca7..b5ccdbfb 100644 --- a/src/Microsoft.DotNet.CodeFormatting.Tests/Rules/MarkReadonlyFieldTests.cs +++ b/src/Microsoft.DotNet.CodeFormatting.Tests/Rules/MarkReadonlyFieldTests.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.Collections.Generic; using System.ComponentModel.Composition; diff --git a/src/Microsoft.DotNet.CodeFormatting.Tests/Rules/NewLineAboveRuleTests.cs b/src/Microsoft.DotNet.CodeFormatting.Tests/Rules/NewLineAboveRuleTests.cs index a8257ba0..d04de48c 100644 --- a/src/Microsoft.DotNet.CodeFormatting.Tests/Rules/NewLineAboveRuleTests.cs +++ b/src/Microsoft.DotNet.CodeFormatting.Tests/Rules/NewLineAboveRuleTests.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 Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; diff --git a/src/Microsoft.DotNet.CodeFormatting.Tests/Rules/NonAsciiCharactersAreEscapedInLiteralsRuleTests.cs b/src/Microsoft.DotNet.CodeFormatting.Tests/Rules/NonAsciiCharactersAreEscapedInLiteralsRuleTests.cs index d6d2eee1..fdb25cce 100644 --- a/src/Microsoft.DotNet.CodeFormatting.Tests/Rules/NonAsciiCharactersAreEscapedInLiteralsRuleTests.cs +++ b/src/Microsoft.DotNet.CodeFormatting.Tests/Rules/NonAsciiCharactersAreEscapedInLiteralsRuleTests.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; using Xunit; diff --git a/src/Microsoft.DotNet.CodeFormatting.Tests/Rules/PrivateFieldNamingRuleTests.cs b/src/Microsoft.DotNet.CodeFormatting.Tests/Rules/PrivateFieldNamingRuleTests.cs index c20bca9b..7b6a713c 100644 --- a/src/Microsoft.DotNet.CodeFormatting.Tests/Rules/PrivateFieldNamingRuleTests.cs +++ b/src/Microsoft.DotNet.CodeFormatting.Tests/Rules/PrivateFieldNamingRuleTests.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 Microsoft.CodeAnalysis; using Xunit; diff --git a/src/Microsoft.DotNet.CodeFormatting.Tests/Rules/UsingLocationRuleTests.cs b/src/Microsoft.DotNet.CodeFormatting.Tests/Rules/UsingLocationRuleTests.cs index c2e14849..de2ee4b9 100644 --- a/src/Microsoft.DotNet.CodeFormatting.Tests/Rules/UsingLocationRuleTests.cs +++ b/src/Microsoft.DotNet.CodeFormatting.Tests/Rules/UsingLocationRuleTests.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; using System.Collections.Generic; diff --git a/src/Microsoft.DotNet.CodeFormatting/Filters/FilenameFilter.cs b/src/Microsoft.DotNet.CodeFormatting/Filters/FilenameFilter.cs index ef421811..6c963de8 100644 --- a/src/Microsoft.DotNet.CodeFormatting/Filters/FilenameFilter.cs +++ b/src/Microsoft.DotNet.CodeFormatting/Filters/FilenameFilter.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; using System.Collections.Generic; diff --git a/src/Microsoft.DotNet.CodeFormatting/Filters/IgnoreGeneratedFilesFilter.cs b/src/Microsoft.DotNet.CodeFormatting/Filters/IgnoreGeneratedFilesFilter.cs index ff8b6909..713b4940 100644 --- a/src/Microsoft.DotNet.CodeFormatting/Filters/IgnoreGeneratedFilesFilter.cs +++ b/src/Microsoft.DotNet.CodeFormatting/Filters/IgnoreGeneratedFilesFilter.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; using System.ComponentModel.Composition; @@ -30,4 +31,4 @@ public bool ShouldBeProcessed(Document document) return true; } } -} \ No newline at end of file +} diff --git a/src/Microsoft.DotNet.CodeFormatting/Filters/UsableFileFilter.cs b/src/Microsoft.DotNet.CodeFormatting/Filters/UsableFileFilter.cs index b9fe1684..27ff981f 100644 --- a/src/Microsoft.DotNet.CodeFormatting/Filters/UsableFileFilter.cs +++ b/src/Microsoft.DotNet.CodeFormatting/Filters/UsableFileFilter.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 Microsoft.CodeAnalysis; using System; diff --git a/src/Microsoft.DotNet.CodeFormatting/FormattingDefaults.cs b/src/Microsoft.DotNet.CodeFormatting/FormattingDefaults.cs index 43835c39..a4f1919e 100644 --- a/src/Microsoft.DotNet.CodeFormatting/FormattingDefaults.cs +++ b/src/Microsoft.DotNet.CodeFormatting/FormattingDefaults.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; using System.Collections.Generic; @@ -17,8 +18,9 @@ public static class FormattingDefaults private static readonly string[] s_defaultCopyrightHeader = { - "// 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." }; public static readonly ImmutableArray DefaultCopyrightHeader; diff --git a/src/Microsoft.DotNet.CodeFormatting/FormattingEngine.cs b/src/Microsoft.DotNet.CodeFormatting/FormattingEngine.cs index 92dfd30c..ca499a91 100644 --- a/src/Microsoft.DotNet.CodeFormatting/FormattingEngine.cs +++ b/src/Microsoft.DotNet.CodeFormatting/FormattingEngine.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; using System.Linq; @@ -47,4 +48,4 @@ private static CompositionContainer CreateCompositionContainer() return new CompositionContainer(catalog); } } -} \ No newline at end of file +} diff --git a/src/Microsoft.DotNet.CodeFormatting/FormattingEngineImplementation.cs b/src/Microsoft.DotNet.CodeFormatting/FormattingEngineImplementation.cs index cb6f20f0..b13248f5 100644 --- a/src/Microsoft.DotNet.CodeFormatting/FormattingEngineImplementation.cs +++ b/src/Microsoft.DotNet.CodeFormatting/FormattingEngineImplementation.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; using System.Collections.Generic; diff --git a/src/Microsoft.DotNet.CodeFormatting/IFormatLogger.cs b/src/Microsoft.DotNet.CodeFormatting/IFormatLogger.cs index 57fe08b9..c9f2aff4 100644 --- a/src/Microsoft.DotNet.CodeFormatting/IFormatLogger.cs +++ b/src/Microsoft.DotNet.CodeFormatting/IFormatLogger.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; using System.Collections.Generic; diff --git a/src/Microsoft.DotNet.CodeFormatting/IFormattingEngine.cs b/src/Microsoft.DotNet.CodeFormatting/IFormattingEngine.cs index 31e54b1d..ba4e0ab2 100644 --- a/src/Microsoft.DotNet.CodeFormatting/IFormattingEngine.cs +++ b/src/Microsoft.DotNet.CodeFormatting/IFormattingEngine.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; using System.Threading; diff --git a/src/Microsoft.DotNet.CodeFormatting/IFormattingFilter.cs b/src/Microsoft.DotNet.CodeFormatting/IFormattingFilter.cs index c280cb9d..8ad405f0 100644 --- a/src/Microsoft.DotNet.CodeFormatting/IFormattingFilter.cs +++ b/src/Microsoft.DotNet.CodeFormatting/IFormattingFilter.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; using System.Threading.Tasks; @@ -12,4 +13,4 @@ internal interface IFormattingFilter { bool ShouldBeProcessed(Document document); } -} \ No newline at end of file +} diff --git a/src/Microsoft.DotNet.CodeFormatting/IFormattingRule.cs b/src/Microsoft.DotNet.CodeFormatting/IFormattingRule.cs index cbd5bc25..fb00da4f 100644 --- a/src/Microsoft.DotNet.CodeFormatting/IFormattingRule.cs +++ b/src/Microsoft.DotNet.CodeFormatting/IFormattingRule.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; using System.Threading; @@ -42,4 +43,4 @@ internal interface IGlobalSemanticFormattingRule : IFormattingRule { Task ProcessAsync(Document document, SyntaxNode syntaxRoot, CancellationToken cancellationToken); } -} \ No newline at end of file +} diff --git a/src/Microsoft.DotNet.CodeFormatting/IRuleMetadata.cs b/src/Microsoft.DotNet.CodeFormatting/IRuleMetadata.cs index d5155dbc..c79b61cc 100644 --- a/src/Microsoft.DotNet.CodeFormatting/IRuleMetadata.cs +++ b/src/Microsoft.DotNet.CodeFormatting/IRuleMetadata.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.ComponentModel; diff --git a/src/Microsoft.DotNet.CodeFormatting/NameHelper.cs b/src/Microsoft.DotNet.CodeFormatting/NameHelper.cs index 3d676322..b3469e16 100644 --- a/src/Microsoft.DotNet.CodeFormatting/NameHelper.cs +++ b/src/Microsoft.DotNet.CodeFormatting/NameHelper.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 Microsoft.CodeAnalysis; diff --git a/src/Microsoft.DotNet.CodeFormatting/Options.cs b/src/Microsoft.DotNet.CodeFormatting/Options.cs index 1f893b67..a5bc2f5b 100644 --- a/src/Microsoft.DotNet.CodeFormatting/Options.cs +++ b/src/Microsoft.DotNet.CodeFormatting/Options.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; using System.Collections.Generic; diff --git a/src/Microsoft.DotNet.CodeFormatting/Properties/AssemblyInfo.cs b/src/Microsoft.DotNet.CodeFormatting/Properties/AssemblyInfo.cs index 040f56fe..96d80970 100644 --- a/src/Microsoft.DotNet.CodeFormatting/Properties/AssemblyInfo.cs +++ b/src/Microsoft.DotNet.CodeFormatting/Properties/AssemblyInfo.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.Reflection; using System.Runtime.CompilerServices; diff --git a/src/Microsoft.DotNet.CodeFormatting/ResponseFileWorkspace.cs b/src/Microsoft.DotNet.CodeFormatting/ResponseFileWorkspace.cs index a64ecd5e..e3e6a100 100644 --- a/src/Microsoft.DotNet.CodeFormatting/ResponseFileWorkspace.cs +++ b/src/Microsoft.DotNet.CodeFormatting/ResponseFileWorkspace.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; using System.IO; diff --git a/src/Microsoft.DotNet.CodeFormatting/RuleAttribute.cs b/src/Microsoft.DotNet.CodeFormatting/RuleAttribute.cs index 214b3577..cc277b45 100644 --- a/src/Microsoft.DotNet.CodeFormatting/RuleAttribute.cs +++ b/src/Microsoft.DotNet.CodeFormatting/RuleAttribute.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; using System.Collections.Generic; diff --git a/src/Microsoft.DotNet.CodeFormatting/Rules/BraceNewLineRule.cs b/src/Microsoft.DotNet.CodeFormatting/Rules/BraceNewLineRule.cs index 275251eb..3e6bbfe9 100644 --- a/src/Microsoft.DotNet.CodeFormatting/Rules/BraceNewLineRule.cs +++ b/src/Microsoft.DotNet.CodeFormatting/Rules/BraceNewLineRule.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 Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; diff --git a/src/Microsoft.DotNet.CodeFormatting/Rules/CSharpOnlyFormattingRule.cs b/src/Microsoft.DotNet.CodeFormatting/Rules/CSharpOnlyFormattingRule.cs index d39cc6dd..42d04a98 100644 --- a/src/Microsoft.DotNet.CodeFormatting/Rules/CSharpOnlyFormattingRule.cs +++ b/src/Microsoft.DotNet.CodeFormatting/Rules/CSharpOnlyFormattingRule.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 Microsoft.CodeAnalysis; using System; diff --git a/src/Microsoft.DotNet.CodeFormatting/Rules/CopyrightHeaderRule.CSharp.cs b/src/Microsoft.DotNet.CodeFormatting/Rules/CopyrightHeaderRule.CSharp.cs index fd00d369..df0be36b 100644 --- a/src/Microsoft.DotNet.CodeFormatting/Rules/CopyrightHeaderRule.CSharp.cs +++ b/src/Microsoft.DotNet.CodeFormatting/Rules/CopyrightHeaderRule.CSharp.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; using System.Collections.Generic; @@ -53,4 +54,4 @@ protected override SyntaxTrivia CreateNewLine() } } } -} \ No newline at end of file +} diff --git a/src/Microsoft.DotNet.CodeFormatting/Rules/CopyrightHeaderRule.VisualBasic.cs b/src/Microsoft.DotNet.CodeFormatting/Rules/CopyrightHeaderRule.VisualBasic.cs index 955cd00f..f19d27cf 100644 --- a/src/Microsoft.DotNet.CodeFormatting/Rules/CopyrightHeaderRule.VisualBasic.cs +++ b/src/Microsoft.DotNet.CodeFormatting/Rules/CopyrightHeaderRule.VisualBasic.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; using System.Collections.Generic; diff --git a/src/Microsoft.DotNet.CodeFormatting/Rules/CopyrightHeaderRule.cs b/src/Microsoft.DotNet.CodeFormatting/Rules/CopyrightHeaderRule.cs index 1a91f693..88fdb1bf 100644 --- a/src/Microsoft.DotNet.CodeFormatting/Rules/CopyrightHeaderRule.cs +++ b/src/Microsoft.DotNet.CodeFormatting/Rules/CopyrightHeaderRule.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; using System.Collections.Generic; @@ -215,4 +216,4 @@ public override SyntaxNode ProcessVisualBasic(SyntaxNode syntaxNode) return (new VisualBasicRule(GetHeader())).Process(syntaxNode); } } -} \ No newline at end of file +} diff --git a/src/Microsoft.DotNet.CodeFormatting/Rules/ExplicitThisRule.cs b/src/Microsoft.DotNet.CodeFormatting/Rules/ExplicitThisRule.cs index 8be9c424..27237025 100644 --- a/src/Microsoft.DotNet.CodeFormatting/Rules/ExplicitThisRule.cs +++ b/src/Microsoft.DotNet.CodeFormatting/Rules/ExplicitThisRule.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; using System.Collections.Generic; @@ -84,4 +85,4 @@ public async Task ProcessAsync(Document document, SyntaxNode syntaxN return await document.GetSyntaxRootAsync(cancellationToken); } } -} \ No newline at end of file +} diff --git a/src/Microsoft.DotNet.CodeFormatting/Rules/ExplicitVisibilityRule.CSharp.cs b/src/Microsoft.DotNet.CodeFormatting/Rules/ExplicitVisibilityRule.CSharp.cs index eabbea39..8b0ba273 100644 --- a/src/Microsoft.DotNet.CodeFormatting/Rules/ExplicitVisibilityRule.CSharp.cs +++ b/src/Microsoft.DotNet.CodeFormatting/Rules/ExplicitVisibilityRule.CSharp.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 Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; diff --git a/src/Microsoft.DotNet.CodeFormatting/Rules/ExplicitVisibilityRule.VisualBasic.cs b/src/Microsoft.DotNet.CodeFormatting/Rules/ExplicitVisibilityRule.VisualBasic.cs index 34dd628a..9fc98a8c 100644 --- a/src/Microsoft.DotNet.CodeFormatting/Rules/ExplicitVisibilityRule.VisualBasic.cs +++ b/src/Microsoft.DotNet.CodeFormatting/Rules/ExplicitVisibilityRule.VisualBasic.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 Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.VisualBasic; diff --git a/src/Microsoft.DotNet.CodeFormatting/Rules/ExplicitVisibilityRule.cs b/src/Microsoft.DotNet.CodeFormatting/Rules/ExplicitVisibilityRule.cs index 8bc93eaa..e70b7245 100644 --- a/src/Microsoft.DotNet.CodeFormatting/Rules/ExplicitVisibilityRule.cs +++ b/src/Microsoft.DotNet.CodeFormatting/Rules/ExplicitVisibilityRule.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 Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; diff --git a/src/Microsoft.DotNet.CodeFormatting/Rules/FormatDocumentFormattingRule.cs b/src/Microsoft.DotNet.CodeFormatting/Rules/FormatDocumentFormattingRule.cs index b5362af6..afb78811 100644 --- a/src/Microsoft.DotNet.CodeFormatting/Rules/FormatDocumentFormattingRule.cs +++ b/src/Microsoft.DotNet.CodeFormatting/Rules/FormatDocumentFormattingRule.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; using System.ComponentModel.Composition; @@ -77,4 +78,4 @@ private static ParseOptions WithPreprocessorSymbols(ParseOptions parseOptions, L throw new NotSupportedException(); } } -} \ No newline at end of file +} diff --git a/src/Microsoft.DotNet.CodeFormatting/Rules/HasNoCustomCopyrightHeaderFormattingRule.cs b/src/Microsoft.DotNet.CodeFormatting/Rules/HasNoCustomCopyrightHeaderFormattingRule.cs index 06f99f2f..a5b65033 100644 --- a/src/Microsoft.DotNet.CodeFormatting/Rules/HasNoCustomCopyrightHeaderFormattingRule.cs +++ b/src/Microsoft.DotNet.CodeFormatting/Rules/HasNoCustomCopyrightHeaderFormattingRule.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; using System.Collections.Generic; @@ -147,4 +148,4 @@ private bool SetHeaders() return true; } } -} \ No newline at end of file +} diff --git a/src/Microsoft.DotNet.CodeFormatting/Rules/HasNoIllegalHeadersFormattingRule.cs b/src/Microsoft.DotNet.CodeFormatting/Rules/HasNoIllegalHeadersFormattingRule.cs index c5e4f8f1..6fd7f5e7 100644 --- a/src/Microsoft.DotNet.CodeFormatting/Rules/HasNoIllegalHeadersFormattingRule.cs +++ b/src/Microsoft.DotNet.CodeFormatting/Rules/HasNoIllegalHeadersFormattingRule.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 Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; diff --git a/src/Microsoft.DotNet.CodeFormatting/Rules/MarkReadonlyFieldsRule.cs b/src/Microsoft.DotNet.CodeFormatting/Rules/MarkReadonlyFieldsRule.cs index 27e9a73c..3eb08f11 100644 --- a/src/Microsoft.DotNet.CodeFormatting/Rules/MarkReadonlyFieldsRule.cs +++ b/src/Microsoft.DotNet.CodeFormatting/Rules/MarkReadonlyFieldsRule.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.Collections.Concurrent; using System.Collections.Generic; diff --git a/src/Microsoft.DotNet.CodeFormatting/Rules/NewLineAboveRule.cs b/src/Microsoft.DotNet.CodeFormatting/Rules/NewLineAboveRule.cs index 037ab7e7..c7aaca3b 100644 --- a/src/Microsoft.DotNet.CodeFormatting/Rules/NewLineAboveRule.cs +++ b/src/Microsoft.DotNet.CodeFormatting/Rules/NewLineAboveRule.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; using System.Collections; diff --git a/src/Microsoft.DotNet.CodeFormatting/Rules/NonAsciiCharactersAreEscapedInLiteralsRule.cs b/src/Microsoft.DotNet.CodeFormatting/Rules/NonAsciiCharactersAreEscapedInLiteralsRule.cs index b94116a8..2507a2d9 100644 --- a/src/Microsoft.DotNet.CodeFormatting/Rules/NonAsciiCharactersAreEscapedInLiteralsRule.cs +++ b/src/Microsoft.DotNet.CodeFormatting/Rules/NonAsciiCharactersAreEscapedInLiteralsRule.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; using System.ComponentModel.Composition; @@ -127,4 +128,4 @@ private static string EscapeNonAsciiCharacters(string oldValue) } } } -} \ No newline at end of file +} diff --git a/src/Microsoft.DotNet.CodeFormatting/Rules/PrivateFieldNamingRule.CSharp.cs b/src/Microsoft.DotNet.CodeFormatting/Rules/PrivateFieldNamingRule.CSharp.cs index 24e4abd5..b3131bee 100644 --- a/src/Microsoft.DotNet.CodeFormatting/Rules/PrivateFieldNamingRule.CSharp.cs +++ b/src/Microsoft.DotNet.CodeFormatting/Rules/PrivateFieldNamingRule.CSharp.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; using System.Collections; diff --git a/src/Microsoft.DotNet.CodeFormatting/Rules/PrivateFieldNamingRule.VisualBasic.cs b/src/Microsoft.DotNet.CodeFormatting/Rules/PrivateFieldNamingRule.VisualBasic.cs index 86bfdf16..69878b0e 100644 --- a/src/Microsoft.DotNet.CodeFormatting/Rules/PrivateFieldNamingRule.VisualBasic.cs +++ b/src/Microsoft.DotNet.CodeFormatting/Rules/PrivateFieldNamingRule.VisualBasic.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; using System.Collections; diff --git a/src/Microsoft.DotNet.CodeFormatting/Rules/PrivateFieldNamingRule.cs b/src/Microsoft.DotNet.CodeFormatting/Rules/PrivateFieldNamingRule.cs index b96e4830..6c418b6a 100644 --- a/src/Microsoft.DotNet.CodeFormatting/Rules/PrivateFieldNamingRule.cs +++ b/src/Microsoft.DotNet.CodeFormatting/Rules/PrivateFieldNamingRule.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; using System.Collections; diff --git a/src/Microsoft.DotNet.CodeFormatting/Rules/RuleOrder.cs b/src/Microsoft.DotNet.CodeFormatting/Rules/RuleOrder.cs index 83b4dbe5..0b1e07cd 100644 --- a/src/Microsoft.DotNet.CodeFormatting/Rules/RuleOrder.cs +++ b/src/Microsoft.DotNet.CodeFormatting/Rules/RuleOrder.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; using System.Collections.Generic; diff --git a/src/Microsoft.DotNet.CodeFormatting/Rules/SyntaxFormattingRule.cs b/src/Microsoft.DotNet.CodeFormatting/Rules/SyntaxFormattingRule.cs index 9eb5b344..cf9115bc 100644 --- a/src/Microsoft.DotNet.CodeFormatting/Rules/SyntaxFormattingRule.cs +++ b/src/Microsoft.DotNet.CodeFormatting/Rules/SyntaxFormattingRule.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 Microsoft.CodeAnalysis; using System; diff --git a/src/Microsoft.DotNet.CodeFormatting/Rules/UsingLocationRule.cs b/src/Microsoft.DotNet.CodeFormatting/Rules/UsingLocationRule.cs index e5f3fcbf..888cde7f 100644 --- a/src/Microsoft.DotNet.CodeFormatting/Rules/UsingLocationRule.cs +++ b/src/Microsoft.DotNet.CodeFormatting/Rules/UsingLocationRule.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; using System.ComponentModel.Composition; diff --git a/src/Microsoft.DotNet.CodeFormatting/SemaphoreLock.cs b/src/Microsoft.DotNet.CodeFormatting/SemaphoreLock.cs index fe3d123d..e4a379b0 100644 --- a/src/Microsoft.DotNet.CodeFormatting/SemaphoreLock.cs +++ b/src/Microsoft.DotNet.CodeFormatting/SemaphoreLock.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; using System.Threading; diff --git a/src/Microsoft.DotNet.CodeFormatting/SyntaxUtil.cs b/src/Microsoft.DotNet.CodeFormatting/SyntaxUtil.cs index fb489dfc..14a902c0 100644 --- a/src/Microsoft.DotNet.CodeFormatting/SyntaxUtil.cs +++ b/src/Microsoft.DotNet.CodeFormatting/SyntaxUtil.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 Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; diff --git a/src/Microsoft.DotNet.DeadRegionAnalysis.Tests/DocumentSimplificationTests.cs b/src/Microsoft.DotNet.DeadRegionAnalysis.Tests/DocumentSimplificationTests.cs index 6dce514f..03dcd55f 100644 --- a/src/Microsoft.DotNet.DeadRegionAnalysis.Tests/DocumentSimplificationTests.cs +++ b/src/Microsoft.DotNet.DeadRegionAnalysis.Tests/DocumentSimplificationTests.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; using System.Collections.Generic; diff --git a/src/Microsoft.DotNet.DeadRegionAnalysis.Tests/PreprocessorExpressionEvaluatorTests.cs b/src/Microsoft.DotNet.DeadRegionAnalysis.Tests/PreprocessorExpressionEvaluatorTests.cs index 5d3b32df..5a57de55 100644 --- a/src/Microsoft.DotNet.DeadRegionAnalysis.Tests/PreprocessorExpressionEvaluatorTests.cs +++ b/src/Microsoft.DotNet.DeadRegionAnalysis.Tests/PreprocessorExpressionEvaluatorTests.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.Collections.Generic; using Microsoft.CodeAnalysis; diff --git a/src/Microsoft.DotNet.DeadRegionAnalysis.Tests/PreprocessorExpressionSimplifierTests.cs b/src/Microsoft.DotNet.DeadRegionAnalysis.Tests/PreprocessorExpressionSimplifierTests.cs index a94b3618..8170268e 100644 --- a/src/Microsoft.DotNet.DeadRegionAnalysis.Tests/PreprocessorExpressionSimplifierTests.cs +++ b/src/Microsoft.DotNet.DeadRegionAnalysis.Tests/PreprocessorExpressionSimplifierTests.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.Collections.Generic; using Microsoft.CodeAnalysis; diff --git a/src/Microsoft.DotNet.DeadRegionAnalysis.Tests/Properties/AssemblyInfo.cs b/src/Microsoft.DotNet.DeadRegionAnalysis.Tests/Properties/AssemblyInfo.cs index 4fb4d282..64499e02 100644 --- a/src/Microsoft.DotNet.DeadRegionAnalysis.Tests/Properties/AssemblyInfo.cs +++ b/src/Microsoft.DotNet.DeadRegionAnalysis.Tests/Properties/AssemblyInfo.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.Reflection; diff --git a/src/Microsoft.DotNet.DeadRegionAnalysis.Tests/RegionAnalysisTests.cs b/src/Microsoft.DotNet.DeadRegionAnalysis.Tests/RegionAnalysisTests.cs index e5dbe8a5..d359121f 100644 --- a/src/Microsoft.DotNet.DeadRegionAnalysis.Tests/RegionAnalysisTests.cs +++ b/src/Microsoft.DotNet.DeadRegionAnalysis.Tests/RegionAnalysisTests.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; using System.Linq; diff --git a/src/Microsoft.DotNet.DeadRegionAnalysis.Tests/RegionRemovalTests.cs b/src/Microsoft.DotNet.DeadRegionAnalysis.Tests/RegionRemovalTests.cs index ca10ca05..6a775dd7 100644 --- a/src/Microsoft.DotNet.DeadRegionAnalysis.Tests/RegionRemovalTests.cs +++ b/src/Microsoft.DotNet.DeadRegionAnalysis.Tests/RegionRemovalTests.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.Linq; using Xunit; diff --git a/src/Microsoft.DotNet.DeadRegionAnalysis.Tests/TestBase.cs b/src/Microsoft.DotNet.DeadRegionAnalysis.Tests/TestBase.cs index 343a7d55..d5367eee 100644 --- a/src/Microsoft.DotNet.DeadRegionAnalysis.Tests/TestBase.cs +++ b/src/Microsoft.DotNet.DeadRegionAnalysis.Tests/TestBase.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.Collections.Generic; using System.Linq; diff --git a/src/Microsoft.DotNet.DeadRegionAnalysis/AnalysisEngine.Options.cs b/src/Microsoft.DotNet.DeadRegionAnalysis/AnalysisEngine.Options.cs index 83b3d0c4..ba91acec 100644 --- a/src/Microsoft.DotNet.DeadRegionAnalysis/AnalysisEngine.Options.cs +++ b/src/Microsoft.DotNet.DeadRegionAnalysis/AnalysisEngine.Options.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; using System.Collections.Generic; diff --git a/src/Microsoft.DotNet.DeadRegionAnalysis/AnalysisEngine.RegionRemoval.cs b/src/Microsoft.DotNet.DeadRegionAnalysis/AnalysisEngine.RegionRemoval.cs index 33dc32b5..faf4505c 100644 --- a/src/Microsoft.DotNet.DeadRegionAnalysis/AnalysisEngine.RegionRemoval.cs +++ b/src/Microsoft.DotNet.DeadRegionAnalysis/AnalysisEngine.RegionRemoval.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; using System.Collections.Generic; diff --git a/src/Microsoft.DotNet.DeadRegionAnalysis/AnalysisEngine.cs b/src/Microsoft.DotNet.DeadRegionAnalysis/AnalysisEngine.cs index e42c4583..ca3835f0 100644 --- a/src/Microsoft.DotNet.DeadRegionAnalysis/AnalysisEngine.cs +++ b/src/Microsoft.DotNet.DeadRegionAnalysis/AnalysisEngine.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; using System.Collections.Generic; diff --git a/src/Microsoft.DotNet.DeadRegionAnalysis/ConditionalRegion.cs b/src/Microsoft.DotNet.DeadRegionAnalysis/ConditionalRegion.cs index 5c6e37e4..4f60752c 100644 --- a/src/Microsoft.DotNet.DeadRegionAnalysis/ConditionalRegion.cs +++ b/src/Microsoft.DotNet.DeadRegionAnalysis/ConditionalRegion.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; using System.Collections.Generic; diff --git a/src/Microsoft.DotNet.DeadRegionAnalysis/ConditionalRegionChain.cs b/src/Microsoft.DotNet.DeadRegionAnalysis/ConditionalRegionChain.cs index b9fa8b56..c4742c38 100644 --- a/src/Microsoft.DotNet.DeadRegionAnalysis/ConditionalRegionChain.cs +++ b/src/Microsoft.DotNet.DeadRegionAnalysis/ConditionalRegionChain.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; using System.Collections.Generic; diff --git a/src/Microsoft.DotNet.DeadRegionAnalysis/DirectiveTriviaSyntaxExtensions.cs b/src/Microsoft.DotNet.DeadRegionAnalysis/DirectiveTriviaSyntaxExtensions.cs index 5237b3f5..4404707a 100644 --- a/src/Microsoft.DotNet.DeadRegionAnalysis/DirectiveTriviaSyntaxExtensions.cs +++ b/src/Microsoft.DotNet.DeadRegionAnalysis/DirectiveTriviaSyntaxExtensions.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.Collections.Generic; using Microsoft.CodeAnalysis.CSharp; diff --git a/src/Microsoft.DotNet.DeadRegionAnalysis/DocumentConditionalRegionInfo.cs b/src/Microsoft.DotNet.DeadRegionAnalysis/DocumentConditionalRegionInfo.cs index 9b562012..3630e392 100644 --- a/src/Microsoft.DotNet.DeadRegionAnalysis/DocumentConditionalRegionInfo.cs +++ b/src/Microsoft.DotNet.DeadRegionAnalysis/DocumentConditionalRegionInfo.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; using System.Collections.Immutable; diff --git a/src/Microsoft.DotNet.DeadRegionAnalysis/PreprocessorExpressionEvaluator.cs b/src/Microsoft.DotNet.DeadRegionAnalysis/PreprocessorExpressionEvaluator.cs index 8a87d9fb..e34e5c74 100644 --- a/src/Microsoft.DotNet.DeadRegionAnalysis/PreprocessorExpressionEvaluator.cs +++ b/src/Microsoft.DotNet.DeadRegionAnalysis/PreprocessorExpressionEvaluator.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; using System.Collections.Generic; diff --git a/src/Microsoft.DotNet.DeadRegionAnalysis/PreprocessorExpressionSimplifier.cs b/src/Microsoft.DotNet.DeadRegionAnalysis/PreprocessorExpressionSimplifier.cs index 9db39747..2188bdc4 100644 --- a/src/Microsoft.DotNet.DeadRegionAnalysis/PreprocessorExpressionSimplifier.cs +++ b/src/Microsoft.DotNet.DeadRegionAnalysis/PreprocessorExpressionSimplifier.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 Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; diff --git a/src/Microsoft.DotNet.DeadRegionAnalysis/PreprocessorSymbolTracker.cs b/src/Microsoft.DotNet.DeadRegionAnalysis/PreprocessorSymbolTracker.cs index 927c1311..946adab8 100644 --- a/src/Microsoft.DotNet.DeadRegionAnalysis/PreprocessorSymbolTracker.cs +++ b/src/Microsoft.DotNet.DeadRegionAnalysis/PreprocessorSymbolTracker.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.Collections.Generic; using Microsoft.CodeAnalysis.CSharp; diff --git a/src/Microsoft.DotNet.DeadRegionAnalysis/Properties/AssemblyInfo.cs b/src/Microsoft.DotNet.DeadRegionAnalysis/Properties/AssemblyInfo.cs index 0152adf7..c3616e91 100644 --- a/src/Microsoft.DotNet.DeadRegionAnalysis/Properties/AssemblyInfo.cs +++ b/src/Microsoft.DotNet.DeadRegionAnalysis/Properties/AssemblyInfo.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.Reflection; using System.Runtime.CompilerServices; diff --git a/src/Microsoft.DotNet.DeadRegionAnalysis/Tristate.cs b/src/Microsoft.DotNet.DeadRegionAnalysis/Tristate.cs index 72df2521..22dc8c3c 100644 --- a/src/Microsoft.DotNet.DeadRegionAnalysis/Tristate.cs +++ b/src/Microsoft.DotNet.DeadRegionAnalysis/Tristate.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; using System.Diagnostics; diff --git a/src/XUnitConverter.Tests/AssertArgumentOrderTest.cs b/src/XUnitConverter.Tests/AssertArgumentOrderTest.cs index 4ec8f69b..a89059b3 100644 --- a/src/XUnitConverter.Tests/AssertArgumentOrderTest.cs +++ b/src/XUnitConverter.Tests/AssertArgumentOrderTest.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.Collections.Generic; using System.Threading.Tasks; diff --git a/src/XUnitConverter.Tests/ConverterTestBase.cs b/src/XUnitConverter.Tests/ConverterTestBase.cs index d6c066ae..8dd0ad28 100644 --- a/src/XUnitConverter.Tests/ConverterTestBase.cs +++ b/src/XUnitConverter.Tests/ConverterTestBase.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 Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Formatting; diff --git a/src/XUnitConverter.Tests/MSTestToXUnitConverterTests.cs b/src/XUnitConverter.Tests/MSTestToXUnitConverterTests.cs index 140ca071..31c4afb8 100644 --- a/src/XUnitConverter.Tests/MSTestToXUnitConverterTests.cs +++ b/src/XUnitConverter.Tests/MSTestToXUnitConverterTests.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; using System.Collections.Generic; diff --git a/src/XUnitConverter.Tests/Properties/AssemblyInfo.cs b/src/XUnitConverter.Tests/Properties/AssemblyInfo.cs index 0bcf3ce7..6407d9f1 100644 --- a/src/XUnitConverter.Tests/Properties/AssemblyInfo.cs +++ b/src/XUnitConverter.Tests/Properties/AssemblyInfo.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.Reflection; using System.Runtime.CompilerServices; diff --git a/src/XUnitConverter.Tests/TestAssertTrueOrFalseConverterTests.cs b/src/XUnitConverter.Tests/TestAssertTrueOrFalseConverterTests.cs index e8ea2bab..99b36897 100644 --- a/src/XUnitConverter.Tests/TestAssertTrueOrFalseConverterTests.cs +++ b/src/XUnitConverter.Tests/TestAssertTrueOrFalseConverterTests.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; using System.Collections.Generic; diff --git a/src/XUnitConverter/AssertArgumentOrderConverter.cs b/src/XUnitConverter/AssertArgumentOrderConverter.cs index 8ecbda11..c321c116 100644 --- a/src/XUnitConverter/AssertArgumentOrderConverter.cs +++ b/src/XUnitConverter/AssertArgumentOrderConverter.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; using System.Collections.Generic; diff --git a/src/XUnitConverter/ConverterBase.cs b/src/XUnitConverter/ConverterBase.cs index e5c83ef8..5aa4b6ba 100644 --- a/src/XUnitConverter/ConverterBase.cs +++ b/src/XUnitConverter/ConverterBase.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 Microsoft.CodeAnalysis; using System; diff --git a/src/XUnitConverter/MSTestToXUnitConverter.cs b/src/XUnitConverter/MSTestToXUnitConverter.cs index ad8945a9..4ea6c4c9 100644 --- a/src/XUnitConverter/MSTestToXUnitConverter.cs +++ b/src/XUnitConverter/MSTestToXUnitConverter.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; using System.Collections.Generic; diff --git a/src/XUnitConverter/NameHelper.cs b/src/XUnitConverter/NameHelper.cs index 339299b4..6c75e760 100644 --- a/src/XUnitConverter/NameHelper.cs +++ b/src/XUnitConverter/NameHelper.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 Microsoft.CodeAnalysis; diff --git a/src/XUnitConverter/Program.cs b/src/XUnitConverter/Program.cs index 93797bee..2d4804c7 100644 --- a/src/XUnitConverter/Program.cs +++ b/src/XUnitConverter/Program.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 Microsoft.CodeAnalysis.MSBuild; using System; diff --git a/src/XUnitConverter/Properties/AssemblyInfo.cs b/src/XUnitConverter/Properties/AssemblyInfo.cs index 1312d255..1291a05f 100644 --- a/src/XUnitConverter/Properties/AssemblyInfo.cs +++ b/src/XUnitConverter/Properties/AssemblyInfo.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.Reflection; using System.Runtime.CompilerServices; diff --git a/src/XUnitConverter/TestAssertTrueOrFalseConverter.cs b/src/XUnitConverter/TestAssertTrueOrFalseConverter.cs index a74edf12..f969a8ae 100644 --- a/src/XUnitConverter/TestAssertTrueOrFalseConverter.cs +++ b/src/XUnitConverter/TestAssertTrueOrFalseConverter.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; using System.Collections;