dotnet / codeformatter

Tool that uses Roslyn to automatically rewrite the source to follow our coding styles
MIT License
1.24k stars 244 forks source link

Changing copyright header creates duplicate lines. #236

Open ILMTitan opened 8 years ago

ILMTitan commented 8 years ago

Changing the copyright header from

// Copyright 2015 Google Inc. All Rights Reserved.
// Licensed under the Apache License Version 2.0.

to

// Copyright 2016 Google Inc. All Rights Reserved.
// Licensed under the Apache License Version 2.0.

results in

// Copyright 2016 Google Inc. All Rights Reserved.
// Licensed under the Apache License Version 2.0.

// Licensed under the Apache License Version 2.0.

on preexisting files.