update copyright to 2020

This commit is contained in:
Wei Chen
2020-02-21 15:51:43 -06:00
parent 870d25e0e4
commit 4b0a8aafd7
10 changed files with 10 additions and 10 deletions

2
aa.py
View File

@@ -17,7 +17,7 @@ Reference:
''' '''
__license__ = 'BSD' __license__ = 'BSD'
__copyright__ = '2014, Chen Wei <weichen302@gmail.com>' __copyright__ = '2020, Chen Wei <weichen302@gmail.com>'
__version__ = '0.0.3' __version__ = '0.0.3'
from numpy import * from numpy import *

View File

@@ -17,7 +17,7 @@ Reference:
''' '''
__license__ = 'BSD' __license__ = 'BSD'
__copyright__ = '2014, Chen Wei <weichen302@gmail.com>' __copyright__ = '2020, Chen Wei <weichen302@gmail.com>'
__version__ = '0.0.3' __version__ = '0.0.3'
from numpy import * from numpy import *

View File

@@ -1,6 +1,6 @@
__license__ = 'BSD' __license__ = 'BSD'
__copyright__ = '2014, Chen Wei <weichen302@gmail.com>' __copyright__ = '2020, Chen Wei <weichen302@gmail.com>'
__version__ = '0.0.3' __version__ = '0.0.3'
from numpy import array from numpy import array

View File

@@ -1,5 +1,5 @@
/* /*
copyright 2014, Chen Wei <weichen302@gmail.com> copyright 2020, Chen Wei <weichen302@gmail.com>
version 0.0.3 version 0.0.3
Implement astronomical algorithms for finding solar terms and moon phases. Implement astronomical algorithms for finding solar terms and moon phases.

View File

@@ -1,5 +1,5 @@
/* /*
copyright 2014, Chen Wei <weichen302@gmail.com> copyright 2020, Chen Wei <weichen302@gmail.com>
version 0.0.3 version 0.0.3
Implement astronomical algorithms for finding solar terms and moon phases. Implement astronomical algorithms for finding solar terms and moon phases.

View File

@@ -1,5 +1,5 @@
/* /*
copyright 2014, Chen Wei <weichen302@gmail.com> copyright 2020, Chen Wei <weichen302@gmail.com>
version 0.0.3 version 0.0.3
Implement astronomical algorithms for finding solar terms and moon phases. Implement astronomical algorithms for finding solar terms and moon phases.

View File

@@ -1,5 +1,5 @@
/* /*
copyright 2014, Chen Wei <weichen302@gmail.com> copyright 2020, Chen Wei <weichen302@gmail.com>
version 0.0.3 version 0.0.3
Implement astronomical algorithms for finding solar terms and moon phases. Implement astronomical algorithms for finding solar terms and moon phases.

View File

@@ -1,5 +1,5 @@
/* /*
copyright 2014, Chen Wei <weichen302@gmail.com> copyright 2020, Chen Wei <weichen302@gmail.com>
version 0.0.3 version 0.0.3
Implement astronomical algorithms for finding solar terms and moon phases. Implement astronomical algorithms for finding solar terms and moon phases.

View File

@@ -9,7 +9,7 @@ lunar calendar data from their website.
''' '''
__license__ = 'BSD' __license__ = 'BSD'
__copyright__ = '2014, Chen Wei <weichen302@gmail.com>' __copyright__ = '2020, Chen Wei <weichen302@gmail.com>'
__version__ = '0.0.3' __version__ = '0.0.3'
from StringIO import StringIO from StringIO import StringIO

View File

@@ -5,7 +5,7 @@
Chinese Traditional Holiday based on luar calendar ''' Chinese Traditional Holiday based on luar calendar '''
__license__ = 'BSD' __license__ = 'BSD'
__copyright__ = '2014, Chen Wei <weichen302@gmail.com>' __copyright__ = '2020, Chen Wei <weichen302@gmail.com>'
__version__ = '0.0.3' __version__ = '0.0.3'
from aa_full import findnewmoons from aa_full import findnewmoons