Skip to content

Commit 0298ccf

Browse files
authored
Merge pull request #2201 from sharwell/rm-name
Remove individual contributor name from file headers
2 parents acd7b22 + 6ef557f commit 0298ccf

4 files changed

Lines changed: 0 additions & 8 deletions

File tree

StyleCop.Analyzers/StyleCop.Analyzers.CodeFixes/ReadabilityRules/SA1139CodeFixProvider.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
22
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
33

4-
/* Contributor: Tomasz Maczyński */
5-
64
namespace StyleCop.Analyzers.ReadabilityRules
75
{
86
using System.Collections.Generic;

StyleCop.Analyzers/StyleCop.Analyzers.Test/ReadabilityRules/SA1139UnitTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
22
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
33

4-
/* Contributor: Tomasz Maczyński */
5-
64
namespace StyleCop.Analyzers.Test.ReadabilityRules
75
{
86
using System.Collections.Generic;

StyleCop.Analyzers/StyleCop.Analyzers/Helpers/LiteralExpressionHelpers.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
22
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
33

4-
/* Contributor: Tomasz Maczyński */
5-
64
namespace StyleCop.Analyzers.Helpers
75
{
86
using Microsoft.CodeAnalysis.CSharp.Syntax;

StyleCop.Analyzers/StyleCop.Analyzers/ReadabilityRules/SA1139UseLiteralSuffixNotationInsteadOfCasting.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
22
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
33

4-
/* Contributor: Tomasz Maczyński */
5-
64
namespace StyleCop.Analyzers.ReadabilityRules
75
{
86
using System;

0 commit comments

Comments
 (0)