11"""JSON reading and writing."""
22
3- # Copyright 2022 Yucheng Liu. GNU LGPL3 license.
3+ # Copyright 2022-2023 Yucheng Liu. GNU LGPL3 license.
44# GNU LGPL3 license copy: https://www.gnu.org/licenses/lgpl-3.0.txt
55# GNU LGPL3 is based on GNU GPL3, GNU GPL3 copy: https://www.gnu.org/licenses/gpl-3.0.txt
66# First added by username: liu-yucheng
@@ -26,7 +26,7 @@ def load_json(from_file):
2626 """
2727
2828 # Part of LYC-PythonUtils
29- # Copyright 2022 Yucheng Liu. GNU LGPL3 license.
29+ # Copyright 2022-2023 Yucheng Liu. GNU LGPL3 license.
3030 # GNU LGPL3 license copy: https://www.gnu.org/licenses/lgpl-3.0.txt
3131 # GNU LGPL3 is based on GNU GPL3, GNU GPL3 copy: https://www.gnu.org/licenses/gpl-3.0.txt
3232
@@ -66,7 +66,7 @@ def save_json(from_obj, to_file):
6666 """
6767
6868 # Part of LYC-PythonUtils
69- # Copyright 2022 Yucheng Liu. GNU LGPL3 license.
69+ # Copyright 2022-2023 Yucheng Liu. GNU LGPL3 license.
7070 # GNU LGPL3 license copy: https://www.gnu.org/licenses/lgpl-3.0.txt
7171 # GNU LGPL3 is based on GNU GPL3, GNU GPL3 copy: https://www.gnu.org/licenses/gpl-3.0.txt
7272
@@ -106,7 +106,7 @@ def load_json_str(from_str):
106106 """
107107
108108 # Part of LYC-PythonUtils
109- # Copyright 2022 Yucheng Liu. GNU LGPL3 license.
109+ # Copyright 2022-2023 Yucheng Liu. GNU LGPL3 license.
110110 # GNU LGPL3 license copy: https://www.gnu.org/licenses/lgpl-3.0.txt
111111 # GNU LGPL3 is based on GNU GPL3, GNU GPL3 copy: https://www.gnu.org/licenses/gpl-3.0.txt
112112
@@ -146,7 +146,7 @@ def save_json_str(from_obj):
146146 """
147147
148148 # Part of LYC-PythonUtils
149- # Copyright 2022 Yucheng Liu. GNU LGPL3 license.
149+ # Copyright 2022-2023 Yucheng Liu. GNU LGPL3 license.
150150 # GNU LGPL3 license copy: https://www.gnu.org/licenses/lgpl-3.0.txt
151151 # GNU LGPL3 is based on GNU GPL3, GNU GPL3 copy: https://www.gnu.org/licenses/gpl-3.0.txt
152152
0 commit comments