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 | |
parent | f5f2cdfa9b94ae96f2c312758cdb87dcf74b2c4d (diff) | |
download | astroconda-contrib-665a764b67153f7ed94ac472004ef5bf8ca06683.tar.gz |
Fix licenses
-rw-r--r-- | d2to1/meta.yaml | 4 | ||||
-rw-r--r-- | gwcs/meta.yaml | 2 | ||||
-rw-r--r-- | purge_path/meta.yaml | 2 | ||||
-rw-r--r-- | pyds9/meta.yaml | 2 | ||||
-rw-r--r-- | pyfftw/meta.yaml | 2 | ||||
-rw-r--r-- | stsci.convolve/meta.yaml | 2 | ||||
-rw-r--r-- | stsci.distutils/meta.yaml | 2 | ||||
-rw-r--r-- | stsci.image/meta.yaml | 2 | ||||
-rw-r--r-- | stsci.imagemanip/meta.yaml | 2 | ||||
-rw-r--r-- | stsci.imagestats/meta.yaml | 2 | ||||
-rw-r--r-- | stsci.ndimage/meta.yaml | 2 | ||||
-rw-r--r-- | stsci.numdisplay/meta.yaml | 2 | ||||
-rw-r--r-- | stsci.sphere/meta.yaml | 2 | ||||
-rw-r--r-- | stsci.sphinxext/meta.yaml | 2 | ||||
-rw-r--r-- | stsci.stimage/meta.yaml | 2 | ||||
-rw-r--r-- | stsci.tools/meta.yaml | 2 |
16 files changed, 17 insertions, 17 deletions
diff --git a/d2to1/meta.yaml b/d2to1/meta.yaml index 25fcf01..aa148fa 100644 --- a/d2to1/meta.yaml +++ b/d2to1/meta.yaml @@ -4,9 +4,9 @@ about: home: https://github.com/embray/{{ name }} - license: GPL + license: BSD summary: | - Allows using distutils2-like setup.cfg files for a package's metadata + Allows using distutils2-like setup.cfg files for package metadata with a distribute/setuptools setup.py build: diff --git a/gwcs/meta.yaml b/gwcs/meta.yaml index d606a20..5b9a426 100644 --- a/gwcs/meta.yaml +++ b/gwcs/meta.yaml @@ -5,7 +5,7 @@ about: home: https://github.com/spacetelescope/{{ name }} - license: GPL + license: BSD summary: Generalized World Coordinate System build: diff --git a/purge_path/meta.yaml b/purge_path/meta.yaml index cc9fa7e..97f7428 100644 --- a/purge_path/meta.yaml +++ b/purge_path/meta.yaml @@ -4,7 +4,7 @@ about: home: http://bitbucket.org/jhunkeler/{{ name }} - license: GPL + license: BSD summary: purge_path a small PATH manipulator build: diff --git a/pyds9/meta.yaml b/pyds9/meta.yaml index 6bfd3b4..cf83354 100644 --- a/pyds9/meta.yaml +++ b/pyds9/meta.yaml @@ -4,7 +4,7 @@ about: home: https://github.com/ericmandel/{{ name }} - license: GPL + license: BSD summary: | (Supervised master build) Python connection to SAOimage DS9 via XPA 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 diff --git a/stsci.convolve/meta.yaml b/stsci.convolve/meta.yaml index 5ce0fda..2fed00c 100644 --- a/stsci.convolve/meta.yaml +++ b/stsci.convolve/meta.yaml @@ -4,7 +4,7 @@ about: home: https://github.com/spacetelescope/{{ name }} - license: GPL + license: BSD summary: "Image array convolution functions" build: diff --git a/stsci.distutils/meta.yaml b/stsci.distutils/meta.yaml index aef60c2..aab62cc 100644 --- a/stsci.distutils/meta.yaml +++ b/stsci.distutils/meta.yaml @@ -4,7 +4,7 @@ about: home: https://github.com/spacetelescope/stsci.distutils - license: GPL + license: BSD summary: | distutils/packaging-related utilities used by some of STScI's packages diff --git a/stsci.image/meta.yaml b/stsci.image/meta.yaml index e59a982..d1fea1c 100644 --- a/stsci.image/meta.yaml +++ b/stsci.image/meta.yaml @@ -4,7 +4,7 @@ about: home: https://github.com/spacetelescope/{{ name }} - license: GPL + license: BSD summary: | Image array manipulation functions diff --git a/stsci.imagemanip/meta.yaml b/stsci.imagemanip/meta.yaml index c768cda..bca8dc5 100644 --- a/stsci.imagemanip/meta.yaml +++ b/stsci.imagemanip/meta.yaml @@ -4,7 +4,7 @@ about: home: https://github.com/spacetelescope/{{ name }} - license: GPL + license: BSD summary: STScI general image manipulation tools build: diff --git a/stsci.imagestats/meta.yaml b/stsci.imagestats/meta.yaml index 227d68e..93bcca4 100644 --- a/stsci.imagestats/meta.yaml +++ b/stsci.imagestats/meta.yaml @@ -4,7 +4,7 @@ about: home: https://github.com/spacetelescope/{{ name }} - license: GPL + license: BSD summary: | Compute various useful statistical values for array objects diff --git a/stsci.ndimage/meta.yaml b/stsci.ndimage/meta.yaml index 96d7167..0bdbd45 100644 --- a/stsci.ndimage/meta.yaml +++ b/stsci.ndimage/meta.yaml @@ -4,7 +4,7 @@ about: home: https://github.com/spacetelescope/{{ name }} - license: GPL + license: BSD summary: | Various functions for multi-dimensional image processing --fork of scipy.ndimage diff --git a/stsci.numdisplay/meta.yaml b/stsci.numdisplay/meta.yaml index 78e992e..25f3eea 100644 --- a/stsci.numdisplay/meta.yaml +++ b/stsci.numdisplay/meta.yaml @@ -4,7 +4,7 @@ about: home: https://github.com/spacetelescope/{{ name }} - license: GPL + license: BSD summary: | Package for displaying numpy arrays in DS9 diff --git a/stsci.sphere/meta.yaml b/stsci.sphere/meta.yaml index 84fec75..4f75977 100644 --- a/stsci.sphere/meta.yaml +++ b/stsci.sphere/meta.yaml @@ -4,7 +4,7 @@ about: home: http://www.stsci.edu/institute/software_hardware - license: GPL + license: BSD build: number: {{ number }} diff --git a/stsci.sphinxext/meta.yaml b/stsci.sphinxext/meta.yaml index 2244cd4..e009df2 100644 --- a/stsci.sphinxext/meta.yaml +++ b/stsci.sphinxext/meta.yaml @@ -4,7 +4,7 @@ about: home: https://github.com/spacetelescope/{{ name }} - license: GPL + license: BSD summary: A set of tools and templates to customize Sphinx for use in STScI projects build: diff --git a/stsci.stimage/meta.yaml b/stsci.stimage/meta.yaml index cc54677..3ab0007 100644 --- a/stsci.stimage/meta.yaml +++ b/stsci.stimage/meta.yaml @@ -4,7 +4,7 @@ about: home: https://github.com/spacetelescope/{{ name }} - license: GPL + license: BSD summary: stsci.stimage build: diff --git a/stsci.tools/meta.yaml b/stsci.tools/meta.yaml index ea5d1f7..d624bc5 100644 --- a/stsci.tools/meta.yaml +++ b/stsci.tools/meta.yaml @@ -4,7 +4,7 @@ about: home: https://github.com/spacetelescope/stsci.tools - license: GPL + license: BSD summary: | Collection of tools specific to STScI packages |