Skip to content

Commit

Permalink
Remove "portions copyright" header normalizer (#166)
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>
  • Loading branch information
antgamdia committed Aug 16, 2023
1 parent 7bd9743 commit 6b25292
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/license/norm.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,11 +233,6 @@ var (
regexp.MustCompile(`(?m)\s+[*]$`),
" ",
},
// Portions Copyright (C) ...
{
regexp.MustCompile(`(?m)^\s*Portions Copyright (\([cC©]\))?.+$`),
"",
},
// All rights reserved
{
regexp.MustCompile(`(?m)^\s*All rights reserved\.?$`),
Expand Down

0 comments on commit 6b25292

Please sign in to comment.