Skip to content

Commit

Permalink
Typo in the license text in init.py.
Browse files Browse the repository at this point in the history
Now I'm not sure why this is duplicated. But at least it is the same as license.
  • Loading branch information
LettError committed Dec 9, 2016
1 parent 5abce05 commit ac9af54
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Lib/mutatorMath/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"""
CCopyright (c) 2004-2014, LettError and Erik van Blokland
Copyright (c) 2004-2016, LettError and Erik van Blokland
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand All @@ -15,7 +15,7 @@
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the name of LettEror nor the names of its
* Neither the name of LettError nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
Expand All @@ -30,6 +30,7 @@
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
"""

__version__ = "2.0.0"
Expand Down

0 comments on commit ac9af54

Please sign in to comment.