|
| 1 | +BSD-style license for gist/yorick colormaps. |
| 2 | + |
| 3 | +Copyright: |
| 4 | + |
| 5 | + Copyright (c) 1996. The Regents of the University of California. |
| 6 | + All rights reserved. |
| 7 | + |
| 8 | +Permission to use, copy, modify, and distribute this software for any |
| 9 | +purpose without fee is hereby granted, provided that this entire |
| 10 | +notice is included in all copies of any software which is or includes |
| 11 | +a copy or modification of this software and in all copies of the |
| 12 | +supporting documentation for such software. |
| 13 | + |
| 14 | +This work was produced at the University of California, Lawrence |
| 15 | +Livermore National Laboratory under contract no. W-7405-ENG-48 between |
| 16 | +the U.S. Department of Energy and The Regents of the University of |
| 17 | +California for the operation of UC LLNL. |
| 18 | + |
| 19 | + |
| 20 | + DISCLAIMER |
| 21 | + |
| 22 | +This software was prepared as an account of work sponsored by an |
| 23 | +agency of the United States Government. Neither the United States |
| 24 | +Government nor the University of California nor any of their |
| 25 | +employees, makes any warranty, express or implied, or assumes any |
| 26 | +liability or responsibility for the accuracy, completeness, or |
| 27 | +usefulness of any information, apparatus, product, or process |
| 28 | +disclosed, or represents that its use would not infringe |
| 29 | +privately-owned rights. Reference herein to any specific commercial |
| 30 | +products, process, or service by trade name, trademark, manufacturer, |
| 31 | +or otherwise, does not necessarily constitute or imply its |
| 32 | +endorsement, recommendation, or favoring by the United States |
| 33 | +Government or the University of California. The views and opinions of |
| 34 | +authors expressed herein do not necessarily state or reflect those of |
| 35 | +the United States Government or the University of California, and |
| 36 | +shall not be used for advertising or product endorsement purposes. |
| 37 | + |
| 38 | + |
| 39 | + AUTHOR |
| 40 | + |
| 41 | +David H. Munro wrote Yorick and Gist. Berkeley Yacc (byacc) generated |
| 42 | +the Yorick parser. The routines in Math are from LAPACK and FFTPACK; |
| 43 | +MathC contains C translations by David H. Munro. The algorithms for |
| 44 | +Yorick's random number generator and several special functions in |
| 45 | +Yorick/include were taken from Numerical Recipes by Press, et. al., |
| 46 | +although the Yorick implementations are unrelated to those in |
| 47 | +Numerical Recipes. A small amount of code in Gist was adapted from |
| 48 | +the X11R4 release, copyright M.I.T. -- the complete copyright notice |
| 49 | +may be found in the (unused) file Gist/host.c. |
0 commit comments