summaryrefslogtreecommitdiff
path: root/plinth.py
diff options
context:
space:
mode:
authorJames Vasile <james@hackervisions.org>2011-09-29 23:43:43 -0400
committerJames Vasile <james@hackervisions.org>2011-09-29 23:43:43 -0400
commit89972dbc0f3d13a16cf9306c8dc2cffe4dc83d5c (patch)
treea5f9430d77913338408235fcab1873d59a4a02e5 /plinth.py
parenta75d13608fa6356a1f70affb67ee7195b51603ab (diff)
copyright date fix
Diffstat (limited to 'plinth.py')
-rwxr-xr-xplinth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plinth.py b/plinth.py
index fa08c16..6026337 100755
--- a/plinth.py
+++ b/plinth.py
@@ -12,7 +12,7 @@ from logger import Logger
__version__ = "0.2.14"
__author__ = "James Vasile"
-__copyright__ = "Copyright 2010-11, James Vasile"
+__copyright__ = "Copyright 2011, James Vasile"
__license__ = "GPLv3 or later"
__maintainer__ = "James Vasile"
__email__ = "james@hackervisions.org"