You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by mt...@apache.org on 2007/01/29 23:54:31 UTC

svn commit: r501236 - in /incubator/xap/trunk/codebase/src/google: dom.js misc.js xpath.js xpathdebug.js

Author: mturyn
Date: Mon Jan 29 15:54:30 2007
New Revision: 501236

URL: http://svn.apache.org/viewvc?view=rev&rev=501236
Log:
Added the BSD licensing text.

Modified:
    incubator/xap/trunk/codebase/src/google/dom.js
    incubator/xap/trunk/codebase/src/google/misc.js
    incubator/xap/trunk/codebase/src/google/xpath.js
    incubator/xap/trunk/codebase/src/google/xpathdebug.js

Modified: incubator/xap/trunk/codebase/src/google/dom.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/codebase/src/google/dom.js?view=diff&rev=501236&r1=501235&r2=501236
==============================================================================
--- incubator/xap/trunk/codebase/src/google/dom.js (original)
+++ incubator/xap/trunk/codebase/src/google/dom.js Mon Jan 29 15:54:30 2007
@@ -1,9 +1,32 @@
 // Copyright 2005 Google Inc.
 // All Rights Reserved
 //
-// An XML parse and a minimal DOM implementation that just supportes
-// the subset of the W3C DOM that is used in the XSLT implementation.
+// Redistribution and use in source and binary forms, with or without
+// modification, are permitted provided that the following conditions are
+// met:
 //
+//    * Redistributions of source code must retain the above copyright notice, 
+//      this list of conditions and the following disclaimer.
+//    * Redistributions in binary form must reproduce the above copyright notice, 
+//      this list of conditions and the following disclaimer in the documentation 
+//      and/or other materials provided with the distribution.
+//    * Neither the name of the <ORGANIZATION> nor the names of its contributors may
+//      be used to endorse or promote products derived from this software without 
+//      specific prior written permission.
+//
+// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+// ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+// WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
+// ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+// (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+// LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+//  An XML parse and a minimal DOM implementation that just supportes
+//  the subset of the W3C DOM that is used in the XSLT implementation.
+// 
 // References: 
 //
 // [DOM] W3C DOM Level 3 Core Specification

Modified: incubator/xap/trunk/codebase/src/google/misc.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/codebase/src/google/misc.js?view=diff&rev=501236&r1=501235&r2=501236
==============================================================================
--- incubator/xap/trunk/codebase/src/google/misc.js (original)
+++ incubator/xap/trunk/codebase/src/google/misc.js Mon Jan 29 15:54:30 2007
@@ -1,6 +1,34 @@
 // Copyright 2005 Google Inc.
 // All Rights Reserved
+// Copyright 2005 Google Inc.
+// All Rights Reserved
 //
+// Redistribution and use in source and binary forms, with or without
+// modification, are permitted provided that the following conditions are
+// met:
+//
+//    * Redistributions of source code must retain the above copyright notice, 
+//      this list of conditions and the following disclaimer.
+//    * Redistributions in binary form must reproduce the above copyright notice, 
+//      this list of conditions and the following disclaimer in the documentation 
+//      and/or other materials provided with the distribution.
+//    * Neither the name of the <ORGANIZATION> nor the names of its contributors may
+//      be used to endorse or promote products derived from this software without 
+//      specific prior written permission.
+//
+// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+// ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+// WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
+// ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+// (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+// LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+//  An XML parse and a minimal DOM implementation that just supportes
+//  the subset of the W3C DOM that is used in the XSLT implementation.
+// 
 // Miscellania that support the ajaxslt implementation.
 //
 // Author: Steffen Meschkat <me...@google.com>

Modified: incubator/xap/trunk/codebase/src/google/xpath.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/codebase/src/google/xpath.js?view=diff&rev=501236&r1=501235&r2=501236
==============================================================================
--- incubator/xap/trunk/codebase/src/google/xpath.js (original)
+++ incubator/xap/trunk/codebase/src/google/xpath.js Mon Jan 29 15:54:30 2007
@@ -1,6 +1,34 @@
 // Copyright 2005 Google Inc.
 // All Rights Reserved
+// Copyright 2005 Google Inc.
+// All Rights Reserved
 //
+// Redistribution and use in source and binary forms, with or without
+// modification, are permitted provided that the following conditions are
+// met:
+//
+//    * Redistributions of source code must retain the above copyright notice, 
+//      this list of conditions and the following disclaimer.
+//    * Redistributions in binary form must reproduce the above copyright notice, 
+//      this list of conditions and the following disclaimer in the documentation 
+//      and/or other materials provided with the distribution.
+//    * Neither the name of the <ORGANIZATION> nor the names of its contributors may
+//      be used to endorse or promote products derived from this software without 
+//      specific prior written permission.
+//
+// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+// ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+// WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
+// ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+// (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+// LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+//  An XML parse and a minimal DOM implementation that just supportes
+//  the subset of the W3C DOM that is used in the XSLT implementation.
+// 
 // An XPath parser and evaluator written in JavaScript. The
 // implementation is complete except for functions handling
 // namespaces.

Modified: incubator/xap/trunk/codebase/src/google/xpathdebug.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/codebase/src/google/xpathdebug.js?view=diff&rev=501236&r1=501235&r2=501236
==============================================================================
--- incubator/xap/trunk/codebase/src/google/xpathdebug.js (original)
+++ incubator/xap/trunk/codebase/src/google/xpathdebug.js Mon Jan 29 15:54:30 2007
@@ -1,6 +1,34 @@
 // Copyright 2005 Google Inc.
 // All Rights Reserved
+// Copyright 2005 Google Inc.
+// All Rights Reserved
 //
+// Redistribution and use in source and binary forms, with or without
+// modification, are permitted provided that the following conditions are
+// met:
+//
+//    * Redistributions of source code must retain the above copyright notice, 
+//      this list of conditions and the following disclaimer.
+//    * Redistributions in binary form must reproduce the above copyright notice, 
+//      this list of conditions and the following disclaimer in the documentation 
+//      and/or other materials provided with the distribution.
+//    * Neither the name of the <ORGANIZATION> nor the names of its contributors may
+//      be used to endorse or promote products derived from this software without 
+//      specific prior written permission.
+//
+// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+// ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+// WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
+// ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+// (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+// LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+//  An XML parse and a minimal DOM implementation that just supportes
+//  the subset of the W3C DOM that is used in the XSLT implementation.
+// 
 // Debug stuff for the XPath parser. Also used by XSLT.
 
 TokenExpr.prototype.toString = function() {