diff options
Diffstat (limited to 'make_overdensity_config.py')
-rwxr-xr-x | make_overdensity_config.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/make_overdensity_config.py b/make_overdensity_config.py index 7ff0a2f..aeca9c1 100755 --- a/make_overdensity_config.py +++ b/make_overdensity_config.py @@ -1,10 +1,11 @@ #!/usr/bin/env python3 # +# Copyright (c) 2016 Aaron LI +# MIT license +# # Make the configuration file for `calc_overdensity.py` # -# Aaron LI # Created: 2016-07-13 -# Updated: 2016-07-13 # import glob |