Toolbox/Startup.py

branch
maintenance
changeset 6646
51eefa621de4
parent 6645
ad476851d7e0
child 6702
793af5761910
equal deleted inserted replaced
6603:77189681b787 6646:51eefa621de4
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 2
3 # Copyright (c) 2002 - 2018 Detlev Offenbach <detlev@die-offenbachs.de> 3 # Copyright (c) 2002 - 2019 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 print("""\n""" 58 print("""\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 - 2018 Detlev Offenbach""" 63 """Copyright (c) 2002 - 2019 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