From: Jake Date: Mon, 2 Jan 2017 18:26:51 +0000 (-0500) Subject: update copyright date X-Git-Tag: v2.5.0~1^2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7c3e71d58b6cb4b169ef03ca22f7bf2cfd09b912;p=thirdparty%2FChart.js.git update copyright date --- diff --git a/gulpfile.js b/gulpfile.js index 1ce312d90..7442cfe6d 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -29,7 +29,7 @@ var header = "/*!\n" + " * http://chartjs.org/\n" + " * Version: {{ version }}\n" + " *\n" + - " * Copyright 2016 Nick Downie\n" + + " * Copyright 2017 Nick Downie\n" + " * Released under the MIT license\n" + " * https://github.com/chartjs/Chart.js/blob/master/LICENSE.md\n" + " */\n";