home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / maths / plplot / plplot_2 / Copyright < prev    next >
Text File  |  1994-09-01  |  3KB  |  52 lines

  1. The PLplot package may be distributed under the terms of the GNU General
  2. Public License (GPL), except as noted below.  The text of this license is
  3. given in the file COPYING in the distribution directory.
  4.  
  5. The PLplot library may be distributed under the terms of the GNU Library
  6. General Public License (LGPL), except as noted below.  The text of this
  7. license is given in the file COPYING.LIB in the distribution directory.
  8.  
  9. The startup code used in argument handling (utils/plrender.c and
  10. src/plargs.c) is partially derived from "xterm.c" of the X11R5
  11. distribution, and its copyright is reproduced here:
  12.  
  13. ******************************************************************************
  14. Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts,
  15. and the Massachusetts Institute of Technology, Cambridge, Massachusetts.
  16.  
  17.                         All Rights Reserved
  18.  
  19. Permission to use, copy, modify, and distribute this software and its 
  20. documentation for any purpose and without fee is hereby granted, 
  21. provided that the above copyright notice appear in all copies and that
  22. both that copyright notice and this permission notice appear in 
  23. supporting documentation, and that the names of Digital or MIT not be
  24. used in advertising or publicity pertaining to distribution of the
  25. software without specific, written prior permission.  
  26.  
  27. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
  28. ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
  29. DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
  30. ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  31. WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
  32. ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  33. SOFTWARE.
  34. ******************************************************************************
  35.  
  36. Any file that is explicitly marked as "public domain" is free from any
  37. restriction on distribution.  
  38.  
  39. Any file that has a explicit copyright notice may be distributed under
  40. the terms of both the GPL and whatever stated conditions accompany the
  41. copyright.
  42.  
  43. Notes: the intent behind these licenses is to ensure that PLplot continues
  44. to evolve in a positive way, while remaining freely distributable.
  45. Placing the library under the LGPL enables software developers to use the
  46. PLplot library as an integral part of their product, even a commercial
  47. product.  Under the conditions of the LGPL, however, the source code to
  48. the library must remain freely available.  This means that if you modify
  49. the library to better suit your purposes, you are required to distribute
  50. those changes freely to the general PLplot user community.
  51.  
  52.