We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
new Date
1 parent 4d3c977 commit 473250aCopy full SHA for 473250a
tasks/util/constants.js
@@ -12,6 +12,8 @@ var pathToTopojsonSrc = path.join(
12
path.dirname(require.resolve('sane-topojson')), 'dist/'
13
);
14
15
+var year = (new Date()).getFullYear();
16
+
17
module.exports = {
18
pathToRoot: pathToRoot,
19
pathToSrc: pathToSrc,
@@ -58,7 +60,7 @@ module.exports = {
58
60
licenseDist: [
59
61
'/**',
62
'* plotly.js v' + pkg.version,
- '* Copyright 2012-2015, Plotly, Inc.',
63
+ '* Copyright 2012-' + year + ', Plotly, Inc.',
64
'* All rights reserved.',
65
'* Licensed under the MIT license',
66
'*/'
0 commit comments