diff --git a/servers/php/javascript/leaflet-plugins/bing.js b/servers/php/javascript/leaflet-plugins/bing.js index 9411f75..c7e5fe6 100644 --- a/servers/php/javascript/leaflet-plugins/bing.js +++ b/servers/php/javascript/leaflet-plugins/bing.js @@ -1,3 +1,11 @@ +/* +Copyright (c) 2011-2012, Pavel Shramov +All rights reserved. +https://github.com/robertharm/leaflet-plugins +License in same folder as this file +*/ + + L.BingLayer = L.TileLayer.extend({ options: { subdomains: [0, 1, 2, 3], diff --git a/servers/php/javascript/leaflet-plugins/google.js b/servers/php/javascript/leaflet-plugins/google.js index 7ed47d1..d47f3af 100644 --- a/servers/php/javascript/leaflet-plugins/google.js +++ b/servers/php/javascript/leaflet-plugins/google.js @@ -1,7 +1,10 @@ /* - * Google layer using Google Maps API - * https://github.com/shramov/leaflet-plugins - */ +Copyright (c) 2011-2012, Pavel Shramov +All rights reserved. +https://github.com/robertharm/leaflet-plugins +License in same folder as this file +*/ + //(function (google, L) { L.Google = L.Class.extend({