834bdb4b373debe26ab9e8e182df6ff601e65696
[alexxy/gromacs.git] / src / gmxlib / gmx_blas / blas_copyright
1 These files are semi-automatic translations by f2c from the original netlib BLAS library.
2 The source has been modified to (mostly) use modern C formatting, and to get rid of
3 compiler warnings. Any errors in doing this should be blamed on the Gromacs developers, and
4 not the reference BLAS implementation.
5
6 The reference BLAS implementation is available from http://www.netlib.org/blas 
7
8 BLAS does not come with a formal named "license", but a general statement that 
9
10 "The reference BLAS is a freely-available software package. It is available from netlib
11 via anonymous ftp and the World Wide Web. Thus, it can be included in commercial software
12 packages (and has been). We only ask that proper credit be given to the authors."
13
14 While the rest of Gromacs is GPL, we think it's only fair to give you the same rights to
15 our modified BLAS files as the original netlib versions, so do what you want with them.
16 However, be warned that we have only tested that they to the right thing in the cases used
17 in Gromacs (primarily full & sparse matrix diagonalization), so in most cases it is a much
18 better idea to use the full reference implementation.
19
20 Erik Lindahl, 2008-10-07.
21