Update StyleCop header restriction.
This commit is contained in:
parent
352732fc62
commit
fc87a436c1
|
|
@ -304,7 +304,7 @@
|
||||||
</Analyzer>
|
</Analyzer>
|
||||||
<Analyzer AnalyzerId="Microsoft.Web.StyleCop.Rules">
|
<Analyzer AnalyzerId="Microsoft.Web.StyleCop.Rules">
|
||||||
<AnalyzerSettings>
|
<AnalyzerSettings>
|
||||||
<StringProperty Name="FileHeaderText"> Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information.</StringProperty>
|
<StringProperty Name="FileHeaderText"> Copyright (c) .NET Foundation. All rights reserved. See License.txt in the project root for license information.</StringProperty>
|
||||||
</AnalyzerSettings>
|
</AnalyzerSettings>
|
||||||
</Analyzer>
|
</Analyzer>
|
||||||
<Analyzer AnalyzerId="StyleCop.CSharp.LayoutRules">
|
<Analyzer AnalyzerId="StyleCop.CSharp.LayoutRules">
|
||||||
|
|
@ -417,7 +417,7 @@
|
||||||
<Analyzer AnalyzerId="StyleCop.KRules.FileHeaderRule">
|
<Analyzer AnalyzerId="StyleCop.KRules.FileHeaderRule">
|
||||||
<Rules />
|
<Rules />
|
||||||
<AnalyzerSettings>
|
<AnalyzerSettings>
|
||||||
<StringProperty Name="FileHeaderText"> Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.</StringProperty>
|
<StringProperty Name="FileHeaderText"> Copyright (c) .NET Foundation. All rights reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.</StringProperty>
|
||||||
</AnalyzerSettings>
|
</AnalyzerSettings>
|
||||||
</Analyzer>
|
</Analyzer>
|
||||||
<Analyzer AnalyzerId="StyleCop.KRules.LineLengthRule">
|
<Analyzer AnalyzerId="StyleCop.KRules.LineLengthRule">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue