Sun, 13 Oct 2013 14:56:56 +0200
Continued to shorten the code lines to max. 79 characters.
# -*- coding: utf-8 -*- # Copyright (c) 2002 - 2013 Detlev Offenbach <detlev@die-offenbachs.de> # """ Module defining some informational strings. """ Program = 'eric5' Version = '@@VERSION@@ (rev @@REVISION@@)' Copyright = 'Copyright (c) 2002 - 2013 Detlev Offenbach' \ ' <detlev@die-offenbachs.de>' BugAddress = 'eric5-bugs@eric-ide.python-projects.org' FeatureAddress = 'eric5-featurerequest@eric-ide.python-projects.org' Homepage = "http://eric-ide.python-projects.org/index.html"