diff options
Diffstat (limited to 'extract_sbpfit.py')
-rwxr-xr-x | extract_sbpfit.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extract_sbpfit.py b/extract_sbpfit.py index 1305a0d..04bdf5f 100755 --- a/extract_sbpfit.py +++ b/extract_sbpfit.py @@ -1,9 +1,10 @@ #!/usr/bin/env python3 -# -*- coding: utf-8 -*- +# +# Copyright (c) 2016 Aaron LI +# MIT license # # Extract the sbpfit results, and output in CSV format. # -# Aaron LI # Created: 2016-04-27 # @@ -89,4 +90,3 @@ def main(): if __name__ == "__main__": main() - |