Actually, we are thinking of renaming the parser "[PRODUCT NAME]" :-)
----------------------------------------
Dean Roddey
Software Weenie
IBM Center for Java Technology - Silicon Valley
[EMAIL PROTECTED]
Bill Schindler <[EMAIL PROTECTED]> on 02/25/2000 08:34:22 AM
Please respond to [EMAIL PROTECTED]
To: Xerces-Dev <[EMAIL PROTECTED]>
cc:
Subject: [PATCH] BinUrlInputStream.* license nit
It must be my day to find nits in documentation.
Index: ./c/src/util/NetAccessors/libWWW/BinURLInputStream.cpp
===================================================================
RCS file:
/home/cvspublic/xml-xerces/c/src/util/NetAccessors/libWWW/BinURLInputStream.cpp,v
retrieving revision 1.1
diff -u -r1.1 BinURLInputStream.cpp
--- BinURLInputStream.cpp 2000/02/17 22:06:19 1.1
+++ BinURLInputStream.cpp 2000/02/25 16:30:14
@@ -23,7 +23,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "[PRODUCT NAME]" and "Apache Software Foundation" must
+ * 4. The names "Xerces" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
Index: ./c/src/util/NetAccessors/libWWW/BinURLInputStream.hpp
===================================================================
RCS file:
/home/cvspublic/xml-xerces/c/src/util/NetAccessors/libWWW/BinURLInputStream.hpp,v
retrieving revision 1.1
diff -u -r1.1 BinURLInputStream.hpp
--- BinURLInputStream.hpp 2000/02/17 22:06:19 1.1
+++ BinURLInputStream.hpp 2000/02/25 16:30:14
@@ -23,7 +23,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "[PRODUCT NAME]" and "Apache Software Foundation" must
+ * 4. The names "Xerces" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
--Bill