Update copyright banner to the fact that it's in fact 2017 now (#5503)

This commit is contained in:
Per Liedman 2017-05-10 10:04:18 +02:00 committed by Iván Sánchez Ortega
parent ecc2c680d6
commit 276d6df153

View File

@ -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 {