OpenLayers OpenLayers

Changeset 1721

Show
Ignore:
Timestamp:
10/24/06 14:16:39 (2 years ago)
Author:
crschmidt
Message:

Change files to point to repository-license. Part of build process will now
be to change the licensing terms in the final build.

Files:

Legend:

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

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

    r1712 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
     4 
    45//// 
    56/// This blob sucks in all the files in uncompressed form for ease of use 
  • trunk/openlayers/lib/OpenLayers/Ajax.js

    r1651 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
     4 
    45 
    56OpenLayers.ProxyHost = ""; 
  • trunk/openlayers/lib/OpenLayers/BaseTypes.js

    r1661 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
     4 
    45 
    56/* OpenLayers.Class metaclass */ 
  • trunk/openlayers/lib/OpenLayers/Control.js

    r1695 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
     4 
    45 
    56/** 
  • trunk/openlayers/lib/OpenLayers/Control/ArgParser.js

    r1651 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
     4 
    45 
    56/** 
  • trunk/openlayers/lib/OpenLayers/Control/KeyboardDefaults.js

    r1651 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
     4 
    45 
    56/** 
  • trunk/openlayers/lib/OpenLayers/Control/LayerSwitcher.js

    r1654 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
    44 
    55/**  
  • trunk/openlayers/lib/OpenLayers/Control/MouseDefaults.js

    r1695 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
     4 
    45 
    56/** 
  • trunk/openlayers/lib/OpenLayers/Control/MousePosition.js

    r1719 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
     4 
    45 
    56/** 
  • trunk/openlayers/lib/OpenLayers/Control/MouseToolbar.js

    r1706 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
     4 
    45 
    56/** 
  • trunk/openlayers/lib/OpenLayers/Control/OverviewMap.js

    r1717 r1721  
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
    14/** 
    25 * @fileoverview Locator Map Control 
  • trunk/openlayers/lib/OpenLayers/Control/PanZoom.js

    r1651 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
     4 
    45 
    56/** 
  • trunk/openlayers/lib/OpenLayers/Control/PanZoomBar.js

    r1651 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
     4 
    45 
    56/** 
  • trunk/openlayers/lib/OpenLayers/Control/Permalink.js

    r1651 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
     4 
    45 
    56/** 
  • trunk/openlayers/lib/OpenLayers/Control/Scale.js

    r1651 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
     4 
    45 
    56/** 
  • trunk/openlayers/lib/OpenLayers/Events.js

    r1692 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
     4 
    45 
    56OpenLayers.Event = { 
  • trunk/openlayers/lib/OpenLayers/Feature.js

    r1588 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
     4 
    45 
    56/** 
  • trunk/openlayers/lib/OpenLayers/Feature/WFS.js

    r1651 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
     4 
    45 
    56/** 
  • trunk/openlayers/lib/OpenLayers/Icon.js

    r1651 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
     4 
    45 
    56/** 
  • trunk/openlayers/lib/OpenLayers/Layer.js

    r1702 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
     4 
    45 
    56/** 
  • trunk/openlayers/lib/OpenLayers/Layer/Boxes.js

    r1649 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
     4 
    45 
    56/** 
  • trunk/openlayers/lib/OpenLayers/Layer/Canvas.js

    r1649 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
     4 
    45 
    56/** 
  • trunk/openlayers/lib/OpenLayers/Layer/EventPane.js

    r1695 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
     4 
    45 
    56/** 
  • trunk/openlayers/lib/OpenLayers/Layer/FixedZoomLevels.js

    r1695 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
     4 
    45 
    56 
  • trunk/openlayers/lib/OpenLayers/Layer/GeoRSS.js

    r1695 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
     4 
    45 
    56/** 
  • trunk/openlayers/lib/OpenLayers/Layer/Google.js

    r1713 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
     4 
    45 
    56/** 
  • trunk/openlayers/lib/OpenLayers/Layer/Grid.js

    r1649 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
     4 
    45 
    56/** 
  • trunk/openlayers/lib/OpenLayers/Layer/HTTPRequest.js

    r1695 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
     4 
    45 
    56/** 
  • trunk/openlayers/lib/OpenLayers/Layer/Image.js

    r1712 r1721  
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
    14/** 
    25 * @fileoverview Image Layer 
  • trunk/openlayers/lib/OpenLayers/Layer/KaMap.js

    r1651 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
     4 
    45 
    56/** 
  • trunk/openlayers/lib/OpenLayers/Layer/MapServer.js

    r1651 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
    44// @requires OpenLayers/Layer/Grid.js 
    55/** 
  • trunk/openlayers/lib/OpenLayers/Layer/Markers.js

    r1649 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
     4 
    45 
    56/** 
  • trunk/openlayers/lib/OpenLayers/Layer/MultiMap.js

    r1713 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
    44 
    55/** 
  • trunk/openlayers/lib/OpenLayers/Layer/Text.js

    r1649 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
     4 
    45 
    56/** 
  • trunk/openlayers/lib/OpenLayers/Layer/VirtualEarth.js

    r1713 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
     4 
    45 
    56/** 
  • trunk/openlayers/lib/OpenLayers/Layer/WFS.js

    r1651 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
     4 
    45 
    56/** 
  • trunk/openlayers/lib/OpenLayers/Layer/WMS.js

    r1695 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
     4 
    45 
    56/** 
  • trunk/openlayers/lib/OpenLayers/Layer/WMS/Untiled.js

    r1705 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
     4 
    45  
    56/** 
  • trunk/openlayers/lib/OpenLayers/Layer/WorldWind.js

    r1694 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
     4 
    45 
    56/** 
  • trunk/openlayers/lib/OpenLayers/Layer/Yahoo.js

    r1713 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
     4 
    45 
    56/** 
  • trunk/openlayers/lib/OpenLayers/Map.js

    r1702 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
     4 
    45 
    56/** 
  • trunk/openlayers/lib/OpenLayers/Marker.js

    r1651 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
     4 
    45 
    56/** 
  • trunk/openlayers/lib/OpenLayers/Marker/Box.js

    r1651 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
     4 
    45 
    56/** 
  • trunk/openlayers/lib/OpenLayers/Popup.js

    r1704 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
     4 
    45 
    56/** 
  • trunk/openlayers/lib/OpenLayers/Popup/Anchored.js

    r1704 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
     4 
    45 
    56/** 
  • trunk/openlayers/lib/OpenLayers/Popup/AnchoredBubble.js

    r1704 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
     4 
    45 
    56/** 
  • trunk/openlayers/lib/OpenLayers/SingleFile.js

    r1424 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
     4 
    45_OPENLAYERS_SFL_=true 
    56 
  • trunk/openlayers/lib/OpenLayers/Tile.js

    r1695 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
     4 
    45 
    56/* 
  • trunk/openlayers/lib/OpenLayers/Tile/Image.js

    r1695 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
     4 
    45 
    56/** 
  • trunk/openlayers/lib/OpenLayers/Tile/WFS.js

    r1651 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
     4 
    45  
    56/** 
  • trunk/openlayers/lib/OpenLayers/Util.js

    r1700 r1721  
    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. */ 
     1/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 
     2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt  
     3 * for the full text of the license. */ 
     4 
    45 
    56/**