Skip to content

Commit ee50f96

Browse files
committed
Ensure current year in copyright
1 parent 8f6ab50 commit ee50f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/repl/lib/commands/copyright.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
// VARIABLES //
2222

23-
var INFO = '\nCopyright (c) 2016-2019 The Stdlib Authors.\n';
23+
var INFO = '\nCopyright (c) 2016-'+(new Date()).getFullYear()+' The Stdlib Authors.\n';
2424

2525

2626
// MAIN //

0 commit comments

Comments
 (0)