1
1
"""JSON reading and writing."""
2
2
3
- # Copyright 2022 Yucheng Liu. GNU LGPL3 license.
3
+ # Copyright 2022-2023 Yucheng Liu. GNU LGPL3 license.
4
4
# GNU LGPL3 license copy: https://www.gnu.org/licenses/lgpl-3.0.txt
5
5
# GNU LGPL3 is based on GNU GPL3, GNU GPL3 copy: https://www.gnu.org/licenses/gpl-3.0.txt
6
6
# First added by username: liu-yucheng
@@ -26,7 +26,7 @@ def load_json(from_file):
26
26
"""
27
27
28
28
# Part of LYC-PythonUtils
29
- # Copyright 2022 Yucheng Liu. GNU LGPL3 license.
29
+ # Copyright 2022-2023 Yucheng Liu. GNU LGPL3 license.
30
30
# GNU LGPL3 license copy: https://www.gnu.org/licenses/lgpl-3.0.txt
31
31
# GNU LGPL3 is based on GNU GPL3, GNU GPL3 copy: https://www.gnu.org/licenses/gpl-3.0.txt
32
32
@@ -66,7 +66,7 @@ def save_json(from_obj, to_file):
66
66
"""
67
67
68
68
# Part of LYC-PythonUtils
69
- # Copyright 2022 Yucheng Liu. GNU LGPL3 license.
69
+ # Copyright 2022-2023 Yucheng Liu. GNU LGPL3 license.
70
70
# GNU LGPL3 license copy: https://www.gnu.org/licenses/lgpl-3.0.txt
71
71
# GNU LGPL3 is based on GNU GPL3, GNU GPL3 copy: https://www.gnu.org/licenses/gpl-3.0.txt
72
72
@@ -106,7 +106,7 @@ def load_json_str(from_str):
106
106
"""
107
107
108
108
# Part of LYC-PythonUtils
109
- # Copyright 2022 Yucheng Liu. GNU LGPL3 license.
109
+ # Copyright 2022-2023 Yucheng Liu. GNU LGPL3 license.
110
110
# GNU LGPL3 license copy: https://www.gnu.org/licenses/lgpl-3.0.txt
111
111
# GNU LGPL3 is based on GNU GPL3, GNU GPL3 copy: https://www.gnu.org/licenses/gpl-3.0.txt
112
112
@@ -146,7 +146,7 @@ def save_json_str(from_obj):
146
146
"""
147
147
148
148
# Part of LYC-PythonUtils
149
- # Copyright 2022 Yucheng Liu. GNU LGPL3 license.
149
+ # Copyright 2022-2023 Yucheng Liu. GNU LGPL3 license.
150
150
# GNU LGPL3 license copy: https://www.gnu.org/licenses/lgpl-3.0.txt
151
151
# GNU LGPL3 is based on GNU GPL3, GNU GPL3 copy: https://www.gnu.org/licenses/gpl-3.0.txt
152
152
0 commit comments