diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-01-20 21:59:32 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-01-20 21:59:32 +0000 |
commit | e45d0eb3dd55af9e1347bf39307be5695c67bd7b (patch) | |
tree | fd7c4ac56c71ad6fb8f04d5a4dba775ecb9128bb /numpy/f2py/doc | |
parent | e966fd194660c6e1a3f560a70415fa986fc84309 (diff) | |
download | numpy-e45d0eb3dd55af9e1347bf39307be5695c67bd7b.tar.gz |
Change License text to NumPy License (permission granted by Pearu)
Diffstat (limited to 'numpy/f2py/doc')
-rwxr-xr-x | numpy/f2py/doc/collectinput.py | 2 | ||||
-rw-r--r-- | numpy/f2py/doc/index.html | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/numpy/f2py/doc/collectinput.py b/numpy/f2py/doc/collectinput.py index c2ce2bf89..7b81b7517 100755 --- a/numpy/f2py/doc/collectinput.py +++ b/numpy/f2py/doc/collectinput.py @@ -7,7 +7,7 @@ collectinput - Collects all files that are included to a main Latex document Copyright 1999 Pearu Peterson all rights reserved, Pearu Peterson <pearu@ioc.ee> Permission to use, modify, and distribute this software is given under the -terms of the LGPL. See http://www.fsf.org +terms of the NumPy License NO WARRANTY IS EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK. diff --git a/numpy/f2py/doc/index.html b/numpy/f2py/doc/index.html index 6b6466b75..e162ed41a 100644 --- a/numpy/f2py/doc/index.html +++ b/numpy/f2py/doc/index.html @@ -43,8 +43,7 @@ containing wrapper functions of Fortran routines. I call this tool as <em>F2PY ­ Fortran to Python Interface Generator</em>. It is completely written in <a href="http://www.python.org">Python</a> language and can be called from the command line as <code>f2py</code>. -<em>F2PY</em> is released under the terms of <a -href="http://www.fsf.org/copyleft/lesser.html">GNU LGPL</a>. +<em>F2PY</em> (in NumPy) is released under the terms of the NumPy License. <h2><code>f2py</code>, Second Edition</h2> @@ -226,7 +225,7 @@ You can browse <code>f2py</code> CVS repository <a href="http://cens.ioc.ee/cgi- <A href="http://cens.ioc.ee/~pearu/" target="_top">Pearu Peterson</A> <A href="mailto:pearu(at)ioc.ee"><pearu(at)ioc.ee></A><BR> <!-- hhmts start --> -Last modified: Mon Dec 3 19:40:26 EET 2001 +Last modified: Fri Jan 20 14:55:12 MST 2006 <!-- hhmts end --> </ADDRESS> <!-- You may want to comment the following line out when the document is final--> |