diff options
author | Robert Kern <robert.kern@gmail.com> | 2006-03-02 17:19:30 +0000 |
---|---|---|
committer | Robert Kern <robert.kern@gmail.com> | 2006-03-02 17:19:30 +0000 |
commit | 7db985eaaac53558b3b2af322375f237ca4fe457 (patch) | |
tree | 6547d05b61f95371495012b69ace0b600b51819c /numpy/f2py/f2py2e.py | |
parent | a93cea60ef4816a150f741cca2f55b63f265291b (diff) | |
download | numpy-7db985eaaac53558b3b2af322375f237ca4fe457.tar.gz |
Fixed license statement
Diffstat (limited to 'numpy/f2py/f2py2e.py')
-rwxr-xr-x | numpy/f2py/f2py2e.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/f2py/f2py2e.py b/numpy/f2py/f2py2e.py index 4f5963dff..e4aeeffe2 100755 --- a/numpy/f2py/f2py2e.py +++ b/numpy/f2py/f2py2e.py @@ -162,7 +162,7 @@ Extra options (only effective with -c): Version: %s numpy Version: %s Requires: Python 2.3 or higher. -License: LGPL (see http://www.fsf.org) +License: NumPy license (see LICENSE.txt in the NumPy source code) Copyright 1999 - 2005 Pearu Peterson all rights reserved. http://cens.ioc.ee/projects/f2py2e/"""%(f2py_version, numpy_version) |