Home | History | Annotate | Download | only in copyright
      1 Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
      2 Use is subject to license terms.
      3 
      4 For the avoidance of doubt, except that if any license choice other
      5 than GPL or LGPL is available it will apply instead, Sun elects to
      6 use only the General Public License version 2 (GPLv2) at this time
      7 for any software where a choice of GPL license versions is made
      8 available with the language indicating that GPLv2 or any later
      9 version may be used, or where a choice of which version of the GPL
     10 is applied is otherwise unspecified.
     11 
     12 --------------------------------------------------------------------
     13 
     14   Copyright (c) 1987-2007 Sun Microsystems, Inc. All Rights Reserved.
     15   Copyright (C) 2004-2007 Sami Pietila
     16 
     17   This program is free software; you can redistribute it and/or modify
     18   it under the terms of the GNU General Public License as published by
     19   the Free Software Foundation; either version 2, or (at your option)
     20   any later version.
     21            
     22   This program is distributed in the hope that it will be useful, but 
     23   WITHOUT ANY WARRANTY; without even the implied warranty of
     24   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 
     25   General Public License for more details.
     26            
     27   You should have received a copy of the GNU General Public License
     28   along with this program; if not, write to the Free Software
     29   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
     30   02111-1307, USA.
     31  
     32   This maths library is based on the MP multi-precision floating-point
     33   arithmetic package originally written in FORTRAN by Richard Brent,
     34   Computer Centre, Australian National University in the 1970's.
     35 
     36   It has been converted from FORTRAN into C using the freely available
     37   f2c translator, available via netlib on research.att.com.
     38 
     39   The subsequently converted C code has then been tidied up, mainly to
     40   remove any dependencies on the libI77 and libF77 support libraries.
     41 
     42   FOR A GENERAL DESCRIPTION OF THE PHILOSOPHY AND DESIGN OF MP,
     43   SEE - R. P. BRENT, A FORTRAN MULTIPLE-PRECISION ARITHMETIC
     44   PACKAGE, ACM TRANS. MATH. SOFTWARE 4 (MARCH 1978), 57-70.
     45   SOME ADDITIONAL DETAILS ARE GIVEN IN THE SAME ISSUE, 71-81.
     46   FOR DETAILS OF THE IMPLEMENTATION, CALLING SEQUENCES ETC. SEE
     47   THE MP USERS GUIDE.
     48 
     49 --------------------------------------------------------------------
     50 
     51 gcalctool-5.20.2/gcalctool/ce_parser.tab.h,
     52 gcalctool-5.20.2/gcalctool/lr_parser.tab.h:
     53 
     54  A Bison parser, made by GNU Bison 2.3.  
     55 
     56  Skeleton interface for Bison's Yacc-like parsers in C
     57 
     58    Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
     59    Free Software Foundation, Inc.
     60 
     61    This program is free software; you can redistribute it and/or modify
     62    it under the terms of the GNU General Public License as published by
     63    the Free Software Foundation; either version 2, or (at your option)
     64    any later version.
     65 
     66    This program is distributed in the hope that it will be useful,
     67    but WITHOUT ANY WARRANTY; without even the implied warranty of
     68    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     69    GNU General Public License for more details.
     70 
     71    You should have received a copy of the GNU General Public License
     72    along with this program; if not, write to the Free Software
     73    Foundation, Inc., 51 Franklin Street, Fifth Floor,
     74    Boston, MA 02110-1301, USA.  
     75 
     76  As a special exception, you may create a larger work that contains
     77    part or all of the Bison parser skeleton and distribute that work
     78    under terms of your choice, so long as that work isn't itself a
     79    parser generator using the skeleton or a modified version thereof
     80    as a parser skeleton.  Alternatively, if you modify or redistribute
     81    the parser skeleton itself, you may (at your option) remove this
     82    special exception, which will cause the skeleton and the resulting
     83    Bison output files to be licensed under the GNU General Public
     84    License without this special exception.
     85 
     86    This special exception was added by the Free Software Foundation in
     87    version 2.2 of Bison.  
     88 
     89 --------------------------------------------------------------------
     90 
     91