update copyright
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
|
/* Copyright (c) 2006-2012 by OpenLayers Contributors (see authors.txt for
|
||||||
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
* full list of contributors). Published under the Clear BSD license.
|
||||||
|
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -29,4 +30,4 @@ OpenLayers.Protocol.CSW = function(options) {
|
|||||||
*/
|
*/
|
||||||
OpenLayers.Protocol.CSW.DEFAULTS = {
|
OpenLayers.Protocol.CSW.DEFAULTS = {
|
||||||
"version": "2.0.2"
|
"version": "2.0.2"
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/* Copyright (c) 2006-2012 by OpenLayers Contributors (see authors.txt for
|
||||||
|
* full list of contributors). Published under the Clear BSD license.
|
||||||
|
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @requires OpenLayers/Protocol/CSW.js
|
* @requires OpenLayers/Protocol/CSW.js
|
||||||
*/
|
*/
|
||||||
@@ -115,7 +120,7 @@ OpenLayers.Protocol.CSW.v2_0_2 = OpenLayers.Class(OpenLayers.Protocol, {
|
|||||||
}
|
}
|
||||||
|
|
||||||
options.callback.call(options.scope, response);
|
options.callback.call(options.scope, response);
|
||||||
};
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -142,4 +147,4 @@ OpenLayers.Protocol.CSW.v2_0_2 = OpenLayers.Class(OpenLayers.Protocol, {
|
|||||||
|
|
||||||
CLASS_NAME: "OpenLayers.Protocol.CSW.v2_0_2"
|
CLASS_NAME: "OpenLayers.Protocol.CSW.v2_0_2"
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user