From 5bfc4db4fb9d93109868ffc332b284edf427e34f Mon Sep 17 00:00:00 2001 From: Marc Jansen Date: Thu, 7 Feb 2013 11:00:50 +0100 Subject: [PATCH] Give ArcGISCache layer a license header. --- lib/OpenLayers/Layer/ArcGIS93Rest.js | 1 - lib/OpenLayers/Layer/ArcGISCache.js | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/OpenLayers/Layer/ArcGIS93Rest.js b/lib/OpenLayers/Layer/ArcGIS93Rest.js index 42967108ef..c5bac36c53 100644 --- a/lib/OpenLayers/Layer/ArcGIS93Rest.js +++ b/lib/OpenLayers/Layer/ArcGIS93Rest.js @@ -3,7 +3,6 @@ * See license.txt in the OpenLayers distribution or repository for the * full text of the license. */ - /** * @requires OpenLayers/Layer/Grid.js */ diff --git a/lib/OpenLayers/Layer/ArcGISCache.js b/lib/OpenLayers/Layer/ArcGISCache.js index b9671d35f4..99f7ddac5c 100644 --- a/lib/OpenLayers/Layer/ArcGISCache.js +++ b/lib/OpenLayers/Layer/ArcGISCache.js @@ -1,3 +1,8 @@ +/* Copyright (c) 2006-2013 by OpenLayers Contributors (see authors.txt for + * full list of contributors). Published under the 2-clause BSD license. + * See license.txt in the OpenLayers distribution or repository for the + * full text of the license. */ + /** * @requires OpenLayers/Layer/XYZ.js */