mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
93 lines
3.5 KiB
Plaintext
93 lines
3.5 KiB
Plaintext
Credits
|
|
|
|
The majority of calc was written by David I. Bell.
|
|
|
|
The Calc primary mirror, calc mailing list and calc bug report
|
|
processing is performed by Landon Curt Noll.
|
|
|
|
Landon Curt Noll maintains the master reference source, performs
|
|
release control functions as well as other calc maintenance functions.
|
|
|
|
Thanks for suggestions and encouragement from Peter Miller,
|
|
Neil Justusson, Ernest W. Bowen and Landon Noll.
|
|
|
|
Thanks to Stephen Rothwell for writing the original version of
|
|
hist.c which is used to do the command line editing.
|
|
|
|
Thanks to Ernest W. Bowen for supplying many improvements in
|
|
accuracy and generality for some numeric functions. Much of
|
|
this was in terms of actual code which I gratefully accepted.
|
|
Ernest also supplied the original text for many of the help files.
|
|
|
|
Portions of this program are derived from an earlier set of
|
|
public domain arbitrarily precision routines which was posted
|
|
to the net around 1984. By now, there is almost no recognizable
|
|
code left from that original source.
|
|
|
|
Most of this source and binary has one of the following copyrights:
|
|
|
|
Copyright (C) year David I. Bell
|
|
Copyright (C) year David I. Bell and Landon Curt Noll
|
|
Copyright (C) year David I. Bell and Ernest Bowen
|
|
Copyright (C) year David I. Bell, Landon Curt Noll and Ernest Bowen
|
|
Copyright (C) year Landon Curt Noll
|
|
Copyright (C) year Ernest Bowen and Landon Curt Noll
|
|
Copyright (C) year Ernest Bowen
|
|
|
|
|
|
Copying / Calc GNU Lesser General Public License
|
|
|
|
Calc is open software, and is covered under version 2.1 of the GNU
|
|
Lesser General Public License. You are welcome to change it and/or
|
|
distribute copies of it under certain conditions. The calc commands:
|
|
|
|
help copying
|
|
help copying-lgpl
|
|
|
|
should display the contents of the COPYING and COPYING-LGPL files.
|
|
Those files contain information about the calc's GNU Lesser General
|
|
Public License, and in particular the conditions under which you
|
|
are allowed to change it and/or distribute copies of it.
|
|
|
|
You should have received a copy of the version 2.1 GNU
|
|
Lesser General Public License. If you do not have these
|
|
files, write to:
|
|
|
|
Free Software Foundation, Inc.
|
|
51 Franklin Street
|
|
Fifth Floor
|
|
Boston, MA 02110-1301
|
|
USA
|
|
|
|
See also:
|
|
|
|
help copyright
|
|
help copying
|
|
help copying-lgpl
|
|
|
|
## Copyright (C) 1999 Landon Curt Noll
|
|
##
|
|
## Calc is open software; you can redistribute it and/or modify it under
|
|
## the terms of the version 2.1 of the GNU Lesser General Public License
|
|
## as published by the Free Software Foundation.
|
|
##
|
|
## Calc 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 Lesser General
|
|
## Public License for more details.
|
|
##
|
|
## A copy of version 2.1 of the GNU Lesser General Public License is
|
|
## distributed with calc under the filename COPYING-LGPL. You should have
|
|
## received a copy with calc; if not, write to Free Software Foundation, Inc.
|
|
## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
##
|
|
## @(#) $Revision: 30.1 $
|
|
## @(#) $Id: credit,v 30.1 2007/03/16 11:10:42 chongo Exp $
|
|
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/credit,v $
|
|
##
|
|
## Under source code control: 1991/07/23 05:47:24
|
|
## File existed as early as: 1991
|
|
##
|
|
## chongo <was here> /\oo/\ http://www.isthe.com/chongo/
|
|
## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/
|