Change copyright to scikit-image team

This commit is contained in:
François Orieux
2013-10-28 12:09:21 +01:00
parent beae90bbef
commit b62bd9dfb6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ References
import numpy as np
__copyright__ = "Copyright (C) 2011, 2012, 2013 F. Orieux <orieux@iap.fr>"
__copyright__ = "Copyright scikit-image team"
__license__ = "mit"
__version__ = "0.1.0"
__maintainer__ = "Francois Orieux"
+1 -1
View File
@@ -32,7 +32,7 @@ from scipy.signal import convolve2d as conv2
import uft
__copyright__ = "Copyright (C) 2013 F. Orieux <orieux@iap.fr>"
__copyright__ = "Copyright scikit-image team"
__credits__ = ["François Orieux"]
__license__ = "mit"
__version__ = "0.1.0"