This is Debian GNU/Linux's prepackaged version of the FSF's GNU Bash,
the Bourne Again SHell.

This package was put together by Matthias Klose <doko@debian.org>, from
the following sources:

  bash:			ftp.gnu.org:/pub/gnu/bash/bash-3.1.tar.gz
  bash_completion:	http://freshmeat.net/projects/bashcompletion/
  bashdb:		http://bashdb.sf.net/

Bash homepage:		 http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html

Copyright (C) 1989-2004 Free Software Foundation, Inc.

Bash 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, or (at your option) any later
version.

Bash 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 with
your Debian GNU/Linux system, in /usr/share/common-licenses/GPL, or with
the Debian GNU/Linux bash source package as the file COPYING.  If not,
write to the Free Software Foundation, Inc., 59 Temple Place - Suite
330, Boston, MA 02111-1307, USA.

The Free Software Foundation has exempted Bash from the requirement of
Paragraph 2c of the General Public License.  This is to say, there is
no requirement for Bash to print a notice when it is started
interactively in the usual way.  We made this exception because users
and standards expect shells not to print such messages.  This
exception applies to any program that serves as a shell and that is
based primarily on Bash as opposed to other GNU software.


bash_completion 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, or (at your option) any later version.

bashdb 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, or (at your option) any later version.

Files with other copyright statement than: Copyright FSF, License GPL
---------------------------------------------------------------------

doc/FAQ ("the Bash FAQ")

 This document is Copyright 1995-2005 by Chester Ramey.

 Permission is hereby granted, without written agreement and
 without license or royalty fees, to use, copy, and distribute
 this document for any purpose, provided that the above copyright
 notice appears in all copies of this document and that the
 contents of this document remain unaltered.


doc/bashref.texi ("Bash Reference Manual"):

 Copyright (c) 1988-2005 Free Software Foundation, Inc.

 Permission is granted to make and distribute verbatim copies of
 this manual provided the copyright notice and this permission notice
 are preserved on all copies.

 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.1 or
 any later version published by the Free Software Foundation; with no
 Invariant Sections, with the Front-Cover texts being ``A GNU Manual,''
 and with the Back-Cover Texts as in (a) below.  A copy of the license is
 included in the section entitled ``GNU Free Documentation License.''

 (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
 this GNU Manual, like GNU software.  Copies published by the Free
 Software Foundation raise funds for GNU development.''


examples/bashdb/bashdb (Bash shell debugger)

 # Adapted from an idea in O'Reilly's `Learning the Korn Shell'
 # Copyright (C) 1993-1994 O'Reilly and Associates, Inc.
 # Copyright (C) 1998, 1999, 2001 Gary V. Vaughan <gvv@techie.com>>

 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License [...]


examples/functions/pathfuncs (add dir to path)

 #       @(#)Copyright (c) 1991 Simon J. Gerraty
 #
 #       This file is provided in the hope that it will
 #       be of use.  There is absolutely NO WARRANTY.
 #       Permission to copy, redistribute or otherwise
 #       use this file is hereby granted provided that
 #       the above copyright notice and this notice are
 #       left intact.


examples/functions/recurse (Recursive Directory Traverser)

 # Author: Kaz Kylheku
 # Copyright 1999


examples/scripts/bcsh.sh (Bourne shell cshell-emulator)

 #       "Copyright (c) Chris Robertson, December 1985"
 #
 #       This software may be used for any purpose provided the original
 #       copyright notice and this notice are affixed thereto.  No warranties of
 #       any kind whatsoever are provided with this software, and it is hereby
 #       understood that the author is not liable for any damagages arising
 #       from the use of this software.


examples/scripts/websrv.sh (WWW server in sh)

 #copyright chris ulrich; This software may be used or modified
 #in any way so long as this notice remains intact.


examples/loadables/getconf.c (POSIX.2 getconf utility)

 /*
  * ORIGINAL COPYRIGHT STATEMENT:
  *
  * Copyright (c) 1994 Winning Strategies, Inc.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
  * 1. Redistributions of source code must retain the above copyright
  *    notice, this list of conditions and the following disclaimer.
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
  * 3. All advertising materials mentioning features or use of this software
  *    must display the following acknowledgement:
  *      This product includes software developed by Winning Strategies, Inc.
  * 4. The name of the author may not be used to endorse or promote products
  *    derived from this software without specific prior written permission.
  *
  * 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.
  */

 /*
  * POSIX.2 getconf utility
  *
  * Originally Written by:
  *      J.T. Conklin (jtc@wimsey.com), Winning Strategies, Inc.
  *
  * Heavily modified for inclusion in bash by
  *      Chet Ramey <chet@po.cwru.edu>
  */


examples/loadables/cut.c:

 /*
  * Copyright (c) 1989, 1993
  *      The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Adam S. Moskowitz of Menlo Consulting and Marciano Pitargue.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
  * 1. Redistributions of source code must retain the above copyright
  *    notice, this list of conditions and the following disclaimer.
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
  * 3. All advertising materials mentioning features or use of this software
  *    must display the following acknowledgement:
  *      This product includes software developed by the University of
  *      California, Berkeley and its contributors.
  * 4. Neither the name of the University nor the nam                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             