kiss-0.13

This is Debian Linux's prepackaged version of Karel Kubat's kiss.
Kiss: Karel's Interactive Simple Shell (or Incredibly Stupid 
Shell, if you like).

Kiss is basically a simple shell interpreter, like Bash or Tcsh, except that
it lacks a good deal of the sophistication of a good shell. E.g. you'll find
that Kiss sometimes doesn't parse its input the way you want it, or that
programs aren't started correctly. So beware. However, most times Kiss will do
what you intend it to do. What Kiss does have over Bash or Tcsh, is a good
deal of built-in programs. E.g. "ls" or "mount" are built-ins, which means
that Kiss is ideal as a shell interpreter on rescue disks. Just create a
bootable disk, put Kiss on it as your login shell interpreter, and you're all
set. No need to put "ls", "cat", "more" or other programs on the disk. Which
means that you can put other important files on the rescue diskette.

This package was put together by me, Bernd Eckenfels
<ecki@debian.org>, from the original sources.
ftp://ftp.icce.rug.nl/pub/unix/kiss-0.13.tar.gz

kiss copyright--------------------

    "Kiss is distributed without charge. As with everything that's free,
    there's no warranty. If you like Kiss, tell your friends about it. If you
    _really_ like Kiss, send me a postcard from a far-away place. If you don't
    like it, tough."

Oh, one more thing. I am distributing Kiss under the GPL `copyleft'
conditions. See the file COPYING. However, if you have changes / improvements
/ bug fixes, don't hack the sources to re-distribute your version. Rather mail
your submissions to me.  I'd like to have the latest version of Kiss too!

					Karel Kubat
					e-mail: karel@icce.rug.nl
					Westerhaven 16
					9718 AW  Groningen
					The Netherlands

getline copyright----------------------
/*
 * Copyright (C) 1991, 1992, 1993 by Chris Thewalt (thewalt@ce.berkeley.edu)
 *
 * Permission to use, copy, modify, and distribute this software
 * for any purpose and without fee is hereby granted, provided
 * that the above copyright notices appear in all copies and that both the
 * copyright notice and this permission notice appear in supporting
 * documentation.  This software is provided "as is" without express or
 * implied warranty.
 *
 * Thanks to the following people who have provided enhancements and fixes:
 *   Ron Ueberschaer, Christoph Keller, Scott Schwartz, Steven List,
 *   DaviD W. Sanderson, Goran Bostrom, Michael Gleason, Glenn Kasten,
 *   Edin Hodzic, Eric J Bivona, Kai Uwe Rommel, Danny Quah, Ulrich Betzler
 */
