OpenLayers OpenLayers

Changeset 4985

Show
Ignore:
Timestamp:
10/16/07 22:21:22 (11 months ago)
Author:
crschmidt
Message:

Refactor SVN layout in compliance with RFC/LicenseChange. This hopefully
completes an important blocker for moving forward with OSGeo incubation.

Files:

Legend:

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

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

    r3320 r4985  
    11 
    2 if (!window.console || !console.firebug) { 
    3 (function() 
     2if (!window.console || !console.firebug) { (function() 
    43{ 
    54    window.console =  
  • trunk/openlayers/lib/Firebug/firebugx.js

    r3984 r4985  
    11 
    2 if (!window.console || !console.firebug) 
    3 
     2if (!window.console || !console.firebug) { 
    43    var names = ["log", "debug", "info", "warn", "error", "assert", "dir", "dirxml", 
    54    "group", "groupEnd", "time", "timeEnd", "count", "trace", "profile", "profileEnd"]; 
  • trunk/openlayers/lib/OpenLayers.js

    r4272 r4985  
    1 /* Copyright (c) 2006-2007 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. */ 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD 
     2 * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the 
     3 * full text of the license. */ 
    44 
    55/*  
  • trunk/openlayers/lib/OpenLayers/Ajax.js

    r4302 r4985  
    1 /* Copyright (c) 2006-2007 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. */ 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD 
     2 * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the 
     3 * full text of the license. */ 
    44 
    55 
  • trunk/openlayers/lib/OpenLayers/BaseTypes.js

    r4382 r4985  
    1 /* Copyright (c) 2006-2007 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. */ 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD 
     2 * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the 
     3 * full text of the license. */ 
    44 
    55/** 
  • trunk/openlayers/lib/OpenLayers/BaseTypes/Bounds.js

    r4351 r4985  
    1 /* Copyright (c) 2006-2007 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. */ 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD 
     2 * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the 
     3 * full text of the license. */ 
    44 
    55/** 
  • trunk/openlayers/lib/OpenLayers/BaseTypes/Class.js

    r4110 r4985  
    1 /* Copyright (c) 2006-2007 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. */ 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD 
     2 * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the 
     3 * full text of the license. */ 
    44 
    55/** 
  • trunk/openlayers/lib/OpenLayers/BaseTypes/Element.js

    r4302 r4985  
    1 /* Copyright (c) 2006-2007 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. */ 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD 
     2 * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the 
     3 * full text of the license. */ 
    44 
    55/** 
  • trunk/openlayers/lib/OpenLayers/BaseTypes/LonLat.js

    r4110 r4985  
    1 /* Copyright (c) 2006-2007 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. */ 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD 
     2 * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the 
     3 * full text of the license. */ 
    44 
    55/** 
  • trunk/openlayers/lib/OpenLayers/BaseTypes/Pixel.js

    r4110 r4985  
    1 /* Copyright (c) 2006-2007 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. */ 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD 
     2 * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the 
     3 * full text of the license. */ 
    44 
    55/** 
  • trunk/openlayers/lib/OpenLayers/BaseTypes/Size.js

    r4110 r4985  
    1 /* Copyright (c) 2006-2007 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. */ 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD 
     2 * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the 
     3 * full text of the license. */ 
    44 
    55/** 
  • trunk/openlayers/lib/OpenLayers/Console.js

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

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

    r4080 r4985  
    1 /* Cpyright (c) 2006-2007 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. */ 
     1/* Cpyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD 
     2 * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the 
     3 * full text of the license. */ 
    44 
    55 
  • trunk/openlayers/lib/OpenLayers/Control/Attribution.js

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    r3984 r4985  
    1 /* Copyright (c) 2006-2007 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. */ 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD 
     2 * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the 
     3 * full text of the license. */ 
    44 
    55/** 
  • trunk/openlayers/lib/OpenLayers/Events.js

    r4302 r4985  
    1 /* Copyright (c) 2006-2007 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. */ 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD 
     2 * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the 
     3 * full text of the license. */ 
    44 
    55 
  • trunk/openlayers/lib/OpenLayers/Feature.js

    r4927 r4985  
    1 /* Copyright (c) 2006-2007 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. */ 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD 
     2 * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the 
     3 * full text of the license. */ 
    44 
    55 
  • trunk/openlayers/lib/OpenLayers/Feature/Vector.js

    r4268 r4985  
    1 /* Copyright (c) 2006-2007 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. */ 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD 
     2 * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the 
     3 * full text of the license. */ 
    44 
    55// TRASH THIS 
  • trunk/openlayers/lib/OpenLayers/Feature/WFS.js

    r4110 r4985  
    1 /* Copyright (c) 2006-2007 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. */ 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD 
     2 * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the 
     3 * full text of the license. */ 
    44 
    55 
  • trunk/openlayers/lib/OpenLayers/Format.js

    r4110 r4985  
    1 /* Copyright (c) 2006-2007 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. */ 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD 
     2 * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the 
     3 * full text of the license. */ 
    44 
    55/** 
  • trunk/openlayers/lib/OpenLayers/Format/GML.js

    r4429 r4985  
    1 /* Copyright (c) 2006-2007 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. */ 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD 
     2 * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the 
     3 * full text of the license. */ 
    44 
    55/** 
  • trunk/openlayers/lib/OpenLayers/Format/GeoJSON.js

    r4819 r4985  
    1 /* Copyright (c) 2006-2007 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. */ 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD 
     2 * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the 
     3 * full text of the license. */ 
    44 
    55/** 
  • trunk/openlayers/lib/OpenLayers/Format/GeoRSS.js

    r4769 r4985  
    1 /* Copyright (c) 2006-2007 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. */ 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD 
     2 * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the 
     3 * full text of the license. */ 
    44 
    55/** 
  • trunk/openlayers/lib/OpenLayers/Format/JSON.js

    r4257 r4985  
    1 /* Copyright (c) 2006-2007 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. */ 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD 
     2 * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the 
     3 * full text of the license. */ 
    44 
    55/** 
  • trunk/openlayers/lib/OpenLayers/Format/KML.js

    r4797 r4985  
    1 /* Copyright (c) 2006-2007 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. */ 
     1/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD 
     2 * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the 
     3