Skip to content

Correct StyleCop violations#81

Open
ghuntley wants to merge 1 commit into
benaadams:mainfrom
ghuntley:added-stylecop
Open

Correct StyleCop violations#81
ghuntley wants to merge 1 commit into
benaadams:mainfrom
ghuntley:added-stylecop

Conversation

@ghuntley

Copy link
Copy Markdown

No description provided.

@NickCraver

Copy link
Copy Markdown
Collaborator

Oh no, we only take good PRs here.

Comment thread Settings.StyleCop
<Analyzer AnalyzerId="StyleCop.KRules.FileHeaderRule">
<Rules />
<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>

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be something more like

Copyright (c) System.Ben authors and contributors. All rights reserved. Licensed under the MIT License. 
See License.txt in the project root for license information.

Comment thread Settings.StyleCop
</Analyzer>
<Analyzer AnalyzerId="Microsoft.Web.StyleCop.Rules">
<AnalyzerSettings>
<StringProperty Name="FileHeaderText"> Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information.</StringProperty>

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be

Copyright (c) System.Ben authors and contributors. All rights reserved. Licensed under the MIT License. 
See License.txt in the project root for license information.

Base automatically changed from master to main January 21, 2021 00:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants