updating the file header text and rule name
This commit is contained in:
parent
a5a9c03d0a
commit
cfe078059b
|
|
@ -409,10 +409,10 @@
|
||||||
</Rules>
|
</Rules>
|
||||||
<AnalyzerSettings />
|
<AnalyzerSettings />
|
||||||
</Analyzer>
|
</Analyzer>
|
||||||
<Analyzer AnalyzerId="Microsoft.Web.StyleCop.Rules">
|
<Analyzer AnalyzerId="StyleCop.KRules.FileHeaderRule">
|
||||||
<Rules />
|
<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) 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>
|
||||||
</AnalyzerSettings>
|
</AnalyzerSettings>
|
||||||
</Analyzer>
|
</Analyzer>
|
||||||
</Analyzers>
|
</Analyzers>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue