src/eric7/Toolbox/Startup.py

branch
eric7
changeset 9653
e67609152c5e
parent 9624
b47dfa7a137d
child 9674
43dd357b3bff
equal deleted inserted replaced
9652:75881562981b 9653:e67609152c5e
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 2
3 # Copyright (c) 2002 - 2022 Detlev Offenbach <detlev@die-offenbachs.de> 3 # Copyright (c) 2002 - 2023 Detlev Offenbach <detlev@die-offenbachs.de>
4 # 4 #
5 5
6 """ 6 """
7 Module implementing some startup helper funcions. 7 Module implementing some startup helper funcions.
8 """ 8 """
58 """\n""" 58 """\n"""
59 """{name} {version}\n""" 59 """{name} {version}\n"""
60 """\n""" 60 """\n"""
61 """{description}\n""" 61 """{description}\n"""
62 """\n""" 62 """\n"""
63 """Copyright (c) 2002 - 2022 Detlev Offenbach""" 63 """Copyright (c) 2002 - 2023 Detlev Offenbach"""
64 """ <detlev@die-offenbachs.de>\n""" 64 """ <detlev@die-offenbachs.de>\n"""
65 """This is free software; see LICENSE.GPL3 for copying""" 65 """This is free software; see LICENSE.GPL3 for copying"""
66 """ conditions.\n""" 66 """ conditions.\n"""
67 """There is NO warranty; not even for MERCHANTABILITY or FITNESS""" 67 """There is NO warranty; not even for MERCHANTABILITY or FITNESS"""
68 """ FOR A\n""" 68 """ FOR A\n"""

eric ide

mercurial