DOC: Fix team name in license and docs.

This commit is contained in:
Stefan van der Walt
2011-11-30 17:52:35 -08:00
parent 62754ef66c
commit 8bd4637fc0
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -1,12 +1,12 @@
Unless otherwise specified by LICENSE.txt files in individual
directories, all code is
Copyright (C) 2011, the Image Scikit team
Copyright (C) 2011, the scikits-image team
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
@@ -14,8 +14,8 @@ met:
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. Neither the name of skimage nor the names of its contributors may be
used to endorse or promote products derived from this software without
3. Neither the name of skimage nor the names of its contributors may be
used to endorse or promote products derived from this software without
specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+1 -1
View File
@@ -49,7 +49,7 @@ master_doc = 'index'
# General information about the project.
project = u'skimage'
copyright = u'2011, the Image Scikit team'
copyright = u'2011, the scikits-image team'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the