Skip to content

Commit

Permalink
[CLEANUP] - update year in checkFile.awk
Browse files Browse the repository at this point in the history
  • Loading branch information
YuryBY committed Jan 19, 2016
1 parent 9f53f9a commit 40fdd0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/checkFile.awk
Expand Up @@ -330,7 +330,7 @@ FNR < headerCount {
/^\/\/ Copyright .* Pentaho/ && strict > 1 {
# We assume that '--strict' is only invoked on files currently being
# edited. Therefore we would expect the copyright to be current.
if ($0 !~ /-2015/) {
if ($0 !~ /-2016/) {
error(fname, FNR, "copyright is not current");
}
}
Expand Down

0 comments on commit 40fdd0f

Please sign in to comment.