From 5a9fad5ffd19ce41c27de804dd9381431ba38fbb Mon Sep 17 00:00:00 2001 From: Nicholas Bishop Date: Sat, 4 Jul 2015 23:25:39 -0400 Subject: License comment --- xsft.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xsft.py') diff --git a/xsft.py b/xsft.py index cbb7be1..9852893 100755 --- a/xsft.py +++ b/xsft.py @@ -1,5 +1,7 @@ #!/usr/bin/python3 +# Licensed under the GNU GPLv3+ + import math import subprocess -- cgit