Permalink
Browse files
fix: add current year to copyright notice
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
dadi/lib/index.js
|
@@ -1096,7 +1096,7 @@ function onListening (server) { |
|
|
|
startText += ' Environment: '.green + env + '\n' |
|
|
|
startText += ' ----------------------------\n' |
|
|
|
|
|
|
|
startText += '\n\n Copyright ' + String.fromCharCode(169) + ' 2015 DADI+ Limited (https://dadi.tech)'.white + '\n' |
|
|
|
startText += '\n\n Copyright ' + String.fromCharCode(169) + ' 2015-' + new Date().getFullYear() + ' DADI+ Limited (https://dadi.tech)'.white + '\n' |
|
|
|
|
|
|
|
if (env !== 'test') { |
|
|
|
console.log(startText) |
|
|
0 comments on commit
1e5be89