>From the README file in srclib/xml/expat... This file refers to a license in the file named COPYING, which is not in our source tree. We effectively have -no- license information in the source for expat. I assume this is an oversite...
Bill Expat, Release 1.95.1 This is expat, the C library for parsing XML, written by James Clark. Expat is a stream oriented XML parser. This means that you register handlers with the parser prior to starting the parse. These handlers are called when the parser discovers the associated structures in the document being parsed. A start tag is an example of the kind of structures for which you may register handlers. Expat is free software. You may copy, distribute, and modify it under the terms of the License contained in the file, COPYING, distributed with this package. This license is the same as the MIT/X Consortium license.
