Set copyright in applications
This commit is contained in:
parent
4fe15a3213
commit
d6da9843db
44 changed files with 48 additions and 44 deletions
|
|
@ -81,7 +81,7 @@ class HousingListFormatter(PrettyFormatter):
|
|||
class Flatboob(ReplApplication):
|
||||
APPNAME = 'flatboob'
|
||||
VERSION = '1.1'
|
||||
COPYRIGHT = 'Copyright(C) 2012 Romain Bignon'
|
||||
COPYRIGHT = 'Copyright(C) 2012-YEAR Romain Bignon'
|
||||
DESCRIPTION = "Console application to search for housing."
|
||||
SHORT_DESCRIPTION = "search for housing"
|
||||
CAPS = CapHousing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue