| 259 | |
| 260 | # Print version information |
| 261 | def 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: |
| 276 | def usage(): |