3 |
3 |
4 # Copyright (c) 2003 - 2010 Detlev Offenbach <detlev@die-offenbachs.de> |
4 # Copyright (c) 2003 - 2010 Detlev Offenbach <detlev@die-offenbachs.de> |
5 # |
5 # |
6 |
6 |
7 """ |
7 """ |
8 Eric4 API Generator |
8 Eric5 API Generator |
9 |
9 |
10 This is the main Python script of the API generator. It is |
10 This is the main Python script of the API generator. It is |
11 this script that gets called via the API generation interface. |
11 this script that gets called via the API generation interface. |
12 This script can be used via the commandline as well. |
12 This script can be used via the commandline as well. |
13 """ |
13 """ |
81 """ |
81 """ |
82 Function to show the version information. |
82 Function to show the version information. |
83 """ |
83 """ |
84 print("""eric5-api %s |
84 print("""eric5-api %s |
85 |
85 |
86 Eric4 API generator. |
86 Eric5 API generator. |
87 |
87 |
88 Copyright (c) 2004 - 2010 Detlev Offenbach <detlev@die-offenbachs.de> |
88 Copyright (c) 2004 - 2010 Detlev Offenbach <detlev@die-offenbachs.de> |
89 This is free software; see the LICENSE.GPL3 for copying conditions. |
89 This is free software; see the LICENSE.GPL3 for copying conditions. |
90 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A |
90 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A |
91 PARTICULAR PURPOSE.""" % Version) |
91 PARTICULAR PURPOSE.""" % Version) |