src/eric7/eric7_api.py

branch
eric7
changeset 9653
e67609152c5e
parent 9624
b47dfa7a137d
child 9674
43dd357b3bff
equal deleted inserted replaced
9652:75881562981b 9653:e67609152c5e
1 #!/usr/bin/env python3 1 #!/usr/bin/env python3
2 # -*- coding: utf-8 -*- 2 # -*- coding: utf-8 -*-
3 3
4 # Copyright (c) 2003 - 2022 Detlev Offenbach <detlev@die-offenbachs.de> 4 # Copyright (c) 2003 - 2023 Detlev Offenbach <detlev@die-offenbachs.de>
5 # 5 #
6 6
7 """ 7 """
8 eric API Generator. 8 eric API Generator.
9 9
32 It prints a reference of all commandline parameters that may 32 It prints a reference of all commandline parameters that may
33 be used and ends the application. 33 be used and ends the application.
34 """ 34 """
35 print("eric7_api") 35 print("eric7_api")
36 print() 36 print()
37 print("Copyright (c) 2004 - 2022 Detlev Offenbach <detlev@die-offenbachs.de>.") 37 print("Copyright (c) 2004 - 2023 Detlev Offenbach <detlev@die-offenbachs.de>.")
38 print() 38 print()
39 print("Usage:") 39 print("Usage:")
40 print() 40 print()
41 print(" eric7_api [options] files...") 41 print(" eric7_api [options] files...")
42 print() 42 print()
92 print( 92 print(
93 """eric7_api {0}\n""" 93 """eric7_api {0}\n"""
94 """\n""" 94 """\n"""
95 """eric API generator.\n""" 95 """eric API generator.\n"""
96 """\n""" 96 """\n"""
97 """Copyright (c) 2004 - 2022 Detlev Offenbach""" 97 """Copyright (c) 2004 - 2023 Detlev Offenbach"""
98 """ <detlev@die-offenbachs.de>\n""" 98 """ <detlev@die-offenbachs.de>\n"""
99 """This is free software; see the LICENSE.GPL3 for copying""" 99 """This is free software; see the LICENSE.GPL3 for copying"""
100 """ conditions.\n""" 100 """ conditions.\n"""
101 """There is NO warranty; not even for MERCHANTABILITY or FITNESS""" 101 """There is NO warranty; not even for MERCHANTABILITY or FITNESS"""
102 """ FOR A\n""" 102 """ FOR A\n"""

eric ide

mercurial