From 96376e87bb8f5eb8959c64ec1a87fd0d82f91a3c Mon Sep 17 00:00:00 2001 From: archmoj Date: Tue, 6 Jul 2021 12:21:29 -0400 Subject: [PATCH] set 2020 in license src so that syntax text do not complain --- tasks/util/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/util/constants.js b/tasks/util/constants.js index ea9cc95213c..16143cd18d7 100644 --- a/tasks/util/constants.js +++ b/tasks/util/constants.js @@ -124,7 +124,7 @@ module.exports = { licenseSrc: [ '/**', - '* Copyright 2012-' + year + ', Plotly, Inc.', + '* Copyright 2012-' + '2020' + ', Plotly, Inc.', '* All rights reserved.', '*', '* This source code is licensed under the MIT license found in the',