You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

LICENSE 963 B

1234567891011121314151617181920212223
  1. This directory contains the reference implementation of BLAS
  2. which is obtainable at: http://netlib.org/blas/
  3. The license, obtained from http://netlib.org/blas/faq.html#2 on November 3,
  4. 2010, is as follows:
  5. 2) Are there legal restrictions on the use of BLAS reference implementation
  6. software?
  7. The reference BLAS is a freely-available software package. It is available from
  8. netlib via anonymous ftp and the World Wide Web. Thus, it can be included in
  9. commercial software packages (and has been). We only ask that proper credit be
  10. given to the authors.
  11. Like all software, it is copyrighted. It is not trademarked, but we do ask the
  12. following:
  13. If you modify the source for these routines we ask that you change the name of
  14. the routine and comment the changes made to the original.
  15. We will gladly answer any questions regarding the software. If a modification
  16. is done, however, it is the responsibility of the person who modified the
  17. routine to provide support.