From 5937b1fa233b5b08397a91bc0341953be75139eb Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Thu, 12 May 2022 19:52:08 +0300 Subject: [PATCH] treewide: remove empty comments in top-of-files After fcb8d040 ("treewide: use Software Package Data Exchange (SPDX) license identifiers"), many dual-licensed files were left with empty comments on top. Remove them to avoid visual noise. Closes #10562 --- auth/authenticated_user.cc | 3 --- auth/authenticated_user.hh | 3 --- auth/authenticator.cc | 3 --- auth/authenticator.hh | 3 --- auth/authorizer.hh | 3 --- auth/default_authorizer.cc | 3 --- auth/default_authorizer.hh | 3 --- auth/password_authenticator.cc | 3 --- auth/password_authenticator.hh | 3 --- auth/permission.cc | 3 --- auth/permission.hh | 3 --- auth/resource.cc | 3 --- auth/resource.hh | 3 --- auth/sasl_challenge.cc | 3 --- auth/sasl_challenge.hh | 3 --- auth/transitional.cc | 3 --- compaction/date_tiered_compaction_strategy.hh | 3 --- compaction/leveled_manifest.hh | 3 --- compaction/time_window_compaction_strategy.hh | 3 --- cql3/abstract_marker.cc | 3 --- cql3/abstract_marker.hh | 3 --- cql3/assignment_testable.hh | 3 --- cql3/attributes.cc | 3 --- cql3/attributes.hh | 3 --- cql3/cf_name.cc | 3 --- cql3/cf_name.hh | 3 --- cql3/column_condition.cc | 3 --- cql3/column_condition.hh | 3 --- cql3/column_identifier.hh | 3 --- cql3/column_specification.cc | 3 --- cql3/column_specification.hh | 3 --- cql3/constants.cc | 3 --- cql3/constants.hh | 3 --- cql3/cql3_type.hh | 3 --- cql3/cql_statement.hh | 3 --- cql3/error_collector.hh | 3 --- cql3/error_listener.hh | 3 --- cql3/functions/abstract_function.hh | 3 --- cql3/functions/aggregate_fcts.cc | 3 --- cql3/functions/aggregate_fcts.hh | 3 --- cql3/functions/aggregate_function.hh | 3 --- cql3/functions/as_json_function.hh | 3 --- cql3/functions/bytes_conversion_fcts.hh | 3 --- cql3/functions/castas_fcts.hh | 3 --- cql3/functions/function.hh | 3 --- cql3/functions/function_name.hh | 3 --- cql3/functions/functions.hh | 3 --- cql3/functions/native_aggregate_function.hh | 3 --- cql3/functions/native_function.hh | 3 --- cql3/functions/native_scalar_function.hh | 3 --- cql3/functions/scalar_function.hh | 3 --- cql3/functions/time_uuid_fcts.hh | 3 --- cql3/functions/token_fct.hh | 3 --- cql3/functions/uuid_fcts.hh | 3 --- cql3/index_name.cc | 3 --- cql3/index_name.hh | 3 --- cql3/keyspace_element_name.cc | 3 --- cql3/keyspace_element_name.hh | 3 --- cql3/lists.hh | 3 --- cql3/maps.cc | 3 --- cql3/maps.hh | 3 --- cql3/multi_column_relation.hh | 3 --- cql3/operation.cc | 3 --- cql3/operation.hh | 3 --- cql3/operation_impl.hh | 3 --- cql3/prepare_context.cc | 3 --- cql3/prepare_context.hh | 3 --- cql3/query_options.cc | 3 --- cql3/query_options.hh | 3 --- cql3/query_processor.cc | 3 --- cql3/query_processor.hh | 3 --- cql3/relation.cc | 3 --- cql3/relation.hh | 3 --- cql3/restrictions/bounds_slice.hh | 3 --- cql3/restrictions/multi_column_restriction.hh | 3 --- cql3/restrictions/primary_key_restrictions.hh | 4 ---- cql3/restrictions/restriction.hh | 3 --- cql3/restrictions/restrictions.hh | 4 ---- cql3/restrictions/single_column_primary_key_restrictions.hh | 3 --- cql3/restrictions/single_column_restriction.hh | 3 --- cql3/restrictions/single_column_restrictions.hh | 3 --- cql3/restrictions/statement_restrictions.hh | 3 --- cql3/restrictions/token_restriction.hh | 2 -- cql3/result_set.cc | 3 --- cql3/result_set.hh | 3 --- cql3/role_name.cc | 3 --- cql3/role_name.hh | 3 --- cql3/selection/abstract_function_selector.cc | 2 -- cql3/selection/abstract_function_selector.hh | 2 -- cql3/selection/aggregate_function_selector.hh | 2 -- cql3/selection/field_selector.hh | 2 -- cql3/selection/raw_selector.hh | 3 --- cql3/selection/scalar_function_selector.hh | 2 -- cql3/selection/selectable.hh | 3 --- cql3/selection/selectable_with_field_selection.hh | 3 --- cql3/selection/selection.cc | 3 --- cql3/selection/selection.hh | 3 --- cql3/selection/selector.hh | 3 --- cql3/selection/selector_factories.cc | 3 --- cql3/selection/selector_factories.hh | 3 --- cql3/selection/simple_selector.cc | 3 --- cql3/selection/simple_selector.hh | 3 --- cql3/selection/writetime_or_ttl.hh | 3 --- cql3/selection/writetime_or_ttl_selector.hh | 2 -- cql3/sets.hh | 3 --- cql3/single_column_relation.cc | 3 --- cql3/single_column_relation.hh | 3 --- cql3/statements/alter_keyspace_statement.cc | 3 --- cql3/statements/alter_keyspace_statement.hh | 3 --- cql3/statements/alter_role_statement.hh | 3 --- cql3/statements/alter_table_statement.cc | 3 --- cql3/statements/alter_table_statement.hh | 3 --- cql3/statements/alter_type_statement.cc | 3 --- cql3/statements/alter_type_statement.hh | 3 --- cql3/statements/alter_view_statement.cc | 3 --- cql3/statements/alter_view_statement.hh | 3 --- cql3/statements/authentication_statement.cc | 3 --- cql3/statements/authentication_statement.hh | 3 --- cql3/statements/authorization_statement.cc | 3 --- cql3/statements/authorization_statement.hh | 3 --- cql3/statements/batch_statement.cc | 2 -- cql3/statements/batch_statement.hh | 2 -- cql3/statements/bound.hh | 3 --- cql3/statements/cas_request.cc | 2 -- cql3/statements/cas_request.hh | 2 -- cql3/statements/cf_prop_defs.cc | 3 --- cql3/statements/cf_prop_defs.hh | 3 --- cql3/statements/cf_properties.hh | 3 --- cql3/statements/cf_statement.cc | 3 --- cql3/statements/create_index_statement.cc | 3 --- cql3/statements/create_index_statement.hh | 3 --- cql3/statements/create_keyspace_statement.cc | 3 --- cql3/statements/create_keyspace_statement.hh | 3 --- cql3/statements/create_role_statement.hh | 3 --- cql3/statements/create_table_statement.cc | 3 --- cql3/statements/create_table_statement.hh | 3 --- cql3/statements/create_type_statement.cc | 3 --- cql3/statements/create_type_statement.hh | 3 --- cql3/statements/create_view_statement.cc | 3 --- cql3/statements/delete_statement.cc | 3 --- cql3/statements/delete_statement.hh | 3 --- cql3/statements/drop_index_statement.cc | 3 --- cql3/statements/drop_index_statement.hh | 3 --- cql3/statements/drop_keyspace_statement.cc | 3 --- cql3/statements/drop_keyspace_statement.hh | 3 --- cql3/statements/drop_role_statement.hh | 3 --- cql3/statements/drop_table_statement.cc | 3 --- cql3/statements/drop_table_statement.hh | 3 --- cql3/statements/drop_type_statement.cc | 3 --- cql3/statements/drop_type_statement.hh | 3 --- cql3/statements/drop_view_statement.cc | 3 --- cql3/statements/drop_view_statement.hh | 3 --- cql3/statements/grant_role_statement.hh | 3 --- cql3/statements/grant_statement.cc | 3 --- cql3/statements/grant_statement.hh | 3 --- cql3/statements/index_prop_defs.cc | 3 --- cql3/statements/index_prop_defs.hh | 3 --- cql3/statements/index_target.cc | 3 --- cql3/statements/index_target.hh | 3 --- cql3/statements/ks_prop_defs.cc | 3 --- cql3/statements/ks_prop_defs.hh | 3 --- cql3/statements/list_permissions_statement.cc | 3 --- cql3/statements/list_permissions_statement.hh | 3 --- cql3/statements/list_roles_statement.hh | 3 --- cql3/statements/list_users_statement.cc | 3 --- cql3/statements/list_users_statement.hh | 3 --- cql3/statements/modification_statement.cc | 3 --- cql3/statements/modification_statement.hh | 3 --- cql3/statements/permission_altering_statement.cc | 3 --- cql3/statements/permission_altering_statement.hh | 3 --- cql3/statements/prepared_statement.hh | 3 --- cql3/statements/property_definitions.cc | 3 --- cql3/statements/property_definitions.hh | 3 --- cql3/statements/raw/batch_statement.hh | 2 -- cql3/statements/raw/cf_statement.hh | 3 --- cql3/statements/raw/delete_statement.hh | 3 --- cql3/statements/raw/insert_statement.hh | 3 --- cql3/statements/raw/modification_statement.hh | 3 --- cql3/statements/raw/parsed_statement.cc | 3 --- cql3/statements/raw/parsed_statement.hh | 3 --- cql3/statements/raw/select_statement.hh | 3 --- cql3/statements/raw/update_statement.hh | 3 --- cql3/statements/raw/use_statement.hh | 3 --- cql3/statements/request_validations.hh | 2 -- cql3/statements/revoke_role_statement.hh | 3 --- cql3/statements/revoke_statement.cc | 3 --- cql3/statements/revoke_statement.hh | 3 --- cql3/statements/role-management-statements.cc | 3 --- cql3/statements/schema_altering_statement.cc | 3 --- cql3/statements/schema_altering_statement.hh | 3 --- cql3/statements/select_statement.cc | 3 --- cql3/statements/select_statement.hh | 3 --- cql3/statements/statement_type.hh | 3 --- cql3/statements/truncate_statement.cc | 3 --- cql3/statements/truncate_statement.hh | 3 --- cql3/statements/update_statement.cc | 3 --- cql3/statements/update_statement.hh | 3 --- cql3/statements/use_statement.cc | 3 --- cql3/statements/use_statement.hh | 3 --- cql3/token_relation.cc | 2 -- cql3/token_relation.hh | 2 -- cql3/untyped_result_set.cc | 3 --- cql3/untyped_result_set.hh | 3 --- cql3/update_parameters.cc | 3 --- cql3/update_parameters.hh | 3 --- cql3/user_types.cc | 2 -- cql3/user_types.hh | 2 -- cql3/ut_name.cc | 3 --- cql3/ut_name.hh | 3 --- db/batchlog_manager.cc | 2 -- db/batchlog_manager.hh | 3 --- db/commitlog/commitlog.cc | 3 --- db/commitlog/commitlog.hh | 3 --- db/commitlog/commitlog_replayer.cc | 3 --- db/commitlog/commitlog_replayer.hh | 3 --- db/commitlog/replay_position.hh | 3 --- db/commitlog/rp_set.hh | 3 --- db/consistency_level.cc | 3 --- db/consistency_level.hh | 3 --- db/consistency_level_type.hh | 3 --- db/consistency_level_validations.hh | 3 --- db/cql_type_parser.cc | 3 --- db/cql_type_parser.hh | 3 --- db/extensions.hh | 3 --- db/legacy_schema_migrator.cc | 3 --- db/legacy_schema_migrator.hh | 3 --- db/marshal/type_parser.cc | 3 --- db/marshal/type_parser.hh | 3 --- db/read_repair_decision.hh | 3 --- db/schema_tables.cc | 3 --- db/schema_tables.hh | 3 --- db/system_keyspace.cc | 3 --- db/system_keyspace.hh | 3 --- db/view/view.cc | 3 --- db/virtual_table.cc | 3 --- db/write_type.hh | 2 -- dht/i_partitioner.hh | 3 --- exceptions/exceptions.cc | 3 --- exceptions/exceptions.hh | 3 --- exceptions/unrecognized_entity_exception.hh | 3 --- gms/application_state.cc | 3 --- index/secondary_index.cc | 3 --- index/secondary_index.hh | 3 --- index/secondary_index_manager.cc | 3 --- index/secondary_index_manager.hh | 3 --- index/target_parser.hh | 3 --- locator/azure_snitch.cc | 3 --- locator/azure_snitch.hh | 3 --- locator/gce_snitch.cc | 3 --- locator/gce_snitch.hh | 3 --- locator/production_snitch_base.cc | 4 ---- service/client_state.cc | 3 --- service/client_state.hh | 3 --- service/endpoint_lifecycle_subscriber.hh | 3 --- service/load_broadcaster.hh | 3 --- service/migration_listener.hh | 3 --- service/migration_manager.cc | 3 --- service/migration_manager.hh | 3 --- service/misc_services.cc | 3 --- service/pager/paging_state.cc | 3 --- service/pager/paging_state.hh | 3 --- service/pager/query_pager.hh | 3 --- service/pager/query_pagers.cc | 3 --- service/pager/query_pagers.hh | 3 --- service/paxos/paxos_state.hh | 4 ---- service/paxos/prepare_response.cc | 4 ---- service/paxos/prepare_response.hh | 4 ---- service/paxos/prepare_summary.cc | 4 ---- service/paxos/prepare_summary.hh | 4 ---- service/paxos/proposal.cc | 4 ---- service/paxos/proposal.hh | 4 ---- service/storage_proxy.cc | 3 --- service/storage_proxy.hh | 3 --- sstables/downsampling.hh | 3 --- sstables/metadata_collector.hh | 3 --- streaming/stream_session_state.cc | 3 --- test/manual/streaming_histogram_test.cc | 3 --- thrift/thrift_validation.cc | 3 --- thrift/thrift_validation.hh | 3 --- tracing/trace_keyspace_helper.cc | 3 --- tracing/trace_keyspace_helper.hh | 3 --- tracing/trace_state.cc | 3 --- tracing/trace_state.hh | 3 --- tracing/tracing.cc | 3 --- tracing/tracing.hh | 3 --- transport/event.cc | 3 --- transport/event.hh | 3 --- utils/bloom_calculations.cc | 3 --- utils/bloom_calculations.hh | 3 --- utils/bloom_filter.cc | 3 --- utils/bloom_filter.hh | 3 --- utils/estimated_histogram.hh | 3 --- utils/fb_utilities.hh | 3 --- utils/i_filter.hh | 3 --- utils/streaming_histogram.hh | 3 --- validation.cc | 3 --- validation.hh | 3 --- vint-serialization.cc | 3 --- 298 files changed, 885 deletions(-) diff --git a/auth/authenticated_user.cc b/auth/authenticated_user.cc index a6df9bc29e..6e8cf2f9fd 100644 --- a/auth/authenticated_user.cc +++ b/auth/authenticated_user.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2016-present ScyllaDB * diff --git a/auth/authenticated_user.hh b/auth/authenticated_user.hh index 6f6f7c4b80..8ab7f414a7 100644 --- a/auth/authenticated_user.hh +++ b/auth/authenticated_user.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2016-present ScyllaDB * diff --git a/auth/authenticator.cc b/auth/authenticator.cc index 434150f423..ff4eaae1c7 100644 --- a/auth/authenticator.cc +++ b/auth/authenticator.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2016-present ScyllaDB * diff --git a/auth/authenticator.hh b/auth/authenticator.hh index 94f1aa3715..1f944beb9b 100644 --- a/auth/authenticator.hh +++ b/auth/authenticator.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2016-present ScyllaDB * diff --git a/auth/authorizer.hh b/auth/authorizer.hh index f0528ca137..e2d0774ff7 100644 --- a/auth/authorizer.hh +++ b/auth/authorizer.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2016-present ScyllaDB * diff --git a/auth/default_authorizer.cc b/auth/default_authorizer.cc index 01ececd809..3dbcf84361 100644 --- a/auth/default_authorizer.cc +++ b/auth/default_authorizer.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2016-present ScyllaDB * diff --git a/auth/default_authorizer.hh b/auth/default_authorizer.hh index 16e15aaefb..61d456a4c6 100644 --- a/auth/default_authorizer.hh +++ b/auth/default_authorizer.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2016-present ScyllaDB * diff --git a/auth/password_authenticator.cc b/auth/password_authenticator.cc index a501a3deaf..b5ab045d2f 100644 --- a/auth/password_authenticator.cc +++ b/auth/password_authenticator.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2016-present ScyllaDB * diff --git a/auth/password_authenticator.hh b/auth/password_authenticator.hh index a3e31651d1..443b81fd45 100644 --- a/auth/password_authenticator.hh +++ b/auth/password_authenticator.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2016-present ScyllaDB * diff --git a/auth/permission.cc b/auth/permission.cc index 193a2f9cab..826ce3ac3d 100644 --- a/auth/permission.cc +++ b/auth/permission.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2016-present ScyllaDB * diff --git a/auth/permission.hh b/auth/permission.hh index 8e4d4d7475..a31179b9aa 100644 --- a/auth/permission.hh +++ b/auth/permission.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2016-present ScyllaDB * diff --git a/auth/resource.cc b/auth/resource.cc index 033c75386c..1ec73c0da5 100644 --- a/auth/resource.cc +++ b/auth/resource.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2016-present ScyllaDB * diff --git a/auth/resource.hh b/auth/resource.hh index a3f2886536..5f93cb4a04 100644 --- a/auth/resource.hh +++ b/auth/resource.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2016-present ScyllaDB * diff --git a/auth/sasl_challenge.cc b/auth/sasl_challenge.cc index 3b3da5aaeb..ad07d53137 100644 --- a/auth/sasl_challenge.cc +++ b/auth/sasl_challenge.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2019-present ScyllaDB * diff --git a/auth/sasl_challenge.hh b/auth/sasl_challenge.hh index fd1837071a..6d523bd413 100644 --- a/auth/sasl_challenge.hh +++ b/auth/sasl_challenge.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2019-present ScyllaDB * diff --git a/auth/transitional.cc b/auth/transitional.cc index 4b65fd80f9..061e0daf62 100644 --- a/auth/transitional.cc +++ b/auth/transitional.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2017-present ScyllaDB * diff --git a/compaction/date_tiered_compaction_strategy.hh b/compaction/date_tiered_compaction_strategy.hh index 6ff70e8df2..5e2c1705b6 100644 --- a/compaction/date_tiered_compaction_strategy.hh +++ b/compaction/date_tiered_compaction_strategy.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2016-present-2017 ScyllaDB * diff --git a/compaction/leveled_manifest.hh b/compaction/leveled_manifest.hh index 9389a1e69c..b33914430e 100644 --- a/compaction/leveled_manifest.hh +++ b/compaction/leveled_manifest.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/compaction/time_window_compaction_strategy.hh b/compaction/time_window_compaction_strategy.hh index a9e79ce85e..9b8ff52f0d 100644 --- a/compaction/time_window_compaction_strategy.hh +++ b/compaction/time_window_compaction_strategy.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2017-present ScyllaDB * diff --git a/cql3/abstract_marker.cc b/cql3/abstract_marker.cc index edf68a4ecf..610d64116c 100644 --- a/cql3/abstract_marker.cc +++ b/cql3/abstract_marker.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/abstract_marker.hh b/cql3/abstract_marker.hh index 56629e27d1..1ed339c28f 100644 --- a/cql3/abstract_marker.hh +++ b/cql3/abstract_marker.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/assignment_testable.hh b/cql3/assignment_testable.hh index 3eeab6b6f5..094c0822ae 100644 --- a/cql3/assignment_testable.hh +++ b/cql3/assignment_testable.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2014-present ScyllaDB * diff --git a/cql3/attributes.cc b/cql3/attributes.cc index 1287f3fa5f..b30569e982 100644 --- a/cql3/attributes.cc +++ b/cql3/attributes.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/attributes.hh b/cql3/attributes.hh index 1f0f585c08..7dd48b4982 100644 --- a/cql3/attributes.hh +++ b/cql3/attributes.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/cf_name.cc b/cql3/cf_name.cc index 57f84f7a2c..cd1c6baf50 100644 --- a/cql3/cf_name.cc +++ b/cql3/cf_name.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/cf_name.hh b/cql3/cf_name.hh index 6499f0f94a..f10b9a7c6a 100644 --- a/cql3/cf_name.hh +++ b/cql3/cf_name.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/column_condition.cc b/cql3/column_condition.cc index 20f1dbcc21..121f10234d 100644 --- a/cql3/column_condition.cc +++ b/cql3/column_condition.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/column_condition.hh b/cql3/column_condition.hh index f1b35ef3af..3b5e59acbd 100644 --- a/cql3/column_condition.hh +++ b/cql3/column_condition.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/column_identifier.hh b/cql3/column_identifier.hh index 495e3aa96c..b7478470d2 100644 --- a/cql3/column_identifier.hh +++ b/cql3/column_identifier.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/column_specification.cc b/cql3/column_specification.cc index 2ba458f58b..bfbb4bfdb7 100644 --- a/cql3/column_specification.cc +++ b/cql3/column_specification.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2016-present ScyllaDB * diff --git a/cql3/column_specification.hh b/cql3/column_specification.hh index d13a3fe87f..0ffee34ae0 100644 --- a/cql3/column_specification.hh +++ b/cql3/column_specification.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/constants.cc b/cql3/constants.cc index 11e0c548e0..feead65b06 100644 --- a/cql3/constants.cc +++ b/cql3/constants.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/constants.hh b/cql3/constants.hh index 63f8595e50..fcf653d78f 100644 --- a/cql3/constants.hh +++ b/cql3/constants.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/cql3_type.hh b/cql3/cql3_type.hh index fdeffc8501..b81b9c6e89 100644 --- a/cql3/cql3_type.hh +++ b/cql3/cql3_type.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Modified by ScyllaDB * diff --git a/cql3/cql_statement.hh b/cql3/cql_statement.hh index 709805888c..fc0853ae0b 100644 --- a/cql3/cql_statement.hh +++ b/cql3/cql_statement.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2014-present ScyllaDB * diff --git a/cql3/error_collector.hh b/cql3/error_collector.hh index 00f112832e..64eedba9a6 100644 --- a/cql3/error_collector.hh +++ b/cql3/error_collector.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/error_listener.hh b/cql3/error_listener.hh index 02cdf8365b..3c9fb5a60e 100644 --- a/cql3/error_listener.hh +++ b/cql3/error_listener.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/functions/abstract_function.hh b/cql3/functions/abstract_function.hh index 5cbade07cd..b42e222720 100644 --- a/cql3/functions/abstract_function.hh +++ b/cql3/functions/abstract_function.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2014-present ScyllaDB * diff --git a/cql3/functions/aggregate_fcts.cc b/cql3/functions/aggregate_fcts.cc index 205f9a481f..598b861bca 100644 --- a/cql3/functions/aggregate_fcts.cc +++ b/cql3/functions/aggregate_fcts.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2019-present ScyllaDB * diff --git a/cql3/functions/aggregate_fcts.hh b/cql3/functions/aggregate_fcts.hh index 73984da370..ef61dad496 100644 --- a/cql3/functions/aggregate_fcts.hh +++ b/cql3/functions/aggregate_fcts.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2014-present ScyllaDB * diff --git a/cql3/functions/aggregate_function.hh b/cql3/functions/aggregate_function.hh index 6a331d7790..6b192845a6 100644 --- a/cql3/functions/aggregate_function.hh +++ b/cql3/functions/aggregate_function.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Modified by ScyllaDB * diff --git a/cql3/functions/as_json_function.hh b/cql3/functions/as_json_function.hh index e8511e35d3..ebe8e1a98f 100644 --- a/cql3/functions/as_json_function.hh +++ b/cql3/functions/as_json_function.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2018-present ScyllaDB * diff --git a/cql3/functions/bytes_conversion_fcts.hh b/cql3/functions/bytes_conversion_fcts.hh index ba0883a79d..41ba370ae4 100644 --- a/cql3/functions/bytes_conversion_fcts.hh +++ b/cql3/functions/bytes_conversion_fcts.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Modified by ScyllaDB * diff --git a/cql3/functions/castas_fcts.hh b/cql3/functions/castas_fcts.hh index 6c45b23538..b5ee26a4fa 100644 --- a/cql3/functions/castas_fcts.hh +++ b/cql3/functions/castas_fcts.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Modified by ScyllaDB * diff --git a/cql3/functions/function.hh b/cql3/functions/function.hh index 21a1c8c3da..f9ffae4322 100644 --- a/cql3/functions/function.hh +++ b/cql3/functions/function.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2014-present ScyllaDB * diff --git a/cql3/functions/function_name.hh b/cql3/functions/function_name.hh index b8cb56684b..549b56cdd6 100644 --- a/cql3/functions/function_name.hh +++ b/cql3/functions/function_name.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2014-present ScyllaDB * diff --git a/cql3/functions/functions.hh b/cql3/functions/functions.hh index 681d7fa5a3..660022f067 100644 --- a/cql3/functions/functions.hh +++ b/cql3/functions/functions.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Modified by ScyllaDB * diff --git a/cql3/functions/native_aggregate_function.hh b/cql3/functions/native_aggregate_function.hh index 29e8c8abf7..9816e1e552 100644 --- a/cql3/functions/native_aggregate_function.hh +++ b/cql3/functions/native_aggregate_function.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Modified by ScyllaDB * diff --git a/cql3/functions/native_function.hh b/cql3/functions/native_function.hh index 894ec7d425..2e47993009 100644 --- a/cql3/functions/native_function.hh +++ b/cql3/functions/native_function.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Modified by ScyllaDB * diff --git a/cql3/functions/native_scalar_function.hh b/cql3/functions/native_scalar_function.hh index f4fc3261f6..f8d4e917aa 100644 --- a/cql3/functions/native_scalar_function.hh +++ b/cql3/functions/native_scalar_function.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Modified by ScyllaDB * diff --git a/cql3/functions/scalar_function.hh b/cql3/functions/scalar_function.hh index 5da82c2856..266be3e82e 100644 --- a/cql3/functions/scalar_function.hh +++ b/cql3/functions/scalar_function.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2014-present ScyllaDB * diff --git a/cql3/functions/time_uuid_fcts.hh b/cql3/functions/time_uuid_fcts.hh index ecd11f655d..b4fe6e1a69 100644 --- a/cql3/functions/time_uuid_fcts.hh +++ b/cql3/functions/time_uuid_fcts.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Modified by ScyllaDB * diff --git a/cql3/functions/token_fct.hh b/cql3/functions/token_fct.hh index 2e978e5990..8d922d4b88 100644 --- a/cql3/functions/token_fct.hh +++ b/cql3/functions/token_fct.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Modified by ScyllaDB * diff --git a/cql3/functions/uuid_fcts.hh b/cql3/functions/uuid_fcts.hh index cc2c8af62f..29fdab3d9a 100644 --- a/cql3/functions/uuid_fcts.hh +++ b/cql3/functions/uuid_fcts.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Modified by ScyllaDB * diff --git a/cql3/index_name.cc b/cql3/index_name.cc index 8d3f4f9dd4..e9cac5c28f 100644 --- a/cql3/index_name.cc +++ b/cql3/index_name.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/index_name.hh b/cql3/index_name.hh index ff69fba5b6..91d47a4545 100644 --- a/cql3/index_name.hh +++ b/cql3/index_name.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/keyspace_element_name.cc b/cql3/keyspace_element_name.cc index 4b620132b4..3a6f71bb9e 100644 --- a/cql3/keyspace_element_name.cc +++ b/cql3/keyspace_element_name.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/keyspace_element_name.hh b/cql3/keyspace_element_name.hh index 156d3e1425..a69891975f 100644 --- a/cql3/keyspace_element_name.hh +++ b/cql3/keyspace_element_name.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/lists.hh b/cql3/lists.hh index c60bdaa4c9..5831506521 100644 --- a/cql3/lists.hh +++ b/cql3/lists.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/maps.cc b/cql3/maps.cc index 2e7d7db609..7fe34458f3 100644 --- a/cql3/maps.cc +++ b/cql3/maps.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/maps.hh b/cql3/maps.hh index 0ef5ec961f..df8a05f804 100644 --- a/cql3/maps.hh +++ b/cql3/maps.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/multi_column_relation.hh b/cql3/multi_column_relation.hh index bcef950f33..68c7ff55d9 100644 --- a/cql3/multi_column_relation.hh +++ b/cql3/multi_column_relation.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/operation.cc b/cql3/operation.cc index a7fc7680e2..3f69893591 100644 --- a/cql3/operation.cc +++ b/cql3/operation.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB */ diff --git a/cql3/operation.hh b/cql3/operation.hh index df45e35427..c305479909 100644 --- a/cql3/operation.hh +++ b/cql3/operation.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/operation_impl.hh b/cql3/operation_impl.hh index 0c1f886f62..a3ab3a2a68 100644 --- a/cql3/operation_impl.hh +++ b/cql3/operation_impl.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/prepare_context.cc b/cql3/prepare_context.cc index a7bfead8d6..dc070ef9d3 100644 --- a/cql3/prepare_context.cc +++ b/cql3/prepare_context.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/prepare_context.hh b/cql3/prepare_context.hh index a8b98f694c..603c600187 100644 --- a/cql3/prepare_context.hh +++ b/cql3/prepare_context.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/query_options.cc b/cql3/query_options.cc index 3163b08c75..052404ab87 100644 --- a/cql3/query_options.cc +++ b/cql3/query_options.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/query_options.hh b/cql3/query_options.hh index f9d2b95409..98f25d4158 100644 --- a/cql3/query_options.hh +++ b/cql3/query_options.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2014-present ScyllaDB * diff --git a/cql3/query_processor.cc b/cql3/query_processor.cc index 42f624e50a..1e586c308d 100644 --- a/cql3/query_processor.cc +++ b/cql3/query_processor.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/query_processor.hh b/cql3/query_processor.hh index d09a8fbd39..4f3ec508ae 100644 --- a/cql3/query_processor.hh +++ b/cql3/query_processor.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/relation.cc b/cql3/relation.cc index 734ca520d0..9db3f7a0b6 100644 --- a/cql3/relation.cc +++ b/cql3/relation.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/relation.hh b/cql3/relation.hh index 2eb04c2faf..e135e01391 100644 --- a/cql3/relation.hh +++ b/cql3/relation.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/restrictions/bounds_slice.hh b/cql3/restrictions/bounds_slice.hh index 0e7b2cd912..9dd93652c2 100644 --- a/cql3/restrictions/bounds_slice.hh +++ b/cql3/restrictions/bounds_slice.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/restrictions/multi_column_restriction.hh b/cql3/restrictions/multi_column_restriction.hh index 6da95c1204..2fcd232eee 100644 --- a/cql3/restrictions/multi_column_restriction.hh +++ b/cql3/restrictions/multi_column_restriction.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/restrictions/primary_key_restrictions.hh b/cql3/restrictions/primary_key_restrictions.hh index 94484158ed..4f2078fc1a 100644 --- a/cql3/restrictions/primary_key_restrictions.hh +++ b/cql3/restrictions/primary_key_restrictions.hh @@ -1,7 +1,3 @@ -/* - */ - - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/restrictions/restriction.hh b/cql3/restrictions/restriction.hh index 5d7c291b03..8a397bf5f5 100644 --- a/cql3/restrictions/restriction.hh +++ b/cql3/restrictions/restriction.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2019-present ScyllaDB * diff --git a/cql3/restrictions/restrictions.hh b/cql3/restrictions/restrictions.hh index 5a90acf679..ada4cf405e 100644 --- a/cql3/restrictions/restrictions.hh +++ b/cql3/restrictions/restrictions.hh @@ -1,7 +1,3 @@ -/* - */ - - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/restrictions/single_column_primary_key_restrictions.hh b/cql3/restrictions/single_column_primary_key_restrictions.hh index 3404c62c19..9cb1be945f 100644 --- a/cql3/restrictions/single_column_primary_key_restrictions.hh +++ b/cql3/restrictions/single_column_primary_key_restrictions.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/restrictions/single_column_restriction.hh b/cql3/restrictions/single_column_restriction.hh index 78199a88c3..02dc93e1ed 100644 --- a/cql3/restrictions/single_column_restriction.hh +++ b/cql3/restrictions/single_column_restriction.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/restrictions/single_column_restrictions.hh b/cql3/restrictions/single_column_restrictions.hh index 27e002e05e..7057177050 100644 --- a/cql3/restrictions/single_column_restrictions.hh +++ b/cql3/restrictions/single_column_restrictions.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/restrictions/statement_restrictions.hh b/cql3/restrictions/statement_restrictions.hh index 7a153a2bdc..ed68f02ce0 100644 --- a/cql3/restrictions/statement_restrictions.hh +++ b/cql3/restrictions/statement_restrictions.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/restrictions/token_restriction.hh b/cql3/restrictions/token_restriction.hh index 66933b837a..c7e407e65e 100644 --- a/cql3/restrictions/token_restriction.hh +++ b/cql3/restrictions/token_restriction.hh @@ -1,5 +1,3 @@ -/* - */ /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/result_set.cc b/cql3/result_set.cc index 45030869c2..a29c0cd821 100644 --- a/cql3/result_set.cc +++ b/cql3/result_set.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/result_set.hh b/cql3/result_set.hh index 8243fbb6ba..8d393156e7 100644 --- a/cql3/result_set.hh +++ b/cql3/result_set.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/role_name.cc b/cql3/role_name.cc index cc30140315..71ca176ba8 100644 --- a/cql3/role_name.cc +++ b/cql3/role_name.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2017-present ScyllaDB * diff --git a/cql3/role_name.hh b/cql3/role_name.hh index cd81125d8d..62ba96356e 100644 --- a/cql3/role_name.hh +++ b/cql3/role_name.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2017-present ScyllaDB * diff --git a/cql3/selection/abstract_function_selector.cc b/cql3/selection/abstract_function_selector.cc index 711487332a..9a12a3792f 100644 --- a/cql3/selection/abstract_function_selector.cc +++ b/cql3/selection/abstract_function_selector.cc @@ -1,5 +1,3 @@ -/* - */ /* * Modified by ScyllaDB * Copyright (C) 2015-present ScyllaDB diff --git a/cql3/selection/abstract_function_selector.hh b/cql3/selection/abstract_function_selector.hh index a9e0cb60fd..e55c004064 100644 --- a/cql3/selection/abstract_function_selector.hh +++ b/cql3/selection/abstract_function_selector.hh @@ -1,5 +1,3 @@ -/* - */ /* * Modified by ScyllaDB * Copyright (C) 2015-present ScyllaDB diff --git a/cql3/selection/aggregate_function_selector.hh b/cql3/selection/aggregate_function_selector.hh index df903e4c97..509c441b3e 100644 --- a/cql3/selection/aggregate_function_selector.hh +++ b/cql3/selection/aggregate_function_selector.hh @@ -1,5 +1,3 @@ -/* - */ /* * Modified by ScyllaDB * Copyright (C) 2015-present ScyllaDB diff --git a/cql3/selection/field_selector.hh b/cql3/selection/field_selector.hh index fea099c489..f50b8c443f 100644 --- a/cql3/selection/field_selector.hh +++ b/cql3/selection/field_selector.hh @@ -1,5 +1,3 @@ -/* - */ /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/selection/raw_selector.hh b/cql3/selection/raw_selector.hh index f8e9fb4cbf..77f31e5ce9 100644 --- a/cql3/selection/raw_selector.hh +++ b/cql3/selection/raw_selector.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/selection/scalar_function_selector.hh b/cql3/selection/scalar_function_selector.hh index eaaf15b578..1a9b258f16 100644 --- a/cql3/selection/scalar_function_selector.hh +++ b/cql3/selection/scalar_function_selector.hh @@ -1,5 +1,3 @@ -/* - */ /* * Modified by ScyllaDB * Copyright (C) 2015-present ScyllaDB diff --git a/cql3/selection/selectable.hh b/cql3/selection/selectable.hh index abf2b20ae3..89bfb732b0 100644 --- a/cql3/selection/selectable.hh +++ b/cql3/selection/selectable.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/selection/selectable_with_field_selection.hh b/cql3/selection/selectable_with_field_selection.hh index 4df6304496..7be3ef51d9 100644 --- a/cql3/selection/selectable_with_field_selection.hh +++ b/cql3/selection/selectable_with_field_selection.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/selection/selection.cc b/cql3/selection/selection.cc index 285878c2ea..8ec56a8043 100644 --- a/cql3/selection/selection.cc +++ b/cql3/selection/selection.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/selection/selection.hh b/cql3/selection/selection.hh index 387450e1c7..6781117347 100644 --- a/cql3/selection/selection.hh +++ b/cql3/selection/selection.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/selection/selector.hh b/cql3/selection/selector.hh index f0b36d323b..cbaf94923b 100644 --- a/cql3/selection/selector.hh +++ b/cql3/selection/selector.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/selection/selector_factories.cc b/cql3/selection/selector_factories.cc index 42f710405a..f8eb234cf7 100644 --- a/cql3/selection/selector_factories.cc +++ b/cql3/selection/selector_factories.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/selection/selector_factories.hh b/cql3/selection/selector_factories.hh index 08caf64b91..0fd422cf93 100644 --- a/cql3/selection/selector_factories.hh +++ b/cql3/selection/selector_factories.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/selection/simple_selector.cc b/cql3/selection/simple_selector.cc index 539a1c4dbb..642c3fd6ec 100644 --- a/cql3/selection/simple_selector.cc +++ b/cql3/selection/simple_selector.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/selection/simple_selector.hh b/cql3/selection/simple_selector.hh index 498bf9f08e..1ffca4edef 100644 --- a/cql3/selection/simple_selector.hh +++ b/cql3/selection/simple_selector.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/selection/writetime_or_ttl.hh b/cql3/selection/writetime_or_ttl.hh index 6efc65545d..5691b95ae6 100644 --- a/cql3/selection/writetime_or_ttl.hh +++ b/cql3/selection/writetime_or_ttl.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/selection/writetime_or_ttl_selector.hh b/cql3/selection/writetime_or_ttl_selector.hh index e9ce29305e..f066a85710 100644 --- a/cql3/selection/writetime_or_ttl_selector.hh +++ b/cql3/selection/writetime_or_ttl_selector.hh @@ -1,5 +1,3 @@ -/* - */ /* * Modified by ScyllaDB * diff --git a/cql3/sets.hh b/cql3/sets.hh index 0906a722e6..da23f80cc4 100644 --- a/cql3/sets.hh +++ b/cql3/sets.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/single_column_relation.cc b/cql3/single_column_relation.cc index 546eb48c9f..35de0cce79 100644 --- a/cql3/single_column_relation.cc +++ b/cql3/single_column_relation.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/single_column_relation.hh b/cql3/single_column_relation.hh index a0c64046af..50f4993868 100644 --- a/cql3/single_column_relation.hh +++ b/cql3/single_column_relation.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/statements/alter_keyspace_statement.cc b/cql3/statements/alter_keyspace_statement.cc index 4a5143a475..6d70fa0e88 100644 --- a/cql3/statements/alter_keyspace_statement.cc +++ b/cql3/statements/alter_keyspace_statement.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/statements/alter_keyspace_statement.hh b/cql3/statements/alter_keyspace_statement.hh index bd04ea610a..e30c64d523 100644 --- a/cql3/statements/alter_keyspace_statement.hh +++ b/cql3/statements/alter_keyspace_statement.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/statements/alter_role_statement.hh b/cql3/statements/alter_role_statement.hh index c7f2d45d02..cb56204fe1 100644 --- a/cql3/statements/alter_role_statement.hh +++ b/cql3/statements/alter_role_statement.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright 2017-present ScyllaDB * diff --git a/cql3/statements/alter_table_statement.cc b/cql3/statements/alter_table_statement.cc index 908f128726..e8bed678dc 100644 --- a/cql3/statements/alter_table_statement.cc +++ b/cql3/statements/alter_table_statement.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright 2015-present ScyllaDB * diff --git a/cql3/statements/alter_table_statement.hh b/cql3/statements/alter_table_statement.hh index d69018366d..033cb439af 100644 --- a/cql3/statements/alter_table_statement.hh +++ b/cql3/statements/alter_table_statement.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright 2015-present ScyllaDB * diff --git a/cql3/statements/alter_type_statement.cc b/cql3/statements/alter_type_statement.cc index 40a94ea8e5..3ed0924a8b 100644 --- a/cql3/statements/alter_type_statement.cc +++ b/cql3/statements/alter_type_statement.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright 2016-present ScyllaDB */ diff --git a/cql3/statements/alter_type_statement.hh b/cql3/statements/alter_type_statement.hh index 234a9370f2..14ea139bd6 100644 --- a/cql3/statements/alter_type_statement.hh +++ b/cql3/statements/alter_type_statement.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/statements/alter_view_statement.cc b/cql3/statements/alter_view_statement.cc index d8ef2258ff..b90787b541 100644 --- a/cql3/statements/alter_view_statement.cc +++ b/cql3/statements/alter_view_statement.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright 2016-present ScyllaDB * diff --git a/cql3/statements/alter_view_statement.hh b/cql3/statements/alter_view_statement.hh index 88c3d12ea1..bdd5a45c50 100644 --- a/cql3/statements/alter_view_statement.hh +++ b/cql3/statements/alter_view_statement.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright 2016-present ScyllaDB * diff --git a/cql3/statements/authentication_statement.cc b/cql3/statements/authentication_statement.cc index aac3b9ef95..a538f21cfe 100644 --- a/cql3/statements/authentication_statement.cc +++ b/cql3/statements/authentication_statement.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright 2016-present ScyllaDB * diff --git a/cql3/statements/authentication_statement.hh b/cql3/statements/authentication_statement.hh index 2c8815e97e..d4876e67c5 100644 --- a/cql3/statements/authentication_statement.hh +++ b/cql3/statements/authentication_statement.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright 2016-present ScyllaDB * diff --git a/cql3/statements/authorization_statement.cc b/cql3/statements/authorization_statement.cc index ea16f8379e..14b412aed5 100644 --- a/cql3/statements/authorization_statement.cc +++ b/cql3/statements/authorization_statement.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright 2016-present ScyllaDB * diff --git a/cql3/statements/authorization_statement.hh b/cql3/statements/authorization_statement.hh index f96e1fe3a8..8237455166 100644 --- a/cql3/statements/authorization_statement.hh +++ b/cql3/statements/authorization_statement.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright 2016-present ScyllaDB * diff --git a/cql3/statements/batch_statement.cc b/cql3/statements/batch_statement.cc index 9ca90b5606..9994706ecb 100644 --- a/cql3/statements/batch_statement.cc +++ b/cql3/statements/batch_statement.cc @@ -1,5 +1,3 @@ -/* - */ /* * Modified by ScyllaDB * Copyright (C) 2015-present ScyllaDB diff --git a/cql3/statements/batch_statement.hh b/cql3/statements/batch_statement.hh index 0a99822fe3..dbe45afa64 100644 --- a/cql3/statements/batch_statement.hh +++ b/cql3/statements/batch_statement.hh @@ -1,5 +1,3 @@ -/* - */ /* * Modified by ScyllaDB * Copyright (C) 2015-present ScyllaDB diff --git a/cql3/statements/bound.hh b/cql3/statements/bound.hh index acf8d25d84..057613d24d 100644 --- a/cql3/statements/bound.hh +++ b/cql3/statements/bound.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/statements/cas_request.cc b/cql3/statements/cas_request.cc index 564cdd1929..9f872cba53 100644 --- a/cql3/statements/cas_request.cc +++ b/cql3/statements/cas_request.cc @@ -1,5 +1,3 @@ -/* - */ /* * Copyright (C) 2019-present ScyllaDB * diff --git a/cql3/statements/cas_request.hh b/cql3/statements/cas_request.hh index 277884ebdd..66adf84fc1 100644 --- a/cql3/statements/cas_request.hh +++ b/cql3/statements/cas_request.hh @@ -1,5 +1,3 @@ -/* - */ /* * Copyright (C) 2019-present ScyllaDB * diff --git a/cql3/statements/cf_prop_defs.cc b/cql3/statements/cf_prop_defs.cc index a40a53e478..457ab6227c 100644 --- a/cql3/statements/cf_prop_defs.cc +++ b/cql3/statements/cf_prop_defs.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/statements/cf_prop_defs.hh b/cql3/statements/cf_prop_defs.hh index aae106b66f..30699f3170 100644 --- a/cql3/statements/cf_prop_defs.hh +++ b/cql3/statements/cf_prop_defs.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/statements/cf_properties.hh b/cql3/statements/cf_properties.hh index 840a7080c2..5d1b1c8043 100644 --- a/cql3/statements/cf_properties.hh +++ b/cql3/statements/cf_properties.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright 2016-present ScyllaDB */ diff --git a/cql3/statements/cf_statement.cc b/cql3/statements/cf_statement.cc index a46826ff38..c496a1a19d 100644 --- a/cql3/statements/cf_statement.cc +++ b/cql3/statements/cf_statement.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright 2014-present-2015 ScyllaDB * diff --git a/cql3/statements/create_index_statement.cc b/cql3/statements/create_index_statement.cc index 305370484c..9b24479d6e 100644 --- a/cql3/statements/create_index_statement.cc +++ b/cql3/statements/create_index_statement.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/statements/create_index_statement.hh b/cql3/statements/create_index_statement.hh index f84e6a5143..ef96b0035e 100644 --- a/cql3/statements/create_index_statement.hh +++ b/cql3/statements/create_index_statement.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/statements/create_keyspace_statement.cc b/cql3/statements/create_keyspace_statement.cc index 7852b3e93d..57cab4a110 100644 --- a/cql3/statements/create_keyspace_statement.cc +++ b/cql3/statements/create_keyspace_statement.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright 2015-present ScyllaDB * diff --git a/cql3/statements/create_keyspace_statement.hh b/cql3/statements/create_keyspace_statement.hh index e1638583e9..891b6f2c62 100644 --- a/cql3/statements/create_keyspace_statement.hh +++ b/cql3/statements/create_keyspace_statement.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/statements/create_role_statement.hh b/cql3/statements/create_role_statement.hh index 8b9ce4fd46..5df1f2a2b7 100644 --- a/cql3/statements/create_role_statement.hh +++ b/cql3/statements/create_role_statement.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright 2017-present ScyllaDB * diff --git a/cql3/statements/create_table_statement.cc b/cql3/statements/create_table_statement.cc index c24562c0ac..42d0a48127 100644 --- a/cql3/statements/create_table_statement.cc +++ b/cql3/statements/create_table_statement.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/statements/create_table_statement.hh b/cql3/statements/create_table_statement.hh index 8666cb8d0e..abc6595aec 100644 --- a/cql3/statements/create_table_statement.hh +++ b/cql3/statements/create_table_statement.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/statements/create_type_statement.cc b/cql3/statements/create_type_statement.cc index 1ea6cd609b..263d5aec53 100644 --- a/cql3/statements/create_type_statement.cc +++ b/cql3/statements/create_type_statement.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright 2016-present ScyllaDB */ diff --git a/cql3/statements/create_type_statement.hh b/cql3/statements/create_type_statement.hh index a8a0805730..d6fdf4106f 100644 --- a/cql3/statements/create_type_statement.hh +++ b/cql3/statements/create_type_statement.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright 2016-present ScyllaDB */ diff --git a/cql3/statements/create_view_statement.cc b/cql3/statements/create_view_statement.cc index b1ae8af83c..74b2210386 100644 --- a/cql3/statements/create_view_statement.cc +++ b/cql3/statements/create_view_statement.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2016-present ScyllaDB * diff --git a/cql3/statements/delete_statement.cc b/cql3/statements/delete_statement.cc index cac31e0a25..014a5fcfa2 100644 --- a/cql3/statements/delete_statement.cc +++ b/cql3/statements/delete_statement.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/statements/delete_statement.hh b/cql3/statements/delete_statement.hh index 5a190fd0d4..909465245a 100644 --- a/cql3/statements/delete_statement.hh +++ b/cql3/statements/delete_statement.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/statements/drop_index_statement.cc b/cql3/statements/drop_index_statement.cc index a45013df64..5cf6cff6cb 100644 --- a/cql3/statements/drop_index_statement.cc +++ b/cql3/statements/drop_index_statement.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2017-present ScyllaDB * diff --git a/cql3/statements/drop_index_statement.hh b/cql3/statements/drop_index_statement.hh index a35d302129..1a7e7cf56a 100644 --- a/cql3/statements/drop_index_statement.hh +++ b/cql3/statements/drop_index_statement.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2017-present ScyllaDB * diff --git a/cql3/statements/drop_keyspace_statement.cc b/cql3/statements/drop_keyspace_statement.cc index 43a10847a4..57ecf5b210 100644 --- a/cql3/statements/drop_keyspace_statement.cc +++ b/cql3/statements/drop_keyspace_statement.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/statements/drop_keyspace_statement.hh b/cql3/statements/drop_keyspace_statement.hh index 653c1e9de1..7fe802f4f0 100644 --- a/cql3/statements/drop_keyspace_statement.hh +++ b/cql3/statements/drop_keyspace_statement.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/statements/drop_role_statement.hh b/cql3/statements/drop_role_statement.hh index 52901c37d7..4724c16f2b 100644 --- a/cql3/statements/drop_role_statement.hh +++ b/cql3/statements/drop_role_statement.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright 2017-present ScyllaDB * diff --git a/cql3/statements/drop_table_statement.cc b/cql3/statements/drop_table_statement.cc index 63108cac70..0d871d3162 100644 --- a/cql3/statements/drop_table_statement.cc +++ b/cql3/statements/drop_table_statement.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/statements/drop_table_statement.hh b/cql3/statements/drop_table_statement.hh index 1626faacb3..4ef39e3cad 100644 --- a/cql3/statements/drop_table_statement.hh +++ b/cql3/statements/drop_table_statement.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/statements/drop_type_statement.cc b/cql3/statements/drop_type_statement.cc index 88c0d2b5a8..720ba95244 100644 --- a/cql3/statements/drop_type_statement.cc +++ b/cql3/statements/drop_type_statement.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright 2016-present ScyllaDB */ diff --git a/cql3/statements/drop_type_statement.hh b/cql3/statements/drop_type_statement.hh index 949a936a32..f3e84e0141 100644 --- a/cql3/statements/drop_type_statement.hh +++ b/cql3/statements/drop_type_statement.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright 2016-present ScyllaDB */ diff --git a/cql3/statements/drop_view_statement.cc b/cql3/statements/drop_view_statement.cc index 9f70502e87..56bf9137ea 100644 --- a/cql3/statements/drop_view_statement.cc +++ b/cql3/statements/drop_view_statement.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright 2016-present ScyllaDB * diff --git a/cql3/statements/drop_view_statement.hh b/cql3/statements/drop_view_statement.hh index 3e9698a23a..0e8cc5e87b 100644 --- a/cql3/statements/drop_view_statement.hh +++ b/cql3/statements/drop_view_statement.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright 2016-present ScyllaDB * diff --git a/cql3/statements/grant_role_statement.hh b/cql3/statements/grant_role_statement.hh index 6db62dac48..f4a1f3b73a 100644 --- a/cql3/statements/grant_role_statement.hh +++ b/cql3/statements/grant_role_statement.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright 2017-present ScyllaDB * diff --git a/cql3/statements/grant_statement.cc b/cql3/statements/grant_statement.cc index a32556b98e..2082ebaf8c 100644 --- a/cql3/statements/grant_statement.cc +++ b/cql3/statements/grant_statement.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright 2016-present ScyllaDB * diff --git a/cql3/statements/grant_statement.hh b/cql3/statements/grant_statement.hh index 28ec126026..adf8b4823d 100644 --- a/cql3/statements/grant_statement.hh +++ b/cql3/statements/grant_statement.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright 2016-present ScyllaDB * diff --git a/cql3/statements/index_prop_defs.cc b/cql3/statements/index_prop_defs.cc index eacf9cf66a..49037b642e 100644 --- a/cql3/statements/index_prop_defs.cc +++ b/cql3/statements/index_prop_defs.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/statements/index_prop_defs.hh b/cql3/statements/index_prop_defs.hh index 3c875932d0..d025e17a80 100644 --- a/cql3/statements/index_prop_defs.hh +++ b/cql3/statements/index_prop_defs.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/statements/index_target.cc b/cql3/statements/index_target.cc index ae77447bb2..bf3eb18e0e 100644 --- a/cql3/statements/index_target.cc +++ b/cql3/statements/index_target.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/statements/index_target.hh b/cql3/statements/index_target.hh index 46ab98307e..1fb78edd46 100644 --- a/cql3/statements/index_target.hh +++ b/cql3/statements/index_target.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/statements/ks_prop_defs.cc b/cql3/statements/ks_prop_defs.cc index b436ea3fff..ea881e38b5 100644 --- a/cql3/statements/ks_prop_defs.cc +++ b/cql3/statements/ks_prop_defs.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/statements/ks_prop_defs.hh b/cql3/statements/ks_prop_defs.hh index 302e57901d..32bc4bec63 100644 --- a/cql3/statements/ks_prop_defs.hh +++ b/cql3/statements/ks_prop_defs.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/statements/list_permissions_statement.cc b/cql3/statements/list_permissions_statement.cc index b2666fee14..44d3cd275a 100644 --- a/cql3/statements/list_permissions_statement.cc +++ b/cql3/statements/list_permissions_statement.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright 2016-present ScyllaDB * diff --git a/cql3/statements/list_permissions_statement.hh b/cql3/statements/list_permissions_statement.hh index 3df1747e34..6b892ddfe9 100644 --- a/cql3/statements/list_permissions_statement.hh +++ b/cql3/statements/list_permissions_statement.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright 2016-present ScyllaDB * diff --git a/cql3/statements/list_roles_statement.hh b/cql3/statements/list_roles_statement.hh index 427c262201..0b6f9cb55d 100644 --- a/cql3/statements/list_roles_statement.hh +++ b/cql3/statements/list_roles_statement.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright 2017-present ScyllaDB * diff --git a/cql3/statements/list_users_statement.cc b/cql3/statements/list_users_statement.cc index 97da91cd51..b5e2d22e0b 100644 --- a/cql3/statements/list_users_statement.cc +++ b/cql3/statements/list_users_statement.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright 2016-present ScyllaDB * diff --git a/cql3/statements/list_users_statement.hh b/cql3/statements/list_users_statement.hh index 478042e736..c16f4f100f 100644 --- a/cql3/statements/list_users_statement.hh +++ b/cql3/statements/list_users_statement.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright 2016-present ScyllaDB * diff --git a/cql3/statements/modification_statement.cc b/cql3/statements/modification_statement.cc index d4bf347a58..206bdc8848 100644 --- a/cql3/statements/modification_statement.cc +++ b/cql3/statements/modification_statement.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/statements/modification_statement.hh b/cql3/statements/modification_statement.hh index e4d499e06d..9da32f97a7 100644 --- a/cql3/statements/modification_statement.hh +++ b/cql3/statements/modification_statement.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/statements/permission_altering_statement.cc b/cql3/statements/permission_altering_statement.cc index 3c0a34a643..9cc4da8b43 100644 --- a/cql3/statements/permission_altering_statement.cc +++ b/cql3/statements/permission_altering_statement.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright 2016-present ScyllaDB * diff --git a/cql3/statements/permission_altering_statement.hh b/cql3/statements/permission_altering_statement.hh index 396b192374..3f37ad31c3 100644 --- a/cql3/statements/permission_altering_statement.hh +++ b/cql3/statements/permission_altering_statement.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright 2016-present ScyllaDB * diff --git a/cql3/statements/prepared_statement.hh b/cql3/statements/prepared_statement.hh index a910645095..c7f18113ae 100644 --- a/cql3/statements/prepared_statement.hh +++ b/cql3/statements/prepared_statement.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2016-present ScyllaDB * diff --git a/cql3/statements/property_definitions.cc b/cql3/statements/property_definitions.cc index 11284768d9..acd20a639b 100644 --- a/cql3/statements/property_definitions.cc +++ b/cql3/statements/property_definitions.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/statements/property_definitions.hh b/cql3/statements/property_definitions.hh index c0bb59e6a4..c115af9ebb 100644 --- a/cql3/statements/property_definitions.hh +++ b/cql3/statements/property_definitions.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/statements/raw/batch_statement.hh b/cql3/statements/raw/batch_statement.hh index 5ef6c73b74..7981fab5ba 100644 --- a/cql3/statements/raw/batch_statement.hh +++ b/cql3/statements/raw/batch_statement.hh @@ -1,5 +1,3 @@ -/* - */ /* * Modified by ScyllaDB * Copyright (C) 2015-present ScyllaDB diff --git a/cql3/statements/raw/cf_statement.hh b/cql3/statements/raw/cf_statement.hh index a9d943613f..94dbdb4ac8 100644 --- a/cql3/statements/raw/cf_statement.hh +++ b/cql3/statements/raw/cf_statement.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2014-present ScyllaDB * diff --git a/cql3/statements/raw/delete_statement.hh b/cql3/statements/raw/delete_statement.hh index b75b294131..af8dcda900 100644 --- a/cql3/statements/raw/delete_statement.hh +++ b/cql3/statements/raw/delete_statement.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/statements/raw/insert_statement.hh b/cql3/statements/raw/insert_statement.hh index 6bca5f18e8..f660d4a8be 100644 --- a/cql3/statements/raw/insert_statement.hh +++ b/cql3/statements/raw/insert_statement.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/statements/raw/modification_statement.hh b/cql3/statements/raw/modification_statement.hh index 89f79875db..a6cc78175d 100644 --- a/cql3/statements/raw/modification_statement.hh +++ b/cql3/statements/raw/modification_statement.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/statements/raw/parsed_statement.cc b/cql3/statements/raw/parsed_statement.cc index 7164a85a67..66b093da79 100644 --- a/cql3/statements/raw/parsed_statement.cc +++ b/cql3/statements/raw/parsed_statement.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2014-present ScyllaDB * diff --git a/cql3/statements/raw/parsed_statement.hh b/cql3/statements/raw/parsed_statement.hh index 5490014d89..dba342462a 100644 --- a/cql3/statements/raw/parsed_statement.hh +++ b/cql3/statements/raw/parsed_statement.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2016-present ScyllaDB * diff --git a/cql3/statements/raw/select_statement.hh b/cql3/statements/raw/select_statement.hh index 9a8454b906..011688d6b5 100644 --- a/cql3/statements/raw/select_statement.hh +++ b/cql3/statements/raw/select_statement.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/statements/raw/update_statement.hh b/cql3/statements/raw/update_statement.hh index d00242267c..c7ba0707ac 100644 --- a/cql3/statements/raw/update_statement.hh +++ b/cql3/statements/raw/update_statement.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/statements/raw/use_statement.hh b/cql3/statements/raw/use_statement.hh index b34de04704..ddf27cb5f4 100644 --- a/cql3/statements/raw/use_statement.hh +++ b/cql3/statements/raw/use_statement.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2014-present ScyllaDB * diff --git a/cql3/statements/request_validations.hh b/cql3/statements/request_validations.hh index 335b343988..e10fe5448d 100644 --- a/cql3/statements/request_validations.hh +++ b/cql3/statements/request_validations.hh @@ -1,5 +1,3 @@ -/* - */ /* * Modified by ScyllaDB * diff --git a/cql3/statements/revoke_role_statement.hh b/cql3/statements/revoke_role_statement.hh index 1dc42e3003..eeba648ef5 100644 --- a/cql3/statements/revoke_role_statement.hh +++ b/cql3/statements/revoke_role_statement.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright 2017-present ScyllaDB * diff --git a/cql3/statements/revoke_statement.cc b/cql3/statements/revoke_statement.cc index 7d60f0e484..e4ffea2b12 100644 --- a/cql3/statements/revoke_statement.cc +++ b/cql3/statements/revoke_statement.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright 2016-present ScyllaDB * diff --git a/cql3/statements/revoke_statement.hh b/cql3/statements/revoke_statement.hh index e1b91194ca..f2f1330fec 100644 --- a/cql3/statements/revoke_statement.hh +++ b/cql3/statements/revoke_statement.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright 2016-present ScyllaDB * diff --git a/cql3/statements/role-management-statements.cc b/cql3/statements/role-management-statements.cc index 2985b2412b..f94e3ac571 100644 --- a/cql3/statements/role-management-statements.cc +++ b/cql3/statements/role-management-statements.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright 2017-present ScyllaDB * diff --git a/cql3/statements/schema_altering_statement.cc b/cql3/statements/schema_altering_statement.cc index 7639963514..e751f8aae4 100644 --- a/cql3/statements/schema_altering_statement.cc +++ b/cql3/statements/schema_altering_statement.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/statements/schema_altering_statement.hh b/cql3/statements/schema_altering_statement.hh index d6d15fcb7e..327ed17a79 100644 --- a/cql3/statements/schema_altering_statement.hh +++ b/cql3/statements/schema_altering_statement.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2014-present ScyllaDB * diff --git a/cql3/statements/select_statement.cc b/cql3/statements/select_statement.cc index 11188bd3ad..3012f9142a 100644 --- a/cql3/statements/select_statement.cc +++ b/cql3/statements/select_statement.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/statements/select_statement.hh b/cql3/statements/select_statement.hh index 15d4c4d565..b999a35f29 100644 --- a/cql3/statements/select_statement.hh +++ b/cql3/statements/select_statement.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/statements/statement_type.hh b/cql3/statements/statement_type.hh index aa84b5aa31..d096ce4714 100644 --- a/cql3/statements/statement_type.hh +++ b/cql3/statements/statement_type.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2017-present ScyllaDB * diff --git a/cql3/statements/truncate_statement.cc b/cql3/statements/truncate_statement.cc index 623bfda1c2..b176762555 100644 --- a/cql3/statements/truncate_statement.cc +++ b/cql3/statements/truncate_statement.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2014-present ScyllaDB * diff --git a/cql3/statements/truncate_statement.hh b/cql3/statements/truncate_statement.hh index 776c7016bd..c1982a77b7 100644 --- a/cql3/statements/truncate_statement.hh +++ b/cql3/statements/truncate_statement.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2014-present ScyllaDB * diff --git a/cql3/statements/update_statement.cc b/cql3/statements/update_statement.cc index 1298da6500..121e1ee35f 100644 --- a/cql3/statements/update_statement.cc +++ b/cql3/statements/update_statement.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/statements/update_statement.hh b/cql3/statements/update_statement.hh index 5d46e6d1e2..40be03ba41 100644 --- a/cql3/statements/update_statement.hh +++ b/cql3/statements/update_statement.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/statements/use_statement.cc b/cql3/statements/use_statement.cc index 50e818f3ed..33debe461f 100644 --- a/cql3/statements/use_statement.cc +++ b/cql3/statements/use_statement.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/statements/use_statement.hh b/cql3/statements/use_statement.hh index 0b2393ca98..ef434572a9 100644 --- a/cql3/statements/use_statement.hh +++ b/cql3/statements/use_statement.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2014-present ScyllaDB * diff --git a/cql3/token_relation.cc b/cql3/token_relation.cc index b107203017..ef9211f65e 100644 --- a/cql3/token_relation.cc +++ b/cql3/token_relation.cc @@ -1,5 +1,3 @@ -/* - */ /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/token_relation.hh b/cql3/token_relation.hh index 1a900733a5..50ec5d0bbd 100644 --- a/cql3/token_relation.hh +++ b/cql3/token_relation.hh @@ -1,5 +1,3 @@ -/* - */ /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/untyped_result_set.cc b/cql3/untyped_result_set.cc index 41e4390d2b..c5fc17451b 100644 --- a/cql3/untyped_result_set.cc +++ b/cql3/untyped_result_set.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/untyped_result_set.hh b/cql3/untyped_result_set.hh index 3d669ccd67..66ef8db526 100644 --- a/cql3/untyped_result_set.hh +++ b/cql3/untyped_result_set.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/update_parameters.cc b/cql3/update_parameters.cc index baabc5e6bc..bfdbcc8f06 100644 --- a/cql3/update_parameters.cc +++ b/cql3/update_parameters.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/update_parameters.hh b/cql3/update_parameters.hh index fcd23fddf3..5c54620aec 100644 --- a/cql3/update_parameters.hh +++ b/cql3/update_parameters.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/user_types.cc b/cql3/user_types.cc index 33e1f126d0..d8dbc9a56f 100644 --- a/cql3/user_types.cc +++ b/cql3/user_types.cc @@ -1,5 +1,3 @@ -/* - */ /* * Modified by ScyllaDB * diff --git a/cql3/user_types.hh b/cql3/user_types.hh index 4768c9801b..6dfcf6724c 100644 --- a/cql3/user_types.hh +++ b/cql3/user_types.hh @@ -1,5 +1,3 @@ -/* - */ /* * Modified by ScyllaDB * diff --git a/cql3/ut_name.cc b/cql3/ut_name.cc index 7964c160ee..d933169a6f 100644 --- a/cql3/ut_name.cc +++ b/cql3/ut_name.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/cql3/ut_name.hh b/cql3/ut_name.hh index 6a33caf10e..e14b2727da 100644 --- a/cql3/ut_name.hh +++ b/cql3/ut_name.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/db/batchlog_manager.cc b/db/batchlog_manager.cc index 314a8b90d9..3d4b96bdc0 100644 --- a/db/batchlog_manager.cc +++ b/db/batchlog_manager.cc @@ -1,5 +1,3 @@ -/* - */ /* * Copyright (C) 2015-present ScyllaDB * diff --git a/db/batchlog_manager.hh b/db/batchlog_manager.hh index 614fbdd2af..e4bb4e9c23 100644 --- a/db/batchlog_manager.hh +++ b/db/batchlog_manager.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/db/commitlog/commitlog.cc b/db/commitlog/commitlog.cc index 89fd74fbaf..100fb46611 100644 --- a/db/commitlog/commitlog.cc +++ b/db/commitlog/commitlog.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Modified by ScyllaDB * Copyright (C) 2015-present ScyllaDB diff --git a/db/commitlog/commitlog.hh b/db/commitlog/commitlog.hh index 9894100757..8a22cb5762 100644 --- a/db/commitlog/commitlog.hh +++ b/db/commitlog/commitlog.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Modified by ScyllaDB * Copyright (C) 2015-present ScyllaDB diff --git a/db/commitlog/commitlog_replayer.cc b/db/commitlog/commitlog_replayer.cc index d8ace35204..fbbe2e644c 100644 --- a/db/commitlog/commitlog_replayer.cc +++ b/db/commitlog/commitlog_replayer.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Modified by ScyllaDB * Copyright (C) 2015-present ScyllaDB diff --git a/db/commitlog/commitlog_replayer.hh b/db/commitlog/commitlog_replayer.hh index f992db2736..fb4e9f3a23 100644 --- a/db/commitlog/commitlog_replayer.hh +++ b/db/commitlog/commitlog_replayer.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Modified by ScyllaDB * Copyright (C) 2015-present ScyllaDB diff --git a/db/commitlog/replay_position.hh b/db/commitlog/replay_position.hh index 72890a07ab..4dfa35449c 100644 --- a/db/commitlog/replay_position.hh +++ b/db/commitlog/replay_position.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Modified by ScyllaDB * Copyright (C) 2015-present ScyllaDB diff --git a/db/commitlog/rp_set.hh b/db/commitlog/rp_set.hh index 6c63c03696..ef4fbb644e 100644 --- a/db/commitlog/rp_set.hh +++ b/db/commitlog/rp_set.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Modified by ScyllaDB * Copyright (C) 2016-present ScyllaDB diff --git a/db/consistency_level.cc b/db/consistency_level.cc index 9a00fec30b..4a59cc7e89 100644 --- a/db/consistency_level.cc +++ b/db/consistency_level.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/db/consistency_level.hh b/db/consistency_level.hh index 0c6b86f53e..2a84608b6d 100644 --- a/db/consistency_level.hh +++ b/db/consistency_level.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/db/consistency_level_type.hh b/db/consistency_level_type.hh index b0e283ab61..a2771ae4e9 100644 --- a/db/consistency_level_type.hh +++ b/db/consistency_level_type.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/db/consistency_level_validations.hh b/db/consistency_level_validations.hh index 85acd01152..3835044e00 100644 --- a/db/consistency_level_validations.hh +++ b/db/consistency_level_validations.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2018-present ScyllaDB * diff --git a/db/cql_type_parser.cc b/db/cql_type_parser.cc index 6a81cbfcfd..4677375904 100644 --- a/db/cql_type_parser.cc +++ b/db/cql_type_parser.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Modified by ScyllaDB * Copyright (C) 2017-present ScyllaDB diff --git a/db/cql_type_parser.hh b/db/cql_type_parser.hh index a88a1e0c1a..f71eb60fcd 100644 --- a/db/cql_type_parser.hh +++ b/db/cql_type_parser.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Modified by ScyllaDB * Copyright (C) 2017-present ScyllaDB diff --git a/db/extensions.hh b/db/extensions.hh index 6113336f99..97cfe7f610 100644 --- a/db/extensions.hh +++ b/db/extensions.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Modified by ScyllaDB * Copyright (C) 2017-present ScyllaDB diff --git a/db/legacy_schema_migrator.cc b/db/legacy_schema_migrator.cc index 6d41163319..320f49f8aa 100644 --- a/db/legacy_schema_migrator.cc +++ b/db/legacy_schema_migrator.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Modified by ScyllaDB * Copyright (C) 2017-present ScyllaDB diff --git a/db/legacy_schema_migrator.hh b/db/legacy_schema_migrator.hh index dbe466bd90..d312cbe99f 100644 --- a/db/legacy_schema_migrator.hh +++ b/db/legacy_schema_migrator.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Modified by ScyllaDB * Copyright (C) 2017-present ScyllaDB diff --git a/db/marshal/type_parser.cc b/db/marshal/type_parser.cc index f5626595b0..1bf12c6bdf 100644 --- a/db/marshal/type_parser.cc +++ b/db/marshal/type_parser.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/db/marshal/type_parser.hh b/db/marshal/type_parser.hh index 06e69917d9..45618752ac 100644 --- a/db/marshal/type_parser.hh +++ b/db/marshal/type_parser.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/db/read_repair_decision.hh b/db/read_repair_decision.hh index 92294e8a3d..0b6b9fdc3c 100644 --- a/db/read_repair_decision.hh +++ b/db/read_repair_decision.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/db/schema_tables.cc b/db/schema_tables.cc index ebc51c0986..574fa16d35 100644 --- a/db/schema_tables.cc +++ b/db/schema_tables.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Modified by ScyllaDB * Copyright (C) 2015-present ScyllaDB diff --git a/db/schema_tables.hh b/db/schema_tables.hh index 89fd202472..5e86675808 100644 --- a/db/schema_tables.hh +++ b/db/schema_tables.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Modified by ScyllaDB * Copyright (C) 2015-present ScyllaDB diff --git a/db/system_keyspace.cc b/db/system_keyspace.cc index 8a3c9629f4..04d30f5988 100644 --- a/db/system_keyspace.cc +++ b/db/system_keyspace.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Modified by ScyllaDB * Copyright (C) 2015-present ScyllaDB diff --git a/db/system_keyspace.hh b/db/system_keyspace.hh index 25f65b62ca..25a8c374a5 100644 --- a/db/system_keyspace.hh +++ b/db/system_keyspace.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Modified by ScyllaDB * Copyright (C) 2015-present ScyllaDB diff --git a/db/view/view.cc b/db/view/view.cc index d6ca7b5ce6..7575827af9 100644 --- a/db/view/view.cc +++ b/db/view/view.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2017-present ScyllaDB * diff --git a/db/virtual_table.cc b/db/virtual_table.cc index ba682b3ab7..55ce67b1f3 100644 --- a/db/virtual_table.cc +++ b/db/virtual_table.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Modified by ScyllaDB * Copyright (C) 2021-present ScyllaDB diff --git a/db/write_type.hh b/db/write_type.hh index 573e3d53c4..5279aa8094 100644 --- a/db/write_type.hh +++ b/db/write_type.hh @@ -1,5 +1,3 @@ -/* - */ /* * Copyright (C) 2015-present ScyllaDB * diff --git a/dht/i_partitioner.hh b/dht/i_partitioner.hh index 300ffc43a3..222fc6283b 100644 --- a/dht/i_partitioner.hh +++ b/dht/i_partitioner.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Modified by ScyllaDB * Copyright (C) 2015-present ScyllaDB diff --git a/exceptions/exceptions.cc b/exceptions/exceptions.cc index 16fb02dff5..59cbfc2671 100644 --- a/exceptions/exceptions.cc +++ b/exceptions/exceptions.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/exceptions/exceptions.hh b/exceptions/exceptions.hh index 5479c335f6..d662f81506 100644 --- a/exceptions/exceptions.hh +++ b/exceptions/exceptions.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/exceptions/unrecognized_entity_exception.hh b/exceptions/unrecognized_entity_exception.hh index d2878a4023..6db148d40e 100644 --- a/exceptions/unrecognized_entity_exception.hh +++ b/exceptions/unrecognized_entity_exception.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/gms/application_state.cc b/gms/application_state.cc index e654ad273e..58abe7d4ce 100644 --- a/gms/application_state.cc +++ b/gms/application_state.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Modified by ScyllaDB * Copyright 2015-present ScyllaDB diff --git a/index/secondary_index.cc b/index/secondary_index.cc index 175b069cec..ad46d190f2 100644 --- a/index/secondary_index.cc +++ b/index/secondary_index.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/index/secondary_index.hh b/index/secondary_index.hh index da84d64a3f..1eb3950c48 100644 --- a/index/secondary_index.hh +++ b/index/secondary_index.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/index/secondary_index_manager.cc b/index/secondary_index_manager.cc index 931acfa21e..d2fc49f2c3 100644 --- a/index/secondary_index_manager.cc +++ b/index/secondary_index_manager.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2017-present ScyllaDB * diff --git a/index/secondary_index_manager.hh b/index/secondary_index_manager.hh index fcb570f99d..9269e53785 100644 --- a/index/secondary_index_manager.hh +++ b/index/secondary_index_manager.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2017-present ScyllaDB * diff --git a/index/target_parser.hh b/index/target_parser.hh index 43153cd4ce..9f9419a703 100644 --- a/index/target_parser.hh +++ b/index/target_parser.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2017-present ScyllaDB * diff --git a/locator/azure_snitch.cc b/locator/azure_snitch.cc index 0bac557e3a..5a0e38db6d 100644 --- a/locator/azure_snitch.cc +++ b/locator/azure_snitch.cc @@ -1,6 +1,3 @@ -/* - */ - /* * SPDX-License-Identifier: (AGPL-3.0-or-later and Apache-2.0) */ diff --git a/locator/azure_snitch.hh b/locator/azure_snitch.hh index ea3d58cd18..a69656e058 100644 --- a/locator/azure_snitch.hh +++ b/locator/azure_snitch.hh @@ -1,6 +1,3 @@ -/* - */ - /* * SPDX-License-Identifier: (AGPL-3.0-or-later and Apache-2.0) */ diff --git a/locator/gce_snitch.cc b/locator/gce_snitch.cc index 019080aeb5..f064d256ac 100644 --- a/locator/gce_snitch.cc +++ b/locator/gce_snitch.cc @@ -1,6 +1,3 @@ -/* - */ - /* * SPDX-License-Identifier: (AGPL-3.0-or-later and Apache-2.0) */ diff --git a/locator/gce_snitch.hh b/locator/gce_snitch.hh index acc12193f1..c0475923d8 100644 --- a/locator/gce_snitch.hh +++ b/locator/gce_snitch.hh @@ -1,6 +1,3 @@ -/* - */ - /* * SPDX-License-Identifier: (AGPL-3.0-or-later and Apache-2.0) */ diff --git a/locator/production_snitch_base.cc b/locator/production_snitch_base.cc index e2f1788572..1ae3956a17 100644 --- a/locator/production_snitch_base.cc +++ b/locator/production_snitch_base.cc @@ -1,7 +1,3 @@ -/* - * - */ - /* * Modified by ScyllaDB * Copyright (C) 2018-present ScyllaDB diff --git a/service/client_state.cc b/service/client_state.cc index 3839b1141c..af42f4644a 100644 --- a/service/client_state.cc +++ b/service/client_state.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2016-present ScyllaDB * diff --git a/service/client_state.hh b/service/client_state.hh index 2da623b81d..a0d0ca9b26 100644 --- a/service/client_state.hh +++ b/service/client_state.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/service/endpoint_lifecycle_subscriber.hh b/service/endpoint_lifecycle_subscriber.hh index ebf4de28c7..1f28422bcb 100644 --- a/service/endpoint_lifecycle_subscriber.hh +++ b/service/endpoint_lifecycle_subscriber.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/service/load_broadcaster.hh b/service/load_broadcaster.hh index f3d8ffbef6..e00c62ecdf 100644 --- a/service/load_broadcaster.hh +++ b/service/load_broadcaster.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Modified by ScyllaDB * Copyright 2015-present ScyllaDB diff --git a/service/migration_listener.hh b/service/migration_listener.hh index c722a2e62f..c1e4fe255b 100644 --- a/service/migration_listener.hh +++ b/service/migration_listener.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/service/migration_manager.cc b/service/migration_manager.cc index c06548f2fe..d8a6f105d8 100644 --- a/service/migration_manager.cc +++ b/service/migration_manager.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/service/migration_manager.hh b/service/migration_manager.hh index 9e193a573a..353b0912ca 100644 --- a/service/migration_manager.hh +++ b/service/migration_manager.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/service/misc_services.cc b/service/misc_services.cc index 34457e61e6..047b5f99ac 100644 --- a/service/misc_services.cc +++ b/service/misc_services.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Modified by ScyllaDB * Copyright 2015-present ScyllaDB diff --git a/service/pager/paging_state.cc b/service/pager/paging_state.cc index ad7a9bf80a..55972a0502 100644 --- a/service/pager/paging_state.cc +++ b/service/pager/paging_state.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/service/pager/paging_state.hh b/service/pager/paging_state.hh index a501209de1..db06a95804 100644 --- a/service/pager/paging_state.hh +++ b/service/pager/paging_state.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/service/pager/query_pager.hh b/service/pager/query_pager.hh index 8ec48b1184..647947fb1e 100644 --- a/service/pager/query_pager.hh +++ b/service/pager/query_pager.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/service/pager/query_pagers.cc b/service/pager/query_pagers.cc index c230cd52f1..6bf8d6dc96 100644 --- a/service/pager/query_pagers.cc +++ b/service/pager/query_pagers.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/service/pager/query_pagers.hh b/service/pager/query_pagers.hh index 23e6788c16..079e021851 100644 --- a/service/pager/query_pagers.hh +++ b/service/pager/query_pagers.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/service/paxos/paxos_state.hh b/service/paxos/paxos_state.hh index 10f0b3af77..8b7cd1062e 100644 --- a/service/paxos/paxos_state.hh +++ b/service/paxos/paxos_state.hh @@ -1,7 +1,3 @@ -/* - * - * - */ /* * Copyright (C) 2019-present ScyllaDB * diff --git a/service/paxos/prepare_response.cc b/service/paxos/prepare_response.cc index fdf9949e44..8a9e67c41b 100644 --- a/service/paxos/prepare_response.cc +++ b/service/paxos/prepare_response.cc @@ -1,7 +1,3 @@ -/* - * - * - */ /* * Copyright (C) 2019-present ScyllaDB * diff --git a/service/paxos/prepare_response.hh b/service/paxos/prepare_response.hh index dc6217232e..82635851d1 100644 --- a/service/paxos/prepare_response.hh +++ b/service/paxos/prepare_response.hh @@ -1,7 +1,3 @@ -/* - * - * - */ /* * Copyright (C) 2019-present ScyllaDB * diff --git a/service/paxos/prepare_summary.cc b/service/paxos/prepare_summary.cc index 8a2c94b561..cfcb3a8418 100644 --- a/service/paxos/prepare_summary.cc +++ b/service/paxos/prepare_summary.cc @@ -1,7 +1,3 @@ -/* - * - * - */ /* * Copyright (C) 2019-present ScyllaDB * diff --git a/service/paxos/prepare_summary.hh b/service/paxos/prepare_summary.hh index ced0ac4e1e..b6655e3c3e 100644 --- a/service/paxos/prepare_summary.hh +++ b/service/paxos/prepare_summary.hh @@ -1,7 +1,3 @@ -/* - * - * - */ /* * Copyright (C) 2019-present ScyllaDB * diff --git a/service/paxos/proposal.cc b/service/paxos/proposal.cc index 9f6be9b5f6..aacd7b9ef2 100644 --- a/service/paxos/proposal.cc +++ b/service/paxos/proposal.cc @@ -1,7 +1,3 @@ -/* - * - * - */ /* * Copyright (C) 2019-present ScyllaDB * diff --git a/service/paxos/proposal.hh b/service/paxos/proposal.hh index dd7730bb0f..7b2d123e0c 100644 --- a/service/paxos/proposal.hh +++ b/service/paxos/proposal.hh @@ -1,7 +1,3 @@ -/* - * - * - */ /* * Copyright (C) 2019-present ScyllaDB * diff --git a/service/storage_proxy.cc b/service/storage_proxy.cc index 57dd217296..8432043580 100644 --- a/service/storage_proxy.cc +++ b/service/storage_proxy.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/service/storage_proxy.hh b/service/storage_proxy.hh index d953c1611d..7e04581cad 100644 --- a/service/storage_proxy.hh +++ b/service/storage_proxy.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/sstables/downsampling.hh b/sstables/downsampling.hh index 621ab3205b..15a227bb09 100644 --- a/sstables/downsampling.hh +++ b/sstables/downsampling.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright 2015-present ScyllaDB * diff --git a/sstables/metadata_collector.hh b/sstables/metadata_collector.hh index 6fd030bd9d..2b4aae8b20 100644 --- a/sstables/metadata_collector.hh +++ b/sstables/metadata_collector.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/streaming/stream_session_state.cc b/streaming/stream_session_state.cc index 242c7b99d0..cf750ab2d3 100644 --- a/streaming/stream_session_state.cc +++ b/streaming/stream_session_state.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Modified by ScyllaDB. * Copyright 2015-present ScyllaDB. diff --git a/test/manual/streaming_histogram_test.cc b/test/manual/streaming_histogram_test.cc index d4cad4494d..9baeb3538c 100644 --- a/test/manual/streaming_histogram_test.cc +++ b/test/manual/streaming_histogram_test.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2017-present ScyllaDB */ diff --git a/thrift/thrift_validation.cc b/thrift/thrift_validation.cc index 49c04e5f2a..156b33d87b 100644 --- a/thrift/thrift_validation.cc +++ b/thrift/thrift_validation.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/thrift/thrift_validation.hh b/thrift/thrift_validation.hh index 3e23951c71..71315d8736 100644 --- a/thrift/thrift_validation.hh +++ b/thrift/thrift_validation.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/tracing/trace_keyspace_helper.cc b/tracing/trace_keyspace_helper.cc index 959ed32a39..839e036891 100644 --- a/tracing/trace_keyspace_helper.cc +++ b/tracing/trace_keyspace_helper.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2016-present ScyllaDB * diff --git a/tracing/trace_keyspace_helper.hh b/tracing/trace_keyspace_helper.hh index fbd0d43572..0cd14c8694 100644 --- a/tracing/trace_keyspace_helper.hh +++ b/tracing/trace_keyspace_helper.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2016-present ScyllaDB * diff --git a/tracing/trace_state.cc b/tracing/trace_state.cc index 4b85609d39..e530424cb0 100644 --- a/tracing/trace_state.cc +++ b/tracing/trace_state.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2016-present ScyllaDB * diff --git a/tracing/trace_state.hh b/tracing/trace_state.hh index d25ec09453..d0ccb0e13e 100644 --- a/tracing/trace_state.hh +++ b/tracing/trace_state.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2016-present ScyllaDB * diff --git a/tracing/tracing.cc b/tracing/tracing.cc index 4716f7d266..93f10a8bb0 100644 --- a/tracing/tracing.cc +++ b/tracing/tracing.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2016-present ScyllaDB * diff --git a/tracing/tracing.hh b/tracing/tracing.hh index 9efe9b2f02..5b87ece604 100644 --- a/tracing/tracing.hh +++ b/tracing/tracing.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2016-present ScyllaDB * diff --git a/transport/event.cc b/transport/event.cc index 1240b26253..f1a7b523ed 100644 --- a/transport/event.cc +++ b/transport/event.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/transport/event.hh b/transport/event.hh index ce2ebd8016..37f2c57760 100644 --- a/transport/event.hh +++ b/transport/event.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/utils/bloom_calculations.cc b/utils/bloom_calculations.cc index bbd7d93964..951a03b041 100644 --- a/utils/bloom_calculations.cc +++ b/utils/bloom_calculations.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/utils/bloom_calculations.hh b/utils/bloom_calculations.hh index 594f499e6a..f26975820d 100644 --- a/utils/bloom_calculations.hh +++ b/utils/bloom_calculations.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/utils/bloom_filter.cc b/utils/bloom_filter.cc index b53c90cdec..4d2bea226b 100644 --- a/utils/bloom_filter.cc +++ b/utils/bloom_filter.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/utils/bloom_filter.hh b/utils/bloom_filter.hh index 138a99a67e..6960901881 100644 --- a/utils/bloom_filter.hh +++ b/utils/bloom_filter.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/utils/estimated_histogram.hh b/utils/estimated_histogram.hh index c2c784c0d6..e5abc025e5 100644 --- a/utils/estimated_histogram.hh +++ b/utils/estimated_histogram.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/utils/fb_utilities.hh b/utils/fb_utilities.hh index b0cfce92ef..4f5608c831 100644 --- a/utils/fb_utilities.hh +++ b/utils/fb_utilities.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Modified by ScyllaDB * Copyright (C) 2015-present ScyllaDB diff --git a/utils/i_filter.hh b/utils/i_filter.hh index 1f48a37c65..6ea08f6c75 100644 --- a/utils/i_filter.hh +++ b/utils/i_filter.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/utils/streaming_histogram.hh b/utils/streaming_histogram.hh index 1edcfedb2e..39bd7631cd 100644 --- a/utils/streaming_histogram.hh +++ b/utils/streaming_histogram.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/validation.cc b/validation.cc index 89b28a5b01..526d6510f3 100644 --- a/validation.cc +++ b/validation.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/validation.hh b/validation.hh index 19e5d17b86..9e93ca3078 100644 --- a/validation.hh +++ b/validation.hh @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright (C) 2015-present ScyllaDB * diff --git a/vint-serialization.cc b/vint-serialization.cc index c4ac09d2c1..c77855bf16 100644 --- a/vint-serialization.cc +++ b/vint-serialization.cc @@ -1,6 +1,3 @@ -/* - */ - /* * Copyright 2017-present ScyllaDB *