diff options
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | fg21sim/__init__.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016-2018 Weitian LI +Copyright (c) 2016-2019 Weitian LI Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/fg21sim/__init__.py b/fg21sim/__init__.py index a4aceac..6717312 100644 --- a/fg21sim/__init__.py +++ b/fg21sim/__init__.py @@ -4,7 +4,7 @@ __date__ = "2018-05-22" __author__ = "Weitian LI" __author_email__ = "wt@liwt.net" __license__ = "MIT" -__copyright__ = "Copyright (c) 2016-2018 Weitian LI" +__copyright__ = "Copyright (c) 2016-2019 Weitian LI" __url__ = "https://github.com/liweitianux/fg21sim" __description__ = ("Foreground Simulation for " "21 cm Reionization Signal Detection") |