diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-12-06 15:29:54 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-12-13 16:04:15 -0500 |
commit | 665a764b67153f7ed94ac472004ef5bf8ca06683 (patch) | |
tree | df3f2b9b179a52f9f2ab48f10df1898fb41db9e6 /pyfftw | |
parent | f5f2cdfa9b94ae96f2c312758cdb87dcf74b2c4d (diff) | |
download | astroconda-contrib-665a764b67153f7ed94ac472004ef5bf8ca06683.tar.gz |
Fix licenses
Diffstat (limited to 'pyfftw')
-rw-r--r-- | pyfftw/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyfftw/meta.yaml b/pyfftw/meta.yaml index ba44eb3..c069535 100644 --- a/pyfftw/meta.yaml +++ b/pyfftw/meta.yaml @@ -4,7 +4,7 @@ about: home: http://hgomersall.github.com/pyFFTW - license: GPL + license: BSD summary: | A pythonic wrapper around FFTW, the FFT library, presenting a unified interface for all the supported transforms |