Index: branches/branch-1.2/zoo-api/js/ZOO-api.js
===================================================================
--- branches/branch-1.2/zoo-api/js/ZOO-api.js	(revision 111)
+++ branches/branch-1.2/zoo-api/js/ZOO-api.js	(revision 217)
@@ -21,4 +21,10 @@
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  * THE SOFTWARE.
+ */
+
+/**
+ * Copyright 2005-2010 OpenLayers Contributors, released under the Clear BSD
+ * license. Please see http://svn.openlayers.org/trunk/openlayers/license.txt
+ * for the full text of the license.
  */
 
@@ -3198,5 +3204,5 @@
     },
     /**
-     * Method: parseGeometry.polygon
+     * Method: parseGeometry.envelope
      * Given a GML node representing an envelope, create a
      *     ZOO polygon geometry.
@@ -4090,5 +4096,5 @@
    * Method: calculateBounds
    * Recalculate the bounds by iterating through the components and 
-   * calling calling extendBounds() on each item.
+   * calling extendBounds() on each item.
    */
   calculateBounds: function() {
@@ -4247,4 +4253,5 @@
    *     the earth.
    *
+   * Parameters:
    * projection - {<ZOO.Projection>} The spatial reference system
    *     for the geometry coordinates.  If not provided, Geographic/WGS84 is
Index: branches/branch-1.2/zoo-api/js/ZOO-proj4js.js
===================================================================
--- branches/branch-1.2/zoo-api/js/ZOO-proj4js.js	(revision 111)
+++ branches/branch-1.2/zoo-api/js/ZOO-proj4js.js	(revision 217)
@@ -21,4 +21,11 @@
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  * THE SOFTWARE.
+ */
+
+/**
+ * Author:       Mike Adair madairATdmsolutions.ca
+ *               Richard Greenwood rich@greenwoodmap.com
+ * License:      LGPL as per: http://www.gnu.org/copyleft/lesser.html
+ * $Id: Proj.js 2956 2007-07-09 12:17:52Z steven $
  */
 
