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

@ -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',