Toolbox/Startup.py

changeset 4021
195a471c327b
parent 3670
f0cb7579c0b4
child 4035
c38be891d0ab
equal deleted inserted replaced
4020:ea66934c7d74 4021:195a471c327b
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 2
3 # Copyright (c) 2002 - 2014 Detlev Offenbach <detlev@die-offenbachs.de> 3 # Copyright (c) 2002 - 2015 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 - 2014 Detlev Offenbach""" 63 """Copyright (c) 2002 - 2015 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