From 3b372ebe86b0cffadad80db8b397cc7ae09756d7 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sun, 10 Dec 2023 14:06:17 -0600 Subject: [PATCH] prepare for 2024 --- CMakeLists.txt | 2 +- LICENSE.md | 2 +- include/app_config.hpp | 2 +- include/cli/actions.hpp | 2 +- include/cli/check_version.hpp | 2 +- include/cli/display_config.hpp | 2 +- include/cli/drive_information.hpp | 2 +- include/cli/get.hpp | 2 +- include/cli/get_directory_items.hpp | 2 +- include/cli/get_pinned_files.hpp | 2 +- include/cli/help.hpp | 2 +- include/cli/mount.hpp | 2 +- include/cli/open_files.hpp | 2 +- include/cli/pin_file.hpp | 2 +- include/cli/pinned_status.hpp | 2 +- include/cli/set.hpp | 2 +- include/cli/status.hpp | 2 +- include/cli/unmount.hpp | 2 +- include/cli/unpin_file.hpp | 2 +- include/cli/version.hpp | 2 +- include/comm/curl/curl_comm.hpp | 2 +- include/comm/curl/multi_request.hpp | 2 +- include/comm/curl/requests/http_delete.hpp | 2 +- include/comm/curl/requests/http_get.hpp | 2 +- include/comm/curl/requests/http_head.hpp | 2 +- include/comm/curl/requests/http_post.hpp | 2 +- include/comm/curl/requests/http_put_file.hpp | 2 +- include/comm/curl/requests/http_request_base.hpp | 2 +- include/comm/i_http_comm.hpp | 2 +- include/comm/packet/client_pool.hpp | 2 +- include/comm/packet/packet.hpp | 2 +- include/comm/packet/packet_client.hpp | 2 +- include/comm/packet/packet_server.hpp | 2 +- include/common.hpp | 2 +- include/database/db_common.hpp | 2 +- include/database/db_insert.hpp | 2 +- include/database/db_select.hpp | 2 +- include/drives/directory_cache.hpp | 2 +- include/drives/directory_iterator.hpp | 2 +- include/drives/eviction.hpp | 2 +- include/drives/fuse/events.hpp | 2 +- include/drives/fuse/fuse_base.hpp | 2 +- include/drives/fuse/fuse_drive.hpp | 2 +- include/drives/fuse/fuse_drive_base.hpp | 2 +- include/drives/fuse/i_fuse_drive.hpp | 2 +- .../drives/fuse/remotefuse/i_remote_instance.hpp | 2 +- include/drives/fuse/remotefuse/remote_client.hpp | 2 +- .../drives/fuse/remotefuse/remote_fuse_drive.hpp | 2 +- include/drives/fuse/remotefuse/remote_server.hpp | 2 +- include/drives/remote/i_remote_json.hpp | 2 +- include/drives/remote/remote_open_file_table.hpp | 2 +- include/drives/remote/remote_server_base.hpp | 2 +- include/drives/winfsp/i_winfsp_drive.hpp | 2 +- .../winfsp/remotewinfsp/i_remote_instance.hpp | 2 +- .../drives/winfsp/remotewinfsp/remote_client.hpp | 2 +- .../drives/winfsp/remotewinfsp/remote_server.hpp | 2 +- .../winfsp/remotewinfsp/remote_winfsp_drive.hpp | 2 +- include/drives/winfsp/winfsp_drive.hpp | 2 +- include/events/consumers/console_consumer.hpp | 2 +- include/events/consumers/logging_consumer.hpp | 2 +- include/events/event.hpp | 2 +- include/events/event_system.hpp | 2 +- include/events/events.hpp | 2 +- include/events/t_event_system.hpp | 2 +- include/file_manager/events.hpp | 2 +- include/file_manager/file_manager.hpp | 15 ++++++--------- include/file_manager/i_file_manager.hpp | 2 +- include/file_manager/i_open_file.hpp | 6 +++--- include/file_manager/i_upload_manager.hpp | 2 +- include/platform/platform.hpp | 2 +- include/platform/unix_platform.hpp | 2 +- include/platform/win32_platform.hpp | 2 +- include/providers/base_provider.hpp | 2 +- include/providers/encrypt/encrypt_provider.hpp | 2 +- include/providers/i_provider.hpp | 2 +- include/providers/meta_db.hpp | 2 +- include/providers/provider.hpp | 2 +- include/providers/s3/s3_provider.hpp | 2 +- include/providers/sia/sia_provider.hpp | 2 +- include/rpc/client/client.hpp | 2 +- include/rpc/server/full_server.hpp | 2 +- include/rpc/server/server.hpp | 2 +- include/types/remote.hpp | 2 +- include/types/repertory.hpp | 2 +- include/types/rpc.hpp | 2 +- include/types/s3.hpp | 2 +- include/types/startup_exception.hpp | 2 +- include/utils/action_queue.hpp | 2 +- include/utils/cli_utils.hpp | 2 +- include/utils/com_init_wrapper.hpp | 2 +- include/utils/encrypting_reader.hpp | 2 +- include/utils/encryption.hpp | 2 +- include/utils/error_utils.hpp | 2 +- include/utils/file_utils.hpp | 2 +- include/utils/native_file.hpp | 2 +- include/utils/path_utils.hpp | 2 +- include/utils/polling.hpp | 2 +- include/utils/single_thread_service_base.hpp | 2 +- include/utils/string_utils.hpp | 2 +- include/utils/throttle.hpp | 2 +- include/utils/timeout.hpp | 2 +- include/utils/unix/unix_utils.hpp | 2 +- include/utils/utils.hpp | 2 +- include/utils/windows/windows_utils.hpp | 2 +- src/app_config.cpp | 2 +- src/comm/curl/curl_comm.cpp | 2 +- src/comm/curl/multi_request.cpp | 2 +- src/comm/curl/requests/http_post.cpp | 2 +- src/comm/curl/requests/http_put_file.cpp | 2 +- src/comm/packet/client_pool.cpp | 2 +- src/comm/packet/packet.cpp | 2 +- src/comm/packet/packet_client.cpp | 2 +- src/comm/packet/packet_server.cpp | 2 +- src/common.cpp.in | 2 +- src/database/db_insert.cpp | 2 +- src/database/db_select.cpp | 2 +- src/drives/directory_cache.cpp | 2 +- src/drives/directory_iterator.cpp | 2 +- src/drives/eviction.cpp | 2 +- src/drives/fuse/fuse_base.cpp | 2 +- src/drives/fuse/fuse_drive.cpp | 2 +- src/drives/fuse/fuse_drive_base.cpp | 2 +- src/drives/fuse/remotefuse/remote_client.cpp | 2 +- src/drives/fuse/remotefuse/remote_fuse_drive.cpp | 2 +- src/drives/fuse/remotefuse/remote_server.cpp | 2 +- src/drives/remote/remote_open_file_table.cpp | 2 +- src/drives/winfsp/remotewinfsp/remote_client.cpp | 2 +- src/drives/winfsp/remotewinfsp/remote_server.cpp | 2 +- .../winfsp/remotewinfsp/remote_winfsp_drive.cpp | 2 +- src/drives/winfsp/winfsp_drive.cpp | 2 +- src/events/consumers/logging_consumer.cpp | 2 +- src/events/event.cpp | 2 +- src/events/t_event_system.cpp | 2 +- src/file_manager/file_manager.cpp | 2 +- src/file_manager/file_manager_open_file.cpp | 6 +++--- src/file_manager/file_manager_open_file_base.cpp | 2 +- .../file_manager_open_file_base_download.cpp | 2 +- .../file_manager_open_file_base_io_item.cpp | 2 +- .../file_manager_ring_buffer_open_file.cpp | 4 ++-- src/file_manager/file_manager_upload.cpp | 2 +- src/main.cpp | 2 +- src/platform/unix_platform.cpp | 2 +- src/platform/win32_platform.cpp | 2 +- src/providers/base_provider.cpp | 2 +- src/providers/encrypt/encrypt_provider.cpp | 2 +- src/providers/meta_db.cpp | 2 +- src/providers/provider.cpp | 2 +- src/providers/s3/s3_provider.cpp | 2 +- src/providers/sia/sia_provider.cpp | 2 +- src/rpc/client/client.cpp | 2 +- src/rpc/server/full_server.cpp | 2 +- src/rpc/server/server.cpp | 2 +- src/types/remote.cpp | 2 +- src/types/repertory.cpp | 2 +- src/utils/cli_utils.cpp | 2 +- src/utils/encrypting_reader.cpp | 2 +- src/utils/encryption.cpp | 2 +- src/utils/error_utils.cpp | 2 +- src/utils/file_utils.cpp | 2 +- src/utils/native_file.cpp | 2 +- src/utils/path_utils.cpp | 2 +- src/utils/polling.cpp | 2 +- src/utils/single_thread_service_base.cpp | 2 +- src/utils/string_utils.cpp | 2 +- src/utils/throttle.cpp | 2 +- src/utils/timeout.cpp | 2 +- src/utils/unix/unix_utils.cpp | 2 +- src/utils/utils.cpp | 2 +- src/utils/windows/windows_utils.cpp | 2 +- tests/config_test.cpp | 2 +- tests/curl_comm_test.cpp | 2 +- tests/database_test.cpp | 2 +- tests/encrypt_provider_test.cpp | 2 +- tests/encrypting_reader_test.cpp | 2 +- tests/encryption_test.cpp | 2 +- tests/file_manager_open_file_test.cpp | 2 +- tests/file_manager_ring_buffer_open_file_test.cpp | 2 +- tests/file_manager_test.cpp | 2 +- tests/file_manager_upload_test.cpp | 2 +- tests/fixtures/winfsp_fixture.hpp | 2 +- tests/fuse_drive_test.cpp | 2 +- tests/lock_data_test.cpp | 2 +- tests/mocks/mock_fuse_drive.hpp | 2 +- tests/mocks/mock_open_file.hpp | 9 ++++----- tests/mocks/mock_provider.hpp | 2 +- tests/mocks/mock_upload_manager.hpp | 2 +- tests/mocks/mock_winfsp_drive.hpp | 2 +- tests/packet_test.cpp | 2 +- tests/path_utils_test.cpp | 2 +- tests/providers_test.cpp | 2 +- tests/remote_fuse_test.cpp | 2 +- tests/remote_winfsp_test.cpp | 2 +- tests/sia_provider_test.cpp | 2 +- tests/string_utils_test.cpp | 2 +- tests/test_common.cpp | 2 +- tests/test_common.hpp | 2 +- tests/utils/event_capture.hpp | 2 +- tests/utils_test.cpp | 2 +- tests/version_test.cpp | 2 +- tests/winfsp_test.cpp | 2 +- 200 files changed, 213 insertions(+), 217 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6e982e80..7a9176f4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -171,7 +171,7 @@ if (MINGW) set(REPERTORY_VER_PRODUCTVERSION_STR ${REPERTORY_MAJOR}.${REPERTORY_MINOR}.${REPERTORY_REV}.${REPERTORY_RELEASE_NUM}) set(REPERTORY_VER_PRERELEASE VS_FF_PRERELEASE) set(REPERTORY_VER_COMPANYNAME_STR "https://git.fifthgrid.com/blockstorage") - set(REPERTORY_VER_LEGALCOPYRIGHT_STR "Copyright 2018-2023 ") + set(REPERTORY_VER_LEGALCOPYRIGHT_STR "Copyright 2018-2024 ") set(REPERTORY_VER_FILEDESCRIPTION_STR "Mount utility for Sia and S3") configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.rc.in ${CMAKE_CURRENT_SOURCE_DIR}/src/version.rc @ONLY) set(WINDOWS_VERSION_RC ${CMAKE_CURRENT_SOURCE_DIR}/src/version.rc) diff --git a/LICENSE.md b/LICENSE.md index c3ebfeb4..77a53a10 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,5 +1,5 @@ # Repertory MIT License -### Copyright <2018-2023> +### Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/include/app_config.hpp b/include/app_config.hpp index 91bec4ba..3e752550 100644 --- a/include/app_config.hpp +++ b/include/app_config.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/cli/actions.hpp b/include/cli/actions.hpp index bf3ecc7e..b9c364d5 100644 --- a/include/cli/actions.hpp +++ b/include/cli/actions.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/cli/check_version.hpp b/include/cli/check_version.hpp index 7b4d9e14..aa557ddd 100644 --- a/include/cli/check_version.hpp +++ b/include/cli/check_version.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/cli/display_config.hpp b/include/cli/display_config.hpp index 6baf3d3a..9ac71d59 100644 --- a/include/cli/display_config.hpp +++ b/include/cli/display_config.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/cli/drive_information.hpp b/include/cli/drive_information.hpp index 6e7af25a..f72cb020 100644 --- a/include/cli/drive_information.hpp +++ b/include/cli/drive_information.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/cli/get.hpp b/include/cli/get.hpp index a486390d..9a449e04 100644 --- a/include/cli/get.hpp +++ b/include/cli/get.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/cli/get_directory_items.hpp b/include/cli/get_directory_items.hpp index 0e0ccea3..65f6945b 100644 --- a/include/cli/get_directory_items.hpp +++ b/include/cli/get_directory_items.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/cli/get_pinned_files.hpp b/include/cli/get_pinned_files.hpp index b8a96461..e3a563e9 100644 --- a/include/cli/get_pinned_files.hpp +++ b/include/cli/get_pinned_files.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/cli/help.hpp b/include/cli/help.hpp index dae5d0aa..3fe06c13 100644 --- a/include/cli/help.hpp +++ b/include/cli/help.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/cli/mount.hpp b/include/cli/mount.hpp index 0c0fa77e..bed44d00 100644 --- a/include/cli/mount.hpp +++ b/include/cli/mount.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/cli/open_files.hpp b/include/cli/open_files.hpp index 3bf1f485..f7a3f76f 100644 --- a/include/cli/open_files.hpp +++ b/include/cli/open_files.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/cli/pin_file.hpp b/include/cli/pin_file.hpp index ff11e0c7..f48dc61a 100644 --- a/include/cli/pin_file.hpp +++ b/include/cli/pin_file.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/cli/pinned_status.hpp b/include/cli/pinned_status.hpp index 89375ed1..72060faa 100644 --- a/include/cli/pinned_status.hpp +++ b/include/cli/pinned_status.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/cli/set.hpp b/include/cli/set.hpp index d50a8733..5dde79e1 100644 --- a/include/cli/set.hpp +++ b/include/cli/set.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/cli/status.hpp b/include/cli/status.hpp index 1d6af01f..ee4a8918 100644 --- a/include/cli/status.hpp +++ b/include/cli/status.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/cli/unmount.hpp b/include/cli/unmount.hpp index f4a014d7..9ffb7de5 100644 --- a/include/cli/unmount.hpp +++ b/include/cli/unmount.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/cli/unpin_file.hpp b/include/cli/unpin_file.hpp index 2c003d4e..d1bc3622 100644 --- a/include/cli/unpin_file.hpp +++ b/include/cli/unpin_file.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/cli/version.hpp b/include/cli/version.hpp index fec65cce..7d0e6828 100644 --- a/include/cli/version.hpp +++ b/include/cli/version.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/comm/curl/curl_comm.hpp b/include/comm/curl/curl_comm.hpp index 9f29e2fa..8c181fb5 100644 --- a/include/comm/curl/curl_comm.hpp +++ b/include/comm/curl/curl_comm.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/comm/curl/multi_request.hpp b/include/comm/curl/multi_request.hpp index 55d07af7..ba8a7480 100644 --- a/include/comm/curl/multi_request.hpp +++ b/include/comm/curl/multi_request.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/comm/curl/requests/http_delete.hpp b/include/comm/curl/requests/http_delete.hpp index 1942c42e..9ec8086e 100644 --- a/include/comm/curl/requests/http_delete.hpp +++ b/include/comm/curl/requests/http_delete.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/comm/curl/requests/http_get.hpp b/include/comm/curl/requests/http_get.hpp index 433381a7..7442d433 100644 --- a/include/comm/curl/requests/http_get.hpp +++ b/include/comm/curl/requests/http_get.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/comm/curl/requests/http_head.hpp b/include/comm/curl/requests/http_head.hpp index dec30f45..d170dca9 100644 --- a/include/comm/curl/requests/http_head.hpp +++ b/include/comm/curl/requests/http_head.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/comm/curl/requests/http_post.hpp b/include/comm/curl/requests/http_post.hpp index d6928abf..eae62148 100644 --- a/include/comm/curl/requests/http_post.hpp +++ b/include/comm/curl/requests/http_post.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/comm/curl/requests/http_put_file.hpp b/include/comm/curl/requests/http_put_file.hpp index f99afc2a..78b492c9 100644 --- a/include/comm/curl/requests/http_put_file.hpp +++ b/include/comm/curl/requests/http_put_file.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/comm/curl/requests/http_request_base.hpp b/include/comm/curl/requests/http_request_base.hpp index 8f5ce3e9..e6189437 100644 --- a/include/comm/curl/requests/http_request_base.hpp +++ b/include/comm/curl/requests/http_request_base.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/comm/i_http_comm.hpp b/include/comm/i_http_comm.hpp index 22a98a60..e2433e3f 100644 --- a/include/comm/i_http_comm.hpp +++ b/include/comm/i_http_comm.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/comm/packet/client_pool.hpp b/include/comm/packet/client_pool.hpp index e0ad5566..522fbe65 100644 --- a/include/comm/packet/client_pool.hpp +++ b/include/comm/packet/client_pool.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/comm/packet/packet.hpp b/include/comm/packet/packet.hpp index 83dd586d..cd0bf194 100644 --- a/include/comm/packet/packet.hpp +++ b/include/comm/packet/packet.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/comm/packet/packet_client.hpp b/include/comm/packet/packet_client.hpp index 67e9bc9a..1d4e9080 100644 --- a/include/comm/packet/packet_client.hpp +++ b/include/comm/packet/packet_client.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/comm/packet/packet_server.hpp b/include/comm/packet/packet_server.hpp index 87254541..f6ad84a3 100644 --- a/include/comm/packet/packet_server.hpp +++ b/include/comm/packet/packet_server.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/common.hpp b/include/common.hpp index 4421b04b..cfbd3f43 100644 --- a/include/common.hpp +++ b/include/common.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/database/db_common.hpp b/include/database/db_common.hpp index 945a7246..8e15f05e 100644 --- a/include/database/db_common.hpp +++ b/include/database/db_common.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/database/db_insert.hpp b/include/database/db_insert.hpp index b3779943..64bd8547 100644 --- a/include/database/db_insert.hpp +++ b/include/database/db_insert.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/database/db_select.hpp b/include/database/db_select.hpp index 6693e62c..6a4b9924 100644 --- a/include/database/db_select.hpp +++ b/include/database/db_select.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/drives/directory_cache.hpp b/include/drives/directory_cache.hpp index 5d404069..77e2d3a2 100644 --- a/include/drives/directory_cache.hpp +++ b/include/drives/directory_cache.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/drives/directory_iterator.hpp b/include/drives/directory_iterator.hpp index bbc44d29..0756c34f 100644 --- a/include/drives/directory_iterator.hpp +++ b/include/drives/directory_iterator.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/drives/eviction.hpp b/include/drives/eviction.hpp index 592cbcc7..5bd0e69d 100644 --- a/include/drives/eviction.hpp +++ b/include/drives/eviction.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/drives/fuse/events.hpp b/include/drives/fuse/events.hpp index d3dd6931..ba731bdd 100644 --- a/include/drives/fuse/events.hpp +++ b/include/drives/fuse/events.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/drives/fuse/fuse_base.hpp b/include/drives/fuse/fuse_base.hpp index 5fab3021..7b9f4364 100644 --- a/include/drives/fuse/fuse_base.hpp +++ b/include/drives/fuse/fuse_base.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/drives/fuse/fuse_drive.hpp b/include/drives/fuse/fuse_drive.hpp index 3874637a..efa91590 100644 --- a/include/drives/fuse/fuse_drive.hpp +++ b/include/drives/fuse/fuse_drive.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/drives/fuse/fuse_drive_base.hpp b/include/drives/fuse/fuse_drive_base.hpp index f27e11c2..b89d1b50 100644 --- a/include/drives/fuse/fuse_drive_base.hpp +++ b/include/drives/fuse/fuse_drive_base.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/drives/fuse/i_fuse_drive.hpp b/include/drives/fuse/i_fuse_drive.hpp index ce82d3a0..daf4f753 100644 --- a/include/drives/fuse/i_fuse_drive.hpp +++ b/include/drives/fuse/i_fuse_drive.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/drives/fuse/remotefuse/i_remote_instance.hpp b/include/drives/fuse/remotefuse/i_remote_instance.hpp index aee8f682..e873d1fc 100644 --- a/include/drives/fuse/remotefuse/i_remote_instance.hpp +++ b/include/drives/fuse/remotefuse/i_remote_instance.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/drives/fuse/remotefuse/remote_client.hpp b/include/drives/fuse/remotefuse/remote_client.hpp index 994e31d8..d2182ab1 100644 --- a/include/drives/fuse/remotefuse/remote_client.hpp +++ b/include/drives/fuse/remotefuse/remote_client.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/drives/fuse/remotefuse/remote_fuse_drive.hpp b/include/drives/fuse/remotefuse/remote_fuse_drive.hpp index 103b25a0..01295866 100644 --- a/include/drives/fuse/remotefuse/remote_fuse_drive.hpp +++ b/include/drives/fuse/remotefuse/remote_fuse_drive.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/drives/fuse/remotefuse/remote_server.hpp b/include/drives/fuse/remotefuse/remote_server.hpp index 258e26e7..2763418f 100644 --- a/include/drives/fuse/remotefuse/remote_server.hpp +++ b/include/drives/fuse/remotefuse/remote_server.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/drives/remote/i_remote_json.hpp b/include/drives/remote/i_remote_json.hpp index 7e5248db..e8a99c08 100644 --- a/include/drives/remote/i_remote_json.hpp +++ b/include/drives/remote/i_remote_json.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/drives/remote/remote_open_file_table.hpp b/include/drives/remote/remote_open_file_table.hpp index 372da58e..a29b0a3e 100644 --- a/include/drives/remote/remote_open_file_table.hpp +++ b/include/drives/remote/remote_open_file_table.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/drives/remote/remote_server_base.hpp b/include/drives/remote/remote_server_base.hpp index f229807d..31587852 100644 --- a/include/drives/remote/remote_server_base.hpp +++ b/include/drives/remote/remote_server_base.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/drives/winfsp/i_winfsp_drive.hpp b/include/drives/winfsp/i_winfsp_drive.hpp index 0e8e4c99..33faab46 100644 --- a/include/drives/winfsp/i_winfsp_drive.hpp +++ b/include/drives/winfsp/i_winfsp_drive.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/drives/winfsp/remotewinfsp/i_remote_instance.hpp b/include/drives/winfsp/remotewinfsp/i_remote_instance.hpp index cf20df4e..8134fc57 100644 --- a/include/drives/winfsp/remotewinfsp/i_remote_instance.hpp +++ b/include/drives/winfsp/remotewinfsp/i_remote_instance.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/drives/winfsp/remotewinfsp/remote_client.hpp b/include/drives/winfsp/remotewinfsp/remote_client.hpp index 43e3d315..16fc1374 100644 --- a/include/drives/winfsp/remotewinfsp/remote_client.hpp +++ b/include/drives/winfsp/remotewinfsp/remote_client.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/drives/winfsp/remotewinfsp/remote_server.hpp b/include/drives/winfsp/remotewinfsp/remote_server.hpp index 15335d5d..79167099 100644 --- a/include/drives/winfsp/remotewinfsp/remote_server.hpp +++ b/include/drives/winfsp/remotewinfsp/remote_server.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/drives/winfsp/remotewinfsp/remote_winfsp_drive.hpp b/include/drives/winfsp/remotewinfsp/remote_winfsp_drive.hpp index c1b09ee4..b0931c41 100644 --- a/include/drives/winfsp/remotewinfsp/remote_winfsp_drive.hpp +++ b/include/drives/winfsp/remotewinfsp/remote_winfsp_drive.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/drives/winfsp/winfsp_drive.hpp b/include/drives/winfsp/winfsp_drive.hpp index 1f931b1a..38c8a419 100644 --- a/include/drives/winfsp/winfsp_drive.hpp +++ b/include/drives/winfsp/winfsp_drive.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/events/consumers/console_consumer.hpp b/include/events/consumers/console_consumer.hpp index 9c9f1b8c..c115ab60 100644 --- a/include/events/consumers/console_consumer.hpp +++ b/include/events/consumers/console_consumer.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/events/consumers/logging_consumer.hpp b/include/events/consumers/logging_consumer.hpp index 34a42d81..b8db5863 100644 --- a/include/events/consumers/logging_consumer.hpp +++ b/include/events/consumers/logging_consumer.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/events/event.hpp b/include/events/event.hpp index 8a2d3a10..5a6a88d3 100644 --- a/include/events/event.hpp +++ b/include/events/event.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/events/event_system.hpp b/include/events/event_system.hpp index d543f6a7..4f642774 100644 --- a/include/events/event_system.hpp +++ b/include/events/event_system.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/events/events.hpp b/include/events/events.hpp index b1b22c94..70b88618 100644 --- a/include/events/events.hpp +++ b/include/events/events.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/events/t_event_system.hpp b/include/events/t_event_system.hpp index b8519f1c..d21e0f34 100644 --- a/include/events/t_event_system.hpp +++ b/include/events/t_event_system.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/file_manager/events.hpp b/include/file_manager/events.hpp index 53be08bd..ea1ea225 100644 --- a/include/file_manager/events.hpp +++ b/include/file_manager/events.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/file_manager/file_manager.hpp b/include/file_manager/file_manager.hpp index 475ce2ae..a1f9fae3 100644 --- a/include/file_manager/file_manager.hpp +++ b/include/file_manager/file_manager.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -268,13 +268,11 @@ public: auto is_write_supported() const -> bool override { return true; } - [[nodiscard]] auto - native_operation(const native_operation_callback &callback) + [[nodiscard]] auto native_operation(native_operation_callback callback) -> api_error override; - [[nodiscard]] auto - native_operation(std::uint64_t new_file_size, - const native_operation_callback &callback) + [[nodiscard]] auto native_operation(std::uint64_t new_file_size, + native_operation_callback callback) -> api_error override; void remove(std::uint64_t handle) override; @@ -363,12 +361,11 @@ public: auto is_write_supported() const -> bool override { return false; } - [[nodiscard]] auto - native_operation(const native_operation_callback &callback) + [[nodiscard]] auto native_operation(native_operation_callback callback) -> api_error override; [[nodiscard]] auto native_operation(std::uint64_t, - const native_operation_callback &) + native_operation_callback) -> api_error override { return api_error::not_supported; } diff --git a/include/file_manager/i_file_manager.hpp b/include/file_manager/i_file_manager.hpp index 12c37950..fc0a9285 100644 --- a/include/file_manager/i_file_manager.hpp +++ b/include/file_manager/i_file_manager.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/file_manager/i_open_file.hpp b/include/file_manager/i_open_file.hpp index 9f93107e..69f0fab6 100644 --- a/include/file_manager/i_open_file.hpp +++ b/include/file_manager/i_open_file.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -61,11 +61,11 @@ public: [[nodiscard]] virtual auto has_handle(std::uint64_t handle) const -> bool = 0; [[nodiscard]] virtual auto - native_operation(const native_operation_callback &callback) -> api_error = 0; + native_operation(native_operation_callback callback) -> api_error = 0; [[nodiscard]] virtual auto native_operation(std::uint64_t new_file_size, - const native_operation_callback &callback) -> api_error = 0; + native_operation_callback callback) -> api_error = 0; [[nodiscard]] virtual auto read(std::size_t read_size, std::uint64_t read_offset, data_buffer &data) diff --git a/include/file_manager/i_upload_manager.hpp b/include/file_manager/i_upload_manager.hpp index 81b70431..cb9a7169 100644 --- a/include/file_manager/i_upload_manager.hpp +++ b/include/file_manager/i_upload_manager.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/platform/platform.hpp b/include/platform/platform.hpp index 1b59eb15..5dc25ce1 100644 --- a/include/platform/platform.hpp +++ b/include/platform/platform.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/platform/unix_platform.hpp b/include/platform/unix_platform.hpp index 3aa36639..d5bc5d56 100644 --- a/include/platform/unix_platform.hpp +++ b/include/platform/unix_platform.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/platform/win32_platform.hpp b/include/platform/win32_platform.hpp index 923b81f0..51c6df8e 100644 --- a/include/platform/win32_platform.hpp +++ b/include/platform/win32_platform.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/providers/base_provider.hpp b/include/providers/base_provider.hpp index 5dea9053..3ddb6ccb 100644 --- a/include/providers/base_provider.hpp +++ b/include/providers/base_provider.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/providers/encrypt/encrypt_provider.hpp b/include/providers/encrypt/encrypt_provider.hpp index 8ff9f29e..2f2a1658 100644 --- a/include/providers/encrypt/encrypt_provider.hpp +++ b/include/providers/encrypt/encrypt_provider.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/providers/i_provider.hpp b/include/providers/i_provider.hpp index c2333d1a..a45865e6 100644 --- a/include/providers/i_provider.hpp +++ b/include/providers/i_provider.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/providers/meta_db.hpp b/include/providers/meta_db.hpp index f5d3dfd9..148a4e70 100644 --- a/include/providers/meta_db.hpp +++ b/include/providers/meta_db.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/providers/provider.hpp b/include/providers/provider.hpp index 05131800..9c139435 100644 --- a/include/providers/provider.hpp +++ b/include/providers/provider.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/providers/s3/s3_provider.hpp b/include/providers/s3/s3_provider.hpp index f7b6f3bb..61cffbd8 100644 --- a/include/providers/s3/s3_provider.hpp +++ b/include/providers/s3/s3_provider.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/providers/sia/sia_provider.hpp b/include/providers/sia/sia_provider.hpp index 352aa89d..3d7a30c0 100644 --- a/include/providers/sia/sia_provider.hpp +++ b/include/providers/sia/sia_provider.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/rpc/client/client.hpp b/include/rpc/client/client.hpp index b0d21bb8..13cac340 100644 --- a/include/rpc/client/client.hpp +++ b/include/rpc/client/client.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/rpc/server/full_server.hpp b/include/rpc/server/full_server.hpp index 0f69c3a6..810d4e4c 100644 --- a/include/rpc/server/full_server.hpp +++ b/include/rpc/server/full_server.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/rpc/server/server.hpp b/include/rpc/server/server.hpp index f552676a..ff4b80fd 100644 --- a/include/rpc/server/server.hpp +++ b/include/rpc/server/server.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/types/remote.hpp b/include/types/remote.hpp index 86754eec..25420c67 100644 --- a/include/types/remote.hpp +++ b/include/types/remote.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/types/repertory.hpp b/include/types/repertory.hpp index a183c810..cbe2d777 100644 --- a/include/types/repertory.hpp +++ b/include/types/repertory.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/types/rpc.hpp b/include/types/rpc.hpp index f9e9f43c..88ca9438 100644 --- a/include/types/rpc.hpp +++ b/include/types/rpc.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/types/s3.hpp b/include/types/s3.hpp index 746d2daa..8b211d7e 100644 --- a/include/types/s3.hpp +++ b/include/types/s3.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/types/startup_exception.hpp b/include/types/startup_exception.hpp index 5e26f36f..df6e26fd 100644 --- a/include/types/startup_exception.hpp +++ b/include/types/startup_exception.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/utils/action_queue.hpp b/include/utils/action_queue.hpp index 7e4880b8..6f8ffe0f 100644 --- a/include/utils/action_queue.hpp +++ b/include/utils/action_queue.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/utils/cli_utils.hpp b/include/utils/cli_utils.hpp index 6b821e72..96e998f7 100644 --- a/include/utils/cli_utils.hpp +++ b/include/utils/cli_utils.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/utils/com_init_wrapper.hpp b/include/utils/com_init_wrapper.hpp index 567be1fe..c42e311e 100644 --- a/include/utils/com_init_wrapper.hpp +++ b/include/utils/com_init_wrapper.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/utils/encrypting_reader.hpp b/include/utils/encrypting_reader.hpp index a5f317c5..cbdc7c69 100644 --- a/include/utils/encrypting_reader.hpp +++ b/include/utils/encrypting_reader.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/utils/encryption.hpp b/include/utils/encryption.hpp index a808064c..844fb491 100644 --- a/include/utils/encryption.hpp +++ b/include/utils/encryption.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/utils/error_utils.hpp b/include/utils/error_utils.hpp index 5b9fac60..76aa0b30 100644 --- a/include/utils/error_utils.hpp +++ b/include/utils/error_utils.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/utils/file_utils.hpp b/include/utils/file_utils.hpp index bddd4de5..c6f9d482 100644 --- a/include/utils/file_utils.hpp +++ b/include/utils/file_utils.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/utils/native_file.hpp b/include/utils/native_file.hpp index 8330c494..73fd1540 100644 --- a/include/utils/native_file.hpp +++ b/include/utils/native_file.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/utils/path_utils.hpp b/include/utils/path_utils.hpp index a5403af6..1fc80641 100644 --- a/include/utils/path_utils.hpp +++ b/include/utils/path_utils.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/utils/polling.hpp b/include/utils/polling.hpp index 6bee25e7..1d06ae9c 100644 --- a/include/utils/polling.hpp +++ b/include/utils/polling.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/utils/single_thread_service_base.hpp b/include/utils/single_thread_service_base.hpp index c113ea68..bd89dd28 100644 --- a/include/utils/single_thread_service_base.hpp +++ b/include/utils/single_thread_service_base.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/utils/string_utils.hpp b/include/utils/string_utils.hpp index 619460e8..1c322b0a 100644 --- a/include/utils/string_utils.hpp +++ b/include/utils/string_utils.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/utils/throttle.hpp b/include/utils/throttle.hpp index 564203fc..30fbe5cc 100644 --- a/include/utils/throttle.hpp +++ b/include/utils/throttle.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/utils/timeout.hpp b/include/utils/timeout.hpp index f4768807..a45e5417 100644 --- a/include/utils/timeout.hpp +++ b/include/utils/timeout.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/utils/unix/unix_utils.hpp b/include/utils/unix/unix_utils.hpp index c8678429..5549ca40 100644 --- a/include/utils/unix/unix_utils.hpp +++ b/include/utils/unix/unix_utils.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/utils/utils.hpp b/include/utils/utils.hpp index 0ea89e7d..c381a5ca 100644 --- a/include/utils/utils.hpp +++ b/include/utils/utils.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/utils/windows/windows_utils.hpp b/include/utils/windows/windows_utils.hpp index 89460727..471d855b 100644 --- a/include/utils/windows/windows_utils.hpp +++ b/include/utils/windows/windows_utils.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/app_config.cpp b/src/app_config.cpp index 679e6d32..7a29cf2d 100644 --- a/src/app_config.cpp +++ b/src/app_config.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/comm/curl/curl_comm.cpp b/src/comm/curl/curl_comm.cpp index 4614cb9a..ffb4fcf4 100644 --- a/src/comm/curl/curl_comm.cpp +++ b/src/comm/curl/curl_comm.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/comm/curl/multi_request.cpp b/src/comm/curl/multi_request.cpp index c612c01e..64ef2bcd 100644 --- a/src/comm/curl/multi_request.cpp +++ b/src/comm/curl/multi_request.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/comm/curl/requests/http_post.cpp b/src/comm/curl/requests/http_post.cpp index 85c61120..4032ffbb 100644 --- a/src/comm/curl/requests/http_post.cpp +++ b/src/comm/curl/requests/http_post.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/comm/curl/requests/http_put_file.cpp b/src/comm/curl/requests/http_put_file.cpp index 44158133..f32f81a7 100644 --- a/src/comm/curl/requests/http_put_file.cpp +++ b/src/comm/curl/requests/http_put_file.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/comm/packet/client_pool.cpp b/src/comm/packet/client_pool.cpp index 925f8228..2c09415f 100644 --- a/src/comm/packet/client_pool.cpp +++ b/src/comm/packet/client_pool.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/comm/packet/packet.cpp b/src/comm/packet/packet.cpp index 9aacb86b..f96b9432 100644 --- a/src/comm/packet/packet.cpp +++ b/src/comm/packet/packet.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/comm/packet/packet_client.cpp b/src/comm/packet/packet_client.cpp index 4bb8fd2b..27ba019a 100644 --- a/src/comm/packet/packet_client.cpp +++ b/src/comm/packet/packet_client.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/comm/packet/packet_server.cpp b/src/comm/packet/packet_server.cpp index 37a75cf8..76d115e5 100644 --- a/src/comm/packet/packet_server.cpp +++ b/src/comm/packet/packet_server.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/common.cpp.in b/src/common.cpp.in index 227b37fc..59bef238 100644 --- a/src/common.cpp.in +++ b/src/common.cpp.in @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/database/db_insert.cpp b/src/database/db_insert.cpp index 88105423..6cdd37ee 100644 --- a/src/database/db_insert.cpp +++ b/src/database/db_insert.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/database/db_select.cpp b/src/database/db_select.cpp index db580e8e..ea338f49 100644 --- a/src/database/db_select.cpp +++ b/src/database/db_select.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/drives/directory_cache.cpp b/src/drives/directory_cache.cpp index 220e294e..d7be5135 100644 --- a/src/drives/directory_cache.cpp +++ b/src/drives/directory_cache.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/drives/directory_iterator.cpp b/src/drives/directory_iterator.cpp index ff5c40e6..f47a5947 100644 --- a/src/drives/directory_iterator.cpp +++ b/src/drives/directory_iterator.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/drives/eviction.cpp b/src/drives/eviction.cpp index 67460af7..51b33628 100644 --- a/src/drives/eviction.cpp +++ b/src/drives/eviction.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/drives/fuse/fuse_base.cpp b/src/drives/fuse/fuse_base.cpp index 63f38b32..a05d04a1 100644 --- a/src/drives/fuse/fuse_base.cpp +++ b/src/drives/fuse/fuse_base.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/drives/fuse/fuse_drive.cpp b/src/drives/fuse/fuse_drive.cpp index d1cffd63..a19f3db8 100644 --- a/src/drives/fuse/fuse_drive.cpp +++ b/src/drives/fuse/fuse_drive.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/drives/fuse/fuse_drive_base.cpp b/src/drives/fuse/fuse_drive_base.cpp index 2e8ff2b8..5ea740b8 100644 --- a/src/drives/fuse/fuse_drive_base.cpp +++ b/src/drives/fuse/fuse_drive_base.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/drives/fuse/remotefuse/remote_client.cpp b/src/drives/fuse/remotefuse/remote_client.cpp index f91158eb..72b16947 100644 --- a/src/drives/fuse/remotefuse/remote_client.cpp +++ b/src/drives/fuse/remotefuse/remote_client.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/drives/fuse/remotefuse/remote_fuse_drive.cpp b/src/drives/fuse/remotefuse/remote_fuse_drive.cpp index 9a7c480a..19ec460a 100644 --- a/src/drives/fuse/remotefuse/remote_fuse_drive.cpp +++ b/src/drives/fuse/remotefuse/remote_fuse_drive.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/drives/fuse/remotefuse/remote_server.cpp b/src/drives/fuse/remotefuse/remote_server.cpp index 75cc9455..42459e88 100644 --- a/src/drives/fuse/remotefuse/remote_server.cpp +++ b/src/drives/fuse/remotefuse/remote_server.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/drives/remote/remote_open_file_table.cpp b/src/drives/remote/remote_open_file_table.cpp index 9a01d82b..84c4f07d 100644 --- a/src/drives/remote/remote_open_file_table.cpp +++ b/src/drives/remote/remote_open_file_table.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/drives/winfsp/remotewinfsp/remote_client.cpp b/src/drives/winfsp/remotewinfsp/remote_client.cpp index f4bd5d83..99c514f3 100644 --- a/src/drives/winfsp/remotewinfsp/remote_client.cpp +++ b/src/drives/winfsp/remotewinfsp/remote_client.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/drives/winfsp/remotewinfsp/remote_server.cpp b/src/drives/winfsp/remotewinfsp/remote_server.cpp index e7f8b4e4..603c130c 100644 --- a/src/drives/winfsp/remotewinfsp/remote_server.cpp +++ b/src/drives/winfsp/remotewinfsp/remote_server.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/drives/winfsp/remotewinfsp/remote_winfsp_drive.cpp b/src/drives/winfsp/remotewinfsp/remote_winfsp_drive.cpp index 0185986e..80a5f28e 100644 --- a/src/drives/winfsp/remotewinfsp/remote_winfsp_drive.cpp +++ b/src/drives/winfsp/remotewinfsp/remote_winfsp_drive.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/drives/winfsp/winfsp_drive.cpp b/src/drives/winfsp/winfsp_drive.cpp index d3408b60..0ecf49ad 100644 --- a/src/drives/winfsp/winfsp_drive.cpp +++ b/src/drives/winfsp/winfsp_drive.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/events/consumers/logging_consumer.cpp b/src/events/consumers/logging_consumer.cpp index 48d0d979..f202255d 100644 --- a/src/events/consumers/logging_consumer.cpp +++ b/src/events/consumers/logging_consumer.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/events/event.cpp b/src/events/event.cpp index 40e4c2ce..428155ad 100644 --- a/src/events/event.cpp +++ b/src/events/event.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/events/t_event_system.cpp b/src/events/t_event_system.cpp index a77c4c27..d72df0fc 100644 --- a/src/events/t_event_system.cpp +++ b/src/events/t_event_system.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/file_manager/file_manager.cpp b/src/file_manager/file_manager.cpp index ce0f7419..a184b42f 100644 --- a/src/file_manager/file_manager.cpp +++ b/src/file_manager/file_manager.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/file_manager/file_manager_open_file.cpp b/src/file_manager/file_manager_open_file.cpp index be7110c7..b6e6bb4c 100644 --- a/src/file_manager/file_manager_open_file.cpp +++ b/src/file_manager/file_manager_open_file.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -237,7 +237,7 @@ auto file_manager::open_file::is_complete() const -> bool { } auto file_manager::open_file::native_operation( - const i_open_file::native_operation_callback &callback) -> api_error { + i_open_file::native_operation_callback callback) -> api_error { unique_recur_mutex_lock file_lock(file_mtx_); if (stop_requested_) { return api_error::download_stopped; @@ -249,7 +249,7 @@ auto file_manager::open_file::native_operation( auto file_manager::open_file::native_operation( std::uint64_t new_file_size, - const i_open_file::native_operation_callback &callback) -> api_error { + i_open_file::native_operation_callback callback) -> api_error { if (fsi_.directory) { return api_error::invalid_operation; } diff --git a/src/file_manager/file_manager_open_file_base.cpp b/src/file_manager/file_manager_open_file_base.cpp index 53b69f30..01c0319f 100644 --- a/src/file_manager/file_manager_open_file_base.cpp +++ b/src/file_manager/file_manager_open_file_base.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/file_manager/file_manager_open_file_base_download.cpp b/src/file_manager/file_manager_open_file_base_download.cpp index 4383677f..1c26b666 100644 --- a/src/file_manager/file_manager_open_file_base_download.cpp +++ b/src/file_manager/file_manager_open_file_base_download.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/file_manager/file_manager_open_file_base_io_item.cpp b/src/file_manager/file_manager_open_file_base_io_item.cpp index c914d437..7741fd18 100644 --- a/src/file_manager/file_manager_open_file_base_io_item.cpp +++ b/src/file_manager/file_manager_open_file_base_io_item.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/file_manager/file_manager_ring_buffer_open_file.cpp b/src/file_manager/file_manager_ring_buffer_open_file.cpp index f94af47c..4da4b4f3 100644 --- a/src/file_manager/file_manager_ring_buffer_open_file.cpp +++ b/src/file_manager/file_manager_ring_buffer_open_file.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -195,7 +195,7 @@ auto file_manager::ring_buffer_open_file::is_download_complete() const -> bool { } auto file_manager::ring_buffer_open_file::native_operation( - const i_open_file::native_operation_callback &callback) -> api_error { + i_open_file::native_operation_callback callback) -> api_error { return do_io([&]() -> api_error { return callback(nf_->get_handle()); }); } diff --git a/src/file_manager/file_manager_upload.cpp b/src/file_manager/file_manager_upload.cpp index 37d2efa7..f8a08ef9 100644 --- a/src/file_manager/file_manager_upload.cpp +++ b/src/file_manager/file_manager_upload.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/main.cpp b/src/main.cpp index 1ba5fe9c..3be2b77f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/platform/unix_platform.cpp b/src/platform/unix_platform.cpp index 8993ddd8..6c066e38 100644 --- a/src/platform/unix_platform.cpp +++ b/src/platform/unix_platform.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/platform/win32_platform.cpp b/src/platform/win32_platform.cpp index 72ee6eb8..2cc46776 100644 --- a/src/platform/win32_platform.cpp +++ b/src/platform/win32_platform.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/providers/base_provider.cpp b/src/providers/base_provider.cpp index e0885a56..5a111261 100644 --- a/src/providers/base_provider.cpp +++ b/src/providers/base_provider.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/providers/encrypt/encrypt_provider.cpp b/src/providers/encrypt/encrypt_provider.cpp index fab8fc78..c3e1d57b 100644 --- a/src/providers/encrypt/encrypt_provider.cpp +++ b/src/providers/encrypt/encrypt_provider.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/providers/meta_db.cpp b/src/providers/meta_db.cpp index 04718c58..d6d14ea9 100644 --- a/src/providers/meta_db.cpp +++ b/src/providers/meta_db.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/providers/provider.cpp b/src/providers/provider.cpp index f152f806..04e4f04d 100644 --- a/src/providers/provider.cpp +++ b/src/providers/provider.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/providers/s3/s3_provider.cpp b/src/providers/s3/s3_provider.cpp index 4016350b..0f0fc21b 100644 --- a/src/providers/s3/s3_provider.cpp +++ b/src/providers/s3/s3_provider.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/providers/sia/sia_provider.cpp b/src/providers/sia/sia_provider.cpp index 3669b03a..0c6614af 100644 --- a/src/providers/sia/sia_provider.cpp +++ b/src/providers/sia/sia_provider.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/rpc/client/client.cpp b/src/rpc/client/client.cpp index 4dbe0a9e..f441719b 100644 --- a/src/rpc/client/client.cpp +++ b/src/rpc/client/client.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/rpc/server/full_server.cpp b/src/rpc/server/full_server.cpp index 54e1e3e7..150859fe 100644 --- a/src/rpc/server/full_server.cpp +++ b/src/rpc/server/full_server.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/rpc/server/server.cpp b/src/rpc/server/server.cpp index cde242e3..dd95f96c 100644 --- a/src/rpc/server/server.cpp +++ b/src/rpc/server/server.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/types/remote.cpp b/src/types/remote.cpp index d476c0ea..f04bee5b 100644 --- a/src/types/remote.cpp +++ b/src/types/remote.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/types/repertory.cpp b/src/types/repertory.cpp index 98da73ec..400b55ca 100644 --- a/src/types/repertory.cpp +++ b/src/types/repertory.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/utils/cli_utils.cpp b/src/utils/cli_utils.cpp index a2f8adee..4b3a8c3c 100644 --- a/src/utils/cli_utils.cpp +++ b/src/utils/cli_utils.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/utils/encrypting_reader.cpp b/src/utils/encrypting_reader.cpp index c7b50f0a..e74240df 100644 --- a/src/utils/encrypting_reader.cpp +++ b/src/utils/encrypting_reader.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/utils/encryption.cpp b/src/utils/encryption.cpp index b3a899c0..334d4e0e 100644 --- a/src/utils/encryption.cpp +++ b/src/utils/encryption.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/utils/error_utils.cpp b/src/utils/error_utils.cpp index c4e11120..cf818227 100644 --- a/src/utils/error_utils.cpp +++ b/src/utils/error_utils.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/utils/file_utils.cpp b/src/utils/file_utils.cpp index 2db11cd3..3664dd9f 100644 --- a/src/utils/file_utils.cpp +++ b/src/utils/file_utils.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/utils/native_file.cpp b/src/utils/native_file.cpp index c738a0de..44596819 100644 --- a/src/utils/native_file.cpp +++ b/src/utils/native_file.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/utils/path_utils.cpp b/src/utils/path_utils.cpp index e66b4a83..ce2accc0 100644 --- a/src/utils/path_utils.cpp +++ b/src/utils/path_utils.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/utils/polling.cpp b/src/utils/polling.cpp index e4b248ff..673011c9 100644 --- a/src/utils/polling.cpp +++ b/src/utils/polling.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/utils/single_thread_service_base.cpp b/src/utils/single_thread_service_base.cpp index 6ebdcbb4..7eab1931 100644 --- a/src/utils/single_thread_service_base.cpp +++ b/src/utils/single_thread_service_base.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/utils/string_utils.cpp b/src/utils/string_utils.cpp index 7a5dde8e..f1422fbc 100644 --- a/src/utils/string_utils.cpp +++ b/src/utils/string_utils.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/utils/throttle.cpp b/src/utils/throttle.cpp index 435ffad7..39078fe8 100644 --- a/src/utils/throttle.cpp +++ b/src/utils/throttle.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/utils/timeout.cpp b/src/utils/timeout.cpp index a06b8a77..72221b19 100644 --- a/src/utils/timeout.cpp +++ b/src/utils/timeout.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/utils/unix/unix_utils.cpp b/src/utils/unix/unix_utils.cpp index 11f63bc3..d474a206 100644 --- a/src/utils/unix/unix_utils.cpp +++ b/src/utils/unix/unix_utils.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/utils/utils.cpp b/src/utils/utils.cpp index 9517a007..eca5a764 100644 --- a/src/utils/utils.cpp +++ b/src/utils/utils.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/utils/windows/windows_utils.cpp b/src/utils/windows/windows_utils.cpp index 925912e3..8085286c 100644 --- a/src/utils/windows/windows_utils.cpp +++ b/src/utils/windows/windows_utils.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/config_test.cpp b/tests/config_test.cpp index 4713419d..b9e9310e 100644 --- a/tests/config_test.cpp +++ b/tests/config_test.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/curl_comm_test.cpp b/tests/curl_comm_test.cpp index b42ed853..60c86e5b 100644 --- a/tests/curl_comm_test.cpp +++ b/tests/curl_comm_test.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/database_test.cpp b/tests/database_test.cpp index 87a4a623..04a6fbc5 100644 --- a/tests/database_test.cpp +++ b/tests/database_test.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/encrypt_provider_test.cpp b/tests/encrypt_provider_test.cpp index f044f94a..6d634502 100644 --- a/tests/encrypt_provider_test.cpp +++ b/tests/encrypt_provider_test.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/encrypting_reader_test.cpp b/tests/encrypting_reader_test.cpp index 6a54bf4a..00d53c40 100644 --- a/tests/encrypting_reader_test.cpp +++ b/tests/encrypting_reader_test.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/encryption_test.cpp b/tests/encryption_test.cpp index 3d977593..1531c792 100644 --- a/tests/encryption_test.cpp +++ b/tests/encryption_test.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/file_manager_open_file_test.cpp b/tests/file_manager_open_file_test.cpp index 2a3dc733..d165665a 100644 --- a/tests/file_manager_open_file_test.cpp +++ b/tests/file_manager_open_file_test.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/file_manager_ring_buffer_open_file_test.cpp b/tests/file_manager_ring_buffer_open_file_test.cpp index 521cb22a..cdd35da7 100644 --- a/tests/file_manager_ring_buffer_open_file_test.cpp +++ b/tests/file_manager_ring_buffer_open_file_test.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/file_manager_test.cpp b/tests/file_manager_test.cpp index c04509ca..0bfe3002 100644 --- a/tests/file_manager_test.cpp +++ b/tests/file_manager_test.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/file_manager_upload_test.cpp b/tests/file_manager_upload_test.cpp index 50ef25cb..153aa07a 100644 --- a/tests/file_manager_upload_test.cpp +++ b/tests/file_manager_upload_test.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/fixtures/winfsp_fixture.hpp b/tests/fixtures/winfsp_fixture.hpp index b5548e63..168f1e79 100644 --- a/tests/fixtures/winfsp_fixture.hpp +++ b/tests/fixtures/winfsp_fixture.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/fuse_drive_test.cpp b/tests/fuse_drive_test.cpp index 99385cac..da250257 100644 --- a/tests/fuse_drive_test.cpp +++ b/tests/fuse_drive_test.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/lock_data_test.cpp b/tests/lock_data_test.cpp index 84da8b00..c2aed1a5 100644 --- a/tests/lock_data_test.cpp +++ b/tests/lock_data_test.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/mocks/mock_fuse_drive.hpp b/tests/mocks/mock_fuse_drive.hpp index 1399492a..03d3c17c 100644 --- a/tests/mocks/mock_fuse_drive.hpp +++ b/tests/mocks/mock_fuse_drive.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/mocks/mock_open_file.hpp b/tests/mocks/mock_open_file.hpp index d1c358b8..1de5bf44 100644 --- a/tests/mocks/mock_open_file.hpp +++ b/tests/mocks/mock_open_file.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -52,12 +52,11 @@ public: MOCK_METHOD(bool, is_directory, (), (const, override)); - MOCK_METHOD(api_error, native_operation, - (const native_operation_callback &callback), (override)); + MOCK_METHOD(api_error, native_operation, (native_operation_callback callback), + (override)); MOCK_METHOD(api_error, native_operation, - (std::uint64_t new_file_size, - const native_operation_callback &callback), + (std::uint64_t new_file_size, native_operation_callback callback), (override)); MOCK_METHOD(api_error, read, diff --git a/tests/mocks/mock_provider.hpp b/tests/mocks/mock_provider.hpp index ae8480fd..5c0c33a0 100644 --- a/tests/mocks/mock_provider.hpp +++ b/tests/mocks/mock_provider.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/mocks/mock_upload_manager.hpp b/tests/mocks/mock_upload_manager.hpp index 080e0754..f842a29d 100644 --- a/tests/mocks/mock_upload_manager.hpp +++ b/tests/mocks/mock_upload_manager.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/mocks/mock_winfsp_drive.hpp b/tests/mocks/mock_winfsp_drive.hpp index 962ad819..8ff52680 100644 --- a/tests/mocks/mock_winfsp_drive.hpp +++ b/tests/mocks/mock_winfsp_drive.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/packet_test.cpp b/tests/packet_test.cpp index 6fb9a219..3a36400c 100644 --- a/tests/packet_test.cpp +++ b/tests/packet_test.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/path_utils_test.cpp b/tests/path_utils_test.cpp index b6ea43df..3f5dc082 100644 --- a/tests/path_utils_test.cpp +++ b/tests/path_utils_test.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/providers_test.cpp b/tests/providers_test.cpp index 6ef58f4a..248f6cba 100644 --- a/tests/providers_test.cpp +++ b/tests/providers_test.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/remote_fuse_test.cpp b/tests/remote_fuse_test.cpp index a1e27ba0..7625f8c8 100644 --- a/tests/remote_fuse_test.cpp +++ b/tests/remote_fuse_test.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/remote_winfsp_test.cpp b/tests/remote_winfsp_test.cpp index 3df46f21..09ea70af 100644 --- a/tests/remote_winfsp_test.cpp +++ b/tests/remote_winfsp_test.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/sia_provider_test.cpp b/tests/sia_provider_test.cpp index f406ddd0..7ba62a08 100644 --- a/tests/sia_provider_test.cpp +++ b/tests/sia_provider_test.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/string_utils_test.cpp b/tests/string_utils_test.cpp index d6357025..7e0e92ad 100644 --- a/tests/string_utils_test.cpp +++ b/tests/string_utils_test.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/test_common.cpp b/tests/test_common.cpp index 8dadbae7..98d97f8f 100644 --- a/tests/test_common.cpp +++ b/tests/test_common.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/test_common.hpp b/tests/test_common.hpp index 9fda6a8f..b77a584a 100644 --- a/tests/test_common.hpp +++ b/tests/test_common.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/utils/event_capture.hpp b/tests/utils/event_capture.hpp index c4528114..f0cbf7e0 100644 --- a/tests/utils/event_capture.hpp +++ b/tests/utils/event_capture.hpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/utils_test.cpp b/tests/utils_test.cpp index 44405231..424116c9 100644 --- a/tests/utils_test.cpp +++ b/tests/utils_test.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/version_test.cpp b/tests/version_test.cpp index 14d7723c..0f5dca64 100644 --- a/tests/version_test.cpp +++ b/tests/version_test.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/winfsp_test.cpp b/tests/winfsp_test.cpp index 2eb18f44..b8e5ed3e 100644 --- a/tests/winfsp_test.cpp +++ b/tests/winfsp_test.cpp @@ -1,5 +1,5 @@ /* - Copyright <2018-2023> + Copyright <2018-2024> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal