diff options
author | Aaron LI <aaronly.me@outlook.com> | 2017-02-12 19:16:22 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2017-02-12 19:16:22 +0800 |
commit | 62a69c7f0df94e5b013ee5883d85c16ca39ece85 (patch) | |
tree | f492cf8b8b4a496f8f7d17762033a0b9a25937de /make_sbpfit_config.py | |
parent | a4f1e4eaaae5ea3ce2531b72b04f2fc30f96e3a0 (diff) | |
download | cexcess-62a69c7f0df94e5b013ee5883d85c16ca39ece85.tar.bz2 |
Add copyright and MIT license disclaimer
Diffstat (limited to 'make_sbpfit_config.py')
-rwxr-xr-x | make_sbpfit_config.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/make_sbpfit_config.py b/make_sbpfit_config.py index f0409c9..c662b1b 100755 --- a/make_sbpfit_config.py +++ b/make_sbpfit_config.py @@ -1,12 +1,12 @@ #!/usr/bin/env python3 -# -*- coding: utf-8 -*- +# +# Copyright (c) 2016 Aaron LI +# MIT license # # Make the configuration file for the `sbp_fit.py`. # The name, obsid, r500 information is extracted from the '*_INFO.json' file. # -# Aaron LI # Created: 2016-04-21 -# Updated: 2016-07-12 # # Change logs: # 2016-07-12: |