[OpenLayers-Commits] r5614 - in trunk/openlayers: . build lib lib/OpenLayers lib/OpenLayers/BaseTypes lib/OpenLayers/Control lib/OpenLayers/Feature lib/OpenLayers/Format lib/OpenLayers/Geometry lib/OpenLayers/Handler lib/OpenLayers/Layer lib/OpenLayers/Layer/MapServer lib/OpenLayers/Layer/WMS lib/OpenLayers/Marker lib/OpenLayers/Popup lib/OpenLayers/Renderer lib/OpenLayers/Rule lib/OpenLayers/Tile tools

commits at openlayers.org commits at openlayers.org
Tue Jan 1 03:14:56 EST 2008


Author: crschmidt
Date: 2008-01-01 03:14:55 -0500 (Tue, 01 Jan 2008)
New Revision: 5614

Modified:
   trunk/openlayers/build/license.txt
   trunk/openlayers/lib/OpenLayers.js
   trunk/openlayers/lib/OpenLayers/Ajax.js
   trunk/openlayers/lib/OpenLayers/BaseTypes.js
   trunk/openlayers/lib/OpenLayers/BaseTypes/Bounds.js
   trunk/openlayers/lib/OpenLayers/BaseTypes/Class.js
   trunk/openlayers/lib/OpenLayers/BaseTypes/Element.js
   trunk/openlayers/lib/OpenLayers/BaseTypes/LonLat.js
   trunk/openlayers/lib/OpenLayers/BaseTypes/Pixel.js
   trunk/openlayers/lib/OpenLayers/BaseTypes/Size.js
   trunk/openlayers/lib/OpenLayers/Console.js
   trunk/openlayers/lib/OpenLayers/Control.js
   trunk/openlayers/lib/OpenLayers/Control/ArgParser.js
   trunk/openlayers/lib/OpenLayers/Control/Attribution.js
   trunk/openlayers/lib/OpenLayers/Control/DragFeature.js
   trunk/openlayers/lib/OpenLayers/Control/DragPan.js
   trunk/openlayers/lib/OpenLayers/Control/DrawFeature.js
   trunk/openlayers/lib/OpenLayers/Control/EditingToolbar.js
   trunk/openlayers/lib/OpenLayers/Control/KeyboardDefaults.js
   trunk/openlayers/lib/OpenLayers/Control/LayerSwitcher.js
   trunk/openlayers/lib/OpenLayers/Control/MouseDefaults.js
   trunk/openlayers/lib/OpenLayers/Control/MousePosition.js
   trunk/openlayers/lib/OpenLayers/Control/MouseToolbar.js
   trunk/openlayers/lib/OpenLayers/Control/NavToolbar.js
   trunk/openlayers/lib/OpenLayers/Control/Navigation.js
   trunk/openlayers/lib/OpenLayers/Control/OverviewMap.js
   trunk/openlayers/lib/OpenLayers/Control/PanZoom.js
   trunk/openlayers/lib/OpenLayers/Control/PanZoomBar.js
   trunk/openlayers/lib/OpenLayers/Control/Panel.js
   trunk/openlayers/lib/OpenLayers/Control/Permalink.js
   trunk/openlayers/lib/OpenLayers/Control/Scale.js
   trunk/openlayers/lib/OpenLayers/Control/SelectFeature.js
   trunk/openlayers/lib/OpenLayers/Control/ZoomBox.js
   trunk/openlayers/lib/OpenLayers/Control/ZoomToMaxExtent.js
   trunk/openlayers/lib/OpenLayers/Events.js
   trunk/openlayers/lib/OpenLayers/Feature.js
   trunk/openlayers/lib/OpenLayers/Feature/Vector.js
   trunk/openlayers/lib/OpenLayers/Feature/WFS.js
   trunk/openlayers/lib/OpenLayers/Format.js
   trunk/openlayers/lib/OpenLayers/Format/GML.js
   trunk/openlayers/lib/OpenLayers/Format/GeoJSON.js
   trunk/openlayers/lib/OpenLayers/Format/GeoRSS.js
   trunk/openlayers/lib/OpenLayers/Format/JSON.js
   trunk/openlayers/lib/OpenLayers/Format/KML.js
   trunk/openlayers/lib/OpenLayers/Format/Text.js
   trunk/openlayers/lib/OpenLayers/Format/WFS.js
   trunk/openlayers/lib/OpenLayers/Format/WKT.js
   trunk/openlayers/lib/OpenLayers/Format/XML.js
   trunk/openlayers/lib/OpenLayers/Geometry.js
   trunk/openlayers/lib/OpenLayers/Geometry/Collection.js
   trunk/openlayers/lib/OpenLayers/Geometry/Curve.js
   trunk/openlayers/lib/OpenLayers/Geometry/LineString.js
   trunk/openlayers/lib/OpenLayers/Geometry/LinearRing.js
   trunk/openlayers/lib/OpenLayers/Geometry/MultiLineString.js
   trunk/openlayers/lib/OpenLayers/Geometry/MultiPoint.js
   trunk/openlayers/lib/OpenLayers/Geometry/MultiPolygon.js
   trunk/openlayers/lib/OpenLayers/Geometry/Point.js
   trunk/openlayers/lib/OpenLayers/Geometry/Polygon.js
   trunk/openlayers/lib/OpenLayers/Geometry/Rectangle.js
   trunk/openlayers/lib/OpenLayers/Geometry/Surface.js
   trunk/openlayers/lib/OpenLayers/Handler.js
   trunk/openlayers/lib/OpenLayers/Handler/Box.js
   trunk/openlayers/lib/OpenLayers/Handler/Click.js
   trunk/openlayers/lib/OpenLayers/Handler/Drag.js
   trunk/openlayers/lib/OpenLayers/Handler/Feature.js
   trunk/openlayers/lib/OpenLayers/Handler/Keyboard.js
   trunk/openlayers/lib/OpenLayers/Handler/MouseWheel.js
   trunk/openlayers/lib/OpenLayers/Handler/Path.js
   trunk/openlayers/lib/OpenLayers/Handler/Point.js
   trunk/openlayers/lib/OpenLayers/Handler/Polygon.js
   trunk/openlayers/lib/OpenLayers/Handler/RegularPolygon.js
   trunk/openlayers/lib/OpenLayers/Icon.js
   trunk/openlayers/lib/OpenLayers/Layer.js
   trunk/openlayers/lib/OpenLayers/Layer/Boxes.js
   trunk/openlayers/lib/OpenLayers/Layer/EventPane.js
   trunk/openlayers/lib/OpenLayers/Layer/FixedZoomLevels.js
   trunk/openlayers/lib/OpenLayers/Layer/GML.js
   trunk/openlayers/lib/OpenLayers/Layer/GeoRSS.js
   trunk/openlayers/lib/OpenLayers/Layer/Google.js
   trunk/openlayers/lib/OpenLayers/Layer/Grid.js
   trunk/openlayers/lib/OpenLayers/Layer/HTTPRequest.js
   trunk/openlayers/lib/OpenLayers/Layer/Image.js
   trunk/openlayers/lib/OpenLayers/Layer/KaMap.js
   trunk/openlayers/lib/OpenLayers/Layer/MapServer.js
   trunk/openlayers/lib/OpenLayers/Layer/MapServer/Untiled.js
   trunk/openlayers/lib/OpenLayers/Layer/Markers.js
   trunk/openlayers/lib/OpenLayers/Layer/MultiMap.js
   trunk/openlayers/lib/OpenLayers/Layer/TMS.js
   trunk/openlayers/lib/OpenLayers/Layer/Text.js
   trunk/openlayers/lib/OpenLayers/Layer/TileCache.js
   trunk/openlayers/lib/OpenLayers/Layer/Vector.js
   trunk/openlayers/lib/OpenLayers/Layer/VirtualEarth.js
   trunk/openlayers/lib/OpenLayers/Layer/WFS.js
   trunk/openlayers/lib/OpenLayers/Layer/WMS.js
   trunk/openlayers/lib/OpenLayers/Layer/WMS/Untiled.js
   trunk/openlayers/lib/OpenLayers/Layer/WorldWind.js
   trunk/openlayers/lib/OpenLayers/Layer/Yahoo.js
   trunk/openlayers/lib/OpenLayers/Map.js
   trunk/openlayers/lib/OpenLayers/Marker.js
   trunk/openlayers/lib/OpenLayers/Marker/Box.js
   trunk/openlayers/lib/OpenLayers/Popup.js
   trunk/openlayers/lib/OpenLayers/Popup/Anchored.js
   trunk/openlayers/lib/OpenLayers/Popup/AnchoredBubble.js
   trunk/openlayers/lib/OpenLayers/Projection.js
   trunk/openlayers/lib/OpenLayers/Renderer.js
   trunk/openlayers/lib/OpenLayers/Renderer/Elements.js
   trunk/openlayers/lib/OpenLayers/Renderer/SVG.js
   trunk/openlayers/lib/OpenLayers/Renderer/VML.js
   trunk/openlayers/lib/OpenLayers/Rule/Comparison.js
   trunk/openlayers/lib/OpenLayers/Rule/FeatureId.js
   trunk/openlayers/lib/OpenLayers/Rule/Logical.js
   trunk/openlayers/lib/OpenLayers/SingleFile.js
   trunk/openlayers/lib/OpenLayers/Style.js
   trunk/openlayers/lib/OpenLayers/Tile.js
   trunk/openlayers/lib/OpenLayers/Tile/Image.js
   trunk/openlayers/lib/OpenLayers/Tile/WFS.js
   trunk/openlayers/lib/OpenLayers/Util.js
   trunk/openlayers/license.txt
   trunk/openlayers/tools/mergejs.py
Log:
Update copyrights to 2008.


Modified: trunk/openlayers/build/license.txt
===================================================================
--- trunk/openlayers/build/license.txt	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/build/license.txt	2008-01-01 08:14:55 UTC (rev 5614)
@@ -2,7 +2,7 @@
 
   OpenLayers.js -- OpenLayers Map Viewer Library
 
-  Copyright 2005-2007 MetaCarta, Inc., released under the Clear BSD license.
+  Copyright 2005-2008 MetaCarta, Inc., released under the Clear BSD license.
   Please see http://svn.openlayers.org/trunk/openlayers/license.txt
   for the full text of the license.
 

Modified: trunk/openlayers/lib/OpenLayers/Ajax.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Ajax.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Ajax.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/BaseTypes/Bounds.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/BaseTypes/Bounds.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/BaseTypes/Bounds.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/BaseTypes/Class.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/BaseTypes/Class.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/BaseTypes/Class.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/BaseTypes/Element.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/BaseTypes/Element.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/BaseTypes/Element.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/BaseTypes/LonLat.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/BaseTypes/LonLat.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/BaseTypes/LonLat.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/BaseTypes/Pixel.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/BaseTypes/Pixel.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/BaseTypes/Pixel.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/BaseTypes/Size.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/BaseTypes/Size.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/BaseTypes/Size.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/BaseTypes.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/BaseTypes.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/BaseTypes.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 
@@ -405,4 +405,4 @@
         return selected;
     }
     
-};
\ No newline at end of file
+};

Modified: trunk/openlayers/lib/OpenLayers/Console.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Console.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Console.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Control/ArgParser.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Control/ArgParser.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Control/ArgParser.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Cpyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Cpyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Control/Attribution.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Control/Attribution.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Control/Attribution.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Control/DragFeature.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Control/DragFeature.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Control/DragFeature.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Control/DragPan.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Control/DragPan.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Control/DragPan.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Control/DrawFeature.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Control/DrawFeature.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Control/DrawFeature.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Control/EditingToolbar.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Control/EditingToolbar.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Control/EditingToolbar.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Control/KeyboardDefaults.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Control/KeyboardDefaults.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Control/KeyboardDefaults.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Control/LayerSwitcher.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Control/LayerSwitcher.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Control/LayerSwitcher.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Control/MouseDefaults.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Control/MouseDefaults.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Control/MouseDefaults.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Control/MousePosition.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Control/MousePosition.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Control/MousePosition.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Control/MouseToolbar.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Control/MouseToolbar.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Control/MouseToolbar.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Control/NavToolbar.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Control/NavToolbar.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Control/NavToolbar.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Control/Navigation.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Control/Navigation.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Control/Navigation.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Control/OverviewMap.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Control/OverviewMap.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Control/OverviewMap.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Control/PanZoom.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Control/PanZoom.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Control/PanZoom.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Control/PanZoomBar.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Control/PanZoomBar.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Control/PanZoomBar.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Control/Panel.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Control/Panel.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Control/Panel.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Control/Permalink.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Control/Permalink.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Control/Permalink.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Control/Scale.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Control/Scale.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Control/Scale.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Control/SelectFeature.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Control/SelectFeature.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Control/SelectFeature.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Control/ZoomBox.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Control/ZoomBox.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Control/ZoomBox.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Control/ZoomToMaxExtent.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Control/ZoomToMaxExtent.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Control/ZoomToMaxExtent.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Control.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Control.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Control.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Events.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Events.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Events.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Feature/Vector.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Feature/Vector.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Feature/Vector.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Feature/WFS.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Feature/WFS.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Feature/WFS.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Feature.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Feature.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Feature.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Format/GML.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Format/GML.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Format/GML.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Format/GeoJSON.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Format/GeoJSON.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Format/GeoJSON.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Format/GeoRSS.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Format/GeoRSS.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Format/GeoRSS.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Format/JSON.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Format/JSON.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Format/JSON.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Format/KML.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Format/KML.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Format/KML.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Format/Text.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Format/Text.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Format/Text.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under a modified BSD license.
  * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 
  * for the full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Format/WFS.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Format/WFS.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Format/WFS.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Format/WKT.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Format/WKT.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Format/WKT.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Format/XML.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Format/XML.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Format/XML.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Format.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Format.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Format.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Geometry/Collection.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Geometry/Collection.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Geometry/Collection.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Geometry/Curve.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Geometry/Curve.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Geometry/Curve.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Geometry/LineString.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Geometry/LineString.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Geometry/LineString.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Geometry/LinearRing.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Geometry/LinearRing.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Geometry/LinearRing.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Geometry/MultiLineString.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Geometry/MultiLineString.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Geometry/MultiLineString.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Geometry/MultiPoint.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Geometry/MultiPoint.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Geometry/MultiPoint.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Geometry/MultiPolygon.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Geometry/MultiPolygon.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Geometry/MultiPolygon.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Geometry/Point.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Geometry/Point.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Geometry/Point.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Geometry/Polygon.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Geometry/Polygon.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Geometry/Polygon.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Geometry/Rectangle.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Geometry/Rectangle.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Geometry/Rectangle.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Geometry/Surface.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Geometry/Surface.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Geometry/Surface.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Geometry.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Geometry.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Geometry.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
  

Modified: trunk/openlayers/lib/OpenLayers/Handler/Box.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Handler/Box.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Handler/Box.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Handler/Click.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Handler/Click.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Handler/Click.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the clear BSD license.
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the clear BSD license.
  * See http://svn.openlayers.org/trunk/openlayers/license.txt 
  * for the full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Handler/Drag.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Handler/Drag.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Handler/Drag.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Handler/Feature.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Handler/Feature.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Handler/Feature.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Handler/Keyboard.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Handler/Keyboard.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Handler/Keyboard.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Handler/MouseWheel.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Handler/MouseWheel.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Handler/MouseWheel.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Handler/Path.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Handler/Path.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Handler/Path.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Handler/Point.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Handler/Point.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Handler/Point.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Handler/Polygon.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Handler/Polygon.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Handler/Polygon.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Handler/RegularPolygon.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Handler/RegularPolygon.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Handler/RegularPolygon.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Handler.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Handler.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Handler.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Icon.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Icon.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Icon.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Layer/Boxes.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer/Boxes.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Layer/Boxes.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Layer/EventPane.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer/EventPane.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Layer/EventPane.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Layer/FixedZoomLevels.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer/FixedZoomLevels.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Layer/FixedZoomLevels.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Layer/GML.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer/GML.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Layer/GML.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Layer/GeoRSS.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer/GeoRSS.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Layer/GeoRSS.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Layer/Google.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer/Google.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Layer/Google.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Layer/Grid.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer/Grid.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Layer/Grid.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Layer/HTTPRequest.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer/HTTPRequest.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Layer/HTTPRequest.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Layer/Image.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer/Image.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Layer/Image.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
  

Modified: trunk/openlayers/lib/OpenLayers/Layer/KaMap.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer/KaMap.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Layer/KaMap.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Layer/MapServer/Untiled.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer/MapServer/Untiled.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Layer/MapServer/Untiled.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright 2006-2007 MetaCarta, Inc., published under the Clear BSD license.
+/* Copyright 2006-2008 MetaCarta, Inc., published under the Clear BSD license.
  * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full text
  * of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Layer/MapServer.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer/MapServer.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Layer/MapServer.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Layer/Markers.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer/Markers.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Layer/Markers.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Layer/MultiMap.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer/MultiMap.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Layer/MultiMap.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Layer/TMS.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer/TMS.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Layer/TMS.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * licence.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Layer/Text.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer/Text.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Layer/Text.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Layer/TileCache.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer/TileCache.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Layer/TileCache.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * licence.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Layer/Vector.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer/Vector.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Layer/Vector.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Layer/VirtualEarth.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer/VirtualEarth.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Layer/VirtualEarth.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Layer/WFS.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer/WFS.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Layer/WFS.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Layer/WMS/Untiled.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer/WMS/Untiled.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Layer/WMS/Untiled.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Layer/WMS.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer/WMS.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Layer/WMS.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Layer/WorldWind.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer/WorldWind.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Layer/WorldWind.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Layer/Yahoo.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer/Yahoo.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Layer/Yahoo.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Layer.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Layer.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Map.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Map.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Map.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Marker/Box.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Marker/Box.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Marker/Box.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Marker.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Marker.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Marker.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Popup/Anchored.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Popup/Anchored.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Popup/Anchored.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Popup/AnchoredBubble.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Popup/AnchoredBubble.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Popup/AnchoredBubble.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Popup.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Popup.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Popup.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Projection.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Projection.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Projection.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under a modified BSD license.
  * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 
  * for the full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Renderer/Elements.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Renderer/Elements.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Renderer/Elements.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Renderer/SVG.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Renderer/SVG.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Renderer/SVG.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Renderer/VML.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Renderer/VML.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Renderer/VML.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Renderer.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Renderer.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Renderer.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Rule/Comparison.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Rule/Comparison.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Rule/Comparison.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
   * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Rule/FeatureId.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Rule/FeatureId.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Rule/FeatureId.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
   * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Rule/Logical.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Rule/Logical.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Rule/Logical.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
   * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/SingleFile.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/SingleFile.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/SingleFile.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Style.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Style.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Style.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
   * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Tile/Image.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Tile/Image.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Tile/Image.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Tile/WFS.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Tile/WFS.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Tile/WFS.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Tile.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Tile.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Tile.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers/Util.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Util.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers/Util.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/lib/OpenLayers.js
===================================================================
--- trunk/openlayers/lib/OpenLayers.js	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/lib/OpenLayers.js	2008-01-01 08:14:55 UTC (rev 5614)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
+/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 

Modified: trunk/openlayers/license.txt
===================================================================
--- trunk/openlayers/license.txt	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/license.txt	2008-01-01 08:14:55 UTC (rev 5614)
@@ -2,7 +2,7 @@
 'project' directories of the Openlayers code repository at svn.openlayers.org,
 and applies to all release of OpenLayers later than 2.5.
 
-Copyright (c) 2005-2007 MetaCarta, Inc.
+Copyright (c) 2005-2008 MetaCarta, Inc.
 
 All rights reserved.
 

Modified: trunk/openlayers/tools/mergejs.py
===================================================================
--- trunk/openlayers/tools/mergejs.py	2007-12-31 23:41:36 UTC (rev 5613)
+++ trunk/openlayers/tools/mergejs.py	2008-01-01 08:14:55 UTC (rev 5614)
@@ -39,7 +39,7 @@
 #
 # Note: This is a very rough initial version of this code.
 #
-# -- Copyright 2005-2007 MetaCarta, Inc. / OpenLayers project --
+# -- Copyright 2005-2008 MetaCarta, Inc. / OpenLayers project --
 #
 
 # TODO: Allow files to be excluded. e.g. `Crossbrowser/DebugMode.js`?



More information about the Commits mailing list