From 89972dbc0f3d13a16cf9306c8dc2cffe4dc83d5c Mon Sep 17 00:00:00 2001 From: James Vasile Date: Thu, 29 Sep 2011 23:43:43 -0400 Subject: [PATCH] copyright date fix --- plinth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth.py b/plinth.py index fa08c16df..60263372f 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"