Set copyright in applications
This commit is contained in:
parent
4fe15a3213
commit
d6da9843db
44 changed files with 48 additions and 44 deletions
|
|
@ -284,7 +284,7 @@ class AccountListFormatter(IFormatter):
|
|||
class Boobank(ReplApplication):
|
||||
APPNAME = 'boobank'
|
||||
VERSION = '1.1'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon, Christophe Benz'
|
||||
COPYRIGHT = 'Copyright(C) 2010-YEAR Romain Bignon, Christophe Benz'
|
||||
CAPS = CapBank
|
||||
DESCRIPTION = "Console application allowing to list your bank accounts and get their balance, " \
|
||||
"display accounts history and coming bank operations, and transfer money from an account to " \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue