diff --git a/aa.py b/aa.py index bb3e332..aaee0f9 100644 --- a/aa.py +++ b/aa.py @@ -17,7 +17,7 @@ Reference: ''' __license__ = 'BSD' -__copyright__ = '2014, Chen Wei ' +__copyright__ = '2020, Chen Wei ' __version__ = '0.0.3' from numpy import * diff --git a/aa_full.py b/aa_full.py index e1a397b..b315c1e 100644 --- a/aa_full.py +++ b/aa_full.py @@ -17,7 +17,7 @@ Reference: ''' __license__ = 'BSD' -__copyright__ = '2014, Chen Wei ' +__copyright__ = '2020, Chen Wei ' __version__ = '0.0.3' from numpy import * diff --git a/aa_full_table.py b/aa_full_table.py index b4a410f..c1ee768 100644 --- a/aa_full_table.py +++ b/aa_full_table.py @@ -1,6 +1,6 @@ __license__ = 'BSD' -__copyright__ = '2014, Chen Wei ' +__copyright__ = '2020, Chen Wei ' __version__ = '0.0.3' from numpy import array diff --git a/c/astro.c b/c/astro.c index 557bc2a..8173850 100644 --- a/c/astro.c +++ b/c/astro.c @@ -1,5 +1,5 @@ /* - copyright 2014, Chen Wei + copyright 2020, Chen Wei version 0.0.3 Implement astronomical algorithms for finding solar terms and moon phases. diff --git a/c/lea406-full.c b/c/lea406-full.c index 1e1ee69..68a0239 100644 --- a/c/lea406-full.c +++ b/c/lea406-full.c @@ -1,5 +1,5 @@ /* - copyright 2014, Chen Wei + copyright 2020, Chen Wei version 0.0.3 Implement astronomical algorithms for finding solar terms and moon phases. diff --git a/c/lea406.c b/c/lea406.c index f35ed60..23970bf 100644 --- a/c/lea406.c +++ b/c/lea406.c @@ -1,5 +1,5 @@ /* - copyright 2014, Chen Wei + copyright 2020, Chen Wei version 0.0.3 Implement astronomical algorithms for finding solar terms and moon phases. diff --git a/c/nutation.c b/c/nutation.c index 9b540c7..f2c6324 100644 --- a/c/nutation.c +++ b/c/nutation.c @@ -1,5 +1,5 @@ /* - copyright 2014, Chen Wei + copyright 2020, Chen Wei version 0.0.3 Implement astronomical algorithms for finding solar terms and moon phases. diff --git a/c/vsop.c b/c/vsop.c index e089b73..c1ac681 100644 --- a/c/vsop.c +++ b/c/vsop.c @@ -1,5 +1,5 @@ /* - copyright 2014, Chen Wei + copyright 2020, Chen Wei version 0.0.3 Implement astronomical algorithms for finding solar terms and moon phases. diff --git a/lunar_ical.py b/lunar_ical.py index 573ec55..76eac36 100755 --- a/lunar_ical.py +++ b/lunar_ical.py @@ -9,7 +9,7 @@ lunar calendar data from their website. ''' __license__ = 'BSD' -__copyright__ = '2014, Chen Wei ' +__copyright__ = '2020, Chen Wei ' __version__ = '0.0.3' from StringIO import StringIO diff --git a/lunarcalbase.py b/lunarcalbase.py index 46a4e29..f876cc1 100644 --- a/lunarcalbase.py +++ b/lunarcalbase.py @@ -5,7 +5,7 @@ Chinese Traditional Holiday based on luar calendar ''' __license__ = 'BSD' -__copyright__ = '2014, Chen Wei ' +__copyright__ = '2020, Chen Wei ' __version__ = '0.0.3' from aa_full import findnewmoons