[OpenLayers-Commits] r1788 - in branches/openlayers/2.2/lib: . OpenLayers OpenLayers/Control OpenLayers/Feature OpenLayers/Layer OpenLayers/Layer/WMS OpenLayers/Marker OpenLayers/Popup OpenLayers/Tile
commits at openlayers.org
commits at openlayers.org
Thu Nov 9 05:11:37 EST 2006
Author: euzuro
Date: 2006-11-09 05:11:35 -0500 (Thu, 09 Nov 2006)
New Revision: 1788
Modified:
branches/openlayers/2.2/lib/OpenLayers.js
branches/openlayers/2.2/lib/OpenLayers/Ajax.js
branches/openlayers/2.2/lib/OpenLayers/BaseTypes.js
branches/openlayers/2.2/lib/OpenLayers/Control.js
branches/openlayers/2.2/lib/OpenLayers/Control/ArgParser.js
branches/openlayers/2.2/lib/OpenLayers/Control/KeyboardDefaults.js
branches/openlayers/2.2/lib/OpenLayers/Control/LayerSwitcher.js
branches/openlayers/2.2/lib/OpenLayers/Control/MouseDefaults.js
branches/openlayers/2.2/lib/OpenLayers/Control/MousePosition.js
branches/openlayers/2.2/lib/OpenLayers/Control/MouseToolbar.js
branches/openlayers/2.2/lib/OpenLayers/Control/OverviewMap.js
branches/openlayers/2.2/lib/OpenLayers/Control/PanZoom.js
branches/openlayers/2.2/lib/OpenLayers/Control/PanZoomBar.js
branches/openlayers/2.2/lib/OpenLayers/Control/Permalink.js
branches/openlayers/2.2/lib/OpenLayers/Control/Scale.js
branches/openlayers/2.2/lib/OpenLayers/Events.js
branches/openlayers/2.2/lib/OpenLayers/Feature.js
branches/openlayers/2.2/lib/OpenLayers/Feature/WFS.js
branches/openlayers/2.2/lib/OpenLayers/Icon.js
branches/openlayers/2.2/lib/OpenLayers/Layer.js
branches/openlayers/2.2/lib/OpenLayers/Layer/Boxes.js
branches/openlayers/2.2/lib/OpenLayers/Layer/Canvas.js
branches/openlayers/2.2/lib/OpenLayers/Layer/EventPane.js
branches/openlayers/2.2/lib/OpenLayers/Layer/FixedZoomLevels.js
branches/openlayers/2.2/lib/OpenLayers/Layer/GeoRSS.js
branches/openlayers/2.2/lib/OpenLayers/Layer/Google.js
branches/openlayers/2.2/lib/OpenLayers/Layer/Grid.js
branches/openlayers/2.2/lib/OpenLayers/Layer/HTTPRequest.js
branches/openlayers/2.2/lib/OpenLayers/Layer/Image.js
branches/openlayers/2.2/lib/OpenLayers/Layer/KaMap.js
branches/openlayers/2.2/lib/OpenLayers/Layer/MapServer.js
branches/openlayers/2.2/lib/OpenLayers/Layer/Markers.js
branches/openlayers/2.2/lib/OpenLayers/Layer/MultiMap.js
branches/openlayers/2.2/lib/OpenLayers/Layer/Text.js
branches/openlayers/2.2/lib/OpenLayers/Layer/VirtualEarth.js
branches/openlayers/2.2/lib/OpenLayers/Layer/WFS.js
branches/openlayers/2.2/lib/OpenLayers/Layer/WMS.js
branches/openlayers/2.2/lib/OpenLayers/Layer/WMS/Untiled.js
branches/openlayers/2.2/lib/OpenLayers/Layer/WorldWind.js
branches/openlayers/2.2/lib/OpenLayers/Layer/Yahoo.js
branches/openlayers/2.2/lib/OpenLayers/Map.js
branches/openlayers/2.2/lib/OpenLayers/Marker.js
branches/openlayers/2.2/lib/OpenLayers/Marker/Box.js
branches/openlayers/2.2/lib/OpenLayers/Popup.js
branches/openlayers/2.2/lib/OpenLayers/Popup/Anchored.js
branches/openlayers/2.2/lib/OpenLayers/Popup/AnchoredBubble.js
branches/openlayers/2.2/lib/OpenLayers/SingleFile.js
branches/openlayers/2.2/lib/OpenLayers/Tile.js
branches/openlayers/2.2/lib/OpenLayers/Tile/Image.js
branches/openlayers/2.2/lib/OpenLayers/Tile/WFS.js
branches/openlayers/2.2/lib/OpenLayers/Util.js
Log:
replacing branch with repository licence
Modified: branches/openlayers/2.2/lib/OpenLayers/Ajax.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Ajax.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Ajax.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
Modified: branches/openlayers/2.2/lib/OpenLayers/BaseTypes.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/BaseTypes.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/BaseTypes.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
Modified: branches/openlayers/2.2/lib/OpenLayers/Control/ArgParser.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Control/ArgParser.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Control/ArgParser.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
Modified: branches/openlayers/2.2/lib/OpenLayers/Control/KeyboardDefaults.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Control/KeyboardDefaults.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Control/KeyboardDefaults.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
Modified: branches/openlayers/2.2/lib/OpenLayers/Control/LayerSwitcher.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Control/LayerSwitcher.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Control/LayerSwitcher.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
/**
Modified: branches/openlayers/2.2/lib/OpenLayers/Control/MouseDefaults.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Control/MouseDefaults.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Control/MouseDefaults.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
Modified: branches/openlayers/2.2/lib/OpenLayers/Control/MousePosition.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Control/MousePosition.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Control/MousePosition.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
Modified: branches/openlayers/2.2/lib/OpenLayers/Control/MouseToolbar.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Control/MouseToolbar.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Control/MouseToolbar.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
Modified: branches/openlayers/2.2/lib/OpenLayers/Control/OverviewMap.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Control/OverviewMap.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Control/OverviewMap.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
/**
* @fileoverview Locator Map Control
Modified: branches/openlayers/2.2/lib/OpenLayers/Control/PanZoom.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Control/PanZoom.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Control/PanZoom.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
Modified: branches/openlayers/2.2/lib/OpenLayers/Control/PanZoomBar.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Control/PanZoomBar.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Control/PanZoomBar.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
Modified: branches/openlayers/2.2/lib/OpenLayers/Control/Permalink.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Control/Permalink.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Control/Permalink.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
Modified: branches/openlayers/2.2/lib/OpenLayers/Control/Scale.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Control/Scale.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Control/Scale.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
Modified: branches/openlayers/2.2/lib/OpenLayers/Control.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Control.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Control.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
Modified: branches/openlayers/2.2/lib/OpenLayers/Events.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Events.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Events.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
Modified: branches/openlayers/2.2/lib/OpenLayers/Feature/WFS.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Feature/WFS.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Feature/WFS.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
Modified: branches/openlayers/2.2/lib/OpenLayers/Feature.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Feature.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Feature.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
Modified: branches/openlayers/2.2/lib/OpenLayers/Icon.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Icon.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Icon.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
Modified: branches/openlayers/2.2/lib/OpenLayers/Layer/Boxes.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Layer/Boxes.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Layer/Boxes.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
Modified: branches/openlayers/2.2/lib/OpenLayers/Layer/Canvas.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Layer/Canvas.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Layer/Canvas.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
Modified: branches/openlayers/2.2/lib/OpenLayers/Layer/EventPane.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Layer/EventPane.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Layer/EventPane.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
Modified: branches/openlayers/2.2/lib/OpenLayers/Layer/FixedZoomLevels.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Layer/FixedZoomLevels.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Layer/FixedZoomLevels.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
Modified: branches/openlayers/2.2/lib/OpenLayers/Layer/GeoRSS.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Layer/GeoRSS.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Layer/GeoRSS.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
Modified: branches/openlayers/2.2/lib/OpenLayers/Layer/Google.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Layer/Google.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Layer/Google.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
Modified: branches/openlayers/2.2/lib/OpenLayers/Layer/Grid.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Layer/Grid.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Layer/Grid.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
Modified: branches/openlayers/2.2/lib/OpenLayers/Layer/HTTPRequest.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Layer/HTTPRequest.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Layer/HTTPRequest.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
Modified: branches/openlayers/2.2/lib/OpenLayers/Layer/Image.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Layer/Image.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Layer/Image.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
/**
Modified: branches/openlayers/2.2/lib/OpenLayers/Layer/KaMap.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Layer/KaMap.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Layer/KaMap.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
Modified: branches/openlayers/2.2/lib/OpenLayers/Layer/MapServer.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Layer/MapServer.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Layer/MapServer.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
// @requires OpenLayers/Layer/Grid.js
/**
Modified: branches/openlayers/2.2/lib/OpenLayers/Layer/Markers.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Layer/Markers.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Layer/Markers.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
Modified: branches/openlayers/2.2/lib/OpenLayers/Layer/MultiMap.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Layer/MultiMap.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Layer/MultiMap.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
/**
Modified: branches/openlayers/2.2/lib/OpenLayers/Layer/Text.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Layer/Text.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Layer/Text.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
Modified: branches/openlayers/2.2/lib/OpenLayers/Layer/VirtualEarth.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Layer/VirtualEarth.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Layer/VirtualEarth.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
Modified: branches/openlayers/2.2/lib/OpenLayers/Layer/WFS.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Layer/WFS.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Layer/WFS.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
Modified: branches/openlayers/2.2/lib/OpenLayers/Layer/WMS/Untiled.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Layer/WMS/Untiled.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Layer/WMS/Untiled.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
Modified: branches/openlayers/2.2/lib/OpenLayers/Layer/WMS.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Layer/WMS.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Layer/WMS.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
Modified: branches/openlayers/2.2/lib/OpenLayers/Layer/WorldWind.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Layer/WorldWind.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Layer/WorldWind.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
Modified: branches/openlayers/2.2/lib/OpenLayers/Layer/Yahoo.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Layer/Yahoo.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Layer/Yahoo.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
Modified: branches/openlayers/2.2/lib/OpenLayers/Layer.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Layer.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Layer.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
Modified: branches/openlayers/2.2/lib/OpenLayers/Map.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Map.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Map.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
Modified: branches/openlayers/2.2/lib/OpenLayers/Marker/Box.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Marker/Box.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Marker/Box.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
Modified: branches/openlayers/2.2/lib/OpenLayers/Marker.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Marker.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Marker.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
Modified: branches/openlayers/2.2/lib/OpenLayers/Popup/Anchored.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Popup/Anchored.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Popup/Anchored.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
Modified: branches/openlayers/2.2/lib/OpenLayers/Popup/AnchoredBubble.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Popup/AnchoredBubble.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Popup/AnchoredBubble.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
Modified: branches/openlayers/2.2/lib/OpenLayers/Popup.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Popup.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Popup.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
Modified: branches/openlayers/2.2/lib/OpenLayers/SingleFile.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/SingleFile.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/SingleFile.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
_OPENLAYERS_SFL_=true
Modified: branches/openlayers/2.2/lib/OpenLayers/Tile/Image.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Tile/Image.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Tile/Image.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
Modified: branches/openlayers/2.2/lib/OpenLayers/Tile/WFS.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Tile/WFS.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Tile/WFS.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
Modified: branches/openlayers/2.2/lib/OpenLayers/Tile.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Tile.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Tile.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
Modified: branches/openlayers/2.2/lib/OpenLayers/Util.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers/Util.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers/Util.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
Modified: branches/openlayers/2.2/lib/OpenLayers.js
===================================================================
--- branches/openlayers/2.2/lib/OpenLayers.js 2006-11-08 19:45:41 UTC (rev 1787)
+++ branches/openlayers/2.2/lib/OpenLayers.js 2006-11-09 10:11:35 UTC (rev 1788)
@@ -1,5 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
- * See http://svn.openlayers.org/trunk/openlayers/release-license.txt
+ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
* for the full text of the license. */
////
More information about the Commits
mailing list