Toolbox/Startup.py

changeset 4631
5c1a96925da4
parent 4566
a2e8f3c420ec
child 4714
03c5936c79e5
equal deleted inserted replaced
4630:7b0e38956b5c 4631:5c1a96925da4
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 2
3 # Copyright (c) 2002 - 2015 Detlev Offenbach <detlev@die-offenbachs.de> 3 # Copyright (c) 2002 - 2016 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 - 2015 Detlev Offenbach""" 63 """Copyright (c) 2002 - 2016 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