Toolbox/Startup.py

changeset 5389
9b1c800daff3
parent 5283
06423d65a2b8
child 5603
4f2dd0850803
equal deleted inserted replaced
5388:1e7254b5c637 5389:9b1c800daff3
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 2
3 # Copyright (c) 2002 - 2016 Detlev Offenbach <detlev@die-offenbachs.de> 3 # Copyright (c) 2002 - 2017 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 - 2016 Detlev Offenbach""" 63 """Copyright (c) 2002 - 2017 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