We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f6ab50 commit ee50f96Copy full SHA for ee50f96
lib/node_modules/@stdlib/repl/lib/commands/copyright.js
@@ -20,7 +20,7 @@
20
21
// VARIABLES //
22
23
-var INFO = '\nCopyright (c) 2016-2019 The Stdlib Authors.\n';
+var INFO = '\nCopyright (c) 2016-'+(new Date()).getFullYear()+' The Stdlib Authors.\n';
24
25
26
// MAIN //
0 commit comments