This is the Debian GNU/Linux prepackaged version of JLex.

This package was put together by Michael Fletcher <zidj@geocities.com>
and was subsequently maintained by Martin Schulze <joey@debian.org>.
It is currently maintained by Charles Briscoe-Smith <cpbs@debian.org>.

The package was constructed using source code downloaded from
<URL:http://www.cs.princeton.edu/~appel/modern/java/JLex/>.

The original code contained a modified copy of the java.util.BitSet class
from SUN's JDK source code distribution.  This has been removed from
this copy, and replaced with the equivalent class from the Kore library.

JLex is a lexical analyzer generator, written for Java, in Java.  JLex was
developed by Elliot Berk at Princeton University. It is now maintained
with the assistance of Martin Dirichs, University of Oldenburg, Germany.

/************************************************************************
  JLEX COPYRIGHT NOTICE, LICENSE AND DISCLAIMER.
  
  Copyright 1996 by Elliot Joel Berk
  
  Permission to use, copy, modify, and distribute this software and its
  documentation for any purpose and without fee is hereby granted,
  provided that the above copyright notice appear in all copies and that
  both the copyright notice and this permission notice and warranty
  disclaimer appear in supporting documentation, and that the name of
  Elliot Joel Berk not be used in advertising or publicity pertaining 
  to distribution of the software without specific, written prior permission.
  
  Elliot Joel Berk disclaims all warranties with regard to this software, 
  including all implied warranties of merchantability and fitness.  In no event
  shall Elliot Joel Berk be liable for any special, indirect or consequential
  damages or any damages whatsoever resulting from loss of use, data or
  profits, whether in an action of contract, negligence or other
  tortious action, arising out of or in connection with the use or
  performance of this software.
  ***********************************************************************/

The Kore library is copyrighted and licenced as follows:

  This software is copyrighted by George David Morrison, Glynn Clements
  and other parties. The following terms apply to all files associated
  with the software unless explicitly disclaimed in individual files.

  The authors hereby grant permission to use, copy, modify, distribute,
  and license this software and its documentation for any purpose, provided
  that existing copyright notices are retained in all copies and that this
  notice is included verbatim in any distributions. No written agreement,
  license, or royalty fee is required for any of the authorized uses.
  Modifications to this software may be copyrighted by their authors
  and need not follow the licensing terms described here, provided that
  the new terms are clearly indicated on the first page of each file where
  they apply.

  IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
  FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
  ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
  DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
  POSSIBILITY OF SUCH DAMAGE.

  THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
  FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.  THIS SOFTWARE
  IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE
  NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
  MODIFICATIONS.

  RESTRICTED RIGHTS: Use, duplication or disclosure by the government
  is subject to the restrictions as set forth in subparagraph (c) (1) (ii)
  of the Rights in Technical Data and Computer Software Clause as DFARS
  252.227-7013 and FAR 52.227-19.

The BitSet class used contains this additional notice:

  (C) 1996 Glynn Clements <glynn@sensei.co.uk> - Freely Redistributable

