From 8c3d6bfaf1166968c0903f631cf327102dc025e0 Mon Sep 17 00:00:00 2001 From: Theodore Chang Date: Sun, 22 Dec 2024 22:16:41 +0100 Subject: [PATCH] Update copyright year --- gui/src/API.tsx | 2 +- gui/src/About.tsx | 2 +- gui/src/App.tsx | 2 +- gui/src/Jackpot.tsx | 2 +- gui/src/Map.tsx | 2 +- gui/src/Process.tsx | 2 +- gui/src/Query.tsx | 2 +- gui/src/Server.tsx | 2 +- gui/src/index.tsx | 2 +- mb_runner.py | 2 +- setup.py | 2 +- src/mb/__init__.py | 2 +- src/mb/app/__init__.py | 2 +- src/mb/app/jp.py | 2 +- src/mb/app/main.py | 2 +- src/mb/app/nz.py | 2 +- src/mb/app/process.py | 2 +- src/mb/app/response.py | 2 +- src/mb/app/user.py | 2 +- src/mb/app/utility.py | 2 +- src/mb/celery.py | 2 +- src/mb/client.py | 2 +- src/mb/record/__init__.py | 2 +- src/mb/record/async_record.py | 2 +- src/mb/record/base_parser.py | 2 +- src/mb/record/parser.py | 2 +- src/mb/record/response_spectrum.py | 2 +- src/mb/record/sync_record.py | 2 +- src/mb/record/utility.py | 2 +- src/mb/utility/__init__.py | 2 +- src/mb/utility/config.py | 2 +- src/mb/utility/elastic.py | 2 +- src/mb/utility/env.py | 2 +- src/mb/utility/files.py | 2 +- tests/app/test_jp.py | 2 +- tests/app/test_main.py | 2 +- tests/app/test_nz.py | 2 +- tests/app/test_user.py | 2 +- tests/conftest.py | 2 +- tests/locustfile.py | 2 +- tests/record/test_jp_sync.py | 2 +- tests/record/test_nz_sync.py | 2 +- tests/record/test_utility.py | 2 +- 43 files changed, 43 insertions(+), 43 deletions(-) diff --git a/gui/src/API.tsx b/gui/src/API.tsx index 9b16c06..99002ed 100644 --- a/gui/src/API.tsx +++ b/gui/src/API.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2022-2024 Theodore Chang +// Copyright (C) 2022-2025 Theodore Chang // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/gui/src/About.tsx b/gui/src/About.tsx index 95538c4..36762c8 100644 --- a/gui/src/About.tsx +++ b/gui/src/About.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2022-2024 Theodore Chang +// Copyright (C) 2022-2025 Theodore Chang // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/gui/src/App.tsx b/gui/src/App.tsx index af2e3a3..3d32f2c 100644 --- a/gui/src/App.tsx +++ b/gui/src/App.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2022-2024 Theodore Chang +// Copyright (C) 2022-2025 Theodore Chang // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/gui/src/Jackpot.tsx b/gui/src/Jackpot.tsx index 3d038bd..5010550 100644 --- a/gui/src/Jackpot.tsx +++ b/gui/src/Jackpot.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2022-2024 Theodore Chang +// Copyright (C) 2022-2025 Theodore Chang // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/gui/src/Map.tsx b/gui/src/Map.tsx index 3acf7be..c698620 100644 --- a/gui/src/Map.tsx +++ b/gui/src/Map.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2022-2024 Theodore Chang +// Copyright (C) 2022-2025 Theodore Chang // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/gui/src/Process.tsx b/gui/src/Process.tsx index 17a9c13..fcca2e3 100644 --- a/gui/src/Process.tsx +++ b/gui/src/Process.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2022-2024 Theodore Chang +// Copyright (C) 2022-2025 Theodore Chang // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/gui/src/Query.tsx b/gui/src/Query.tsx index d496cfd..5c292b2 100644 --- a/gui/src/Query.tsx +++ b/gui/src/Query.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2022-2024 Theodore Chang +// Copyright (C) 2022-2025 Theodore Chang // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/gui/src/Server.tsx b/gui/src/Server.tsx index ea28132..d78c818 100644 --- a/gui/src/Server.tsx +++ b/gui/src/Server.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2022-2024 Theodore Chang +// Copyright (C) 2022-2025 Theodore Chang // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/gui/src/index.tsx b/gui/src/index.tsx index b3b3cfe..b9c1171 100644 --- a/gui/src/index.tsx +++ b/gui/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2022-2024 Theodore Chang +// Copyright (C) 2022-2025 Theodore Chang // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/mb_runner.py b/mb_runner.py index b7f6889..5e95a3b 100644 --- a/mb_runner.py +++ b/mb_runner.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2024 Theodore Chang +# Copyright (C) 2022-2025 Theodore Chang # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/setup.py b/setup.py index 24cb960..9c9c9f9 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2024 Theodore Chang +# Copyright (C) 2022-2025 Theodore Chang # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/mb/__init__.py b/src/mb/__init__.py index a80fcbb..46896e9 100644 --- a/src/mb/__init__.py +++ b/src/mb/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2024 Theodore Chang +# Copyright (C) 2022-2025 Theodore Chang # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/mb/app/__init__.py b/src/mb/app/__init__.py index fdc4c1e..0d05ba4 100644 --- a/src/mb/app/__init__.py +++ b/src/mb/app/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2024 Theodore Chang +# Copyright (C) 2022-2025 Theodore Chang # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/mb/app/jp.py b/src/mb/app/jp.py index 51fae80..0e58b34 100644 --- a/src/mb/app/jp.py +++ b/src/mb/app/jp.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2024 Theodore Chang +# Copyright (C) 2022-2025 Theodore Chang # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/mb/app/main.py b/src/mb/app/main.py index 329f7a7..5176883 100644 --- a/src/mb/app/main.py +++ b/src/mb/app/main.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2024 Theodore Chang +# Copyright (C) 2022-2025 Theodore Chang # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/mb/app/nz.py b/src/mb/app/nz.py index 8c8c1b6..d9533e0 100644 --- a/src/mb/app/nz.py +++ b/src/mb/app/nz.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2024 Theodore Chang +# Copyright (C) 2022-2025 Theodore Chang # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/mb/app/process.py b/src/mb/app/process.py index 6af9813..cfd63a9 100644 --- a/src/mb/app/process.py +++ b/src/mb/app/process.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2024 Theodore Chang +# Copyright (C) 2022-2025 Theodore Chang # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/mb/app/response.py b/src/mb/app/response.py index 9acb403..59574f0 100644 --- a/src/mb/app/response.py +++ b/src/mb/app/response.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2024 Theodore Chang +# Copyright (C) 2022-2025 Theodore Chang # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/mb/app/user.py b/src/mb/app/user.py index 87cd406..8f7a61f 100644 --- a/src/mb/app/user.py +++ b/src/mb/app/user.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2024 Theodore Chang +# Copyright (C) 2022-2025 Theodore Chang # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/mb/app/utility.py b/src/mb/app/utility.py index fee0525..37fe897 100644 --- a/src/mb/app/utility.py +++ b/src/mb/app/utility.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2024 Theodore Chang +# Copyright (C) 2022-2025 Theodore Chang # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/mb/celery.py b/src/mb/celery.py index 6228e67..526deab 100644 --- a/src/mb/celery.py +++ b/src/mb/celery.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2024 Theodore Chang +# Copyright (C) 2022-2025 Theodore Chang # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/mb/client.py b/src/mb/client.py index 1e271ae..8ded4cb 100644 --- a/src/mb/client.py +++ b/src/mb/client.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2024 Theodore Chang +# Copyright (C) 2022-2025 Theodore Chang # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/mb/record/__init__.py b/src/mb/record/__init__.py index fdc4c1e..0d05ba4 100644 --- a/src/mb/record/__init__.py +++ b/src/mb/record/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2024 Theodore Chang +# Copyright (C) 2022-2025 Theodore Chang # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/mb/record/async_record.py b/src/mb/record/async_record.py index dd0450f..0d2c475 100644 --- a/src/mb/record/async_record.py +++ b/src/mb/record/async_record.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2024 Theodore Chang +# Copyright (C) 2022-2025 Theodore Chang # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/mb/record/base_parser.py b/src/mb/record/base_parser.py index 290568e..6e15438 100644 --- a/src/mb/record/base_parser.py +++ b/src/mb/record/base_parser.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2024 Theodore Chang +# Copyright (C) 2022-2025 Theodore Chang # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/mb/record/parser.py b/src/mb/record/parser.py index 7b0ed30..9760d20 100644 --- a/src/mb/record/parser.py +++ b/src/mb/record/parser.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2024 Theodore Chang +# Copyright (C) 2022-2025 Theodore Chang # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/mb/record/response_spectrum.py b/src/mb/record/response_spectrum.py index f6bd186..6e4a564 100644 --- a/src/mb/record/response_spectrum.py +++ b/src/mb/record/response_spectrum.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2024 Theodore Chang +# Copyright (C) 2022-2025 Theodore Chang # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/mb/record/sync_record.py b/src/mb/record/sync_record.py index 4b9940e..3bc91f3 100644 --- a/src/mb/record/sync_record.py +++ b/src/mb/record/sync_record.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2024 Theodore Chang +# Copyright (C) 2022-2025 Theodore Chang # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/mb/record/utility.py b/src/mb/record/utility.py index 42b6d10..9277e3f 100644 --- a/src/mb/record/utility.py +++ b/src/mb/record/utility.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2024 Theodore Chang +# Copyright (C) 2022-2025 Theodore Chang # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/mb/utility/__init__.py b/src/mb/utility/__init__.py index fdc4c1e..0d05ba4 100644 --- a/src/mb/utility/__init__.py +++ b/src/mb/utility/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2024 Theodore Chang +# Copyright (C) 2022-2025 Theodore Chang # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/mb/utility/config.py b/src/mb/utility/config.py index 0d6c9f0..32f61fd 100644 --- a/src/mb/utility/config.py +++ b/src/mb/utility/config.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2024 Theodore Chang +# Copyright (C) 2022-2025 Theodore Chang # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/mb/utility/elastic.py b/src/mb/utility/elastic.py index 9c95511..6b7229a 100644 --- a/src/mb/utility/elastic.py +++ b/src/mb/utility/elastic.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2024 Theodore Chang +# Copyright (C) 2022-2025 Theodore Chang # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/mb/utility/env.py b/src/mb/utility/env.py index cb3969f..6c31a0e 100644 --- a/src/mb/utility/env.py +++ b/src/mb/utility/env.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2024 Theodore Chang +# Copyright (C) 2022-2025 Theodore Chang # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/mb/utility/files.py b/src/mb/utility/files.py index 4ff6794..6800910 100644 --- a/src/mb/utility/files.py +++ b/src/mb/utility/files.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2024 Theodore Chang +# Copyright (C) 2022-2025 Theodore Chang # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/app/test_jp.py b/tests/app/test_jp.py index 6a5d744..784657a 100644 --- a/tests/app/test_jp.py +++ b/tests/app/test_jp.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2024 Theodore Chang +# Copyright (C) 2022-2025 Theodore Chang # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/app/test_main.py b/tests/app/test_main.py index 6d3d4a3..ac74409 100644 --- a/tests/app/test_main.py +++ b/tests/app/test_main.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2024 Theodore Chang +# Copyright (C) 2022-2025 Theodore Chang # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/app/test_nz.py b/tests/app/test_nz.py index 54c4202..24b91db 100644 --- a/tests/app/test_nz.py +++ b/tests/app/test_nz.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2024 Theodore Chang +# Copyright (C) 2022-2025 Theodore Chang # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/app/test_user.py b/tests/app/test_user.py index e5c1146..4bdf392 100644 --- a/tests/app/test_user.py +++ b/tests/app/test_user.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2024 Theodore Chang +# Copyright (C) 2022-2025 Theodore Chang # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/conftest.py b/tests/conftest.py index 45d2366..3af81a5 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2024 Theodore Chang +# Copyright (C) 2022-2025 Theodore Chang # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/locustfile.py b/tests/locustfile.py index 42d0a59..79f8447 100644 --- a/tests/locustfile.py +++ b/tests/locustfile.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2024 Theodore Chang +# Copyright (C) 2022-2025 Theodore Chang # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/record/test_jp_sync.py b/tests/record/test_jp_sync.py index 9df678d..d2f42b7 100644 --- a/tests/record/test_jp_sync.py +++ b/tests/record/test_jp_sync.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2024 Theodore Chang +# Copyright (C) 2022-2025 Theodore Chang # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/record/test_nz_sync.py b/tests/record/test_nz_sync.py index e2c7833..8a14154 100644 --- a/tests/record/test_nz_sync.py +++ b/tests/record/test_nz_sync.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2024 Theodore Chang +# Copyright (C) 2022-2025 Theodore Chang # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/record/test_utility.py b/tests/record/test_utility.py index 58f814a..ee7f094 100644 --- a/tests/record/test_utility.py +++ b/tests/record/test_utility.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2024 Theodore Chang +# Copyright (C) 2022-2025 Theodore Chang # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by