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

@ -177,7 +177,7 @@ class PersonBiographyFormatter(PrettyFormatter):
class Cineoob(ReplApplication):
APPNAME = 'cineoob'
VERSION = '1.1'
COPYRIGHT = 'Copyright(C) 2013 Julien Veyssier'
COPYRIGHT = 'Copyright(C) 2013-YEAR Julien Veyssier'
DESCRIPTION = "Console application allowing to search for movies and persons on various cinema databases " \
", list persons related to a movie, list movies related to a person and list common movies " \
"of two persons."