--- a/eric5-api.py Sat Jan 02 18:19:35 2010 +0000 +++ b/eric5-api.py Sat Jan 02 18:52:53 2010 +0000 @@ -5,7 +5,7 @@ # """ -Eric4 API Generator +Eric5 API Generator This is the main Python script of the API generator. It is this script that gets called via the API generation interface. @@ -83,7 +83,7 @@ """ print("""eric5-api %s -Eric4 API generator. +Eric5 API generator. Copyright (c) 2004 - 2010 Detlev Offenbach <detlev@die-offenbachs.de> This is free software; see the LICENSE.GPL3 for copying conditions. @@ -267,4 +267,4 @@ sys.exit(0) if __name__ == '__main__': - main() \ No newline at end of file + main()