Sun, 31 Dec 2017 16:52:09 +0100
Updated copyright for 2018.
# -*- coding: utf-8 -*- # Copyright (c) 2002 - 2018 Detlev Offenbach <detlev@die-offenbachs.de> # """ Module defining some informational strings. """ from __future__ import unicode_literals Program = 'eric6' Version = '@@VERSION@@ (rev. @@REVISION@@)' VersionOnly = '@@VERSION@@' Copyright = 'Copyright (c) 2002 - 2018 Detlev Offenbach' \ ' <detlev@die-offenbachs.de>' BugAddress = 'eric-bugs@eric-ide.python-projects.org' FeatureAddress = 'eric-featurerequest@eric-ide.python-projects.org' Homepage = "https://eric-ide.python-projects.org/index.html"