home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / bash / copyright < prev    next >
Encoding:
Text File  |  2007-04-10  |  17.2 KB  |  390 lines

  1. This is Debian GNU/Linux's prepackaged version of the FSF's GNU Bash,
  2. the Bourne Again SHell.
  3.  
  4. This package was put together by Matthias Klose <doko@debian.org>, from
  5. the following sources:
  6.  
  7.   bash:            ftp.gnu.org:/pub/gnu/bash/bash-3.1.tar.gz
  8.   bash_completion:    http://freshmeat.net/projects/bashcompletion/
  9.   bashdb:        http://bashdb.sf.net/
  10.  
  11. Bash homepage:         http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html
  12.  
  13. Copyright (C) 1989-2004 Free Software Foundation, Inc.
  14.  
  15. Bash is free software; you can redistribute it and/or modify it under
  16. the terms of the GNU General Public License as published by the Free
  17. Software Foundation; either version 2, or (at your option) any later
  18. version.
  19.  
  20. Bash is distributed in the hope that it will be useful, but WITHOUT
  21. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  22. FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  23. for more details.
  24.  
  25. You should have received a copy of the GNU General Public License with
  26. your Debian GNU/Linux system, in /usr/share/common-licenses/GPL, or with
  27. the Debian GNU/Linux bash source package as the file COPYING.  If not,
  28. write to the Free Software Foundation, Inc., 59 Temple Place - Suite
  29. 330, Boston, MA 02111-1307, USA.
  30.  
  31. The Free Software Foundation has exempted Bash from the requirement of
  32. Paragraph 2c of the General Public License.  This is to say, there is
  33. no requirement for Bash to print a notice when it is started
  34. interactively in the usual way.  We made this exception because users
  35. and standards expect shells not to print such messages.  This
  36. exception applies to any program that serves as a shell and that is
  37. based primarily on Bash as opposed to other GNU software.
  38.  
  39.  
  40. bash_completion is free software; you can redistribute it and/or modify it
  41. under the terms of the GNU General Public License as published by the Free
  42. Software Foundation; either version 2, or (at your option) any later version.
  43.  
  44. bashdb is free software; you can redistribute it and/or modify it
  45. under the terms of the GNU General Public License as published by the Free
  46. Software Foundation; either version 2, or (at your option) any later version.
  47.  
  48. Files with other copyright statement than: Copyright FSF, License GPL
  49. ---------------------------------------------------------------------
  50.  
  51. doc/FAQ ("the Bash FAQ")
  52.  
  53.  This document is Copyright 1995-2005 by Chester Ramey.
  54.  
  55.  Permission is hereby granted, without written agreement and
  56.  without license or royalty fees, to use, copy, and distribute
  57.  this document for any purpose, provided that the above copyright
  58.  notice appears in all copies of this document and that the
  59.  contents of this document remain unaltered.
  60.  
  61.  
  62. doc/bashref.texi ("Bash Reference Manual"):
  63.  
  64.  Copyright (c) 1988-2005 Free Software Foundation, Inc.
  65.  
  66.  Permission is granted to make and distribute verbatim copies of
  67.  this manual provided the copyright notice and this permission notice
  68.  are preserved on all copies.
  69.  
  70.  Permission is granted to copy, distribute and/or modify this document
  71.  under the terms of the GNU Free Documentation License, Version 1.1 or
  72.  any later version published by the Free Software Foundation; with no
  73.  Invariant Sections, with the Front-Cover texts being ``A GNU Manual,''
  74.  and with the Back-Cover Texts as in (a) below.  A copy of the license is
  75.  included in the section entitled ``GNU Free Documentation License.''
  76.  
  77.  (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
  78.  this GNU Manual, like GNU software.  Copies published by the Free
  79.  Software Foundation raise funds for GNU development.''
  80.  
  81.  
  82. examples/bashdb/bashdb (Bash shell debugger)
  83.  
  84.  # Adapted from an idea in O'Reilly's `Learning the Korn Shell'
  85.  # Copyright (C) 1993-1994 O'Reilly and Associates, Inc.
  86.  # Copyright (C) 1998, 1999, 2001 Gary V. Vaughan <gvv@techie.com>>
  87.  
  88.  # This program is free software; you can redistribute it and/or modify
  89.  # it under the terms of the GNU General Public License [...]
  90.  
  91.  
  92. examples/functions/pathfuncs (add dir to path)
  93.  
  94.  #       @(#)Copyright (c) 1991 Simon J. Gerraty
  95.  #
  96.  #       This file is provided in the hope that it will
  97.  #       be of use.  There is absolutely NO WARRANTY.
  98.  #       Permission to copy, redistribute or otherwise
  99.  #       use this file is hereby granted provided that
  100.  #       the above copyright notice and this notice are
  101.  #       left intact.
  102.  
  103.  
  104. examples/functions/recurse (Recursive Directory Traverser)
  105.  
  106.  # Author: Kaz Kylheku
  107.  # Copyright 1999
  108.  
  109.  
  110. examples/scripts/bcsh.sh (Bourne shell cshell-emulator)
  111.  
  112.  #       "Copyright (c) Chris Robertson, December 1985"
  113.  #
  114.  #       This software may be used for any purpose provided the original
  115.  #       copyright notice and this notice are affixed thereto.  No warranties of
  116.  #       any kind whatsoever are provided with this software, and it is hereby
  117.  #       understood that the author is not liable for any damagages arising
  118.  #       from the use of this software.
  119.  
  120.  
  121. examples/scripts/websrv.sh (WWW server in sh)
  122.  
  123.  #copyright chris ulrich; This software may be used or modified
  124.  #in any way so long as this notice remains intact.
  125.  
  126.  
  127. examples/loadables/getconf.c (POSIX.2 getconf utility)
  128.  
  129.  /*
  130.   * ORIGINAL COPYRIGHT STATEMENT:
  131.   *
  132.   * Copyright (c) 1994 Winning Strategies, Inc.
  133.   * All rights reserved.
  134.   *
  135.   * Redistribution and use in source and binary forms, with or without
  136.   * modification, are permitted provided that the following conditions
  137.   * are met:
  138.   * 1. Redistributions of source code must retain the above copyright
  139.   *    notice, this list of conditions and the following disclaimer.
  140.   * 2. Redistributions in binary form must reproduce the above copyright
  141.   *    notice, this list of conditions and the following disclaimer in the
  142.   *    documentation and/or other materials provided with the distribution.
  143.   * 3. All advertising materials mentioning features or use of this software
  144.   *    must display the following acknowledgement:
  145.   *      This product includes software developed by Winning Strategies, Inc.
  146.   * 4. The name of the author may not be used to endorse or promote products
  147.   *    derived from this software without specific prior written permission.
  148.   *
  149.   * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  150.   * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  151.   * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  152.   * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  153.   * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  154.   * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  155.   * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  156.   * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  157.   * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  158.   * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  159.   */
  160.  
  161.  /*
  162.   * POSIX.2 getconf utility
  163.   *
  164.   * Originally Written by:
  165.   *      J.T. Conklin (jtc@wimsey.com), Winning Strategies, Inc.
  166.   *
  167.   * Heavily modified for inclusion in bash by
  168.   *      Chet Ramey <chet@po.cwru.edu>
  169.   */
  170.  
  171.  
  172. examples/loadables/cut.c:
  173.  
  174.  /*
  175.   * Copyright (c) 1989, 1993
  176.   *      The Regents of the University of California.  All rights reserved.
  177.   *
  178.   * This code is derived from software contributed to Berkeley by
  179.   * Adam S. Moskowitz of Menlo Consulting and Marciano Pitargue.
  180.   *
  181.   * Redistribution and use in source and binary forms, with or without
  182.   * modification, are permitted provided that the following conditions
  183.   * are met:
  184.   * 1. Redistributions of source code must retain the above copyright
  185.   *    notice, this list of conditions and the following disclaimer.
  186.   * 2. Redistributions in binary form must reproduce the above copyright
  187.   *    notice, this list of conditions and the following disclaimer in the
  188.   *    documentation and/or other materials provided with the distribution.
  189.   * 3. All advertising materials mentioning features or use of this software
  190.   *    must display the following acknowledgement:
  191.   *      This product includes software developed by the University of
  192.   *      California, Berkeley and its contributors.
  193.   * 4. Neither the name of the University nor the names of its contributors
  194.   *    may be used to endorse or promote products derived from this software
  195.   *    without specific prior written permission.
  196.   *
  197.   * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  198.   * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  199.   * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  200.   * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  201.   * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  202.   * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  203.   * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  204.   * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  205.   * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  206.   * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  207.   * SUCH DAMAGE.
  208.   */
  209.  
  210.  
  211. lib/readline/doc/rlman.texi (part of the GNU Readline Library manual)
  212.  
  213.  Copyright (c) 1988-2004 Free Software Foundation, Inc.
  214.  
  215.  Permission is granted to make and distribute verbatim copies of
  216.  this manual provided the copyright notice and this permission notice
  217.  are preserved on all copies.
  218.  
  219.  Permission is granted to copy, distribute and/or modify this document
  220.  under the terms of the GNU Free Documentation License, Version 1.1 or
  221.  any later version published by the Free Software Foundation; with no
  222.  Invariant Sections, with the Front-Cover texts being ``A GNU Manual,''
  223.  and with the Back-Cover Texts as in (a) below.  A copy of the license is
  224.  included in the section entitled ``GNU Free Documentation License.''
  225.  
  226.  (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
  227.  this GNU Manual, like GNU software.  Copies published by the Free
  228.  Software Foundation raise funds for GNU development.''
  229.  
  230.  
  231. lib/readline/doc/rltech.texi (part of the GNU Readline Library manual)
  232.  
  233.  Copyright (C) 1988-2005 Free Software Foundation, Inc.
  234.  
  235.  Permission is granted to make and distribute verbatim copies of
  236.  this manual provided the copyright notice and this permission notice
  237.  pare preserved on all copies.
  238.  
  239.  Permission is granted to process this file through TeX and print the
  240.  results, provided the printed document carries copying permission
  241.  notice identical to this one except for the removal of this paragraph
  242.  (this paragraph not being relevant to the printed manual).
  243.  
  244.  Permission is granted to copy and distribute modified versions of this
  245.  manual under the conditions for verbatim copying, provided that the entire
  246.  resulting derived work is distributed under the terms of a permission
  247.  notice identical to this one.
  248.  
  249.  Permission is granted to copy and distribute translations of this manual
  250.  into another language, under the above conditions for modified versions,
  251.  except that this permission notice may be stated in a translation approved
  252.  by the Foundation.
  253.  
  254.  
  255. lib/readline/doc/rluser.texi (part of the GNU Readline Library manual)
  256.  
  257.  Copyright (C) 1988-2005 Free Software Foundation, Inc.
  258.  
  259.  Authored by Brian Fox and Chet Ramey.
  260.  
  261.  Permission is granted to process this file through Tex and print the
  262.  results, provided the printed document carries copying permission notice
  263.  identical to this one except for the removal of this paragraph (this
  264.  paragraph not being relevant to the printed manual).
  265.  
  266.  Permission is granted to make and distribute verbatim copies of this manual
  267.  provided the copyright notice and this permission notice are preserved on
  268.  all copies.
  269.  
  270.  Permission is granted to copy and distribute modified versions of this
  271.  manual under the conditions for verbatim copying, provided also that the
  272.  GNU Copyright statement is available to the distributee, and provided that
  273.  the entire resulting derived work is distributed under the terms of a
  274.  permission notice identical to this one.
  275.  
  276.  Permission is granted to copy and distribute translations of this manual
  277.  into another language, under the above conditions for modified versions.
  278.  
  279.  
  280. readline/doc/{history,hstech,hsuser}.texi (GNU History Library Manual)
  281.  
  282.  Copyright (C) 1988-2002 Free Software Foundation, Inc.
  283.  Authored by Brian Fox and Chet Ramey.
  284.  
  285.  Permission is granted to make and distribute verbatim copies of this manual
  286.  provided the copyright notice and this permission notice are preserved on
  287.  all copies.
  288.  
  289.  Permission is granted to process this file through Tex and print the
  290.  results, provided the printed document carries copying permission notice
  291.  identical to this one except for the removal of this paragraph (this
  292.  paragraph not being relevant to the printed manual).
  293.  
  294.  Permission is granted to copy and distribute modified versions of this
  295.  manual under the conditions for verbatim copying, provided also that the
  296.  GNU Copyright statement is available to the distributee, and provided that
  297.  the entire resulting derived work is distributed under the terms of a
  298.  permission notice identical to this one.
  299.  
  300.  Permission is granted to copy and distribute translations of this manual
  301.  into another language, under the above conditions for modified versions.
  302.  
  303.  
  304. lib/sh/inet_aton.c:
  305.  
  306.  * Copyright (c) 1983, 1990, 1993
  307.  *    The Regents of the University of California.  All rights reserved.
  308.  *
  309.  * Redistribution and use in source and binary forms, with or without
  310.  * modification, are permitted provided that the following conditions
  311.  * are met:
  312.  * 1. Redistributions of source code must retain the above copyright
  313.  *    notice, this list of conditions and the following disclaimer.
  314.  * 2. Redistributions in binary form must reproduce the above copyright
  315.  *    notice, this list of conditions and the following disclaimer in the
  316.  *    documentation and/or other materials provided with the distribution.
  317.  * 3. All advertising materials mentioning features or use of this software
  318.  *    must display the following acknowledgement:
  319.  *      This product includes software developed by the University of
  320.  *      California, Berkeley and its contributors.
  321.  * 4. Neither the name of the University nor the names of its contributors
  322.  *    may be used to endorse or promote products derived from this software
  323.  *    without specific prior written permission.
  324.  *
  325.  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  326.  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  327.  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  328.  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  329.  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  330.  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  331.  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  332.  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  333.  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  334.  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  335.  * SUCH DAMAGE.
  336.  * -
  337.  * Portions Copyright (c) 1993 by Digital Equipment Corporation.
  338.  *
  339.  * Permission to use, copy, modify, and distribute this software for any
  340.  * purpose with or without fee is hereby granted, provided that the above
  341.  * copyright notice and this permission notice appear in all copies, and that
  342.  * the name of Digital Equipment Corporation not be used in advertising or
  343.  * publicity pertaining to distribution of the document or software without
  344.  * specific, written prior permission.
  345.  *
  346.  * THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL
  347.  * WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
  348.  * OF MERCHANTABILITY AND FITNESS.   IN NO EVENT SHALL DIGITAL EQUIPMENT
  349.  * CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
  350.  * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
  351.  * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
  352.  * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  353.  * SOFTWARE.
  354.  
  355.  
  356. lib/termcap/grot/termcap.info (GNU termcap library manual)
  357.  
  358.  Copyright (C) 1988 Free Software Foundation, Inc.
  359.  
  360.  Permission is granted to make and distribute verbatim copies of
  361.  this manual provided the copyright notice and this permission notice
  362.  are preserved on all copies.
  363.  
  364.  Permission is granted to process this file through TeX and print the
  365.  results, provided the printed document carries copying permission
  366.  notice identical to this one except for the removal of this paragraph
  367.  (this paragraph not being relevant to the printed manual).
  368.  
  369.  Permission is granted to copy and distribute modified versions of this
  370.  manual under the conditions for verbatim copying, provided that the entire
  371.  resulting derived work is distributed under the terms of a permission
  372.  notice identical to this one.
  373.  
  374.  Permission is granted to copy and distribute translations of this manual
  375.  into another language, under the above conditions for modified versions,
  376.  except that this permission notice may be stated in a translation approved
  377.  by the Foundation.
  378.  
  379.  
  380. support/man2html.c
  381.  
  382.  * This program was written by Richard Verhoeven (NL:5482ZX35)
  383.  * at the Eindhoven University of Technology. Email: rcb5@win.tue.nl
  384.  *
  385.  * Permission is granted to distribute, modify and use this program as long
  386.  * as this comment is not removed or changed.
  387.  *
  388.  * THIS IS A MODIFIED VERSION.  IT WAS MODIFIED BY chet@po.cwru.edu FOR
  389.  * USE BY BASH.
  390.