From 6e3f64a13c5887c3c95c7cd8e4cdd8786ce90963 Mon Sep 17 00:00:00 2001 From: liadomide Date: Fri, 5 Apr 2024 23:07:07 +0300 Subject: [PATCH] EBR-40 Update copyright year --- AUTHORS | 1 + LICENSE | 2 +- setup.py | 2 +- tvbextunicore/_version.py | 2 +- tvbextunicore/exceptions.py | 2 +- tvbextunicore/handlers.py | 2 +- tvbextunicore/logger/builder.py | 2 +- tvbextunicore/tests/test_unicore_wrapper.py | 2 +- tvbextunicore/unicore_wrapper/job_dto.py | 2 +- tvbextunicore/unicore_wrapper/unicore_wrapper.py | 2 +- tvbextunicore/utils.py | 2 +- 11 files changed, 11 insertions(+), 10 deletions(-) diff --git a/AUTHORS b/AUTHORS index 0fa2cd9..24aae80 100644 --- a/AUTHORS +++ b/AUTHORS @@ -5,4 +5,5 @@ Baila Romina Diaz Sandra Domide Lia Fousek Jan +Misan Teodora Prodan Paula diff --git a/LICENSE b/LICENSE index ce7629b..c76648c 100644 --- a/LICENSE +++ b/LICENSE @@ -2,7 +2,7 @@ GNU General Public License v3.0 or later ------------------------------------------------------------------- TVB-EXT-UNICORE -Copyright (C) 2022 TVB Widgets Team +Copyright (C) 2022-2024 TVB Widgets Team 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 the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/setup.py b/setup.py index 1b5c1f0..2bcd751 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ # # "TheVirtualBrain - Widgets" package # -# (c) 2022-2023, TVB Widgets Team +# (c) 2022-2024, TVB Widgets Team # import json diff --git a/tvbextunicore/_version.py b/tvbextunicore/_version.py index 4324b03..27d9a6c 100644 --- a/tvbextunicore/_version.py +++ b/tvbextunicore/_version.py @@ -2,7 +2,7 @@ # # "TheVirtualBrain - Widgets" package # -# (c) 2022-2023, TVB Widgets Team +# (c) 2022-2024, TVB Widgets Team # import json diff --git a/tvbextunicore/exceptions.py b/tvbextunicore/exceptions.py index 4665684..97d5131 100644 --- a/tvbextunicore/exceptions.py +++ b/tvbextunicore/exceptions.py @@ -2,7 +2,7 @@ # # "TheVirtualBrain - Widgets" package # -# (c) 2022-2023, TVB Widgets Team +# (c) 2022-2024, TVB Widgets Team # class TVBExtUnicoreException(Exception): diff --git a/tvbextunicore/handlers.py b/tvbextunicore/handlers.py index 4dc7e81..0c78e00 100644 --- a/tvbextunicore/handlers.py +++ b/tvbextunicore/handlers.py @@ -2,7 +2,7 @@ # # "TheVirtualBrain - Widgets" package # -# (c) 2022-2023, TVB Widgets Team +# (c) 2022-2024, TVB Widgets Team # import os diff --git a/tvbextunicore/logger/builder.py b/tvbextunicore/logger/builder.py index dc7d7b2..737878c 100644 --- a/tvbextunicore/logger/builder.py +++ b/tvbextunicore/logger/builder.py @@ -2,7 +2,7 @@ # # "TheVirtualBrain - Widgets" package # -# (c) 2022-2023, TVB Widgets Team +# (c) 2022-2024, TVB Widgets Team # import os diff --git a/tvbextunicore/tests/test_unicore_wrapper.py b/tvbextunicore/tests/test_unicore_wrapper.py index 0f37ea7..efaab54 100644 --- a/tvbextunicore/tests/test_unicore_wrapper.py +++ b/tvbextunicore/tests/test_unicore_wrapper.py @@ -2,7 +2,7 @@ # # "TheVirtualBrain - Widgets" package # -# (c) 2022-2023, TVB Widgets Team +# (c) 2022-2024, TVB Widgets Team # import json diff --git a/tvbextunicore/unicore_wrapper/job_dto.py b/tvbextunicore/unicore_wrapper/job_dto.py index 5c1430d..1fa92c2 100644 --- a/tvbextunicore/unicore_wrapper/job_dto.py +++ b/tvbextunicore/unicore_wrapper/job_dto.py @@ -2,7 +2,7 @@ # # "TheVirtualBrain - Widgets" package # -# (c) 2022-2023, TVB Widgets Team +# (c) 2022-2024, TVB Widgets Team # from datetime import datetime diff --git a/tvbextunicore/unicore_wrapper/unicore_wrapper.py b/tvbextunicore/unicore_wrapper/unicore_wrapper.py index cedfbdb..6ca17e3 100644 --- a/tvbextunicore/unicore_wrapper/unicore_wrapper.py +++ b/tvbextunicore/unicore_wrapper/unicore_wrapper.py @@ -2,7 +2,7 @@ # # "TheVirtualBrain - Widgets" package # -# (c) 2022-2023, TVB Widgets Team +# (c) 2022-2024, TVB Widgets Team # import os diff --git a/tvbextunicore/utils.py b/tvbextunicore/utils.py index e74e1b7..814fcc6 100644 --- a/tvbextunicore/utils.py +++ b/tvbextunicore/utils.py @@ -2,7 +2,7 @@ # # "TheVirtualBrain - Widgets" package # -# (c) 2022-2023, TVB Widgets Team +# (c) 2022-2024, TVB Widgets Team # import json