We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18d1a49 commit c3466b4Copy full SHA for c3466b4
src/Setup/License.rtf
@@ -2,7 +2,7 @@
2
{\fonttbl {\f0\fswiss\fcharset0 Arial;}}
3
\f0\sa100\fs18\lang1033
4
5
-Copyright (C) 2007-2017 - grepWin
+Copyright (C) 2007-2018 - grepWin
6
7
\par\ql
8
grepWin is free. You don't have to pay for it, and you can use it
tools/checkyear.js
@@ -19,7 +19,7 @@ if (num !== 4 && num !== 3)
19
WScript.Quit(1);
20
}
21
22
-var re = /^\/\/ Copyright.+(2017)(.*)/;
+var re = /^\/\/ Copyright.+(2018)(.*)/;
23
var basere = /^\/\/ Copyright(.*)/;
24
var filere = /(\.cpp$)|(\.h$)|(\.idl$)/;
25
0 commit comments