Changes between Version 1 and Version 2 of pgplot


Ignore:
Timestamp:
12/09/05 02:28:33 (20 years ago)
Author:
Daniel Kahn gillmor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pgplot

    v1 v2  
     1[[PageOutline]]
    12= pgplot =
    23
    3 pgplot is [http://packages.debian.org/cgi-bin/search_packages.pl?keywords=pgplot5&searchon=names&subword=1&version=all&release=all available in debian sid] (non-free), and also in [http://packages.ubuntu.com/cgi-bin/search_packages.pl?keywords=pgplot5&searchon=names&subword=1&version=all&release=all ubuntu's multiverse distribution].
     4pgplot is [http://packages.debian.org/cgi-bin/search_packages.pl?keywords=pgplot5&searchon=names&subword=1&version=all&release=all available in debian sid] (non-free), and also in [http://packages.ubuntu.com/cgi-bin/search_packages.pl?keywords=pgplot5&searchon=names&subword=1&version=all&release=all ubuntu's multiverse distribution] (which is the equivalent of non-free).
    45
    5 [wiki:dkg] added this package to [wiki:metis] by enabling the multiverse archive in `metis:/etc/apt/sources.list` and then running:
     6== installation==
     7[wiki:dkg] added this package to [wiki:metis] by enabling the [wiki:multiverse] archive in `metis:/etc/apt/sources.list` and then running:
    68{{{
    79[dkg@metis ~]$ sudo apt-get install pgplot5
     
    4951[dkg@metis ~]$
    5052}}}
     53
     54== licensing ==
     55
     56`pgplot` appears to be non-free because it discriminates against fields of endeavor.  However, since CAL falls within the allowable fields of endeavor, we are free to use it:
     57{{{
     58[dkg@metis ~]$ cat /usr/share/doc/pgplot5/copyright
     59Below is a verbatim copy of the PGPLOT library copyright.
     60The Debian package was first made by John Lapeyre
     61<lapeyre@physics.arizona.edu> and now updated and maintained by Gopal
     62Narayanan <gopal@debian.org>.
     63The source was obtained from http://astro.caltech.edu/~tjp/pgplot/ .
     64More information can be obtained at this site.
     65
     66***********************************************************************
     67*    PGPLOT Fortran Graphics Subroutine Library                       *
     68*    Version 5.2.0                                                    *
     69***********************************************************************
     70
     71***********************************************************************
     72*                                                                     *
     73*  Copyright (c) 1983-1997 by the California Institute of Technology. *
     74*  All rights reserved.                                               *
     75*                                                                     *
     76*  For further information, contact:                                  *
     77*     Dr. T. J. Pearson                                               *
     78*     105-24 California Institute of Technology,                      *
     79*     Pasadena, California 91125, USA                                 *
     80*                                                                     *
     81*     tjp@astro.caltech.edu                                           *
     82*                                                                     *
     83* The PGPLOT library, both binary and source, and the PGPLOT manual   *
     84* `PGPLOT Graphics Subroutine Library' are copyrighted, but available *
     85* without fee for education, academic research and non-commercial     *
     86* purposes. Ownership of the software remains with the California     *
     87* Institute of Technology.  Users may distribute the binary and       *
     88* source code to third parties provided that the copyright notice and *
     89* this statement appears on all copies and that no charge is made for *
     90* such copies.  Any entity wishing to integrate all or part of the    *
     91* source code into a product for commercial use or resale should      *
     92* contact the author at the above address.                            *
     93*                                                                     *
     94* THE CALIFORNIA INSTITUTE OF TECHNOLOGY MAKES NO REPRESENTATIONS     *
     95* ABOUT THE SUITABILITY OF THE SOFTWARE FOR ANY PURPOSE.  IT IS       *
     96* PROVIDED `AS IS' WITHOUT EXPRESS OR IMPLIED WARRANTY.  THE          *
     97* CALIFORNIA INSTITUTE OF TECHNOLOGY SHALL NOT BE LIABLE FOR ANY      *
     98* DAMAGES SUFFERED BY THE USER OF THIS SOFTWARE.                      *
     99*                                                                     *
     100* The software may have been developed under agreements between the   *
     101* California Institute of Technology and the Federal Government which *
     102* entitle the Government to certain rights.                           *
     103*                                                                     *
     104***********************************************************************
     105[dkg@metis ~]$
     106}}}