Set copyright in applications
This commit is contained in:
parent
4fe15a3213
commit
d6da9843db
44 changed files with 48 additions and 44 deletions
|
|
@ -39,7 +39,7 @@ __all__ = ['WeboobRepos']
|
|||
class WeboobRepos(ReplApplication):
|
||||
APPNAME = 'weboob-repos'
|
||||
VERSION = '1.1'
|
||||
COPYRIGHT = 'Copyright(C) 2012 Romain Bignon'
|
||||
COPYRIGHT = 'Copyright(C) 2012-YEAR Romain Bignon'
|
||||
DESCRIPTION = "Weboob-repos is a console application to manage a Weboob Repository."
|
||||
SHORT_DESCRIPTION = "manage a weboob repository"
|
||||
COMMANDS_FORMATTERS = {'backends': 'table',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue