Toolbox/Startup.py

changeset 6048
82ad8ec9548c
parent 5742
dc9cd8059221
child 6189
337eb6283a57
equal deleted inserted replaced
6047:39586a2de99d 6048:82ad8ec9548c
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 2
3 # Copyright (c) 2002 - 2017 Detlev Offenbach <detlev@die-offenbachs.de> 3 # Copyright (c) 2002 - 2018 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 """
59 print("""\n""" 59 print("""\n"""
60 """{name} {version}\n""" 60 """{name} {version}\n"""
61 """\n""" 61 """\n"""
62 """{description}\n""" 62 """{description}\n"""
63 """\n""" 63 """\n"""
64 """Copyright (c) 2002 - 2017 Detlev Offenbach""" 64 """Copyright (c) 2002 - 2018 Detlev Offenbach"""
65 """ <detlev@die-offenbachs.de>\n""" 65 """ <detlev@die-offenbachs.de>\n"""
66 """This is free software; see LICENSE.GPL3 for copying""" 66 """This is free software; see LICENSE.GPL3 for copying"""
67 """ conditions.\n""" 67 """ conditions.\n"""
68 """There is NO warranty; not even for MERCHANTABILITY or FITNESS""" 68 """There is NO warranty; not even for MERCHANTABILITY or FITNESS"""
69 """ FOR A\n""" 69 """ FOR A\n"""

eric ide

mercurial