OpenLayers OpenLayers

Changeset 657

Show
Ignore:
Timestamp:
06/21/06 11:22:48 (3 years ago)
Author:
sderle
Message:

Added license headers to all JS source files.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers.js

    r613 r657  
     1/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 
     3 * text of the license. */ 
    14//// 
    25/// This blob sucks in all the files in uncompressed form for ease of use 
  • trunk/openlayers/lib/OpenLayers/Ajax.js

    r550 r657  
     1/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 
     3 * text of the license. */ 
    14 
    25OpenLayers.ProxyHost = "/viewer/Crossbrowser/blindproxy.py?url="; 
  • trunk/openlayers/lib/OpenLayers/Control.js

    r326 r657  
     1/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 
     3 * text of the license. */ 
    14/** 
    25* @class 
  • trunk/openlayers/lib/OpenLayers/Control/KeyboardDefaults.js

    r649 r657  
     1/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 
     3 * text of the license. */ 
    14// @require: OpenLayers/Control.js 
    25 
  • trunk/openlayers/lib/OpenLayers/Control/LayerSwitcher.js

    r603 r657  
     1/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 
     3 * text of the license. */ 
    14// @require: OpenLayers/Control.js 
    25/**  
  • trunk/openlayers/lib/OpenLayers/Control/MouseDefaults.js

    r630 r657  
     1/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 
     3 * text of the license. */ 
    14// @require: OpenLayers/Control.js 
    25OpenLayers.Control.MouseDefaults = Class.create(); 
  • trunk/openlayers/lib/OpenLayers/Control/MouseToolbar.js

    r630 r657  
     1/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 
     3 * text of the license. */ 
    14// @require: OpenLayers/Control.js 
    25OpenLayers.Control.MouseToolbar = Class.create(); 
  • trunk/openlayers/lib/OpenLayers/Control/PanZoom.js

    r651 r657  
     1/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 
     3 * text of the license. */ 
    14// @require: OpenLayers/Control.js 
    25 
  • trunk/openlayers/lib/OpenLayers/Control/PanZoomBar.js

    r572 r657  
     1/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 
     3 * text of the license. */ 
    14// @require: OpenLayers/Control/PanZoom.js 
    25 
  • trunk/openlayers/lib/OpenLayers/Events.js

    r570 r657  
     1/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 
     3 * text of the license. */ 
    14OpenLayers.Events = Class.create(); 
    25 
  • trunk/openlayers/lib/OpenLayers/Feature.js

    r576 r657  
     1/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 
     3 * text of the license. */ 
    14/** 
    25 * @class 
  • trunk/openlayers/lib/OpenLayers/Feature/WFS.js

    r527 r657  
     1/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 
     3 * text of the license. */ 
    14/** 
    25 * @class 
  • trunk/openlayers/lib/OpenLayers/Icon.js

    r523 r657  
     1/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 
     3 * text of the license. */ 
    14/** 
    25* @class 
  • trunk/openlayers/lib/OpenLayers/Layer.js

    r622 r657  
     1/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 
     3 * text of the license. */ 
    14/** 
    25 * @class 
  • trunk/openlayers/lib/OpenLayers/Layer/Google.js

    r623 r657  
     1/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 
     3 * text of the license. */ 
    14// @require: OpenLayers/Layer.js 
    25 
  • trunk/openlayers/lib/OpenLayers/Layer/Grid.js

    r598 r657  
     1/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 
     3 * text of the license. */ 
    14// @require: OpenLayers/Layer.js 
    25// @require: OpenLayers/Util.js 
  • trunk/openlayers/lib/OpenLayers/Layer/Markers.js

    r633 r657  
     1/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 
     3 * text of the license. */ 
    14// @require: OpenLayers/Layer.js 
    25/** 
  • trunk/openlayers/lib/OpenLayers/Layer/Text.js

    r628 r657  
     1/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 
     3 * text of the license. */ 
    14// @require: OpenLayers/Layer/Markers.js 
    25 
  • trunk/openlayers/lib/OpenLayers/Layer/VirtualEarth.js

    r623 r657  
     1/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 
     3 * text of the license. */ 
    14// @require: OpenLayers/Layer.js 
    25 
  • trunk/openlayers/lib/OpenLayers/Layer/WFS.js

    r628 r657  
     1/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 
     3 * text of the license. */ 
    14// @require: OpenLayers/Layer/Grid.js 
    25// @require: OpenLayers/Layer/Markers.js 
  • trunk/openlayers/lib/OpenLayers/Layer/WMS.js

    r629 r657  
     1/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 
     3 * text of the license. */ 
    14// @require: OpenLayers/Layer/Grid.js 
    25/** 
  • trunk/openlayers/lib/OpenLayers/Layer/Yahoo.js

    r623 r657  
     1/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 
     3 * text of the license. */ 
    14// @require: OpenLayers/Layer.js 
    25 
  • trunk/openlayers/lib/OpenLayers/Map.js

    r652 r657  
     1/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 
     3 * text of the license. */ 
    14// @require: OpenLayers/Util.js 
    25/** 
  • trunk/openlayers/lib/OpenLayers/Marker.js

    r534 r657  
     1/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 
     3 * text of the license. */ 
    14/** 
    25* @class 
  • trunk/openlayers/lib/OpenLayers/Popup.js

    r538 r657  
     1/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 
     3 * text of the license. */ 
    14/** 
    25* @class 
  • trunk/openlayers/lib/OpenLayers/Popup/Anchored.js

    r461 r657  
     1/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 
     3 * text of the license. */ 
    14// @require: OpenLayers/Popup.js 
    25 
  • trunk/openlayers/lib/OpenLayers/Popup/AnchoredBubble.js

    r566 r657  
     1/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 
     3 * text of the license. */ 
    14// @require: OpenLayers/Popup/Anchored.js 
    25 
  • trunk/openlayers/lib/OpenLayers/SingleFile.js

    r524 r657  
     1/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 
     3 * text of the license. */ 
    14_OPENLAYERS_SFL_=true 
    25 
  • trunk/openlayers/lib/OpenLayers/Tile.js

    r550 r657  
     1/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 
     3 * text of the license. */ 
    14/* 
    25 * OpenLayers.Tile  
  • trunk/openlayers/lib/OpenLayers/Tile/Image.js

    r605 r657  
     1/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 
     3 * text of the license. */ 
    14// @require: OpenLayers/Tile.js 
    25/** 
  • trunk/openlayers/lib/OpenLayers/Tile/WFS.js

    r550 r657  
     1/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 
     3 * text of the license. */ 
    14// @require: OpenLayers/Tile.js 
    25/** 
  • trunk/openlayers/lib/OpenLayers/Util.js

    r643 r657  
     1/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 
     3 * text of the license. */ 
    14/** 
    25* @class