newq
=====================

Copyright (c) 1999, 2000 by Peter Jordan. All Rights Reserved.

  This program is free software; you can redistribute it
  and/or modify it under the terms of the GNU General Public
  License as published by the Free Software Foundation;
  either version 2 of the License, or (at your option) any
  later version.

  This program is distributed in the hope that it will be
  useful, but WITHOUT ANY WARRANTY; without even the implied
  warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  PURPOSE.  See the GNU General Public License for more
  details.

  You should have received a copy of the GNU General Public
  License along with this program; if not, write to the Free
  Software Foundation, Inc., 59 Temple Place - Suite 330,
  Boston, MA 02111-1307, USA.

A copy of the GNU General Public License can be found in the
file GPL2.txt.

  THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
  OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
  DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
  GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  INTERRUPTION) HOWEVER CAUSED AND ON 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.

You may obtain the latest copy of newq, including full
source code from http://newq.blackwire.com.
Other enquiries about newq should be directed to the
author --pjordan@blackwire.com.

I gratefully acknowledge the contributions made by the authors
of the following software packages:

newq used netcat as a template for learning how to do the sockets
stuff.   Appropriate considering that the orginal "shame.pl"
simply called netcat to handle the socket connection.

newq uses the Secure Hash Algorith (SHA) the code for
which was derived from Uwe Hollerbach's SHA module for perl.
The code contains the following statement:

  "NIST Secure Hash Algorithm heavily modified by Uwe
  Hollerbach <uh@alumni.caltech edu> from Peter C. Gutmann's
  implementation as found in Applied Cryptography by Bruce
  Schneier
  This code is in the public domain"

newq also based this licence on the one found in the source code for Zebedee.
