year 2012 for most copyright headers

This commit is contained in:
Araq
2012-01-02 23:07:35 +01:00
parent 9bd2be36c8
commit 4f1b89c30c
174 changed files with 187 additions and 184 deletions

View File

@@ -127,8 +127,7 @@ proc processFile(filename: string) =
pegp = peg(pattern)
if optReplace in options:
result = newString(buffer.len)
setLen(result, 0)
result = newStringOfCap(buffer.len)
var line = 1
var i = 0