diff options
author | Nicholas Bishop <nicholasbishop@gmail.com> | 2015-07-04 23:25:39 -0400 |
---|---|---|
committer | Nicholas Bishop <nicholasbishop@gmail.com> | 2015-07-04 23:25:39 -0400 |
commit | 5a9fad5ffd19ce41c27de804dd9381431ba38fbb (patch) | |
tree | f5019da582b431dfa5429b93e23954f728faa749 /xsft.py | |
parent | Add readme (diff) | |
download | xbright-5a9fad5ffd19ce41c27de804dd9381431ba38fbb.tar.gz xbright-5a9fad5ffd19ce41c27de804dd9381431ba38fbb.tar.bz2 xbright-5a9fad5ffd19ce41c27de804dd9381431ba38fbb.zip |
License comment
Diffstat (limited to 'xsft.py')
-rwxr-xr-x | xsft.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ #!/usr/bin/python3 +# Licensed under the GNU GPLv3+ + import math import subprocess |