1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
This is the Debian GNU/Linux prepackaged version of the GNU Scientific
Library (GSL). GNU GSL is being written by Mark Galassi (rosalia@cygnus.com)
and James Theiler (jt@nis.lanl.gov) with contributions from Jim Davies
(jimmyd@nis.lanl.gov), Brian Gough (bjg@network-theory.co.uk), Reid
Priedhorsky (rp@lanl.gov), Gerard Jungman (jungman@lanl.gov) and
Mike Booth <booth@planck.pha.jhu.edu>.
This package was first initially maintained by Michael Booth, while
James Troup and Roman Hodek made non-maintainer uploads. The current
maintainer is Dirk Eddelbuettel <edd@debian.org>. The original sources
can be obtained at
http://sourceware.cygnus.com/gsl
and at
ftp://alpha.gnu.org/gnu/
The GNU GSL documentation carries the following notice:
The subroutines and source code in the GNU Scientific Library
package are ``free''; this means that everyone is free to use them
and free to redistribute them on a free basis. The GNU Scientific
Library-related programs are not in the public domain; they are
copyrighted and there are restrictions on their distribution, but
these restrictions are designed to permit everything that a good
cooperating citizen would want to do. What is not allowed is to
try to prevent others from further sharing any version of these
programs that they might get from you.
Specifically, we want to make sure that you have the right to give
away copies of the programs that relate to GNU Scientific Library,
that you receive source code or else can get it if you want it,
that you can change these programs or use pieces of them in new
free programs, and that you know you can do these things.
To make sure that everyone has such rights, we have to forbid you
to deprive anyone else of these rights. For example, if you
distribute copies of the GNU Scientific Library-related code, you
t give the recipients all the rights that you have. You must make
sure that they, too, receive or can get the source code. And you
must tell them their rights.
Also, for our own protection, we must make certain that everyone
finds out that there is no warranty for the programs that relate
to GNU Scientific Library. If these programs are modified by eone
else and passed on, we want their recipients to know that what
they have is not what we distributed, so that any problems
introduced by others will not reflect on our reputation.
The precise conditions of the licenses for the programs currently
being distributed that relate to GNU Scientific Library are nd in
the General Public Licenses that accompany them.
The GNU General Public License states:
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; version 2 dated June, 1991.
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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
On Debian GNU/Linux systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.
|