mirror of
https://github.com/infinet/lunar-calendar.git
synced 2026-01-12 13:15:28 +08:00
update copyright to 2020
This commit is contained in:
2
aa.py
2
aa.py
@@ -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 *
|
||||||
|
|||||||
@@ -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 *
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|
||||||
|
|||||||
2
c/vsop.c
2
c/vsop.c
@@ -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.
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user