changeset 463:6ce6787f3635

Add Desilu and Gideon to the places they're missing.
author Simon Cross <hodgestar@gmail.com>
date Sat, 17 Sep 2011 21:13:23 +0200
parents a59b76c733fe
children 59a29ec5da5d
files LICENSE.txt setup.py
diffstat 2 files changed, 6 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/LICENSE.txt	Sat Sep 17 21:13:04 2011 +0200
+++ b/LICENSE.txt	Sat Sep 17 21:13:23 2011 +0200
@@ -1,5 +1,6 @@
-Copyright (c) 2011, Adrianna Pinska, Jeremy Thurgood, Neil Muller,
-                    Simon Cross, Stefano Rivera, Gideon Visser
+Copyright (c) 2011, Adrianna Pinska, Desilu Crossman, Gideon Visser,
+                    Jeremy Thurgood, Neil Muller, Simon Cross,
+                    Stefano Rivera
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
--- a/setup.py	Sat Sep 17 21:13:04 2011 +0200
+++ b/setup.py	Sat Sep 17 21:13:23 2011 +0200
@@ -18,8 +18,9 @@
             version=VERSION_STR,
             description="Mutable Mamba: Snake game for PyWeek 13",
 
-            author=("Adrianna Pinska, Desilu Crossman, Jeremy Thurgood, "
-                    "Neil Muller, Simon Cross, Stefano Rivera"),
+            author=("Adrianna Pinska, Desilu Crossman, Gideon Visser, "
+                    "Jeremy Thurgood, Neil Muller, Simon Cross, "
+                    "Stefano Rivera"),
             author_email="",
 
             maintainer="Mamba Team",