|
|
|
@ -213,7 +213,7 @@ namespace CheckFileHeaders |
|
|
|
if (line.Length == 0) |
|
|
|
if (line.Length == 0) |
|
|
|
continue; |
|
|
|
continue; |
|
|
|
if (line == copyrightHeaderOld || line == "//" + copyrightHeaderOld) { |
|
|
|
if (line == copyrightHeaderOld || line == "//" + copyrightHeaderOld) { |
|
|
|
lastLine = 2; |
|
|
|
lastLine = 1; |
|
|
|
return 7; |
|
|
|
return 7; |
|
|
|
} else if (line == copyrightHeader) { |
|
|
|
} else if (line == copyrightHeader) { |
|
|
|
return 8; |
|
|
|
return 8; |
|
|
|
|