From 276d6df153766f5498a08c74e03e6881952f16cf Mon Sep 17 00:00:00 2001 From: Per Liedman Date: Wed, 10 May 2017 10:04:18 +0200 Subject: [PATCH] Update copyright banner to the fact that it's in fact 2017 now (#5503) --- build/rollup-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/rollup-config.js b/build/rollup-config.js index ee246428..d987f50f 100644 --- a/build/rollup-config.js +++ b/build/rollup-config.js @@ -23,7 +23,7 @@ if (process.env.NODE_ENV === 'release') { const banner = `/* * Leaflet ` + version + `, a JS library for interactive maps. http://leafletjs.com - * (c) 2010-2016 Vladimir Agafonkin, (c) 2010-2011 CloudMade + * (c) 2010-2017 Vladimir Agafonkin, (c) 2010-2011 CloudMade */`; export default {