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