Bump to 2indexdata for Deb version
[pazpar2-moved-to-github.git] / js / pz2.js
index 4f16ccb..d252eaa 100644 (file)
--- a/js/pz2.js
+++ b/js/pz2.js
@@ -1,4 +1,19 @@
 /*
+ * !! WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING !!
+ *
+ * Do not edit this file. The current version of pz2.js now lives in
+ * its own git module ssh://git.indexdata.com/home/git/pub/pz2js and
+ * ALL FURTHER CHANGES SHOULD BE MADE TO THAT FILE.
+ *
+ * This copy will be removed as soon as we have good, solid Debian and
+ * Red Hat releases of the new independent pz2js package and have
+ * modified the pazpar2 packages to depend on it.
+ *
+ * !! WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING !!
+ */
+
+
+/*
  * $Id$
 ** pz2.js - pazpar2's javascript client library.
 */
@@ -29,7 +44,7 @@ var pz2 = function ( paramArray )
     
     // at least one callback required
     if ( !paramArray )
-        throw new Error("Pz2.js: Array with parameters has to be suplied."); 
+        throw new Error("Pz2.js: Array with parameters has to be supplied."); 
 
     //supported pazpar2's protocol version
     this.suppProtoVer = '1';