diff --git a/app/__init__.py b/app/__init__.py index 96b7c430..346c7325 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/commands/__init__.py b/app/commands/__init__.py index 96b7c430..346c7325 100644 --- a/app/commands/__init__.py +++ b/app/commands/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/commands/container_registry.py b/app/commands/container_registry.py index c93296fb..db2cc38c 100644 --- a/app/commands/container_registry.py +++ b/app/commands/container_registry.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/commands/dataset.py b/app/commands/dataset.py index 141e599d..8d03caa6 100644 --- a/app/commands/dataset.py +++ b/app/commands/dataset.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/commands/entry_point.py b/app/commands/entry_point.py index 1770ac0a..57e7b0f4 100644 --- a/app/commands/entry_point.py +++ b/app/commands/entry_point.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/commands/file.py b/app/commands/file.py index 76ffcd2a..9dae8f01 100644 --- a/app/commands/file.py +++ b/app/commands/file.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/commands/project.py b/app/commands/project.py index 47b3441c..998e9f20 100644 --- a/app/commands/project.py +++ b/app/commands/project.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/commands/user.py b/app/commands/user.py index 94888abe..b97af237 100644 --- a/app/commands/user.py +++ b/app/commands/user.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/configs/__init__.py b/app/configs/__init__.py index 96b7c430..346c7325 100644 --- a/app/configs/__init__.py +++ b/app/configs/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/configs/app_config.py b/app/configs/app_config.py index 85e59928..0fa2b15d 100644 --- a/app/configs/app_config.py +++ b/app/configs/app_config.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/configs/config.py b/app/configs/config.py index 9b65018d..0a846c37 100644 --- a/app/configs/config.py +++ b/app/configs/config.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/configs/user_config.py b/app/configs/user_config.py index 7deb3672..f66e4272 100644 --- a/app/configs/user_config.py +++ b/app/configs/user_config.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/models/__init__.py b/app/models/__init__.py index 96b7c430..346c7325 100644 --- a/app/models/__init__.py +++ b/app/models/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/models/enums.py b/app/models/enums.py index d4f626e4..4f368e0a 100644 --- a/app/models/enums.py +++ b/app/models/enums.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Indoc Systems +# Copyright (C) 2023-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/models/service_meta_class.py b/app/models/service_meta_class.py index e449847a..5914fff2 100644 --- a/app/models/service_meta_class.py +++ b/app/models/service_meta_class.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/models/singleton.py b/app/models/singleton.py index c78719e8..fdad9a59 100644 --- a/app/models/singleton.py +++ b/app/models/singleton.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/models/upload_form.py b/app/models/upload_form.py index 2cea1b9f..bf898c27 100644 --- a/app/models/upload_form.py +++ b/app/models/upload_form.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/pilotcli.py b/app/pilotcli.py index a2a25f12..c567f469 100644 --- a/app/pilotcli.py +++ b/app/pilotcli.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/resources/custom_error.py b/app/resources/custom_error.py index c6233054..ec566355 100644 --- a/app/resources/custom_error.py +++ b/app/resources/custom_error.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/resources/custom_help.py b/app/resources/custom_help.py index 28413446..47ed6f6c 100644 --- a/app/resources/custom_help.py +++ b/app/resources/custom_help.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/services/__init__.py b/app/services/__init__.py index 96b7c430..346c7325 100644 --- a/app/services/__init__.py +++ b/app/services/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/services/container_registry_manager/container_registry_manager.py b/app/services/container_registry_manager/container_registry_manager.py index fff0f492..37247ef7 100644 --- a/app/services/container_registry_manager/container_registry_manager.py +++ b/app/services/container_registry_manager/container_registry_manager.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/services/crypto/__init__.py b/app/services/crypto/__init__.py index 96b7c430..346c7325 100644 --- a/app/services/crypto/__init__.py +++ b/app/services/crypto/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/services/crypto/crypto.py b/app/services/crypto/crypto.py index 40b01b9c..fb0253f3 100644 --- a/app/services/crypto/crypto.py +++ b/app/services/crypto/crypto.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/services/dataset_manager/dataset_detail.py b/app/services/dataset_manager/dataset_detail.py index daeb72c8..4fd0a2a6 100644 --- a/app/services/dataset_manager/dataset_detail.py +++ b/app/services/dataset_manager/dataset_detail.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/services/dataset_manager/dataset_download.py b/app/services/dataset_manager/dataset_download.py index fdf6ca52..6fb127d7 100644 --- a/app/services/dataset_manager/dataset_download.py +++ b/app/services/dataset_manager/dataset_download.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/services/dataset_manager/dataset_list.py b/app/services/dataset_manager/dataset_list.py index 0f128c05..29334467 100644 --- a/app/services/dataset_manager/dataset_list.py +++ b/app/services/dataset_manager/dataset_list.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/services/dataset_manager/model.py b/app/services/dataset_manager/model.py index b2c3a8c6..b39745c2 100644 --- a/app/services/dataset_manager/model.py +++ b/app/services/dataset_manager/model.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/services/file_manager/__init__.py b/app/services/file_manager/__init__.py index 96b7c430..346c7325 100644 --- a/app/services/file_manager/__init__.py +++ b/app/services/file_manager/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/services/file_manager/file_download/__init__.py b/app/services/file_manager/file_download/__init__.py index 96b7c430..346c7325 100644 --- a/app/services/file_manager/file_download/__init__.py +++ b/app/services/file_manager/file_download/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/services/file_manager/file_download/download_client.py b/app/services/file_manager/file_download/download_client.py index 79ed1677..d9f0ca4c 100644 --- a/app/services/file_manager/file_download/download_client.py +++ b/app/services/file_manager/file_download/download_client.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/services/file_manager/file_download/model.py b/app/services/file_manager/file_download/model.py index b2c3a8c6..b39745c2 100644 --- a/app/services/file_manager/file_download/model.py +++ b/app/services/file_manager/file_download/model.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/services/file_manager/file_list.py b/app/services/file_manager/file_list.py index 705bcd1d..39982cd9 100644 --- a/app/services/file_manager/file_list.py +++ b/app/services/file_manager/file_list.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/services/file_manager/file_manifests.py b/app/services/file_manager/file_manifests.py index 72b8cc42..6aede86f 100644 --- a/app/services/file_manager/file_manifests.py +++ b/app/services/file_manager/file_manifests.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/services/file_manager/file_metadata/__init__.py b/app/services/file_manager/file_metadata/__init__.py index 96b7c430..346c7325 100644 --- a/app/services/file_manager/file_metadata/__init__.py +++ b/app/services/file_manager/file_metadata/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/services/file_manager/file_metadata/file_metadata_client.py b/app/services/file_manager/file_metadata/file_metadata_client.py index 56379d87..8fdbd77f 100644 --- a/app/services/file_manager/file_metadata/file_metadata_client.py +++ b/app/services/file_manager/file_metadata/file_metadata_client.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/services/file_manager/file_move/__init__.py b/app/services/file_manager/file_move/__init__.py index 96b7c430..346c7325 100644 --- a/app/services/file_manager/file_move/__init__.py +++ b/app/services/file_manager/file_move/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/services/file_manager/file_move/file_move_client.py b/app/services/file_manager/file_move/file_move_client.py index 706d32c0..4bd2dfb4 100644 --- a/app/services/file_manager/file_move/file_move_client.py +++ b/app/services/file_manager/file_move/file_move_client.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/services/file_manager/file_tag.py b/app/services/file_manager/file_tag.py index 428b3920..2a5db71c 100644 --- a/app/services/file_manager/file_tag.py +++ b/app/services/file_manager/file_tag.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/services/file_manager/file_upload/__init__.py b/app/services/file_manager/file_upload/__init__.py index 96b7c430..346c7325 100644 --- a/app/services/file_manager/file_upload/__init__.py +++ b/app/services/file_manager/file_upload/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/services/file_manager/file_upload/exception.py b/app/services/file_manager/file_upload/exception.py index 5c7c5b71..ac47fa51 100644 --- a/app/services/file_manager/file_upload/exception.py +++ b/app/services/file_manager/file_upload/exception.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/services/file_manager/file_upload/file_upload.py b/app/services/file_manager/file_upload/file_upload.py index ad8ea08c..15cd5219 100644 --- a/app/services/file_manager/file_upload/file_upload.py +++ b/app/services/file_manager/file_upload/file_upload.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/services/file_manager/file_upload/models.py b/app/services/file_manager/file_upload/models.py index aaf36ffb..2a0ac3d9 100644 --- a/app/services/file_manager/file_upload/models.py +++ b/app/services/file_manager/file_upload/models.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/services/file_manager/file_upload/upload_client.py b/app/services/file_manager/file_upload/upload_client.py index 0640f3e5..86dc08e3 100644 --- a/app/services/file_manager/file_upload/upload_client.py +++ b/app/services/file_manager/file_upload/upload_client.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/services/file_manager/file_upload/upload_validator.py b/app/services/file_manager/file_upload/upload_validator.py index 9dd40531..70475caf 100644 --- a/app/services/file_manager/file_upload/upload_validator.py +++ b/app/services/file_manager/file_upload/upload_validator.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/services/logger_services/__init__.py b/app/services/logger_services/__init__.py index 96b7c430..346c7325 100644 --- a/app/services/logger_services/__init__.py +++ b/app/services/logger_services/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/services/logger_services/log_functions.py b/app/services/logger_services/log_functions.py index d27af885..feab591a 100644 --- a/app/services/logger_services/log_functions.py +++ b/app/services/logger_services/log_functions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/services/output_manager/__init__.py b/app/services/output_manager/__init__.py index 96b7c430..346c7325 100644 --- a/app/services/output_manager/__init__.py +++ b/app/services/output_manager/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/services/output_manager/error_handler.py b/app/services/output_manager/error_handler.py index 4fa9586c..a7e2c79f 100644 --- a/app/services/output_manager/error_handler.py +++ b/app/services/output_manager/error_handler.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/services/output_manager/help_page.py b/app/services/output_manager/help_page.py index 9ce631f0..bfabf8e2 100644 --- a/app/services/output_manager/help_page.py +++ b/app/services/output_manager/help_page.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/services/output_manager/message_handler.py b/app/services/output_manager/message_handler.py index 3b2e11bf..cdc57677 100644 --- a/app/services/output_manager/message_handler.py +++ b/app/services/output_manager/message_handler.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/services/project_manager/__init__.py b/app/services/project_manager/__init__.py index 96b7c430..346c7325 100644 --- a/app/services/project_manager/__init__.py +++ b/app/services/project_manager/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/services/project_manager/project.py b/app/services/project_manager/project.py index 79c08dca..ec98c503 100644 --- a/app/services/project_manager/project.py +++ b/app/services/project_manager/project.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/services/user_authentication/__init__.py b/app/services/user_authentication/__init__.py index 96b7c430..346c7325 100644 --- a/app/services/user_authentication/__init__.py +++ b/app/services/user_authentication/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/services/user_authentication/decorator.py b/app/services/user_authentication/decorator.py index 9d321060..bfb7aec6 100644 --- a/app/services/user_authentication/decorator.py +++ b/app/services/user_authentication/decorator.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/services/user_authentication/token_manager.py b/app/services/user_authentication/token_manager.py index 314adbe8..361973b3 100644 --- a/app/services/user_authentication/token_manager.py +++ b/app/services/user_authentication/token_manager.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/services/user_authentication/user_login_logout.py b/app/services/user_authentication/user_login_logout.py index b4ca2bef..550f6140 100644 --- a/app/services/user_authentication/user_login_logout.py +++ b/app/services/user_authentication/user_login_logout.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/utils/__init__.py b/app/utils/__init__.py index 96b7c430..346c7325 100644 --- a/app/utils/__init__.py +++ b/app/utils/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/app/utils/aggregated.py b/app/utils/aggregated.py index 912b99c0..f629c090 100644 --- a/app/utils/aggregated.py +++ b/app/utils/aggregated.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/pyproject.toml b/pyproject.toml index ca5c4d3b..ec5fba78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "app" -version = "2.9.5" +version = "2.9.6" description = "This service is designed to support pilot platform" authors = ["Indoc Systems"] diff --git a/tests/__init__.py b/tests/__init__.py index 96b7c430..346c7325 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/tests/app/commands/test_dataset.py b/tests/app/commands/test_dataset.py index 3d6d5fca..e5bdd497 100644 --- a/tests/app/commands/test_dataset.py +++ b/tests/app/commands/test_dataset.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/tests/app/commands/test_entry_point.py b/tests/app/commands/test_entry_point.py index 37adc20d..a2a56224 100644 --- a/tests/app/commands/test_entry_point.py +++ b/tests/app/commands/test_entry_point.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/tests/app/commands/test_file.py b/tests/app/commands/test_file.py index 9ac78b45..b3f1df9f 100644 --- a/tests/app/commands/test_file.py +++ b/tests/app/commands/test_file.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/tests/app/commands/test_project_command.py b/tests/app/commands/test_project_command.py index d021dd78..d20ce449 100644 --- a/tests/app/commands/test_project_command.py +++ b/tests/app/commands/test_project_command.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/tests/app/commands/test_user.py b/tests/app/commands/test_user.py index 77b4b76d..d1f02d10 100644 --- a/tests/app/commands/test_user.py +++ b/tests/app/commands/test_user.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Indoc Systems +# Copyright (C) 2023-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/tests/app/configs/__init__.py b/tests/app/configs/__init__.py index cad2bb80..91574f61 100644 --- a/tests/app/configs/__init__.py +++ b/tests/app/configs/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2023 Indoc Systems +# Copyright (C) 2023-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/tests/app/configs/test_user_config.py b/tests/app/configs/test_user_config.py index 71b73970..5d54e006 100644 --- a/tests/app/configs/test_user_config.py +++ b/tests/app/configs/test_user_config.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Indoc Systems +# Copyright (C) 2023-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/tests/app/services/dataset_manager/test_dataset_detail.py b/tests/app/services/dataset_manager/test_dataset_detail.py index caaa3459..04b74529 100644 --- a/tests/app/services/dataset_manager/test_dataset_detail.py +++ b/tests/app/services/dataset_manager/test_dataset_detail.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/tests/app/services/dataset_manager/test_dataset_download.py b/tests/app/services/dataset_manager/test_dataset_download.py index 49537bbe..05bf664a 100644 --- a/tests/app/services/dataset_manager/test_dataset_download.py +++ b/tests/app/services/dataset_manager/test_dataset_download.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/tests/app/services/dataset_manager/test_dataset_list.py b/tests/app/services/dataset_manager/test_dataset_list.py index 43c5be1d..1d2187fc 100644 --- a/tests/app/services/dataset_manager/test_dataset_list.py +++ b/tests/app/services/dataset_manager/test_dataset_list.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/tests/app/services/file_manager/file_metadata/test_file_metadata_client.py b/tests/app/services/file_manager/file_metadata/test_file_metadata_client.py index 669cd06a..48c16216 100644 --- a/tests/app/services/file_manager/file_metadata/test_file_metadata_client.py +++ b/tests/app/services/file_manager/file_metadata/test_file_metadata_client.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/tests/app/services/file_manager/file_move/test_file_move_client.py b/tests/app/services/file_manager/file_move/test_file_move_client.py index 678ad01f..b6c52b1d 100644 --- a/tests/app/services/file_manager/file_move/test_file_move_client.py +++ b/tests/app/services/file_manager/file_move/test_file_move_client.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/tests/app/services/file_manager/file_upload/test_file_upload.py b/tests/app/services/file_manager/file_upload/test_file_upload.py index cff579fa..17b3e474 100644 --- a/tests/app/services/file_manager/file_upload/test_file_upload.py +++ b/tests/app/services/file_manager/file_upload/test_file_upload.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/tests/app/services/file_manager/file_upload/test_model.py b/tests/app/services/file_manager/file_upload/test_model.py index 2a53c17f..4f23a822 100644 --- a/tests/app/services/file_manager/file_upload/test_model.py +++ b/tests/app/services/file_manager/file_upload/test_model.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/tests/app/services/file_manager/file_upload/test_upload_client.py b/tests/app/services/file_manager/file_upload/test_upload_client.py index 53c3cd76..21454ee3 100644 --- a/tests/app/services/file_manager/file_upload/test_upload_client.py +++ b/tests/app/services/file_manager/file_upload/test_upload_client.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/tests/app/services/project_manager/test_project.py b/tests/app/services/project_manager/test_project.py index d7df8fdf..91747282 100644 --- a/tests/app/services/project_manager/test_project.py +++ b/tests/app/services/project_manager/test_project.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/tests/app/services/user_authentication/test_token_manager.py b/tests/app/services/user_authentication/test_token_manager.py index 049a26d5..cc6015ce 100644 --- a/tests/app/services/user_authentication/test_token_manager.py +++ b/tests/app/services/user_authentication/test_token_manager.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Indoc Systems +# Copyright (C) 2023-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/tests/app/services/user_authentication/test_user_login_logout.py b/tests/app/services/user_authentication/test_user_login_logout.py index 5af15cdf..8fbc860f 100644 --- a/tests/app/services/user_authentication/test_user_login_logout.py +++ b/tests/app/services/user_authentication/test_user_login_logout.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/tests/app/utils/test_aggregated.py b/tests/app/utils/test_aggregated.py index d449a5f4..d7a8aa4c 100644 --- a/tests/app/utils/test_aggregated.py +++ b/tests/app/utils/test_aggregated.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/tests/conftest.py b/tests/conftest.py index 6755b434..1a4a444d 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Indoc Systems +# Copyright (C) 2022-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/tests/fixtures/__init__.py b/tests/fixtures/__init__.py index cad2bb80..91574f61 100644 --- a/tests/fixtures/__init__.py +++ b/tests/fixtures/__init__.py @@ -1,3 +1,3 @@ -# Copyright (C) 2023 Indoc Systems +# Copyright (C) 2023-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code. diff --git a/tests/fixtures/fake.py b/tests/fixtures/fake.py index 7db1d77e..e8834908 100644 --- a/tests/fixtures/fake.py +++ b/tests/fixtures/fake.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Indoc Systems +# Copyright (C) 2023-2024 Indoc Systems # # Contact Indoc Systems for any questions regarding the use of this source code.