55 print(""" |
55 print(""" |
56 {name} {version} |
56 {name} {version} |
57 |
57 |
58 {description} |
58 {description} |
59 |
59 |
60 Copyright (c) 2002 - 2012 Detlev Offenbach <detlev@die-offenbachs.de> |
60 Copyright (c) 2002 - 2013 Detlev Offenbach <detlev@die-offenbachs.de> |
61 This is free software; see LICENSE.GPL3 for copying conditions. |
61 This is free software; see LICENSE.GPL3 for copying conditions. |
62 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A |
62 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A |
63 PARTICULAR PURPOSE.""".format(**appinfo)) |
63 PARTICULAR PURPOSE.""".format(**appinfo)) |
64 sys.exit(0) |
64 sys.exit(0) |
65 |
65 |