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

@ -95,7 +95,7 @@ class GaugeFormatter(IFormatter):
class Boobsize(ReplApplication):
APPNAME = 'Boobsize'
VERSION = '1.1'
COPYRIGHT = 'Copyright(C) 2013 Florent Fourcot'
COPYRIGHT = 'Copyright(C) 2013-YEAR Florent Fourcot'
DESCRIPTION = "Console application allowing to display various sensors and gauges values."
SHORT_DESCRIPTION = "display sensors and gauges values"
CAPS = (CapGauge)