eric7/UI/Info.py

branch
eric7
changeset 8881
54e42bc2437a
parent 8314
e3642a6a1e71
equal deleted inserted replaced
8880:4b631598f752 8881:54e42bc2437a
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 2
3 # Copyright (c) 2002 - 2021 Detlev Offenbach <detlev@die-offenbachs.de> 3 # Copyright (c) 2002 - 2022 Detlev Offenbach <detlev@die-offenbachs.de>
4 # 4 #
5 5
6 """ 6 """
7 Module defining some informational strings. 7 Module defining some informational strings.
8 """ 8 """
10 10
11 Program = 'eric7' 11 Program = 'eric7'
12 Version = '@@VERSION@@ (rev. @@REVISION@@)' 12 Version = '@@VERSION@@ (rev. @@REVISION@@)'
13 VersionOnly = '@@VERSION@@' 13 VersionOnly = '@@VERSION@@'
14 Copyright = ( 14 Copyright = (
15 'Copyright (c) 2002 - 2021 Detlev Offenbach' 15 'Copyright (c) 2002 - 2022 Detlev Offenbach'
16 ' <detlev@die-offenbachs.de>' 16 ' <detlev@die-offenbachs.de>'
17 ) 17 )
18 CopyrightShort = '(c) 2002 - 2021 Detlev Offenbach' 18 CopyrightShort = '(c) 2002 - 2022 Detlev Offenbach'
19 BugAddress = 'eric-bugs@eric-ide.python-projects.org' 19 BugAddress = 'eric-bugs@eric-ide.python-projects.org'
20 FeatureAddress = 'eric-featurerequest@eric-ide.python-projects.org' 20 FeatureAddress = 'eric-featurerequest@eric-ide.python-projects.org'
21 Homepage = "https://eric-ide.python-projects.org/index.html" 21 Homepage = "https://eric-ide.python-projects.org/index.html"

eric ide

mercurial