From f8156702de41da7df81a219404d75cc39fac7774 Mon Sep 17 00:00:00 2001 From: Andrzej Jackowski Date: Wed, 13 May 2026 09:01:36 +0200 Subject: [PATCH] tree: add missing -present to copyright headers ~2076 files used "Copyright (C) YYYY-present ScyllaDB" while ~88 files used "Copyright (C) YYYY ScyllaDB". This inconsistency leads to unnecessary code review discussions and gradual spread of the less common format. Standardize all ScyllaDB copyright headers to use -present. Fixes SCYLLADB-1984 Closes scylladb/scylladb#29876 --- audit/audit.cc | 2 +- audit/audit.hh | 2 +- audit/audit_cf_storage_helper.cc | 2 +- audit/audit_cf_storage_helper.hh | 2 +- audit/audit_composite_storage_helper.cc | 2 +- audit/audit_composite_storage_helper.hh | 2 +- audit/audit_syslog_storage_helper.cc | 2 +- audit/audit_syslog_storage_helper.hh | 2 +- audit/storage_helper.hh | 2 +- auth/ldap_role_manager.cc | 2 +- auth/ldap_role_manager.hh | 2 +- auth/saslauthd_authenticator.cc | 2 +- auth/saslauthd_authenticator.hh | 2 +- compaction/incremental_compaction_strategy.cc | 2 +- compaction/incremental_compaction_strategy.hh | 2 +- db/cache_tracker.hh | 2 +- ent/encryption/azure_host.cc | 2 +- ent/encryption/azure_host.hh | 2 +- ent/encryption/azure_key_provider.cc | 2 +- ent/encryption/azure_key_provider.hh | 2 +- ent/encryption/encrypted_file_impl.cc | 2 +- ent/encryption/encrypted_file_impl.hh | 2 +- ent/encryption/encryption.cc | 2 +- ent/encryption/encryption.hh | 2 +- ent/encryption/encryption_config.cc | 2 +- ent/encryption/encryption_config.hh | 2 +- ent/encryption/encryption_exceptions.hh | 2 +- ent/encryption/gcp_host.cc | 2 +- ent/encryption/gcp_host.hh | 2 +- ent/encryption/gcp_key_provider.cc | 2 +- ent/encryption/gcp_key_provider.hh | 2 +- ent/encryption/kmip_host.cc | 2 +- ent/encryption/kmip_host.hh | 2 +- ent/encryption/kmip_key_provider.cc | 2 +- ent/encryption/kmip_key_provider.hh | 2 +- ent/encryption/kms_host.cc | 2 +- ent/encryption/kms_host.hh | 2 +- ent/encryption/kms_key_provider.cc | 2 +- ent/encryption/kms_key_provider.hh | 2 +- ent/encryption/local_file_provider.cc | 2 +- ent/encryption/local_file_provider.hh | 2 +- ent/encryption/replicated_key_provider.cc | 2 +- ent/encryption/replicated_key_provider.hh | 2 +- ent/encryption/symmetric_key.cc | 2 +- ent/encryption/symmetric_key.hh | 2 +- ent/encryption/system_key.cc | 2 +- ent/encryption/system_key.hh | 2 +- ent/encryption/utils.cc | 2 +- ent/encryption/utils.hh | 2 +- ent/ldap/ldap_connection.cc | 2 +- ent/ldap/ldap_connection.hh | 2 +- mutation/range_tombstone_assembler.hh | 2 +- mutation/range_tombstone_change_generator.hh | 2 +- mutation/range_tombstone_splitter.hh | 2 +- scripts/merge-compdb.py | 2 +- sstables/partition_index_cache.hh | 2 +- sstables/partition_index_cache_stats.hh | 2 +- sstables/processing_result_generator.hh | 2 +- test/alternator/test_backup.py | 2 +- test/alternator/test_ttl.py | 2 +- test/boost/encrypted_file_test.cc | 2 +- test/boost/encryption_at_rest_test.cc | 2 +- test/boost/incremental_compaction_test.cc | 2 +- test/boost/sstable_compression_config_test.cc | 2 +- test/boost/symmetric_key_test.cc | 2 +- test/ldap/ldap_common.hh | 2 +- test/ldap/ldap_connection_test.cc | 2 +- test/ldap/role_manager_test.cc | 2 +- test/ldap/saslauthd_authenticator_test.cc | 2 +- test/perf/logalloc.cc | 2 +- test/raft/future_set.hh | 2 +- test/raft/logical_timer.hh | 2 +- test/raft/ticker.hh | 2 +- utils/azure/identity/azure_cli_credentials.cc | 2 +- utils/azure/identity/azure_cli_credentials.hh | 2 +- utils/azure/identity/credentials.cc | 2 +- utils/azure/identity/credentials.hh | 2 +- utils/azure/identity/default_credentials.cc | 2 +- utils/azure/identity/default_credentials.hh | 2 +- utils/azure/identity/exceptions.hh | 2 +- utils/azure/identity/managed_identity_credentials.cc | 2 +- utils/azure/identity/managed_identity_credentials.hh | 2 +- utils/azure/identity/service_principal_credentials.cc | 2 +- utils/azure/identity/service_principal_credentials.hh | 2 +- utils/entangled.hh | 2 +- utils/lsa/weak_ptr.hh | 2 +- utils/rest/client.cc | 2 +- utils/rest/client.hh | 2 +- utils/sequential_producer.hh | 2 +- utils/vle.hh | 2 +- 90 files changed, 90 insertions(+), 90 deletions(-) diff --git a/audit/audit.cc b/audit/audit.cc index 1ab7c7811c..759417c278 100644 --- a/audit/audit.cc +++ b/audit/audit.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 ScyllaDB + * Copyright (C) 2017-present ScyllaDB */ /* diff --git a/audit/audit.hh b/audit/audit.hh index 0ae5cd68cb..8c3f199b85 100644 --- a/audit/audit.hh +++ b/audit/audit.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 ScyllaDB + * Copyright (C) 2017-present ScyllaDB */ /* diff --git a/audit/audit_cf_storage_helper.cc b/audit/audit_cf_storage_helper.cc index 86cc8f58c1..98b6ee1c50 100644 --- a/audit/audit_cf_storage_helper.cc +++ b/audit/audit_cf_storage_helper.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 ScyllaDB + * Copyright (C) 2017-present ScyllaDB */ /* diff --git a/audit/audit_cf_storage_helper.hh b/audit/audit_cf_storage_helper.hh index d6933333e8..67da200c5c 100644 --- a/audit/audit_cf_storage_helper.hh +++ b/audit/audit_cf_storage_helper.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 ScyllaDB + * Copyright (C) 2017-present ScyllaDB */ /* diff --git a/audit/audit_composite_storage_helper.cc b/audit/audit_composite_storage_helper.cc index ce766adb70..6accb8f366 100644 --- a/audit/audit_composite_storage_helper.cc +++ b/audit/audit_composite_storage_helper.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2025 ScyllaDB + * Copyright (C) 2025-present ScyllaDB */ /* diff --git a/audit/audit_composite_storage_helper.hh b/audit/audit_composite_storage_helper.hh index d3b10af345..0d5852469e 100644 --- a/audit/audit_composite_storage_helper.hh +++ b/audit/audit_composite_storage_helper.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2025 ScyllaDB + * Copyright (C) 2025-present ScyllaDB */ /* diff --git a/audit/audit_syslog_storage_helper.cc b/audit/audit_syslog_storage_helper.cc index a9eb6ee2d8..54868efa7a 100644 --- a/audit/audit_syslog_storage_helper.cc +++ b/audit/audit_syslog_storage_helper.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 ScyllaDB + * Copyright (C) 2017-present ScyllaDB */ /* diff --git a/audit/audit_syslog_storage_helper.hh b/audit/audit_syslog_storage_helper.hh index cf1c62f990..7b88d7818f 100644 --- a/audit/audit_syslog_storage_helper.hh +++ b/audit/audit_syslog_storage_helper.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 ScyllaDB + * Copyright (C) 2017-present ScyllaDB */ /* diff --git a/audit/storage_helper.hh b/audit/storage_helper.hh index 9ba80793f5..373ceeab35 100644 --- a/audit/storage_helper.hh +++ b/audit/storage_helper.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 ScyllaDB + * Copyright (C) 2017-present ScyllaDB */ /* diff --git a/auth/ldap_role_manager.cc b/auth/ldap_role_manager.cc index 4037221f75..8108539e80 100644 --- a/auth/ldap_role_manager.cc +++ b/auth/ldap_role_manager.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 ScyllaDB + * Copyright (C) 2019-present ScyllaDB */ /* diff --git a/auth/ldap_role_manager.hh b/auth/ldap_role_manager.hh index ecf462d59a..986fadd78e 100644 --- a/auth/ldap_role_manager.hh +++ b/auth/ldap_role_manager.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 ScyllaDB + * Copyright (C) 2019-present ScyllaDB */ /* diff --git a/auth/saslauthd_authenticator.cc b/auth/saslauthd_authenticator.cc index 47bf2cc561..e0f886bd66 100644 --- a/auth/saslauthd_authenticator.cc +++ b/auth/saslauthd_authenticator.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 ScyllaDB + * Copyright (C) 2020-present ScyllaDB * * Modified by ScyllaDB */ diff --git a/auth/saslauthd_authenticator.hh b/auth/saslauthd_authenticator.hh index 5479d07a04..46c5ac71ec 100644 --- a/auth/saslauthd_authenticator.hh +++ b/auth/saslauthd_authenticator.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 ScyllaDB + * Copyright (C) 2020-present ScyllaDB * * Modified by ScyllaDB */ diff --git a/compaction/incremental_compaction_strategy.cc b/compaction/incremental_compaction_strategy.cc index e625e2948f..ce18aa938f 100644 --- a/compaction/incremental_compaction_strategy.cc +++ b/compaction/incremental_compaction_strategy.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 ScyllaDB + * Copyright (C) 2019-present ScyllaDB * * SPDX-License-Identifier: LicenseRef-ScyllaDB-Source-Available-1.1 */ diff --git a/compaction/incremental_compaction_strategy.hh b/compaction/incremental_compaction_strategy.hh index 5f21c08ffd..8f0a35109f 100644 --- a/compaction/incremental_compaction_strategy.hh +++ b/compaction/incremental_compaction_strategy.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 ScyllaDB + * Copyright (C) 2019-present ScyllaDB * * SPDX-License-Identifier: LicenseRef-ScyllaDB-Source-Available-1.1 */ diff --git a/db/cache_tracker.hh b/db/cache_tracker.hh index b488542bfe..cfe95fe743 100644 --- a/db/cache_tracker.hh +++ b/db/cache_tracker.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 ScyllaDB + * Copyright (C) 2015-present ScyllaDB */ /* diff --git a/ent/encryption/azure_host.cc b/ent/encryption/azure_host.cc index 2a3a33cb34..2cc644201b 100644 --- a/ent/encryption/azure_host.cc +++ b/ent/encryption/azure_host.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2025 ScyllaDB + * Copyright (C) 2025-present ScyllaDB * */ diff --git a/ent/encryption/azure_host.hh b/ent/encryption/azure_host.hh index 9d83a96132..02ad0e09d3 100644 --- a/ent/encryption/azure_host.hh +++ b/ent/encryption/azure_host.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2025 ScyllaDB + * Copyright (C) 2025-present ScyllaDB * */ diff --git a/ent/encryption/azure_key_provider.cc b/ent/encryption/azure_key_provider.cc index 379c542ca9..571a372536 100644 --- a/ent/encryption/azure_key_provider.cc +++ b/ent/encryption/azure_key_provider.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2025 ScyllaDB + * Copyright (C) 2025-present ScyllaDB * */ diff --git a/ent/encryption/azure_key_provider.hh b/ent/encryption/azure_key_provider.hh index baaef857c2..cf52c978aa 100644 --- a/ent/encryption/azure_key_provider.hh +++ b/ent/encryption/azure_key_provider.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2025 ScyllaDB + * Copyright (C) 2025-present ScyllaDB * */ diff --git a/ent/encryption/encrypted_file_impl.cc b/ent/encryption/encrypted_file_impl.cc index 8f0c0be5c0..157b73a129 100644 --- a/ent/encryption/encrypted_file_impl.cc +++ b/ent/encryption/encrypted_file_impl.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 ScyllaDB + * Copyright (C) 2018-present ScyllaDB * */ diff --git a/ent/encryption/encrypted_file_impl.hh b/ent/encryption/encrypted_file_impl.hh index 1b9b5a3b1d..629531d980 100644 --- a/ent/encryption/encrypted_file_impl.hh +++ b/ent/encryption/encrypted_file_impl.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 ScyllaDB + * Copyright (C) 2018-present ScyllaDB * */ diff --git a/ent/encryption/encryption.cc b/ent/encryption/encryption.cc index 8305774d8f..e8c58f4643 100644 --- a/ent/encryption/encryption.cc +++ b/ent/encryption/encryption.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 ScyllaDB + * Copyright (C) 2015-present ScyllaDB * */ diff --git a/ent/encryption/encryption.hh b/ent/encryption/encryption.hh index 6e8f813ef7..a4735400cb 100644 --- a/ent/encryption/encryption.hh +++ b/ent/encryption/encryption.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 ScyllaDB + * Copyright (C) 2018-present ScyllaDB * */ diff --git a/ent/encryption/encryption_config.cc b/ent/encryption/encryption_config.cc index a6e330d937..c51419dd93 100644 --- a/ent/encryption/encryption_config.cc +++ b/ent/encryption/encryption_config.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 ScyllaDB + * Copyright (C) 2015-present ScyllaDB * */ diff --git a/ent/encryption/encryption_config.hh b/ent/encryption/encryption_config.hh index 86fd892b95..fe0f4f27fc 100644 --- a/ent/encryption/encryption_config.hh +++ b/ent/encryption/encryption_config.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 ScyllaDB + * Copyright (C) 2018-present ScyllaDB * */ diff --git a/ent/encryption/encryption_exceptions.hh b/ent/encryption/encryption_exceptions.hh index e4d2e11438..65159ed836 100644 --- a/ent/encryption/encryption_exceptions.hh +++ b/ent/encryption/encryption_exceptions.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 ScyllaDB + * Copyright (C) 2024-present ScyllaDB * */ diff --git a/ent/encryption/gcp_host.cc b/ent/encryption/gcp_host.cc index 76951be2c2..72a86c62fa 100644 --- a/ent/encryption/gcp_host.cc +++ b/ent/encryption/gcp_host.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 ScyllaDB + * Copyright (C) 2024-present ScyllaDB * */ diff --git a/ent/encryption/gcp_host.hh b/ent/encryption/gcp_host.hh index a312310972..e8eaf890d1 100644 --- a/ent/encryption/gcp_host.hh +++ b/ent/encryption/gcp_host.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 ScyllaDB + * Copyright (C) 2024-present ScyllaDB * */ diff --git a/ent/encryption/gcp_key_provider.cc b/ent/encryption/gcp_key_provider.cc index c1cb50141e..cc7390c40f 100644 --- a/ent/encryption/gcp_key_provider.cc +++ b/ent/encryption/gcp_key_provider.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 ScyllaDB + * Copyright (C) 2024-present ScyllaDB * */ diff --git a/ent/encryption/gcp_key_provider.hh b/ent/encryption/gcp_key_provider.hh index b091756cb5..9e64d3b548 100644 --- a/ent/encryption/gcp_key_provider.hh +++ b/ent/encryption/gcp_key_provider.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 ScyllaDB + * Copyright (C) 2024-present ScyllaDB * */ diff --git a/ent/encryption/kmip_host.cc b/ent/encryption/kmip_host.cc index a4a545748b..7a30cb3055 100644 --- a/ent/encryption/kmip_host.cc +++ b/ent/encryption/kmip_host.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 ScyllaDB + * Copyright (C) 2018-present ScyllaDB * */ diff --git a/ent/encryption/kmip_host.hh b/ent/encryption/kmip_host.hh index c0054029e2..85fa32e897 100644 --- a/ent/encryption/kmip_host.hh +++ b/ent/encryption/kmip_host.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 ScyllaDB + * Copyright (C) 2018-present ScyllaDB * */ diff --git a/ent/encryption/kmip_key_provider.cc b/ent/encryption/kmip_key_provider.cc index d5dcb212c9..3f836a94a3 100644 --- a/ent/encryption/kmip_key_provider.cc +++ b/ent/encryption/kmip_key_provider.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 ScyllaDB + * Copyright (C) 2018-present ScyllaDB * */ diff --git a/ent/encryption/kmip_key_provider.hh b/ent/encryption/kmip_key_provider.hh index 44dcf8c245..1512123d91 100644 --- a/ent/encryption/kmip_key_provider.hh +++ b/ent/encryption/kmip_key_provider.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 ScyllaDB + * Copyright (C) 2018-present ScyllaDB * */ diff --git a/ent/encryption/kms_host.cc b/ent/encryption/kms_host.cc index 516aaa7134..a43b8a3651 100644 --- a/ent/encryption/kms_host.cc +++ b/ent/encryption/kms_host.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 ScyllaDB + * Copyright (C) 2022-present ScyllaDB * */ diff --git a/ent/encryption/kms_host.hh b/ent/encryption/kms_host.hh index 7b13612b84..5b75d75698 100644 --- a/ent/encryption/kms_host.hh +++ b/ent/encryption/kms_host.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 ScyllaDB + * Copyright (C) 2022-present ScyllaDB * */ diff --git a/ent/encryption/kms_key_provider.cc b/ent/encryption/kms_key_provider.cc index 285eb3d486..235d81bfac 100644 --- a/ent/encryption/kms_key_provider.cc +++ b/ent/encryption/kms_key_provider.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 ScyllaDB + * Copyright (C) 2022-present ScyllaDB * */ diff --git a/ent/encryption/kms_key_provider.hh b/ent/encryption/kms_key_provider.hh index edda7f217f..8856cb57c9 100644 --- a/ent/encryption/kms_key_provider.hh +++ b/ent/encryption/kms_key_provider.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 ScyllaDB + * Copyright (C) 2022-present ScyllaDB * */ diff --git a/ent/encryption/local_file_provider.cc b/ent/encryption/local_file_provider.cc index 4c1e25cd35..294532d09d 100644 --- a/ent/encryption/local_file_provider.cc +++ b/ent/encryption/local_file_provider.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 ScyllaDB + * Copyright (C) 2018-present ScyllaDB * */ diff --git a/ent/encryption/local_file_provider.hh b/ent/encryption/local_file_provider.hh index 4b387326be..8939322aee 100644 --- a/ent/encryption/local_file_provider.hh +++ b/ent/encryption/local_file_provider.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 ScyllaDB + * Copyright (C) 2018-present ScyllaDB * */ diff --git a/ent/encryption/replicated_key_provider.cc b/ent/encryption/replicated_key_provider.cc index be43d21c97..797c59ed57 100644 --- a/ent/encryption/replicated_key_provider.cc +++ b/ent/encryption/replicated_key_provider.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 ScyllaDB + * Copyright (C) 2015-present ScyllaDB * */ diff --git a/ent/encryption/replicated_key_provider.hh b/ent/encryption/replicated_key_provider.hh index 71a20f1cb6..d6384e3325 100644 --- a/ent/encryption/replicated_key_provider.hh +++ b/ent/encryption/replicated_key_provider.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 ScyllaDB + * Copyright (C) 2015-present ScyllaDB * */ diff --git a/ent/encryption/symmetric_key.cc b/ent/encryption/symmetric_key.cc index fa00685a05..ede47a0949 100644 --- a/ent/encryption/symmetric_key.cc +++ b/ent/encryption/symmetric_key.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 ScyllaDB + * Copyright (C) 2018-present ScyllaDB * */ diff --git a/ent/encryption/symmetric_key.hh b/ent/encryption/symmetric_key.hh index 9fc93cfdf6..146a71a82d 100644 --- a/ent/encryption/symmetric_key.hh +++ b/ent/encryption/symmetric_key.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 ScyllaDB + * Copyright (C) 2018-present ScyllaDB * */ diff --git a/ent/encryption/system_key.cc b/ent/encryption/system_key.cc index 62eac0bdf2..7e1b35d825 100644 --- a/ent/encryption/system_key.cc +++ b/ent/encryption/system_key.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 ScyllaDB + * Copyright (C) 2015-present ScyllaDB * */ diff --git a/ent/encryption/system_key.hh b/ent/encryption/system_key.hh index d425ee3d5a..bd68ffeffe 100644 --- a/ent/encryption/system_key.hh +++ b/ent/encryption/system_key.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 ScyllaDB + * Copyright (C) 2015-present ScyllaDB * */ diff --git a/ent/encryption/utils.cc b/ent/encryption/utils.cc index 391f0e55e7..4260ad4566 100644 --- a/ent/encryption/utils.cc +++ b/ent/encryption/utils.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2025 ScyllaDB + * Copyright (C) 2025-present ScyllaDB * */ diff --git a/ent/encryption/utils.hh b/ent/encryption/utils.hh index 6f025215b5..f6952f378f 100644 --- a/ent/encryption/utils.hh +++ b/ent/encryption/utils.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2025 ScyllaDB + * Copyright (C) 2025-present ScyllaDB * */ diff --git a/ent/ldap/ldap_connection.cc b/ent/ldap/ldap_connection.cc index 3e52153159..080867be7f 100644 --- a/ent/ldap/ldap_connection.cc +++ b/ent/ldap/ldap_connection.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 ScyllaDB + * Copyright (C) 2019-present ScyllaDB */ /* diff --git a/ent/ldap/ldap_connection.hh b/ent/ldap/ldap_connection.hh index 730536103d..0c51a8c9c8 100644 --- a/ent/ldap/ldap_connection.hh +++ b/ent/ldap/ldap_connection.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 ScyllaDB + * Copyright (C) 2019-present ScyllaDB */ /* diff --git a/mutation/range_tombstone_assembler.hh b/mutation/range_tombstone_assembler.hh index 4fde7a0637..fcc7cbef31 100644 --- a/mutation/range_tombstone_assembler.hh +++ b/mutation/range_tombstone_assembler.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 ScyllaDB + * Copyright (C) 2021-present ScyllaDB */ /* diff --git a/mutation/range_tombstone_change_generator.hh b/mutation/range_tombstone_change_generator.hh index ec91c2de4a..573661d30a 100644 --- a/mutation/range_tombstone_change_generator.hh +++ b/mutation/range_tombstone_change_generator.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 ScyllaDB + * Copyright (C) 2021-present ScyllaDB */ /* diff --git a/mutation/range_tombstone_splitter.hh b/mutation/range_tombstone_splitter.hh index 31839e1d48..0e0773145f 100644 --- a/mutation/range_tombstone_splitter.hh +++ b/mutation/range_tombstone_splitter.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 ScyllaDB + * Copyright (C) 2021-present ScyllaDB */ /* diff --git a/scripts/merge-compdb.py b/scripts/merge-compdb.py index 1fba35b7df..2cba4f18d7 100755 --- a/scripts/merge-compdb.py +++ b/scripts/merge-compdb.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# Copyright (C) 2021 ScyllaDB +# Copyright (C) 2021-present ScyllaDB # # diff --git a/sstables/partition_index_cache.hh b/sstables/partition_index_cache.hh index c26641dbcb..ef4028c731 100644 --- a/sstables/partition_index_cache.hh +++ b/sstables/partition_index_cache.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 ScyllaDB + * Copyright (C) 2021-present ScyllaDB */ /* diff --git a/sstables/partition_index_cache_stats.hh b/sstables/partition_index_cache_stats.hh index cd71bf7ce6..511376e52e 100644 --- a/sstables/partition_index_cache_stats.hh +++ b/sstables/partition_index_cache_stats.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 ScyllaDB + * Copyright (C) 2023-present ScyllaDB */ /* diff --git a/sstables/processing_result_generator.hh b/sstables/processing_result_generator.hh index a76d4fd5c4..1aec98e38d 100644 --- a/sstables/processing_result_generator.hh +++ b/sstables/processing_result_generator.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 ScyllaDB + * Copyright (C) 2021-present ScyllaDB */ /* diff --git a/test/alternator/test_backup.py b/test/alternator/test_backup.py index 4c720d96c0..db144ef78b 100644 --- a/test/alternator/test_backup.py +++ b/test/alternator/test_backup.py @@ -1,4 +1,4 @@ -# Copyright 2022 ScyllaDB +# Copyright 2022-present ScyllaDB # # SPDX-License-Identifier: LicenseRef-ScyllaDB-Source-Available-1.1 diff --git a/test/alternator/test_ttl.py b/test/alternator/test_ttl.py index 9a54f27eba..c559500760 100644 --- a/test/alternator/test_ttl.py +++ b/test/alternator/test_ttl.py @@ -1,4 +1,4 @@ -# Copyright 2021 ScyllaDB +# Copyright 2021-present ScyllaDB # # SPDX-License-Identifier: LicenseRef-ScyllaDB-Source-Available-1.1 diff --git a/test/boost/encrypted_file_test.cc b/test/boost/encrypted_file_test.cc index d928f491cc..829a0f047d 100644 --- a/test/boost/encrypted_file_test.cc +++ b/test/boost/encrypted_file_test.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 ScyllaDB + * Copyright (C) 2016-present ScyllaDB */ diff --git a/test/boost/encryption_at_rest_test.cc b/test/boost/encryption_at_rest_test.cc index 30ed245fd4..626915283e 100644 --- a/test/boost/encryption_at_rest_test.cc +++ b/test/boost/encryption_at_rest_test.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 ScyllaDB + * Copyright (C) 2016-present ScyllaDB */ diff --git a/test/boost/incremental_compaction_test.cc b/test/boost/incremental_compaction_test.cc index 4279f88c74..6573a769a9 100644 --- a/test/boost/incremental_compaction_test.cc +++ b/test/boost/incremental_compaction_test.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 ScyllaDB + * Copyright (C) 2019-present ScyllaDB * * SPDX-License-Identifier: LicenseRef-ScyllaDB-Source-Available-1.1 */ diff --git a/test/boost/sstable_compression_config_test.cc b/test/boost/sstable_compression_config_test.cc index 5a2465dfb5..5cc1c286d2 100644 --- a/test/boost/sstable_compression_config_test.cc +++ b/test/boost/sstable_compression_config_test.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2025 ScyllaDB + * Copyright (C) 2025-present ScyllaDB */ /* diff --git a/test/boost/symmetric_key_test.cc b/test/boost/symmetric_key_test.cc index aaef5a604d..8c83d5fd9d 100644 --- a/test/boost/symmetric_key_test.cc +++ b/test/boost/symmetric_key_test.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 ScyllaDB + * Copyright (C) 2016-present ScyllaDB */ diff --git a/test/ldap/ldap_common.hh b/test/ldap/ldap_common.hh index 41bc3d2194..568d9599d3 100644 --- a/test/ldap/ldap_common.hh +++ b/test/ldap/ldap_common.hh @@ -1,6 +1,6 @@ /* - * Copyright (C) 2015 ScyllaDB + * Copyright (C) 2015-present ScyllaDB */ /* diff --git a/test/ldap/ldap_connection_test.cc b/test/ldap/ldap_connection_test.cc index c90c72595e..0d49a7bd32 100644 --- a/test/ldap/ldap_connection_test.cc +++ b/test/ldap/ldap_connection_test.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 ScyllaDB + * Copyright (C) 2019-present ScyllaDB */ /* diff --git a/test/ldap/role_manager_test.cc b/test/ldap/role_manager_test.cc index dc7d359582..23264f654b 100644 --- a/test/ldap/role_manager_test.cc +++ b/test/ldap/role_manager_test.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 ScyllaDB + * Copyright (C) 2017-present ScyllaDB */ /* diff --git a/test/ldap/saslauthd_authenticator_test.cc b/test/ldap/saslauthd_authenticator_test.cc index 5388e30aca..133f53eb7b 100644 --- a/test/ldap/saslauthd_authenticator_test.cc +++ b/test/ldap/saslauthd_authenticator_test.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 ScyllaDB + * Copyright (C) 2020-present ScyllaDB */ /* diff --git a/test/perf/logalloc.cc b/test/perf/logalloc.cc index 27b3b3fe44..f2ca2c0740 100644 --- a/test/perf/logalloc.cc +++ b/test/perf/logalloc.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 ScyllaDB + * Copyright (C) 2021-present ScyllaDB */ /* diff --git a/test/raft/future_set.hh b/test/raft/future_set.hh index 5be1e992f9..6985495cb7 100644 --- a/test/raft/future_set.hh +++ b/test/raft/future_set.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 ScyllaDB + * Copyright (C) 2021-present ScyllaDB */ /* diff --git a/test/raft/logical_timer.hh b/test/raft/logical_timer.hh index ac4dfd761b..543a8876a8 100644 --- a/test/raft/logical_timer.hh +++ b/test/raft/logical_timer.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 ScyllaDB + * Copyright (C) 2021-present ScyllaDB */ /* diff --git a/test/raft/ticker.hh b/test/raft/ticker.hh index 9ff8e9cf36..c5855c2e87 100644 --- a/test/raft/ticker.hh +++ b/test/raft/ticker.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 ScyllaDB + * Copyright (C) 2021-present ScyllaDB */ /* diff --git a/utils/azure/identity/azure_cli_credentials.cc b/utils/azure/identity/azure_cli_credentials.cc index 5c92cebce6..c4ce7e6603 100644 --- a/utils/azure/identity/azure_cli_credentials.cc +++ b/utils/azure/identity/azure_cli_credentials.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2025 ScyllaDB + * Copyright (C) 2025-present ScyllaDB * */ diff --git a/utils/azure/identity/azure_cli_credentials.hh b/utils/azure/identity/azure_cli_credentials.hh index 41cc695801..a2946c65b6 100644 --- a/utils/azure/identity/azure_cli_credentials.hh +++ b/utils/azure/identity/azure_cli_credentials.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2025 ScyllaDB + * Copyright (C) 2025-present ScyllaDB * */ diff --git a/utils/azure/identity/credentials.cc b/utils/azure/identity/credentials.cc index ab172b0b2f..c149d4ee08 100644 --- a/utils/azure/identity/credentials.cc +++ b/utils/azure/identity/credentials.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2025 ScyllaDB + * Copyright (C) 2025-present ScyllaDB * */ diff --git a/utils/azure/identity/credentials.hh b/utils/azure/identity/credentials.hh index fe40999094..a555d9e5ed 100644 --- a/utils/azure/identity/credentials.hh +++ b/utils/azure/identity/credentials.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2025 ScyllaDB + * Copyright (C) 2025-present ScyllaDB * */ diff --git a/utils/azure/identity/default_credentials.cc b/utils/azure/identity/default_credentials.cc index 3c82c4833e..b6196ed844 100644 --- a/utils/azure/identity/default_credentials.cc +++ b/utils/azure/identity/default_credentials.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2025 ScyllaDB + * Copyright (C) 2025-present ScyllaDB * */ diff --git a/utils/azure/identity/default_credentials.hh b/utils/azure/identity/default_credentials.hh index 2a9bcac376..2b15a7dbaf 100644 --- a/utils/azure/identity/default_credentials.hh +++ b/utils/azure/identity/default_credentials.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2025 ScyllaDB + * Copyright (C) 2025-present ScyllaDB * */ diff --git a/utils/azure/identity/exceptions.hh b/utils/azure/identity/exceptions.hh index 4afb2a5f7d..7722d914a8 100644 --- a/utils/azure/identity/exceptions.hh +++ b/utils/azure/identity/exceptions.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2025 ScyllaDB + * Copyright (C) 2025-present ScyllaDB * */ diff --git a/utils/azure/identity/managed_identity_credentials.cc b/utils/azure/identity/managed_identity_credentials.cc index c27dc5660b..4bab29e3c2 100644 --- a/utils/azure/identity/managed_identity_credentials.cc +++ b/utils/azure/identity/managed_identity_credentials.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2025 ScyllaDB + * Copyright (C) 2025-present ScyllaDB * */ diff --git a/utils/azure/identity/managed_identity_credentials.hh b/utils/azure/identity/managed_identity_credentials.hh index 1d5ede096d..878108a1f1 100644 --- a/utils/azure/identity/managed_identity_credentials.hh +++ b/utils/azure/identity/managed_identity_credentials.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2025 ScyllaDB + * Copyright (C) 2025-present ScyllaDB * */ diff --git a/utils/azure/identity/service_principal_credentials.cc b/utils/azure/identity/service_principal_credentials.cc index b522d613a2..7ecc916a75 100644 --- a/utils/azure/identity/service_principal_credentials.cc +++ b/utils/azure/identity/service_principal_credentials.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2025 ScyllaDB + * Copyright (C) 2025-present ScyllaDB * */ diff --git a/utils/azure/identity/service_principal_credentials.hh b/utils/azure/identity/service_principal_credentials.hh index 776fdff182..977510499c 100644 --- a/utils/azure/identity/service_principal_credentials.hh +++ b/utils/azure/identity/service_principal_credentials.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2025 ScyllaDB + * Copyright (C) 2025-present ScyllaDB * */ diff --git a/utils/entangled.hh b/utils/entangled.hh index 2e7c0cd0b5..4a93444a2e 100644 --- a/utils/entangled.hh +++ b/utils/entangled.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 ScyllaDB + * Copyright (C) 2020-present ScyllaDB */ /* diff --git a/utils/lsa/weak_ptr.hh b/utils/lsa/weak_ptr.hh index 26ad3a9845..14c0d2a73a 100644 --- a/utils/lsa/weak_ptr.hh +++ b/utils/lsa/weak_ptr.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 ScyllaDB + * Copyright (C) 2020-present ScyllaDB */ /* diff --git a/utils/rest/client.cc b/utils/rest/client.cc index 5e7f2eaba3..1129bd159b 100644 --- a/utils/rest/client.cc +++ b/utils/rest/client.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2025 ScyllaDB + * Copyright (C) 2025-present ScyllaDB * */ diff --git a/utils/rest/client.hh b/utils/rest/client.hh index 99d2f4d1c6..e5ef8ce15d 100644 --- a/utils/rest/client.hh +++ b/utils/rest/client.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2025 ScyllaDB + * Copyright (C) 2025-present ScyllaDB * */ diff --git a/utils/sequential_producer.hh b/utils/sequential_producer.hh index dc2d93e980..740371dee4 100644 --- a/utils/sequential_producer.hh +++ b/utils/sequential_producer.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 ScyllaDB + * Copyright (C) 2021-present ScyllaDB */ /* diff --git a/utils/vle.hh b/utils/vle.hh index ad13c106a4..5e5f4d3876 100644 --- a/utils/vle.hh +++ b/utils/vle.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 ScyllaDB + * Copyright (C) 2021-present ScyllaDB */ /*