Skip to content

Commit 6ef557f

Browse files
committed
Remove individual contributor name from file headers
1 parent acd7b22 commit 6ef557f

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)