Skip to content

Commit c3466b4

Browse files
committed
Just after midnight, so update the year check.
1 parent 18d1a49 commit c3466b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Setup/License.rtf

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{\fonttbl {\f0\fswiss\fcharset0 Arial;}}
33
\f0\sa100\fs18\lang1033
44

5-
Copyright (C) 2007-2017 - grepWin
5+
Copyright (C) 2007-2018 - grepWin
66

77
\par\ql
88
grepWin is free. You don't have to pay for it, and you can use it

tools/checkyear.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if (num !== 4 && num !== 3)
1919
WScript.Quit(1);
2020
}
2121

22-
var re = /^\/\/ Copyright.+(2017)(.*)/;
22+
var re = /^\/\/ Copyright.+(2018)(.*)/;
2323
var basere = /^\/\/ Copyright(.*)/;
2424
var filere = /(\.cpp$)|(\.h$)|(\.idl$)/;
2525

0 commit comments

Comments
 (0)