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