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/docs | |
parent | e966fd194660c6e1a3f560a70415fa986fc84309 (diff) | |
download | numpy-e45d0eb3dd55af9e1347bf39307be5695c67bd7b.tar.gz |
Change License text to NumPy License (permission granted by Pearu)
Diffstat (limited to 'numpy/f2py/docs')
-rw-r--r-- | numpy/f2py/docs/README.txt | 3 | ||||
-rw-r--r-- | numpy/f2py/docs/THANKS.txt | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/numpy/f2py/docs/README.txt b/numpy/f2py/docs/README.txt index 1946a3a91..cec8a6ec0 100644 --- a/numpy/f2py/docs/README.txt +++ b/numpy/f2py/docs/README.txt @@ -5,7 +5,7 @@ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :Author: Pearu Peterson <pearu@cens.ioc.ee> -:License: LGPL_. +:License: NumPy License :Web-site: http://cens.ioc.ee/projects/f2py2e/ :Discussions to: `f2py-users mailing list`_ :Documentation: `User's Guide`__, FAQ__ @@ -443,7 +443,6 @@ __ http://jrfonseca.dyndns.org/debian/ .. _Numarray: http://www.stsci.edu/resources/software_hardware/numarray .. _docutils: http://docutils.sourceforge.net/ .. _distutils: http://www.python.org/sigs/distutils-sig/ -.. _LGPL: http://www.fsf.org/copyleft/lesser.html .. _Numerical Python: http://www.numpy.org/ .. _Pyfort: http://pyfortran.sourceforge.net/ .. _Scientific Python: diff --git a/numpy/f2py/docs/THANKS.txt b/numpy/f2py/docs/THANKS.txt index 737e17134..0a3f0b9d6 100644 --- a/numpy/f2py/docs/THANKS.txt +++ b/numpy/f2py/docs/THANKS.txt @@ -3,7 +3,7 @@ Acknowledgments ================= -F2PY__ is a LGPL'd Python package and command line tool developed and +F2PY__ is an open source Python package and command line tool developed and maintained by Pearu Peterson (me__). .. __: http://cens.ioc.ee/projects/f2py2e/ |