update copyright

This commit is contained in:
Bart van den Eijnden
2012-01-09 10:07:26 +01:00
parent 41370b3eb7
commit ab49a195e3
2 changed files with 11 additions and 5 deletions
+4 -3
View File
@@ -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"
}; };
+7 -2
View File
@@ -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"
}); });