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/30 00:05:21 UTC

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

Author: mturyn
Date: Mon Jan 29 16:05:20 2007
New Revision: 501242

URL: http://svn.apache.org/viewvc?view=rev&rev=501242
Log:
Substituting "Google's name" for "name of <ORGANIZATION>".

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=501242&r1=501241&r2=501242
==============================================================================
--- incubator/xap/trunk/codebase/src/google/dom.js (original)
+++ incubator/xap/trunk/codebase/src/google/dom.js Mon Jan 29 16:05:20 2007
@@ -1,6 +1,8 @@
 // Copyright 2005 Google Inc.
 // All Rights Reserved
 //
+// Licensed under the BSD license:
+//
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // met:
@@ -10,7 +12,7 @@
 //    * 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
+//    * Neither Google's name nor the names of its contributors may
 //      be used to endorse or promote products derived from this software without 
 //      specific prior written permission.
 //

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=501242&r1=501241&r2=501242
==============================================================================
--- incubator/xap/trunk/codebase/src/google/misc.js (original)
+++ incubator/xap/trunk/codebase/src/google/misc.js Mon Jan 29 16:05:20 2007
@@ -1,6 +1,8 @@
 // Copyright 2005 Google Inc.
 // All Rights Reserved
 //
+// Licensed under the BSD license:
+//
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // met:
@@ -10,7 +12,7 @@
 //    * 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
+//    * Neither Google's name nor the names of its contributors may
 //      be used to endorse or promote products derived from this software without 
 //      specific prior written permission.
 //

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=501242&r1=501241&r2=501242
==============================================================================
--- incubator/xap/trunk/codebase/src/google/xpath.js (original)
+++ incubator/xap/trunk/codebase/src/google/xpath.js Mon Jan 29 16:05:20 2007
@@ -1,6 +1,8 @@
 // Copyright 2005 Google Inc.
 // All Rights Reserved
 //
+// Licensed under the BSD license:
+//
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // met:
@@ -10,7 +12,7 @@
 //    * 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
+//    * Neither Google's name nor the names of its contributors may
 //      be used to endorse or promote products derived from this software without 
 //      specific prior written permission.
 //

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=501242&r1=501241&r2=501242
==============================================================================
--- incubator/xap/trunk/codebase/src/google/xpathdebug.js (original)
+++ incubator/xap/trunk/codebase/src/google/xpathdebug.js Mon Jan 29 16:05:20 2007
@@ -1,6 +1,8 @@
 // Copyright 2005 Google Inc.
 // All Rights Reserved
 //
+// Licensed under the BSD license:
+//
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // met:
@@ -10,7 +12,7 @@
 //    * 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
+//    * Neither Google's name nor the names of its contributors may
 //      be used to endorse or promote products derived from this software without 
 //      specific prior written permission.
 //
@@ -24,6 +26,7 @@
 // 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.
 //