diff options
Diffstat (limited to 'copyright')
-rw-r--r-- | copyright | 146 |
1 files changed, 146 insertions, 0 deletions
diff --git a/copyright b/copyright new file mode 100644 index 0000000..ae4adcd --- /dev/null +++ b/copyright @@ -0,0 +1,146 @@ +Upstream Source +=============== + +In General +---------- + +Copyright (C) 1991, 1992, 1993, 1994, 1997, 1998, 2000, 2003, 2004, +2005, 2006 Free Software Foundation, Inc. + +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, 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, you can either send email to this +program's author (see below) or write to: + + The Free Software Foundation, Inc. + 51 Franklin Street, Fifth Floor + Boston, MA 02110-1301 USA + +On this system, a copy of the GNU General Public License may be found at +<file:///usr/share/common-licenses/GPL-2>. + +bc/bc.h, bc/bc.c +---------------- + +A Bison parser, made by GNU Bison 2.1. + +Skeleton parser for Yacc-like parsing with Bison, +Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + +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, 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., 51 Franklin Street, Fifth Floor, +Boston, MA 02110-1301, USA. + +As a special exception, when this file is copied by Bison into a +Bison output file, you may use that output file without restriction. +This special exception was added by the Free Software Foundation +in version 1.24 of Bison. + +h/getopt.h, lib/getopt.c, lib/getopt1.c +--------------------------------------- + +Copyright (C) 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, +1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software +Foundation, Inc. + +This file is part of the GNU C Library. + +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, 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +On this system, a copy of the GNU General Public License may be found at +<file:///usr/share/common-licenses/GPL-2>. + +doc/bc.texi, doc/bc.info, doc/dc.texi, doc/dc.info +-------------------------------------------------- + +Copyright (C) 1984, 1991, 1992, 1993, 1994, 1997, 1998, 2000, 2003, 2005, +2006 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 process this file through TeX and print the +results, provided the printed document carries copying permission +notice identical to this one except for the removal of this paragraph +(this paragraph not being relevant to the printed manual). + +Permission is granted to copy and distribute modified versions of this +manual under the conditions for verbatim copying, provided that the entire +resulting derived work is distributed under the terms of a permission +notice identical to this one. + +Permission is granted to copy and distribute translations of this manual +into another language, under the above conditions for modified versions, +except that this permission notice may be stated in a translation approved +by the Foundation. + +doc/bc.1, doc/dc.1 +------------------ + +This file is part of GNU bc. +Copyright (C) 1991-1994, 1997, 1998, 2000, 2001, 2003, 2005, 2006 +Free Software Foundation, Inc. + +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; see the file COPYING. If not, write to: + The Free Software Foundation, Inc. + 51 Franklin Street, Fifth Floor + Boston, MA 02110-1301 USA + +On this system, a copy of the GNU General Public License may be found at +<file:///usr/share/common-licenses/GPL-2>. + + +Distribution Packaging +====================== + +Copyright (C) 2013-2014 Patrick "P. J." McDermott + +These files may be reproduced, distributed, modified, and otherwise dealt in +under the terms of the Expat License. + +On this system, a copy of the Expat License may be found at +<file:///usr/share/common-licenses/Expat>. |