Licensing

Dual-licensed `cheat` under both the GPL3 and MIT licenses.
This commit is contained in:
Chris Lane
2016-02-15 17:13:20 -05:00
parent d058ee087e
commit a063c7bb64
5 changed files with 697 additions and 680 deletions

View File

@ -38,7 +38,7 @@ from docopt import docopt
if __name__ == '__main__':
# parse the command-line options
options = docopt(__doc__, version='cheat 2.1.21')
options = docopt(__doc__, version='cheat 2.1.22')
# list directories
if options['--directories']: