 		CERN Web server Source Modules

 Two source modules were taken from the cern web server common source 
 library  on March 10, 1999. The modules provide editing functions for 
 HTTP.  Both modules are covered by the World Wide Web Consortium (W3C) 
 license agreement that is described in: 

   http://www.w3.org/Consortium/Legal/copyright-software-19980720.html

 Where the following disclaimer is made.

   THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT 
   HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, 
   INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS 
   FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR 
   DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, 
   TRADEMARKS OR OTHER RIGHTS. 

   COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL 
   OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR 
   DOCUMENTATION. 

 The modules:
 
  HTUU.c 

    This module is used as is. No Bull modifications have been made.

  HTEscape.c (derived from cern module HTParse.c)

    This module extracts the HTTP escape and unescape functions from the
    cern webserver module HTParse.c. The code has been modified slightly
    to remove constructs that prevented a clean compile in the Bull SRM
    environment.
 