OpenLayers OpenLayers

Changeset 3984

Show
Ignore:
Timestamp:
08/23/07 07:29:06 (1 year ago)
Author:
crschmidt
Message:

Since John already went ahead and committed the main change, I'm just going
to finish this one up. All commits are in comments, so a review doesn't seem
strictly neccesary. This closes #918 and fixes all the copyrights that I could
find in the code.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/build/license.txt

    r1721 r3984  
    33  OpenLayers.js -- OpenLayers Map Viewer Library 
    44 
    5   Copyright 2005-2006 MetaCarta, Inc., released under a modified BSD license. 
     5  Copyright 2005-2007 MetaCarta, Inc., released under a modified BSD license. 
    66  Please see http://svn.openlayers.org/trunk/openlayers/repository-license.txt 
    77  for the full text of the license. 
  • trunk/openlayers/lib/OpenLayers.js

    r3958 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Ajax.js

    r3855 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/BaseTypes.js

    r3819 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/BaseTypes/Bounds.js

    r3829 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/BaseTypes/Class.js

    r3814 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/BaseTypes/Element.js

    r3601 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/BaseTypes/LonLat.js

    r3787 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/BaseTypes/Pixel.js

    r3787 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/BaseTypes/Size.js

    r3787 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Console.js

    r3787 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Control.js

    r3787 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Control/ArgParser.js

    r3829 r3984  
    1 /* Cpyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Cpyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Control/DragFeature.js

    r3958 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Control/DragPan.js

    r3902 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Control/DrawFeature.js

    r3787 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Control/EditingToolbar.js

    r3812 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Control/KeyboardDefaults.js

    r3787 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Control/LayerSwitcher.js

    r3899 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Control/MouseDefaults.js

    r3787 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Control/MousePosition.js

    r3787 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Control/MouseToolbar.js

    r3814 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Control/NavToolbar.js

    r3767 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Control/Navigation.js

    r3787 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Control/OverviewMap.js

    r3815 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Control/PanZoom.js

    r3815 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Control/PanZoomBar.js

    r3815 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Control/Panel.js

    r3787 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Control/Permalink.js

    r3787 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Control/Scale.js

    r3787 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Control/SelectFeature.js

    r3778 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Control/ZoomBox.js

    r3787 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Control/ZoomToMaxExtent.js

    r3787 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Events.js

    r3829 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Feature.js

    r3814 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Feature/Vector.js

    r3814 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Feature/WFS.js

    r3787 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Format.js

    r3787 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Format/GML.js

    r3838 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Format/GeoRSS.js

    r3787 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Format/KML.js

    r3787 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Format/WFS.js

    r3829 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Format/WKT.js

    r3787 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Format/XML.js

    r3875 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Geometry.js

    r3788 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Geometry/Collection.js

    r3829 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Geometry/Curve.js

    r3787 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Geometry/LineString.js

    r3787 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Geometry/LinearRing.js

    r3956 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Geometry/MultiLineString.js

    r3829 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Geometry/MultiPoint.js

    r3787 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Geometry/MultiPolygon.js

    r3787 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Geometry/Point.js

    r3829 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Geometry/Polygon.js

    r3787 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Geometry/Rectangle.js

    r3787 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Geometry/Surface.js

    r3787 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Handler.js

    r3901 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Handler/Box.js

    r3767 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Handler/Drag.js

    r3906 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Handler/Feature.js

    r3829 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Handler/Keyboard.js

    r3787 r3984  
    1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license. 
    22 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
    33 * for the full text of the license. */ 
  • trunk/openlayers/lib/OpenLayers/Handler/MouseWheel.js

    r3787