diff --git a/maker/python/main.py b/maker/python/main.py index 50f790d..24bee61 100644 --- a/maker/python/main.py +++ b/maker/python/main.py @@ -2,7 +2,8 @@ # Use of this source code is governed by a Apache2.0-style # license that can be found in the LICENSE file. # -# Author: leolin49 +# Author: linyufeng +# Date : 2022/7/14 17:00 # import logging import sys diff --git a/maker/python/xdb/__init__.py b/maker/python/xdb/__init__.py index 44afac0..6e97d75 100644 --- a/maker/python/xdb/__init__.py +++ b/maker/python/xdb/__init__.py @@ -2,5 +2,6 @@ # Use of this source code is governed by a Apache2.0-style # license that can be found in the LICENSE file. # -# Author: leolin49 +# Author: linyufeng +# Date : 2022/7/14 17:00 # diff --git a/maker/python/xdb/index.py b/maker/python/xdb/index.py index c734271..964aecd 100644 --- a/maker/python/xdb/index.py +++ b/maker/python/xdb/index.py @@ -2,7 +2,8 @@ # Use of this source code is governed by a Apache2.0-style # license that can be found in the LICENSE file. # -# Author: leolin49 +# Author: linyufeng +# Date : 2022/7/14 17:00 # import struct diff --git a/maker/python/xdb/maker.py b/maker/python/xdb/maker.py index 2c125ad..235eb5a 100644 --- a/maker/python/xdb/maker.py +++ b/maker/python/xdb/maker.py @@ -2,7 +2,8 @@ # Use of this source code is governed by a Apache2.0-style # license that can be found in the LICENSE file. # -# Author: leolin49 +# Author: linyufeng +# Date : 2022/7/14 17:00 # # ---- # ip2region database v2.0 structure diff --git a/maker/python/xdb/segment.py b/maker/python/xdb/segment.py index cd10a37..cf653e6 100644 --- a/maker/python/xdb/segment.py +++ b/maker/python/xdb/segment.py @@ -2,7 +2,8 @@ # Use of this source code is governed by a Apache2.0-style # license that can be found in the LICENSE file. # -# Author: leolin49 +# Author: linyufeng +# Date : 2022/7/14 17:00 # import xdb.util as util diff --git a/maker/python/xdb/util.py b/maker/python/xdb/util.py index 336fbe3..478faad 100644 --- a/maker/python/xdb/util.py +++ b/maker/python/xdb/util.py @@ -2,7 +2,8 @@ # Use of this source code is governed by a Apache2.0-style # license that can be found in the LICENSE file. # -# Author: leolin49 +# Author: linyufeng +# Date : 2022/7/14 17:00 # _SHIFT_INDEX = (24, 16, 8, 0)