From 4b0a8aafd77798b587842482225d11da589176d5 Mon Sep 17 00:00:00 2001 From: Wei Chen Date: Fri, 21 Feb 2020 15:51:43 -0600 Subject: [PATCH] update copyright to 2020 --- aa.py | 2 +- aa_full.py | 2 +- aa_full_table.py | 2 +- c/astro.c | 2 +- c/lea406-full.c | 2 +- c/lea406.c | 2 +- c/nutation.c | 2 +- c/vsop.c | 2 +- lunar_ical.py | 2 +- lunarcalbase.py | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) 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