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

@ -48,7 +48,7 @@ class XmlTranslationFormatter(IFormatter):
class Translaboob(ReplApplication):
APPNAME = 'translaboob'
VERSION = '1.1'
COPYRIGHT = 'Copyright(C) 2012 Lucien Loiseau'
COPYRIGHT = 'Copyright(C) 2012-YEAR Lucien Loiseau'
DESCRIPTION = "Console application to translate text from one language to another"
SHORT_DESCRIPTION = "translate text from one language to another"
CAPS = CapTranslate