MCPcopy
hub / github.com/eldraco/domain_analyzer / version

Function version

domain_analyzer.py:261–273  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

259
260# Print version information
261def version():
262 print("+----------------------------------------------------------------------+")
263 print("| "+ sys.argv[0] + " Version "+ vernum +" |")
264 print("| This program is free software; you can redistribute it and/or modify |")
265 print("| it under the terms of the GNU General Public License as published by |")
266 print("| the Free Software Foundation; either version 2 of the License, or |")
267 print("| (at your option) any later version. |")
268 print("| |")
269 print("| Author: Garcia Sebastian, eldraco@gmail.com |")
270 print("| Author: Veronica Valeros, vero.valeros@gmail.com |")
271 print("| www.mateslab.com.ar - Argentina |")
272 print("+----------------------------------------------------------------------+")
273 print()
274
275# Print help information and exit:
276def usage():

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected