Set copyright in applications

This commit is contained in:
Florent 2014-10-17 17:31:26 +02:00
commit d6da9843db
44 changed files with 48 additions and 44 deletions

View file

@ -106,7 +106,7 @@ class IssuesListFormatter(PrettyFormatter):
class BoobTracker(ReplApplication):
APPNAME = 'boobtracker'
VERSION = '1.1'
COPYRIGHT = 'Copyright(C) 2011 Romain Bignon'
COPYRIGHT = 'Copyright(C) 2011-YEAR Romain Bignon'
DESCRIPTION = "Console application allowing to create, edit, view bug tracking issues."
SHORT_DESCRIPTION = "manage bug tracking issues"
CAPS = CapBugTracker