diff options
author | Tim Leslie <tim.leslie@gmail.com> | 2007-01-26 04:16:37 +0000 |
---|---|---|
committer | Tim Leslie <tim.leslie@gmail.com> | 2007-01-26 04:16:37 +0000 |
commit | 37953a567622b540ea5970ad8a29ed16ae6a5969 (patch) | |
tree | 78ad26601a9b1fae28b08c8f812a8234af945fe8 /numpy/distutils/cpuinfo.py | |
parent | d7c5a1ec074074f94f929c0c3c77beb827e7eb05 (diff) | |
download | numpy-37953a567622b540ea5970ad8a29ed16ae6a5969.tar.gz |
remove some remaining references to scipy. fixes #428
Diffstat (limited to 'numpy/distutils/cpuinfo.py')
-rw-r--r-- | numpy/distutils/cpuinfo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/distutils/cpuinfo.py b/numpy/distutils/cpuinfo.py index 692876f95..70b3409a1 100644 --- a/numpy/distutils/cpuinfo.py +++ b/numpy/distutils/cpuinfo.py @@ -5,7 +5,7 @@ cpuinfo Copyright 2002 Pearu Peterson all rights reserved, Pearu Peterson <pearu@cens.ioc.ee> Permission to use, modify, and distribute this software is given under the -terms of the SciPy (BSD style) license. See LICENSE.txt that came with +terms of the NumPy (BSD style) license. See LICENSE.txt that came with this distribution for specifics. Note: This should be merged into proc at some point. Perhaps proc should |