eric6/Toolbox/Startup.py

changeset 7923
91e843545d9a
parent 7900
72b88fb20261
child 7960
e8fc383322f7
equal deleted inserted replaced
7921:0d429bd82699 7923:91e843545d9a
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 2
3 # Copyright (c) 2002 - 2020 Detlev Offenbach <detlev@die-offenbachs.de> 3 # Copyright (c) 2002 - 2021 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 """
57 print("""\n""" 57 print("""\n"""
58 """{name} {version}\n""" 58 """{name} {version}\n"""
59 """\n""" 59 """\n"""
60 """{description}\n""" 60 """{description}\n"""
61 """\n""" 61 """\n"""
62 """Copyright (c) 2002 - 2020 Detlev Offenbach""" 62 """Copyright (c) 2002 - 2021 Detlev Offenbach"""
63 """ <detlev@die-offenbachs.de>\n""" 63 """ <detlev@die-offenbachs.de>\n"""
64 """This is free software; see LICENSE.GPL3 for copying""" 64 """This is free software; see LICENSE.GPL3 for copying"""
65 """ conditions.\n""" 65 """ conditions.\n"""
66 """There is NO warranty; not even for MERCHANTABILITY or FITNESS""" 66 """There is NO warranty; not even for MERCHANTABILITY or FITNESS"""
67 """ FOR A\n""" 67 """ FOR A\n"""

eric ide

mercurial