79 print(""" |
79 print(""" |
80 {name} {version} |
80 {name} {version} |
81 |
81 |
82 {description} |
82 {description} |
83 |
83 |
84 Copyright (c) 2002 - 2011 Detlev Offenbach <detlev@die-offenbachs.de> |
84 Copyright (c) 2002 - 2012 Detlev Offenbach <detlev@die-offenbachs.de> |
85 This is free software; see LICENSE.GPL3 for copying conditions. |
85 This is free software; see LICENSE.GPL3 for copying conditions. |
86 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A |
86 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A |
87 PARTICULAR PURPOSE.""".format(**appinfo)) |
87 PARTICULAR PURPOSE.""".format(**appinfo)) |
88 sys.exit(0) |
88 sys.exit(0) |
89 |
89 |