Added license headers to all JS source files.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@657 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Schuyler Erle
2006-06-21 15:22:48 +00:00
parent 60e994f36b
commit ead31f6dc6
32 changed files with 96 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license.
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the full
* text of the license. */
//// ////
/// This blob sucks in all the files in uncompressed form for ease of use /// This blob sucks in all the files in uncompressed form for ease of use
/// ///

View File

@@ -1,3 +1,6 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license.
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the full
* text of the license. */
OpenLayers.ProxyHost = "/viewer/Crossbrowser/blindproxy.py?url="; OpenLayers.ProxyHost = "/viewer/Crossbrowser/blindproxy.py?url=";
//OpenLayers.ProxyHost = "examples/proxy.cgi?url="; //OpenLayers.ProxyHost = "examples/proxy.cgi?url=";

View File

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

View File

@@ -1,3 +1,6 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license.
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the full
* text of the license. */
// @require: OpenLayers/Control.js // @require: OpenLayers/Control.js
/** /**

View File

@@ -1,3 +1,6 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license.
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the full
* text of the license. */
// @require: OpenLayers/Control.js // @require: OpenLayers/Control.js
/** /**
* @class * @class

View File

@@ -1,3 +1,6 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license.
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the full
* text of the license. */
// @require: OpenLayers/Control.js // @require: OpenLayers/Control.js
OpenLayers.Control.MouseDefaults = Class.create(); OpenLayers.Control.MouseDefaults = Class.create();
OpenLayers.Control.MouseDefaults.prototype = OpenLayers.Control.MouseDefaults.prototype =

View File

@@ -1,3 +1,6 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license.
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the full
* text of the license. */
// @require: OpenLayers/Control.js // @require: OpenLayers/Control.js
OpenLayers.Control.MouseToolbar = Class.create(); OpenLayers.Control.MouseToolbar = Class.create();
OpenLayers.Control.MouseToolbar.X = 6; OpenLayers.Control.MouseToolbar.X = 6;

View File

@@ -1,3 +1,6 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license.
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the full
* text of the license. */
// @require: OpenLayers/Control.js // @require: OpenLayers/Control.js
/** /**

View File

@@ -1,3 +1,6 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license.
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the full
* text of the license. */
// @require: OpenLayers/Control/PanZoom.js // @require: OpenLayers/Control/PanZoom.js
// //

View File

@@ -1,3 +1,6 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license.
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the full
* text of the license. */
OpenLayers.Events = Class.create(); OpenLayers.Events = Class.create();
OpenLayers.Events.prototype = { OpenLayers.Events.prototype = {

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,3 +1,6 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license.
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the full
* text of the license. */
// @require: OpenLayers/Layer.js // @require: OpenLayers/Layer.js
// load Google map control script // load Google map control script

View File

@@ -1,3 +1,6 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license.
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the full
* text of the license. */
// @require: OpenLayers/Layer.js // @require: OpenLayers/Layer.js
// @require: OpenLayers/Util.js // @require: OpenLayers/Util.js
OpenLayers.Layer.Grid = Class.create(); OpenLayers.Layer.Grid = Class.create();

View File

@@ -1,3 +1,6 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license.
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the full
* text of the license. */
// @require: OpenLayers/Layer.js // @require: OpenLayers/Layer.js
/** /**
* @class * @class

View File

@@ -1,3 +1,6 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license.
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the full
* text of the license. */
// @require: OpenLayers/Layer/Markers.js // @require: OpenLayers/Layer/Markers.js
/** /**

View File

@@ -1,3 +1,6 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license.
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the full
* text of the license. */
// @require: OpenLayers/Layer.js // @require: OpenLayers/Layer.js
// load VE map control script // load VE map control script

View File

@@ -1,3 +1,6 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license.
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the full
* text of the license. */
// @require: OpenLayers/Layer/Grid.js // @require: OpenLayers/Layer/Grid.js
// @require: OpenLayers/Layer/Markers.js // @require: OpenLayers/Layer/Markers.js
/** /**

View File

@@ -1,3 +1,6 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license.
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the full
* text of the license. */
// @require: OpenLayers/Layer/Grid.js // @require: OpenLayers/Layer/Grid.js
/** /**
* @class * @class

View File

@@ -1,3 +1,6 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license.
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the full
* text of the license. */
// @require: OpenLayers/Layer.js // @require: OpenLayers/Layer.js
// load Yahoo map control script // load Yahoo map control script

View File

@@ -1,3 +1,6 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license.
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the full
* text of the license. */
// @require: OpenLayers/Util.js // @require: OpenLayers/Util.js
/** /**
* @class * @class

View File

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

View File

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

View File

@@ -1,3 +1,6 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license.
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the full
* text of the license. */
// @require: OpenLayers/Popup.js // @require: OpenLayers/Popup.js
/** /**

View File

@@ -1,3 +1,6 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license.
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the full
* text of the license. */
// @require: OpenLayers/Popup/Anchored.js // @require: OpenLayers/Popup/Anchored.js
/** /**

View File

@@ -1,2 +1,5 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license.
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the full
* text of the license. */
_OPENLAYERS_SFL_=true _OPENLAYERS_SFL_=true

View File

@@ -1,3 +1,6 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license.
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the full
* text of the license. */
/* /*
* OpenLayers.Tile * OpenLayers.Tile
* *

View File

@@ -1,3 +1,6 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license.
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the full
* text of the license. */
// @require: OpenLayers/Tile.js // @require: OpenLayers/Tile.js
/** /**
* @class * @class

View File

@@ -1,3 +1,6 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license.
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the full
* text of the license. */
// @require: OpenLayers/Tile.js // @require: OpenLayers/Tile.js
/** /**
* @class * @class

View File

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