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

@ -236,7 +236,7 @@ class ProfileFormatter(IFormatter):
class Boobmsg(ReplApplication):
APPNAME = 'boobmsg'
VERSION = '1.1'
COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz'
COPYRIGHT = 'Copyright(C) 2010-YEAR Christophe Benz'
DESCRIPTION = "Console application allowing to send messages on various websites and " \
"to display message threads and contents."
SHORT_DESCRIPTION = "send and receive message threads"