From 45352645bd745adf4b119dac41908b4120a2e05e Mon Sep 17 00:00:00 2001 From: chenmingyu Date: Wed, 31 Oct 2018 20:34:06 +0800 Subject: [PATCH] Change license to Apache License 2.0 --- NOTICE.txt | 11 +-- README.md | 74 +++++++++---------- be/CMakeLists.txt | 12 +-- be/src/aes/CMakeLists.txt | 13 ++-- be/src/aes/my_aes.cpp | 23 +++--- be/src/aes/my_aes.h | 28 +++---- be/src/aes/my_aes_impl.h | 28 +++---- be/src/aes/my_aes_openssl.cpp | 28 +++---- be/src/agent/CMakeLists.txt | 12 +-- be/src/agent/agent_server.cpp | 12 +-- be/src/agent/agent_server.h | 12 +-- be/src/agent/cgroups_mgr.cpp | 12 +-- be/src/agent/cgroups_mgr.h | 12 +-- be/src/agent/file_downloader.cpp | 12 +-- be/src/agent/file_downloader.h | 12 +-- be/src/agent/heartbeat_server.cpp | 12 +-- be/src/agent/heartbeat_server.h | 12 +-- be/src/agent/pusher.cpp | 12 +-- be/src/agent/pusher.h | 12 +-- be/src/agent/status.h | 12 +-- be/src/agent/task_worker_pool.cpp | 12 +-- be/src/agent/task_worker_pool.h | 12 +-- be/src/agent/topic_listener.h | 12 +-- be/src/agent/topic_subscriber.cpp | 12 +-- be/src/agent/topic_subscriber.h | 12 +-- be/src/agent/user_resource_listener.cpp | 12 +-- be/src/agent/user_resource_listener.h | 12 +-- be/src/agent/utils.cpp | 12 +-- be/src/agent/utils.h | 12 +-- be/src/codegen/CMakeLists.txt | 3 - be/src/codegen/codegen_anyval.cpp | 3 - be/src/codegen/codegen_anyval.h | 3 - be/src/codegen/codegen_anyval_ir.cpp | 4 +- be/src/codegen/gen_ir_descriptions.py | 63 ++++++++-------- be/src/codegen/llvm_codegen.cpp | 3 - be/src/codegen/llvm_codegen.h | 3 - be/src/codegen/llvm_codegen_test.cpp | 3 - be/src/codegen/palo_ir.cpp | 3 - be/src/codegen/palo_ir.h | 3 - be/src/codegen/palo_ir_data.h | 3 - be/src/codegen/subexpr_elimination.cpp | 3 - be/src/codegen/subexpr_elimination.h | 3 - be/src/common/CMakeLists.txt | 3 - be/src/common/atomic.h | 3 - be/src/common/compiler_util.h | 3 - be/src/common/config.h | 3 - be/src/common/configbase.cpp | 3 - be/src/common/configbase.h | 3 - be/src/common/daemon.cpp | 3 - be/src/common/daemon.h | 3 - be/src/common/global_types.h | 3 - be/src/common/hdfs.h | 3 - be/src/common/logconfig.cpp | 3 - be/src/common/logging.h | 3 - be/src/common/names.h | 18 ----- be/src/common/object_pool.h | 3 - be/src/common/resource_tls.cpp | 3 - be/src/common/resource_tls.h | 3 - be/src/common/status.cpp | 3 - be/src/common/status.h | 3 - be/src/exec/CMakeLists.txt | 3 - be/src/exec/aggregation_node.cpp | 3 - be/src/exec/aggregation_node.h | 3 - be/src/exec/aggregation_node_ir.cpp | 3 - be/src/exec/analytic_eval_node.cpp | 3 - be/src/exec/analytic_eval_node.h | 3 - be/src/exec/blocking_join_node.cpp | 3 - be/src/exec/blocking_join_node.h | 3 - be/src/exec/broker_reader.cpp | 12 +-- be/src/exec/broker_reader.h | 12 +-- be/src/exec/broker_scan_node.cpp | 12 +-- be/src/exec/broker_scan_node.h | 12 +-- be/src/exec/broker_scanner.cpp | 12 +-- be/src/exec/broker_scanner.h | 12 +-- be/src/exec/broker_writer.cpp | 12 +-- be/src/exec/broker_writer.h | 12 +-- be/src/exec/cross_join_node.cpp | 3 - be/src/exec/cross_join_node.h | 3 - be/src/exec/csv_scan_node.cpp | 12 +-- be/src/exec/csv_scan_node.h | 12 +-- be/src/exec/csv_scanner.cpp | 12 +-- be/src/exec/csv_scanner.h | 12 +-- be/src/exec/data_sink.cpp | 3 - be/src/exec/data_sink.h | 3 - be/src/exec/decompressor.cpp | 3 - be/src/exec/decompressor.h | 3 - be/src/exec/empty_set_node.cpp | 12 +-- be/src/exec/empty_set_node.h | 12 +-- be/src/exec/exchange_node.cpp | 3 - be/src/exec/exchange_node.h | 3 - be/src/exec/exec_node.cpp | 3 - be/src/exec/exec_node.h | 3 - be/src/exec/file_reader.h | 3 - be/src/exec/file_writer.h | 12 +-- be/src/exec/hash_join_node.cpp | 3 - be/src/exec/hash_join_node.h | 3 - be/src/exec/hash_join_node_ir.cpp | 3 - be/src/exec/hash_table.cpp | 3 - be/src/exec/hash_table.h | 3 - be/src/exec/hash_table.hpp | 3 - be/src/exec/kudu_scan_node.cpp | 3 - be/src/exec/kudu_scan_node.h | 3 - be/src/exec/kudu_scanner.cpp | 3 - be/src/exec/kudu_scanner.h | 3 - be/src/exec/kudu_util.cpp | 3 - be/src/exec/kudu_util.h | 3 - be/src/exec/line_reader.h | 3 - be/src/exec/local_file_reader.cpp | 12 +-- be/src/exec/local_file_reader.h | 2 - be/src/exec/local_file_writer.cpp | 12 +-- be/src/exec/local_file_writer.h | 12 +-- be/src/exec/merge_join_node.cpp | 3 - be/src/exec/merge_join_node.h | 3 - be/src/exec/merge_node.cpp | 3 - be/src/exec/merge_node.h | 3 - be/src/exec/mysql_scan_node.cpp | 12 +-- be/src/exec/mysql_scan_node.h | 12 +-- be/src/exec/mysql_scanner.cpp | 12 +-- be/src/exec/mysql_scanner.h | 12 +-- .../exec/new_partitioned_aggregation_node.cc | 3 - .../exec/new_partitioned_aggregation_node.h | 3 - .../new_partitioned_aggregation_node_ir.cc | 3 - be/src/exec/new_partitioned_hash_table.cc | 3 - be/src/exec/new_partitioned_hash_table.h | 3 - .../exec/new_partitioned_hash_table.inline.h | 3 - be/src/exec/new_partitioned_hash_table_ir.cc | 4 - be/src/exec/olap_common.cpp | 12 +-- be/src/exec/olap_common.h | 12 +-- be/src/exec/olap_meta_reader.cpp | 12 +-- be/src/exec/olap_meta_reader.h | 12 +-- be/src/exec/olap_rewrite_node.cpp | 12 +-- be/src/exec/olap_rewrite_node.h | 12 +-- be/src/exec/olap_scan_node.cpp | 12 +-- be/src/exec/olap_scan_node.h | 12 +-- be/src/exec/olap_scanner.cpp | 12 +-- be/src/exec/olap_scanner.h | 12 +-- be/src/exec/olap_table_info.cpp | 12 +-- be/src/exec/olap_table_info.h | 12 +-- be/src/exec/olap_table_sink.cpp | 12 +-- be/src/exec/olap_table_sink.h | 12 +-- be/src/exec/olap_utils.h | 12 +-- be/src/exec/partitioned_aggregation_node.cc | 3 - be/src/exec/partitioned_aggregation_node.h | 3 - .../exec/partitioned_aggregation_node_ir.cc | 3 - be/src/exec/partitioned_hash_table.cc | 3 - be/src/exec/partitioned_hash_table.h | 3 - be/src/exec/partitioned_hash_table.inline.h | 3 - be/src/exec/partitioned_hash_table_ir.cc | 4 - be/src/exec/pl_task_root.cpp | 3 - be/src/exec/pl_task_root.h | 3 - be/src/exec/plain_text_line_reader.cpp | 3 - be/src/exec/plain_text_line_reader.h | 3 - be/src/exec/pre_aggregation_node.cpp | 3 - be/src/exec/pre_aggregation_node.h | 3 - be/src/exec/read_write_util.cpp | 3 - be/src/exec/read_write_util.h | 3 - be/src/exec/row_batch_list.h | 3 - be/src/exec/scan_node.cpp | 3 - be/src/exec/scan_node.h | 3 - be/src/exec/scanner_ir.cpp | 12 +-- be/src/exec/schema_scan_node.cpp | 3 - be/src/exec/schema_scan_node.h | 3 - be/src/exec/schema_scanner.cpp | 3 - be/src/exec/schema_scanner.h | 3 - .../exec/schema_scanner/frontend_helper.cpp | 3 - be/src/exec/schema_scanner/frontend_helper.h | 3 - .../schema_charsets_scanner.cpp | 3 - .../schema_scanner/schema_charsets_scanner.h | 3 - .../schema_collations_scanner.cpp | 3 - .../schema_collations_scanner.h | 3 - .../schema_scanner/schema_columns_scanner.cpp | 3 - .../schema_scanner/schema_columns_scanner.h | 3 - .../schema_scanner/schema_dummy_scanner.cpp | 3 - .../schema_scanner/schema_dummy_scanner.h | 3 - .../schema_schemata_scanner.cpp | 3 - .../schema_scanner/schema_schemata_scanner.h | 3 - .../schema_scanner/schema_tables_scanner.cpp | 3 - .../schema_scanner/schema_tables_scanner.h | 3 - .../schema_variables_scanner.cpp | 3 - .../schema_scanner/schema_variables_scanner.h | 3 - be/src/exec/select_node.cpp | 3 - be/src/exec/select_node.h | 3 - be/src/exec/sort_exec_exprs.cpp | 3 - be/src/exec/sort_exec_exprs.h | 3 - be/src/exec/sort_node.cpp | 3 - be/src/exec/sort_node.h | 3 - be/src/exec/spill_sort_node.cc | 3 - be/src/exec/spill_sort_node.h | 3 - be/src/exec/text_converter.cpp | 3 - be/src/exec/text_converter.h | 3 - be/src/exec/text_converter.hpp | 3 - be/src/exec/topn_node.cpp | 3 - be/src/exec/topn_node.h | 3 - be/src/exec/union_node.cpp | 3 - be/src/exec/union_node.h | 3 - be/src/exec/union_node_ir.cpp | 3 - be/src/exprs/CMakeLists.txt | 3 - be/src/exprs/agg_fn.cc | 3 - be/src/exprs/agg_fn.h | 3 - be/src/exprs/agg_fn_evaluator.cpp | 3 - be/src/exprs/agg_fn_evaluator.h | 3 - be/src/exprs/aggregate_functions.cpp | 9 +-- be/src/exprs/aggregate_functions.h | 3 - be/src/exprs/anyval_util.cpp | 3 - be/src/exprs/anyval_util.h | 3 - be/src/exprs/arithmetic_expr.cpp | 3 - be/src/exprs/arithmetic_expr.h | 3 - be/src/exprs/base64.cpp | 3 - be/src/exprs/base64.h | 3 - be/src/exprs/binary_predicate.cpp | 3 - be/src/exprs/binary_predicate.h | 3 - be/src/exprs/case_expr.cpp | 3 - be/src/exprs/case_expr.h | 3 - be/src/exprs/cast_expr.cpp | 3 - be/src/exprs/cast_expr.h | 3 - be/src/exprs/cast_functions.cpp | 3 - be/src/exprs/cast_functions.h | 3 - be/src/exprs/compound_predicate.cpp | 3 - be/src/exprs/compound_predicate.h | 3 - be/src/exprs/conditional_functions.cpp | 3 - be/src/exprs/conditional_functions.h | 3 - be/src/exprs/conditional_functions_ir.cpp | 3 - be/src/exprs/decimal_operators.cpp | 3 - be/src/exprs/decimal_operators.h | 3 - be/src/exprs/encryption_functions.cpp | 3 - be/src/exprs/encryption_functions.h | 3 - be/src/exprs/es_functions.cpp | 12 +-- be/src/exprs/es_functions.h | 12 +-- be/src/exprs/expr.cpp | 3 - be/src/exprs/expr.h | 3 - be/src/exprs/expr_context.cpp | 3 - be/src/exprs/expr_context.h | 3 - be/src/exprs/expr_ir.cpp | 3 - be/src/exprs/expr_value.h | 3 - be/src/exprs/hll_hash_function.cpp | 3 - be/src/exprs/hll_hash_function.h | 3 - be/src/exprs/hybird_map.h | 3 - be/src/exprs/hybird_set.cpp | 3 - be/src/exprs/hybird_set.h | 3 - be/src/exprs/in_predicate.cpp | 3 - be/src/exprs/in_predicate.h | 3 - be/src/exprs/info_func.cpp | 3 - be/src/exprs/info_func.h | 3 - be/src/exprs/is_null_predicate.cpp | 3 - be/src/exprs/is_null_predicate.h | 3 - be/src/exprs/json_functions.cpp | 12 +-- be/src/exprs/json_functions.h | 12 +-- be/src/exprs/like_predicate.cpp | 3 - be/src/exprs/like_predicate.h | 3 - be/src/exprs/literal.cpp | 3 - be/src/exprs/literal.h | 3 - be/src/exprs/math_functions.cpp | 3 - be/src/exprs/math_functions.h | 3 - be/src/exprs/new_agg_fn_evaluator.cc | 3 - be/src/exprs/new_agg_fn_evaluator.h | 3 - be/src/exprs/new_agg_fn_evaluator_ir.cc | 3 - be/src/exprs/new_in_predicate.cpp | 3 - be/src/exprs/new_in_predicate.h | 3 - be/src/exprs/null_literal.cpp | 3 - be/src/exprs/null_literal.h | 3 - be/src/exprs/operators.cpp | 3 - be/src/exprs/operators.h | 3 - be/src/exprs/predicate.h | 3 - be/src/exprs/scalar_fn_call.cpp | 3 - be/src/exprs/scalar_fn_call.h | 3 - be/src/exprs/slot_ref.cpp | 3 - be/src/exprs/slot_ref.h | 3 - be/src/exprs/string_functions.cpp | 3 - be/src/exprs/string_functions.h | 3 - be/src/exprs/timestamp_functions.cpp | 7 +- be/src/exprs/timestamp_functions.h | 3 - be/src/exprs/timezone_db.cpp | 3 - be/src/exprs/tuple_is_null_predicate.cpp | 3 - be/src/exprs/tuple_is_null_predicate.h | 3 - be/src/exprs/udf_builtins.cpp | 3 - be/src/exprs/udf_builtins.h | 3 - be/src/exprs/utility_functions.cpp | 3 - be/src/exprs/utility_functions.h | 3 - be/src/gen_cpp/CMakeLists.txt | 12 +-- be/src/http/CMakeLists.txt | 2 - be/src/http/action/checksum_action.cpp | 12 +-- be/src/http/action/checksum_action.h | 12 +-- be/src/http/action/health_action.cpp | 12 +-- be/src/http/action/health_action.h | 12 +-- be/src/http/action/meta_action.cpp | 12 +-- be/src/http/action/meta_action.h | 12 +-- be/src/http/action/metrics_action.cpp | 12 +-- be/src/http/action/metrics_action.h | 12 +-- be/src/http/action/mini_load.cpp | 12 +-- be/src/http/action/mini_load.h | 12 +-- be/src/http/action/pprof_actions.cpp | 12 +-- be/src/http/action/pprof_actions.h | 12 +-- be/src/http/action/reload_tablet_action.cpp | 12 +-- be/src/http/action/reload_tablet_action.h | 12 +-- be/src/http/action/restore_tablet_action.cpp | 12 +-- be/src/http/action/restore_tablet_action.h | 12 +-- be/src/http/action/snapshot_action.cpp | 12 +-- be/src/http/action/snapshot_action.h | 12 +-- be/src/http/action/stream_load.cpp | 12 +-- be/src/http/action/stream_load.h | 12 +-- be/src/http/default_path_handlers.cpp | 12 +-- be/src/http/default_path_handlers.h | 12 +-- be/src/http/download_action.cpp | 12 +-- be/src/http/download_action.h | 12 +-- be/src/http/ev_http_server.cpp | 12 +-- be/src/http/ev_http_server.h | 12 +-- be/src/http/http_channel.cpp | 12 +-- be/src/http/http_channel.h | 12 +-- be/src/http/http_common.h | 12 +-- be/src/http/http_handler.h | 12 +-- be/src/http/http_headers.cpp | 12 +-- be/src/http/http_headers.h | 12 +-- be/src/http/http_method.cpp | 12 +-- be/src/http/http_method.h | 12 +-- be/src/http/http_parser.cpp | 12 +-- be/src/http/http_parser.h | 12 +-- be/src/http/http_request.cpp | 12 +-- be/src/http/http_request.h | 12 +-- be/src/http/http_response.cpp | 12 +-- be/src/http/http_response.h | 12 +-- be/src/http/http_status.cpp | 12 +-- be/src/http/http_status.h | 12 +-- be/src/http/message_body_sink.cpp | 12 +-- be/src/http/message_body_sink.h | 12 +-- be/src/http/monitor_action.cpp | 12 +-- be/src/http/monitor_action.h | 12 +-- be/src/http/rest_monitor_iface.h | 12 +-- be/src/http/utils.cpp | 12 +-- be/src/http/utils.h | 12 +-- be/src/http/web_page_handler.cpp | 12 +-- be/src/http/web_page_handler.h | 12 +-- be/src/olap/CMakeLists.txt | 12 +-- be/src/olap/aggregate_func.cpp | 12 +-- be/src/olap/aggregate_func.h | 12 +-- be/src/olap/atomic.h | 12 +-- be/src/olap/base_compaction.cpp | 12 +-- be/src/olap/base_compaction.h | 12 +-- be/src/olap/bhp_lib.h | 12 +-- be/src/olap/column_file/bit_field_reader.cpp | 12 +-- be/src/olap/column_file/bit_field_reader.h | 12 +-- be/src/olap/column_file/bit_field_writer.cpp | 12 +-- be/src/olap/column_file/bit_field_writer.h | 12 +-- be/src/olap/column_file/bloom_filter.hpp | 12 +-- .../olap/column_file/bloom_filter_reader.cpp | 12 +-- be/src/olap/column_file/bloom_filter_reader.h | 12 +-- .../olap/column_file/bloom_filter_writer.cpp | 12 +-- be/src/olap/column_file/bloom_filter_writer.h | 12 +-- be/src/olap/column_file/byte_buffer.cpp | 12 +-- be/src/olap/column_file/byte_buffer.h | 12 +-- be/src/olap/column_file/column_data.cpp | 12 +-- be/src/olap/column_file/column_data.h | 12 +-- be/src/olap/column_file/column_reader.cpp | 12 +-- be/src/olap/column_file/column_reader.h | 12 +-- be/src/olap/column_file/column_writer.cpp | 12 +-- be/src/olap/column_file/column_writer.h | 12 +-- be/src/olap/column_file/compress.cpp | 12 +-- be/src/olap/column_file/compress.h | 12 +-- be/src/olap/column_file/data_writer.cpp | 12 +-- be/src/olap/column_file/data_writer.h | 12 +-- be/src/olap/column_file/file_stream.cpp | 12 +-- be/src/olap/column_file/file_stream.h | 12 +-- be/src/olap/column_file/in_stream.cpp | 12 +-- be/src/olap/column_file/in_stream.h | 12 +-- be/src/olap/column_file/out_stream.cpp | 12 +-- be/src/olap/column_file/out_stream.h | 12 +-- .../column_file/run_length_byte_reader.cpp | 12 +-- .../olap/column_file/run_length_byte_reader.h | 12 +-- .../column_file/run_length_byte_writer.cpp | 12 +-- .../olap/column_file/run_length_byte_writer.h | 12 +-- .../column_file/run_length_integer_reader.cpp | 12 +-- .../column_file/run_length_integer_reader.h | 12 +-- .../column_file/run_length_integer_writer.cpp | 12 +-- .../column_file/run_length_integer_writer.h | 12 +-- be/src/olap/column_file/segment_reader.cpp | 12 +-- be/src/olap/column_file/segment_reader.h | 12 +-- be/src/olap/column_file/segment_writer.cpp | 12 +-- be/src/olap/column_file/segment_writer.h | 12 +-- be/src/olap/column_file/serialize.cpp | 12 +-- be/src/olap/column_file/serialize.h | 12 +-- .../olap/column_file/stream_index_common.cpp | 12 +-- be/src/olap/column_file/stream_index_common.h | 12 +-- .../olap/column_file/stream_index_reader.cpp | 12 +-- be/src/olap/column_file/stream_index_reader.h | 12 +-- .../olap/column_file/stream_index_writer.cpp | 12 +-- be/src/olap/column_file/stream_index_writer.h | 12 +-- be/src/olap/column_file/stream_name.cpp | 12 +-- be/src/olap/column_file/stream_name.h | 12 +-- be/src/olap/column_predicate.h | 12 +-- be/src/olap/comparison_predicate.cpp | 12 +-- be/src/olap/comparison_predicate.h | 12 +-- be/src/olap/cumulative_compaction.cpp | 12 +-- be/src/olap/cumulative_compaction.h | 12 +-- be/src/olap/delete_handler.cpp | 12 +-- be/src/olap/delete_handler.h | 12 +-- be/src/olap/delta_writer.cpp | 12 +-- be/src/olap/delta_writer.h | 12 +-- be/src/olap/field.cpp | 12 +-- be/src/olap/field.h | 12 +-- be/src/olap/field_info.cpp | 12 +-- be/src/olap/field_info.h | 12 +-- be/src/olap/file_helper.cpp | 12 +-- be/src/olap/file_helper.h | 12 +-- be/src/olap/hll.cpp | 12 +-- be/src/olap/hll.h | 12 +-- be/src/olap/i_data.cpp | 12 +-- be/src/olap/i_data.h | 12 +-- be/src/olap/in_list_predicate.cpp | 12 +-- be/src/olap/in_list_predicate.h | 12 +-- be/src/olap/lru_cache.cpp | 19 ++++- be/src/olap/lru_cache.h | 19 ++++- be/src/olap/memtable.cpp | 12 +-- be/src/olap/memtable.h | 12 +-- be/src/olap/merger.cpp | 12 +-- be/src/olap/merger.h | 12 +-- be/src/olap/new_status.cpp | 19 ++++- be/src/olap/new_status.h | 23 +++--- be/src/olap/null_predicate.cpp | 12 +-- be/src/olap/null_predicate.h | 12 +-- be/src/olap/olap_common.h | 12 +-- be/src/olap/olap_cond.cpp | 12 +-- be/src/olap/olap_cond.h | 12 +-- be/src/olap/olap_data.cpp | 12 +-- be/src/olap/olap_data.h | 12 +-- be/src/olap/olap_define.h | 12 +-- be/src/olap/olap_engine.cpp | 12 +-- be/src/olap/olap_engine.h | 12 +-- be/src/olap/olap_header.cpp | 12 +-- be/src/olap/olap_header.h | 12 +-- be/src/olap/olap_header_manager.cpp | 12 +-- be/src/olap/olap_header_manager.h | 12 +-- be/src/olap/olap_index.cpp | 12 +-- be/src/olap/olap_index.h | 12 +-- be/src/olap/olap_meta.cpp | 12 +-- be/src/olap/olap_meta.h | 12 +-- be/src/olap/olap_server.cpp | 15 ++-- be/src/olap/olap_snapshot.cpp | 12 +-- be/src/olap/olap_table.cpp | 12 +-- be/src/olap/olap_table.h | 12 +-- be/src/olap/options.cpp | 12 +-- be/src/olap/options.h | 12 +-- be/src/olap/push_handler.cpp | 12 +-- be/src/olap/push_handler.h | 12 +-- be/src/olap/reader.cpp | 12 +-- be/src/olap/reader.h | 12 +-- be/src/olap/row_block.cpp | 12 +-- be/src/olap/row_block.h | 12 +-- be/src/olap/row_cursor.cpp | 12 +-- be/src/olap/row_cursor.h | 12 +-- be/src/olap/rowset.cpp | 12 +-- be/src/olap/rowset.h | 12 +-- be/src/olap/rowset_builder.h | 12 +-- be/src/olap/schema.h | 12 +-- be/src/olap/schema_change.cpp | 12 +-- be/src/olap/schema_change.h | 12 +-- be/src/olap/skiplist.h | 19 ++++- be/src/olap/store.cpp | 12 +-- be/src/olap/store.h | 12 +-- be/src/olap/string_slice.h | 12 +-- be/src/olap/tuple.h | 12 +-- be/src/olap/types.cpp | 12 +-- be/src/olap/types.h | 12 +-- be/src/olap/utils.cpp | 12 +-- be/src/olap/utils.h | 12 +-- be/src/olap/wrapper_field.cpp | 12 +-- be/src/olap/wrapper_field.h | 12 +-- be/src/olap/writer.cpp | 12 +-- be/src/olap/writer.h | 12 +-- be/src/runtime/CMakeLists.txt | 3 - be/src/runtime/broker_mgr.cpp | 12 +-- be/src/runtime/broker_mgr.h | 12 +-- be/src/runtime/buffer_control_block.cpp | 3 - be/src/runtime/buffer_control_block.h | 3 - be/src/runtime/buffered_block_mgr.cpp | 3 - be/src/runtime/buffered_block_mgr.h | 3 - be/src/runtime/buffered_block_mgr2.cc | 3 - be/src/runtime/buffered_block_mgr2.h | 3 - be/src/runtime/buffered_tuple_stream.cpp | 3 - be/src/runtime/buffered_tuple_stream.h | 3 - be/src/runtime/buffered_tuple_stream2.cc | 3 - be/src/runtime/buffered_tuple_stream2.h | 3 - .../runtime/buffered_tuple_stream2.inline.h | 3 - be/src/runtime/buffered_tuple_stream2_ir.cc | 3 - be/src/runtime/buffered_tuple_stream3.cc | 3 - be/src/runtime/buffered_tuple_stream3.h | 3 - .../runtime/buffered_tuple_stream3.inline.h | 3 - be/src/runtime/buffered_tuple_stream_ir.cpp | 3 - be/src/runtime/bufferpool/buffer_allocator.cc | 3 - be/src/runtime/bufferpool/buffer_allocator.h | 3 - be/src/runtime/bufferpool/buffer_pool.cc | 3 - be/src/runtime/bufferpool/buffer_pool.h | 3 - .../runtime/bufferpool/buffer_pool_counters.h | 3 - .../runtime/bufferpool/buffer_pool_internal.h | 60 --------------- be/src/runtime/bufferpool/free_list.h | 3 - .../runtime/bufferpool/reservation_tracker.cc | 3 - .../runtime/bufferpool/reservation_tracker.h | 3 - .../bufferpool/reservation_tracker_counters.h | 3 - be/src/runtime/bufferpool/reservation_util.cc | 3 - be/src/runtime/bufferpool/reservation_util.h | 3 - be/src/runtime/bufferpool/suballocator.cc | 3 - be/src/runtime/bufferpool/suballocator.h | 3 - be/src/runtime/bufferpool/system_allocator.cc | 3 - be/src/runtime/bufferpool/system_allocator.h | 3 - be/src/runtime/client_cache.cpp | 3 - be/src/runtime/client_cache.h | 3 - be/src/runtime/data_spliter.cpp | 12 +-- be/src/runtime/data_spliter.h | 12 +-- be/src/runtime/data_stream_mgr.cpp | 3 - be/src/runtime/data_stream_mgr.h | 3 - be/src/runtime/data_stream_recvr.cc | 3 - be/src/runtime/data_stream_recvr.h | 3 - be/src/runtime/data_stream_recvr.hpp | 3 - be/src/runtime/data_stream_sender.cpp | 3 - be/src/runtime/data_stream_sender.h | 3 - be/src/runtime/datetime_value.cpp | 12 +-- be/src/runtime/datetime_value.h | 12 +-- be/src/runtime/decimal_value.cpp | 12 +-- be/src/runtime/decimal_value.h | 12 +-- be/src/runtime/descriptors.cpp | 3 - be/src/runtime/descriptors.h | 3 - be/src/runtime/disk_io_mgr.cc | 7 +- be/src/runtime/disk_io_mgr.h | 3 - be/src/runtime/disk_io_mgr_internal.h | 3 - be/src/runtime/disk_io_mgr_reader_context.cc | 3 - be/src/runtime/disk_io_mgr_scan_range.cc | 3 - be/src/runtime/dpp_sink.cpp | 12 +-- be/src/runtime/dpp_sink.h | 12 +-- be/src/runtime/dpp_sink_internal.cpp | 12 +-- be/src/runtime/dpp_sink_internal.h | 12 +-- be/src/runtime/dpp_writer.cpp | 12 +-- be/src/runtime/dpp_writer.h | 12 +-- be/src/runtime/etl_job_mgr.cpp | 12 +-- be/src/runtime/etl_job_mgr.h | 12 +-- be/src/runtime/exec_env.cpp | 3 - be/src/runtime/exec_env.h | 3 - be/src/runtime/export_sink.cpp | 12 +-- be/src/runtime/export_sink.h | 12 +-- be/src/runtime/export_task_mgr.cpp | 12 +-- be/src/runtime/export_task_mgr.h | 12 +-- be/src/runtime/fragment_mgr.cpp | 3 - be/src/runtime/fragment_mgr.h | 3 - be/src/runtime/free_list.hpp | 3 - be/src/runtime/free_pool.hpp | 3 - be/src/runtime/initial_reservations.cc | 3 - be/src/runtime/initial_reservations.h | 3 - be/src/runtime/kafka_consumer_pipe.cpp | 12 +-- be/src/runtime/kafka_consumer_pipe.h | 12 +-- be/src/runtime/large_int_value.cpp | 3 - be/src/runtime/large_int_value.h | 3 - be/src/runtime/lib_cache.cpp | 3 - be/src/runtime/lib_cache.h | 3 - be/src/runtime/load_path_mgr.cpp | 12 +-- be/src/runtime/load_path_mgr.h | 12 +-- be/src/runtime/load_stream_mgr.h | 12 +-- be/src/runtime/mem_pool.cpp | 3 - be/src/runtime/mem_pool.h | 4 - be/src/runtime/mem_tracker.cpp | 3 - be/src/runtime/mem_tracker.h | 3 - be/src/runtime/merge_sorter.cpp | 3 - be/src/runtime/merge_sorter.h | 3 - be/src/runtime/multi_precision.h | 3 - be/src/runtime/mysql_table_sink.cpp | 12 +-- be/src/runtime/mysql_table_sink.h | 12 +-- be/src/runtime/mysql_table_writer.cpp | 12 +-- be/src/runtime/mysql_table_writer.h | 12 +-- be/src/runtime/plan_fragment_executor.cpp | 3 - be/src/runtime/plan_fragment_executor.h | 3 - be/src/runtime/primitive_type.cpp | 3 - be/src/runtime/primitive_type.h | 3 - be/src/runtime/pull_load_task_mgr.cpp | 12 +-- be/src/runtime/pull_load_task_mgr.h | 12 +-- be/src/runtime/qsorter.cpp | 3 - be/src/runtime/qsorter.h | 3 - be/src/runtime/raw_value.cpp | 3 - be/src/runtime/raw_value.h | 3 - be/src/runtime/raw_value_ir.cpp | 3 - be/src/runtime/result_buffer_mgr.cpp | 3 - be/src/runtime/result_buffer_mgr.h | 3 - be/src/runtime/result_sink.cpp | 3 - be/src/runtime/result_sink.h | 3 - be/src/runtime/result_writer.cpp | 3 - be/src/runtime/result_writer.h | 3 - be/src/runtime/row_batch.cpp | 3 - be/src/runtime/row_batch.h | 3 - be/src/runtime/row_batch_interface.hpp | 3 - be/src/runtime/runtime_state.cpp | 3 - be/src/runtime/runtime_state.h | 3 - be/src/runtime/snapshot_loader.cpp | 12 +-- be/src/runtime/snapshot_loader.h | 12 +-- be/src/runtime/sorted_run_merger.cc | 3 - be/src/runtime/sorted_run_merger.h | 3 - be/src/runtime/sorter.h | 3 - be/src/runtime/spill_sorter.cc | 3 - be/src/runtime/spill_sorter.h | 3 - be/src/runtime/stream_load_pipe.h | 12 +-- be/src/runtime/string_buffer.hpp | 3 - be/src/runtime/string_search.hpp | 3 - be/src/runtime/string_value.cpp | 3 - be/src/runtime/string_value.h | 3 - be/src/runtime/string_value.hpp | 3 - be/src/runtime/string_value_ir.cpp | 3 - be/src/runtime/tablet_writer_mgr.cpp | 12 +-- be/src/runtime/tablet_writer_mgr.h | 12 +-- be/src/runtime/test_env.cc | 3 - be/src/runtime/test_env.h | 3 - be/src/runtime/thread_resource_mgr.cpp | 3 - be/src/runtime/thread_resource_mgr.h | 3 - be/src/runtime/tmp_file_mgr.cc | 3 - be/src/runtime/tmp_file_mgr.h | 3 - be/src/runtime/tuple.cpp | 3 - be/src/runtime/tuple.h | 3 - be/src/runtime/tuple_row.cpp | 3 - be/src/runtime/tuple_row.h | 3 - be/src/runtime/types.cpp | 3 - be/src/runtime/types.h | 3 - be/src/runtime/vectorized_row_batch.cpp | 12 +-- be/src/runtime/vectorized_row_batch.h | 12 +-- be/src/service/CMakeLists.txt | 12 +-- be/src/service/backend_options.cpp | 12 +-- be/src/service/backend_options.h | 12 +-- be/src/service/backend_service.cpp | 3 - be/src/service/backend_service.h | 3 - be/src/service/brpc.h | 12 +-- be/src/service/brpc_service.cpp | 12 +-- be/src/service/brpc_service.h | 12 +-- be/src/service/internal_service.cpp | 12 +-- be/src/service/internal_service.h | 12 +-- be/src/service/palo_main.cpp | 12 +-- be/src/testutil/CMakeLists.txt | 3 - be/src/testutil/desc_tbl_builder.cc | 3 - be/src/testutil/desc_tbl_builder.h | 3 - be/src/tools/CMakeLists.txt | 12 +-- be/src/tools/meta_tool.cpp | 12 +-- be/src/udf/CMakeLists.txt | 3 - be/src/udf/uda_test_harness.h | 3 - be/src/udf/udf.cpp | 3 - be/src/udf/udf.h | 3 - be/src/udf/udf_debug.h | 3 - be/src/udf/udf_internal.h | 3 - be/src/udf/udf_ir.cpp | 3 - be/src/util/CMakeLists.txt | 3 - be/src/util/aligned_new.h | 3 - be/src/util/arena.cc | 19 ++++- be/src/util/arena.h | 19 ++++- be/src/util/bfd_parser.cpp | 3 - be/src/util/bfd_parser.h | 3 - be/src/util/bit_util.h | 3 - be/src/util/bitmap.cpp | 3 - be/src/util/bitmap.h | 3 - be/src/util/blocking_priority_queue.hpp | 3 - be/src/util/blocking_queue.hpp | 3 - be/src/util/brpc_stub_cache.h | 12 +-- be/src/util/buffer_builder.hpp | 3 - be/src/util/byte_buffer.h | 12 +-- be/src/util/cidr.cpp | 12 +-- be/src/util/cidr.h | 12 +-- be/src/util/codec.cpp | 3 - be/src/util/codec.h | 3 - be/src/util/compress.cpp | 3 - be/src/util/compress.h | 3 - be/src/util/condition_variable.h | 3 - be/src/util/container_util.hpp | 3 - be/src/util/core_local.cpp | 12 +-- be/src/util/core_local.h | 12 +-- be/src/util/count_down_latch.hpp | 3 - be/src/util/cpu_info.cpp | 3 - be/src/util/cpu_info.h | 4 - be/src/util/date_func.h | 12 +-- be/src/util/debug_counters.h | 3 - be/src/util/debug_util.cpp | 3 - be/src/util/debug_util.h | 3 - be/src/util/decompress.cpp | 3 - be/src/util/decompress.h | 3 - be/src/util/defer_op.h | 3 - be/src/util/disk_info.cpp | 3 - be/src/util/disk_info.h | 3 - be/src/util/dummy_runtime_profile.h | 3 - be/src/util/dynamic_util.cpp | 3 - be/src/util/dynamic_util.h | 3 - be/src/util/error_util.cc | 3 - be/src/util/error_util.h | 3 - be/src/util/fake_lock.h | 3 - be/src/util/file_utils.cpp | 3 - be/src/util/file_utils.h | 3 - be/src/util/filesystem_util.cc | 3 - be/src/util/filesystem_util.h | 3 - be/src/util/hash_util.hpp | 3 - be/src/util/hash_util_ir.cpp | 3 - be/src/util/internal_queue.h | 4 - be/src/util/json_util.cpp | 12 +-- be/src/util/json_util.h | 3 - be/src/util/load_error_hub.cpp | 3 - be/src/util/load_error_hub.h | 3 - be/src/util/logging.h | 3 - be/src/util/lru_cache.hpp | 3 - be/src/util/mem_info.cpp | 3 - be/src/util/mem_info.h | 3 - be/src/util/mem_range.h | 3 - be/src/util/mem_util.hpp | 3 - be/src/util/metrics.cpp | 12 +-- be/src/util/metrics.h | 12 +-- be/src/util/murmur_hash3.cpp | 24 ++++-- be/src/util/murmur_hash3.h | 19 ++++- be/src/util/mysql_global.h | 3 - be/src/util/mysql_load_error_hub.cpp | 3 - be/src/util/mysql_load_error_hub.h | 3 - be/src/util/mysql_row_buffer.cpp | 3 - be/src/util/mysql_row_buffer.h | 3 - be/src/util/network_util.cpp | 3 - be/src/util/network_util.h | 3 - be/src/util/null_load_error_hub.cpp | 3 - be/src/util/null_load_error_hub.h | 3 - be/src/util/os_info.cpp | 3 - be/src/util/os_info.h | 3 - be/src/util/palo_metrics.cpp | 12 +-- be/src/util/palo_metrics.h | 12 +-- be/src/util/parse_util.cpp | 3 - be/src/util/parse_util.h | 3 - be/src/util/path_builder.cpp | 3 - be/src/util/path_builder.h | 3 - be/src/util/path_trie.hpp | 3 - be/src/util/perf_counters.cpp | 3 - be/src/util/perf_counters.h | 3 - be/src/util/pretty_printer.h | 3 - be/src/util/priority_thread_pool.hpp | 3 - be/src/util/progress_updater.cpp | 3 - be/src/util/progress_updater.h | 3 - be/src/util/random.h | 19 ++++- be/src/util/ref_count_closure.h | 12 +-- be/src/util/runtime_profile.cpp | 3 - be/src/util/runtime_profile.h | 3 - be/src/util/spinlock.cc | 3 - be/src/util/spinlock.h | 3 - be/src/util/sse_util.hpp | 3 - be/src/util/stat_util.hpp | 3 - be/src/util/static_asserts.cpp | 3 - be/src/util/stopwatch.hpp | 3 - be/src/util/streaming_sampler.h | 3 - be/src/util/string_parser.cpp | 3 - be/src/util/string_parser.hpp | 3 - be/src/util/string_util.h | 12 +-- be/src/util/symbols_util.cpp | 3 - be/src/util/symbols_util.h | 3 - be/src/util/system_metrics.cpp | 12 +-- be/src/util/system_metrics.h | 12 +-- be/src/util/template_util.h | 3 - be/src/util/thread_pool.hpp | 3 - be/src/util/thrift_client.cpp | 3 - be/src/util/thrift_client.h | 3 - be/src/util/thrift_server.cpp | 3 - be/src/util/thrift_server.h | 3 - be/src/util/thrift_util.cpp | 3 - be/src/util/thrift_util.h | 3 - be/src/util/time.cpp | 3 - be/src/util/time.h | 3 - be/src/util/tuple_row_compare.cpp | 3 - be/src/util/tuple_row_compare.h | 3 - be/src/util/types.h | 12 +-- be/src/util/uid_util.cpp | 12 +-- be/src/util/uid_util.h | 3 - be/src/util/url_coding.cpp | 3 - be/src/util/url_coding.h | 3 - be/src/util/url_parser.cpp | 3 - be/src/util/url_parser.h | 3 - be/test/agent/CMakeLists.txt | 17 +++++ be/test/agent/agent_server_test.cpp | 12 +-- be/test/agent/cgroups_mgr_test.cpp | 12 +-- be/test/agent/file_downloader_test.cpp | 12 +-- be/test/agent/heartbeat_server_test.cpp | 12 +-- be/test/agent/mock_file_downloader.h | 12 +-- be/test/agent/mock_pusher.h | 12 +-- be/test/agent/mock_task_worker_pool.h | 12 +-- be/test/agent/mock_utils.h | 12 +-- be/test/agent/pusher_test.cpp | 12 +-- be/test/agent/task_worker_pool_test.cpp | 12 +-- be/test/agent/utils_test.cpp | 12 +-- be/test/common/CMakeLists.txt | 3 - be/test/common/resource_tls_test.cpp | 12 +-- be/test/exec/CMakeLists.txt | 3 - be/test/exec/broker_reader_test.cpp | 12 +-- be/test/exec/broker_scan_node_test.cpp | 12 +-- be/test/exec/broker_scanner_test.cpp | 12 +-- be/test/exec/csv_scan_bench_test.cpp | 12 +-- be/test/exec/csv_scan_node_test.cpp | 12 +-- be/test/exec/csv_scanner_test.cpp | 12 +-- be/test/exec/hash_table_test.cpp | 12 +-- be/test/exec/mysql_scan_node_test.cpp | 12 +-- be/test/exec/mysql_scanner_test.cpp | 12 +-- be/test/exec/new_olap_scan_node_test.cpp | 12 +-- be/test/exec/olap_common_test.cpp | 12 +-- be/test/exec/olap_scan_node_test.cpp | 12 +-- be/test/exec/olap_scanner_test.cpp | 12 +-- be/test/exec/olap_table_info_test.cpp | 12 +-- be/test/exec/olap_table_sink_test.cpp | 12 +-- be/test/exec/partitioned_hash_table_test.cpp | 12 +-- .../exec/plain_text_line_reader_bzip_test.cpp | 12 +-- .../exec/plain_text_line_reader_gzip_test.cpp | 12 +-- .../plain_text_line_reader_lz4frame_test.cpp | 12 +-- .../exec/plain_text_line_reader_lzop_test.cpp | 12 +-- ...ain_text_line_reader_uncompressed_test.cpp | 12 +-- be/test/exec/schema_scan_node_test.cpp | 12 +-- .../schema_authors_scanner_test.cpp | 12 +-- .../schema_charsets_scanner_test.cpp | 12 +-- .../schema_collations_scanner_test.cpp | 12 +-- .../schema_columns_scanner_test.cpp | 12 +-- .../schema_create_table_scanner_test.cpp | 12 +-- .../schema_engines_scanner_test.cpp | 12 +-- .../schema_open_tables_scanner_test.cpp | 12 +-- .../schema_schemata_scanner_test.cpp | 12 +-- .../schema_table_names_scanner_test.cpp | 12 +-- .../schema_tables_scanner_test.cpp | 12 +-- .../schema_variables_scanner_test.cpp | 12 +-- be/test/exec/schema_scanner_test.cpp | 12 +-- be/test/exec/set_executor_test.cpp | 12 +-- be/test/exprs/CMakeLists.txt | 3 - be/test/exprs/binary_predicate_test.cpp | 12 +-- be/test/exprs/hybird_set_test.cpp | 12 +-- be/test/exprs/in_op_test.cpp | 12 +-- be/test/exprs/in_predicate_test.cpp | 12 +-- be/test/exprs/json_function_test.cpp | 12 +-- be/test/http/CMakeLists.txt | 12 +-- be/test/http/http_utils_test.cpp | 12 +-- be/test/http/message_body_sink_test.cpp | 12 +-- be/test/http/metrics_action_test.cpp | 12 +-- be/test/http/stream_load_test.cpp | 12 +-- be/test/olap/bit_field_test.cpp | 12 +-- be/test/olap/bloom_filter_index_test.cpp | 12 +-- be/test/olap/bloom_filter_test.cpp | 12 +-- be/test/olap/byte_buffer_test.cpp | 12 +-- be/test/olap/column_reader_test.cpp | 12 +-- be/test/olap/comparison_predicate_test.cpp | 12 +-- be/test/olap/delete_handler_test.cpp | 12 +-- be/test/olap/delta_writer_test.cpp | 12 +-- be/test/olap/file_helper_test.cpp | 12 +-- be/test/olap/file_utils_test.cpp | 12 +-- be/test/olap/in_list_predicate_test.cpp | 12 +-- be/test/olap/lru_cache_test.cpp | 12 +-- be/test/olap/mock_command_executor.h | 12 +-- be/test/olap/mock_olap_rootpath.h | 12 +-- be/test/olap/null_predicate_test.cpp | 12 +-- be/test/olap/olap_header_manager_test.cpp | 12 +-- be/test/olap/olap_meta_test.cpp | 12 +-- be/test/olap/olap_reader_test.cpp | 12 +-- be/test/olap/row_block_test.cpp | 12 +-- be/test/olap/row_cursor_test.cpp | 12 +-- be/test/olap/run_length_byte_test.cpp | 12 +-- be/test/olap/run_length_integer_test.cpp | 12 +-- be/test/olap/serialize_test.cpp | 12 +-- be/test/olap/skiplist_test.cpp | 19 ++++- be/test/olap/stream_index_test.cpp | 12 +-- be/test/olap/vectorized_olap_reader_test.cpp | 12 +-- be/test/runtime/CMakeLists.txt | 3 - be/test/runtime/buffer_control_block_test.cpp | 12 +-- be/test/runtime/buffered_block_mgr2_test.cpp | 12 +-- .../runtime/buffered_tuple_stream2_test.cpp | 12 +-- .../runtime/buffered_tuple_stream_test.cpp | 12 +-- be/test/runtime/data_spliter_test.cpp | 12 +-- be/test/runtime/data_stream_test.cpp | 12 +-- be/test/runtime/datetime_value_test.cpp | 12 +-- be/test/runtime/decimal_value_test.cpp | 12 +-- be/test/runtime/disk_io_mgr_test.cpp | 12 +-- be/test/runtime/dpp_sink_internal_test.cpp | 12 +-- be/test/runtime/dpp_sink_test.cpp | 12 +-- be/test/runtime/dpp_writer_test.cpp | 12 +-- be/test/runtime/etl_job_mgr_test.cpp | 12 +-- be/test/runtime/export_task_mgr_test.cpp | 12 +-- be/test/runtime/fragment_mgr_test.cpp | 12 +-- be/test/runtime/free_list_test.cpp | 12 +-- be/test/runtime/large_int_value_test.cpp | 12 +-- be/test/runtime/mem_limit_test.cpp | 12 +-- be/test/runtime/mem_pool_test.cpp | 12 +-- be/test/runtime/mysql_table_writer_test.cpp | 12 +-- be/test/runtime/pull_load_task_mgr_test.cpp | 12 +-- be/test/runtime/qsorter_test.cpp | 12 +-- be/test/runtime/raw_value_test.cpp | 12 +-- be/test/runtime/result_buffer_mgr_test.cpp | 12 +-- be/test/runtime/result_sink_test.cpp | 12 +-- be/test/runtime/result_writer_test.cpp | 12 +-- be/test/runtime/snapshot_loader_test.cpp | 12 +-- be/test/runtime/sorter_test.cpp | 12 +-- be/test/runtime/stream_load_pipe_test.cpp | 12 +-- be/test/runtime/string_buffer_test.cpp | 12 +-- be/test/runtime/string_value_test.cpp | 12 +-- be/test/runtime/tablet_writer_mgr_test.cpp | 12 +-- be/test/runtime/thread_resource_mgr_test.cpp | 12 +-- be/test/runtime/tmp_file_mgr_test.cpp | 12 +-- be/test/udf/CMakeLists.txt | 3 - be/test/udf/uda_test.cpp | 12 +-- be/test/udf/udf_test.cpp | 12 +-- be/test/util/CMakeLists.txt | 5 +- be/test/util/arena_test.cpp | 19 ++++- be/test/util/bit_util_test.cpp | 12 +-- be/test/util/blocking_queue_test.cpp | 12 +-- be/test/util/brpc_stub_cache_test.cpp | 12 +-- be/test/util/byte_buffer_test2.cpp | 12 +-- be/test/util/cidr_test.cpp | 12 +-- be/test/util/core_local_test.cpp | 12 +-- be/test/util/count_down_latch_test.cpp | 12 +-- be/test/util/decompress_test.cpp | 12 +-- be/test/util/descriptor_helper.h | 12 +-- be/test/util/filesystem_util_test.cpp | 12 +-- be/test/util/internal_queue_test.cpp | 12 +-- be/test/util/json_util_test.cpp | 12 +-- be/test/util/lru_cache_util_test.cpp | 12 +-- be/test/util/new_metrics_test.cpp | 12 +-- be/test/util/palo_metrics_test.cpp | 12 +-- be/test/util/path_trie_test.cpp | 12 +-- be/test/util/perf_counters_test.cpp | 12 +-- be/test/util/runtime_profile_test.cpp | 12 +-- be/test/util/string_parser_test.cpp | 12 +-- be/test/util/string_util_test.cpp | 12 +-- be/test/util/system_metrics_test.cpp | 12 +-- be/test/util/thread_pool_test.cpp | 12 +-- be/test/util/types_test.cpp | 12 +-- be/test/util/uid_util_test.cpp | 3 - be/test/util/url_coding_test.cpp | 12 +-- bin/start_be.sh | 12 +-- bin/start_fe.sh | 12 +-- bin/stop_be.sh | 12 +-- bin/stop_fe.sh | 12 +-- build.sh | 12 +-- env.sh | 12 +-- fe/src/main/cup/sql_parser.cup | 3 - fe/src/main/java/org/apache/doris/PaloFe.java | 12 +-- .../java/org/apache/doris/alter/Alter.java | 12 +-- .../org/apache/doris/alter/AlterHandler.java | 12 +-- .../java/org/apache/doris/alter/AlterJob.java | 12 +-- .../doris/alter/DecommissionBackendJob.java | 12 +-- .../org/apache/doris/alter/RollupHandler.java | 12 +-- .../org/apache/doris/alter/RollupJob.java | 12 +-- .../doris/alter/SchemaChangeHandler.java | 12 +-- .../apache/doris/alter/SchemaChangeJob.java | 12 +-- .../org/apache/doris/alter/SystemHandler.java | 12 +-- .../doris/analysis/AbstractBackupStmt.java | 3 - .../doris/analysis/AddBackendClause.java | 12 +-- .../doris/analysis/AddColumnClause.java | 3 - .../doris/analysis/AddColumnsClause.java | 3 - .../doris/analysis/AddFollowerClause.java | 3 - .../doris/analysis/AddObserverClause.java | 3 - .../doris/analysis/AddPartitionClause.java | 3 - .../doris/analysis/AddRollupClause.java | 3 - .../AdminShowReplicaDistributionStmt.java | 12 +-- .../analysis/AdminShowReplicaStatusStmt.java | 12 +-- .../apache/doris/analysis/AggregateInfo.java | 3 - .../doris/analysis/AggregateInfoBase.java | 3 - .../doris/analysis/AggregateParamsList.java | 3 - .../apache/doris/analysis/AlterClause.java | 3 - .../doris/analysis/AlterClusterClause.java | 3 - .../doris/analysis/AlterClusterStmt.java | 3 - .../doris/analysis/AlterClusterType.java | 3 - .../analysis/AlterDatabaseQuotaStmt.java | 3 - .../doris/analysis/AlterDatabaseRename.java | 3 - .../analysis/AlterLoadErrorUrlClause.java | 3 - .../doris/analysis/AlterSystemStmt.java | 12 +-- .../apache/doris/analysis/AlterTableStmt.java | 3 - .../doris/analysis/AlterUserClause.java | 3 - .../apache/doris/analysis/AlterUserType.java | 3 - .../apache/doris/analysis/AnalyticExpr.java | 3 - .../apache/doris/analysis/AnalyticInfo.java | 3 - .../apache/doris/analysis/AnalyticWindow.java | 3 - .../org/apache/doris/analysis/Analyzer.java | 3 - .../apache/doris/analysis/ArithmeticExpr.java | 3 - .../apache/doris/analysis/BackendClause.java | 3 - .../org/apache/doris/analysis/BackupStmt.java | 3 - .../apache/doris/analysis/BaseTableRef.java | 3 - .../doris/analysis/BetweenPredicate.java | 3 - .../doris/analysis/BinaryPredicate.java | 3 - .../apache/doris/analysis/BoolLiteral.java | 3 - .../org/apache/doris/analysis/BrokerDesc.java | 12 +-- .../analysis/BuiltinAggregateFunction.java | 3 - .../doris/analysis/CancelAlterSystemStmt.java | 12 +-- .../doris/analysis/CancelAlterTableStmt.java | 12 +-- .../doris/analysis/CancelBackupStmt.java | 12 +-- .../apache/doris/analysis/CancelLoadStmt.java | 12 +-- .../org/apache/doris/analysis/CancelStmt.java | 12 +-- .../org/apache/doris/analysis/CaseExpr.java | 3 - .../apache/doris/analysis/CaseWhenClause.java | 3 - .../org/apache/doris/analysis/CastExpr.java | 3 - .../apache/doris/analysis/ClusterName.java | 3 - .../apache/doris/analysis/ColumnPosition.java | 3 - .../doris/analysis/ColumnRenameClause.java | 3 - .../doris/analysis/ColumnSeparator.java | 3 - .../doris/analysis/CompoundPredicate.java | 3 - .../doris/analysis/CreateClusterStmt.java | 12 +-- .../apache/doris/analysis/CreateDbStmt.java | 3 - .../doris/analysis/CreateFunctionStmt.java | 3 - .../doris/analysis/CreateRepositoryStmt.java | 4 +- .../apache/doris/analysis/CreateRoleStmt.java | 12 +-- .../analysis/CreateTableAsSelectStmt.java | 3 - .../doris/analysis/CreateTableStmt.java | 3 - .../apache/doris/analysis/CreateUserStmt.java | 3 - .../apache/doris/analysis/CreateViewStmt.java | 3 - .../doris/analysis/DataDescription.java | 3 - .../apache/doris/analysis/DateLiteral.java | 3 - .../org/apache/doris/analysis/DdlStmt.java | 3 - .../apache/doris/analysis/DecimalLiteral.java | 3 - .../analysis/DecommissionBackendClause.java | 3 - .../org/apache/doris/analysis/DeleteStmt.java | 3 - .../apache/doris/analysis/DescribeStmt.java | 3 - .../doris/analysis/DescriptorTable.java | 3 - .../doris/analysis/DistributionDesc.java | 3 - .../doris/analysis/DropBackendClause.java | 12 +-- .../doris/analysis/DropClusterStmt.java | 12 +-- .../doris/analysis/DropColumnClause.java | 12 +-- .../org/apache/doris/analysis/DropDbStmt.java | 12 +-- .../doris/analysis/DropFollowerClause.java | 12 +-- .../doris/analysis/DropFunctionStmt.java | 12 +-- .../doris/analysis/DropObserverClause.java | 12 +-- .../doris/analysis/DropPartitionClause.java | 12 +-- .../doris/analysis/DropRepositoryStmt.java | 3 - .../apache/doris/analysis/DropRoleStmt.java | 12 +-- .../doris/analysis/DropRollupClause.java | 12 +-- .../apache/doris/analysis/DropTableStmt.java | 12 +-- .../apache/doris/analysis/DropUserStmt.java | 12 +-- .../org/apache/doris/analysis/EmptyStmt.java | 3 - .../org/apache/doris/analysis/EnterStmt.java | 3 - .../doris/analysis/ExistsPredicate.java | 3 - .../org/apache/doris/analysis/ExportStmt.java | 12 +-- .../java/org/apache/doris/analysis/Expr.java | 3 - .../org/apache/doris/analysis/ExprId.java | 3 - .../doris/analysis/ExprSubstitutionMap.java | 3 - .../apache/doris/analysis/FloatLiteral.java | 3 - .../org/apache/doris/analysis/FromClause.java | 3 - .../apache/doris/analysis/FrontendClause.java | 3 - .../apache/doris/analysis/FunctionArgs.java | 3 - .../doris/analysis/FunctionCallExpr.java | 3 - .../apache/doris/analysis/FunctionName.java | 3 - .../apache/doris/analysis/FunctionParams.java | 3 - .../org/apache/doris/analysis/GrantStmt.java | 3 - .../doris/analysis/HashDistributionDesc.java | 3 - .../org/apache/doris/analysis/HdfsURI.java | 3 - .../org/apache/doris/analysis/HelpStmt.java | 3 - .../doris/analysis/ImportColumnDesc.java | 17 +++++ .../doris/analysis/ImportColumnsStmt.java | 17 +++++ .../doris/analysis/ImportWhereStmt.java | 17 +++++ .../apache/doris/analysis/InPredicate.java | 3 - .../doris/analysis/InformationFunction.java | 3 - .../apache/doris/analysis/InlineViewRef.java | 3 - .../apache/doris/analysis/InsertSource.java | 3 - .../org/apache/doris/analysis/InsertStmt.java | 3 - .../apache/doris/analysis/InsertTarget.java | 3 - .../org/apache/doris/analysis/IntLiteral.java | 3 - .../doris/analysis/IsNullPredicate.java | 3 - .../apache/doris/analysis/JoinOperator.java | 3 - .../org/apache/doris/analysis/KeysDesc.java | 3 - .../org/apache/doris/analysis/KillStmt.java | 3 - .../org/apache/doris/analysis/LabelName.java | 3 - .../doris/analysis/LargeIntLiteral.java | 3 - .../apache/doris/analysis/LikePredicate.java | 3 - .../apache/doris/analysis/LimitElement.java | 3 - .../org/apache/doris/analysis/LinkDbStmt.java | 3 - .../apache/doris/analysis/LiteralExpr.java | 3 - .../org/apache/doris/analysis/LoadStmt.java | 3 - .../org/apache/doris/analysis/MaxLiteral.java | 3 - .../apache/doris/analysis/MigrateDbStmt.java | 3 - .../doris/analysis/ModifyBrokerClause.java | 3 - .../doris/analysis/ModifyColumnClause.java | 3 - .../doris/analysis/ModifyPartitionClause.java | 3 - .../analysis/ModifyTablePropertiesClause.java | 3 - .../apache/doris/analysis/NullLiteral.java | 3 - .../apache/doris/analysis/OpcodeRegistry.java | 3 - .../apache/doris/analysis/OrderByElement.java | 3 - .../org/apache/doris/analysis/ParseNode.java | 3 - .../apache/doris/analysis/PartitionDesc.java | 3 - .../doris/analysis/PartitionKeyDesc.java | 3 - .../apache/doris/analysis/PartitionName.java | 3 - .../doris/analysis/PartitionRenameClause.java | 3 - .../org/apache/doris/analysis/Predicate.java | 3 - .../org/apache/doris/analysis/QueryStmt.java | 3 - .../analysis/RandomDistributionDesc.java | 3 - .../doris/analysis/RangePartitionDesc.java | 3 - .../apache/doris/analysis/RecoverDbStmt.java | 3 - .../doris/analysis/RecoverPartitionStmt.java | 3 - .../doris/analysis/RecoverTableStmt.java | 3 - .../apache/doris/analysis/RedirectStatus.java | 3 - .../doris/analysis/ReorderColumnsClause.java | 3 - .../apache/doris/analysis/RestoreStmt.java | 3 - .../org/apache/doris/analysis/RevokeStmt.java | 3 - .../doris/analysis/RollupRenameClause.java | 3 - .../doris/analysis/SchemaTableType.java | 3 - .../org/apache/doris/analysis/SelectList.java | 3 - .../apache/doris/analysis/SelectListItem.java | 3 - .../org/apache/doris/analysis/SelectStmt.java | 3 - .../apache/doris/analysis/SetNamesVar.java | 3 - .../org/apache/doris/analysis/SetPassVar.java | 3 - .../org/apache/doris/analysis/SetStmt.java | 3 - .../apache/doris/analysis/SetTransaction.java | 12 +-- .../org/apache/doris/analysis/SetType.java | 3 - .../doris/analysis/SetUserPropertyStmt.java | 3 - .../doris/analysis/SetUserPropertyVar.java | 3 - .../org/apache/doris/analysis/SetVar.java | 3 - .../apache/doris/analysis/ShowAlterStmt.java | 12 +-- .../apache/doris/analysis/ShowAuthorStmt.java | 12 +-- .../doris/analysis/ShowBackendsStmt.java | 12 +-- .../apache/doris/analysis/ShowBackupStmt.java | 12 +-- .../apache/doris/analysis/ShowBrokerStmt.java | 12 +-- .../doris/analysis/ShowCharsetStmt.java | 12 +-- .../doris/analysis/ShowClusterStmt.java | 12 +-- .../doris/analysis/ShowCollationStmt.java | 12 +-- .../apache/doris/analysis/ShowColumnStmt.java | 12 +-- .../doris/analysis/ShowCreateDbStmt.java | 12 +-- .../doris/analysis/ShowCreateTableStmt.java | 12 +-- .../apache/doris/analysis/ShowDataStmt.java | 12 +-- .../org/apache/doris/analysis/ShowDbStmt.java | 12 +-- .../apache/doris/analysis/ShowDeleteStmt.java | 12 +-- .../doris/analysis/ShowEnginesStmt.java | 12 +-- .../apache/doris/analysis/ShowEventsStmt.java | 12 +-- .../apache/doris/analysis/ShowExportStmt.java | 12 +-- .../doris/analysis/ShowFrontendsStmt.java | 12 +-- .../apache/doris/analysis/ShowGrantsStmt.java | 12 +-- .../apache/doris/analysis/ShowKeysStmt.java | 12 +-- .../apache/doris/analysis/ShowLoadStmt.java | 12 +-- .../doris/analysis/ShowLoadWarningsStmt.java | 12 +-- .../doris/analysis/ShowMigrationsStmt.java | 12 +-- .../doris/analysis/ShowOpenTableStmt.java | 12 +-- .../doris/analysis/ShowPartitionsStmt.java | 12 +-- .../doris/analysis/ShowPluginsStmt.java | 12 +-- .../apache/doris/analysis/ShowProcStmt.java | 12 +-- .../doris/analysis/ShowProcedureStmt.java | 12 +-- .../doris/analysis/ShowProcesslistStmt.java | 12 +-- .../doris/analysis/ShowRepositoriesStmt.java | 3 - .../doris/analysis/ShowRestoreStmt.java | 12 +-- .../apache/doris/analysis/ShowRolesStmt.java | 12 +-- .../apache/doris/analysis/ShowRollupStmt.java | 12 +-- .../doris/analysis/ShowSnapshotStmt.java | 3 - .../apache/doris/analysis/ShowStatusStmt.java | 12 +-- .../org/apache/doris/analysis/ShowStmt.java | 12 +-- .../doris/analysis/ShowTableStatusStmt.java | 12 +-- .../apache/doris/analysis/ShowTableStmt.java | 12 +-- .../apache/doris/analysis/ShowTabletStmt.java | 12 +-- .../doris/analysis/ShowTriggersStmt.java | 12 +-- .../doris/analysis/ShowUserPropertyStmt.java | 12 +-- .../apache/doris/analysis/ShowUserStmt.java | 17 +++++ .../doris/analysis/ShowVariablesStmt.java | 12 +-- .../doris/analysis/ShowWarningStmt.java | 12 +-- .../doris/analysis/ShowWhiteListStmt.java | 12 +-- .../analysis/SingleRangePartitionDesc.java | 3 - .../apache/doris/analysis/SlotDescriptor.java | 3 - .../org/apache/doris/analysis/SlotId.java | 3 - .../org/apache/doris/analysis/SlotRef.java | 3 - .../org/apache/doris/analysis/SortInfo.java | 3 - .../apache/doris/analysis/StatementBase.java | 3 - .../apache/doris/analysis/StmtRewriter.java | 3 - .../apache/doris/analysis/StringLiteral.java | 3 - .../org/apache/doris/analysis/Subquery.java | 3 - .../org/apache/doris/analysis/SyncStmt.java | 3 - .../doris/analysis/SysVariableDesc.java | 3 - .../org/apache/doris/analysis/TableName.java | 3 - .../apache/doris/analysis/TablePattern.java | 12 +-- .../org/apache/doris/analysis/TableRef.java | 3 - .../doris/analysis/TableRenameClause.java | 3 - .../analysis/TimestampArithmeticExpr.java | 3 - .../org/apache/doris/analysis/ToSqlUtils.java | 3 - .../doris/analysis/TupleDescriptor.java | 3 - .../org/apache/doris/analysis/TupleId.java | 3 - .../doris/analysis/TupleIsNullPredicate.java | 3 - .../org/apache/doris/analysis/UnionStmt.java | 3 - .../doris/analysis/UnsupportedStmt.java | 3 - .../org/apache/doris/analysis/UseStmt.java | 3 - .../org/apache/doris/analysis/UserDesc.java | 3 - .../apache/doris/analysis/UserIdentity.java | 12 +-- .../org/apache/doris/analysis/WithClause.java | 3 - .../doris/backup/AbstractBackupJob_D.java | 12 +-- .../org/apache/doris/backup/AbstractJob.java | 3 - .../doris/backup/AsynchronousCmdExecutor.java | 12 +-- .../apache/doris/backup/BackupHandler.java | 12 +-- .../org/apache/doris/backup/BackupJob.java | 17 +++++ .../apache/doris/backup/BackupJobInfo.java | 3 - .../org/apache/doris/backup/BackupJob_D.java | 12 +-- .../org/apache/doris/backup/BackupMeta.java | 3 - .../apache/doris/backup/BackupVersion.java | 12 +-- .../org/apache/doris/backup/BlobStorage.java | 3 - .../apache/doris/backup/CommandBuilder.java | 12 +-- .../org/apache/doris/backup/DirSaver.java | 12 +-- .../org/apache/doris/backup/FileSaver.java | 12 +-- .../org/apache/doris/backup/FileSaverI.java | 12 +-- .../apache/doris/backup/MetaDownloadTask.java | 12 +-- .../apache/doris/backup/MetaUploadTask.java | 12 +-- .../org/apache/doris/backup/ObjectWriter.java | 12 +-- .../org/apache/doris/backup/PathBuilder.java | 12 +-- .../org/apache/doris/backup/RemoteFile.java | 3 - .../org/apache/doris/backup/Repository.java | 3 - .../apache/doris/backup/RepositoryMgr.java | 3 - .../doris/backup/RestoreFileMapping.java | 3 - .../org/apache/doris/backup/RestoreJob.java | 3 - .../org/apache/doris/backup/RestoreJob_D.java | 12 +-- .../apache/doris/backup/ResultfulTask.java | 12 +-- .../apache/doris/backup/SaveManifestTask.java | 12 +-- .../org/apache/doris/backup/SnapshotInfo.java | 3 - .../java/org/apache/doris/backup/Status.java | 3 - .../apache/doris/catalog/AccessPrivilege.java | 3 - .../doris/catalog/AggregateFunction.java | 3 - .../apache/doris/catalog/AggregateType.java | 12 +-- .../org/apache/doris/catalog/ArrayType.java | 3 - .../org/apache/doris/catalog/BrokerMgr.java | 12 +-- .../org/apache/doris/catalog/BrokerTable.java | 12 +-- .../org/apache/doris/catalog/Catalog.java | 3 - .../doris/catalog/CatalogRecycleBin.java | 12 +-- .../java/org/apache/doris/catalog/Column.java | 3 - .../org/apache/doris/catalog/ColumnStats.java | 3 - .../org/apache/doris/catalog/ColumnType.java | 3 - .../apache/doris/catalog/DataProperty.java | 3 - .../org/apache/doris/catalog/Database.java | 3 - .../org/apache/doris/catalog/DiskInfo.java | 12 +-- .../doris/catalog/DistributionInfo.java | 3 - .../apache/doris/catalog/DomainResolver.java | 12 +-- .../org/apache/doris/catalog/EsTable.java | 12 +-- .../org/apache/doris/catalog/Function.java | 3 - .../org/apache/doris/catalog/FunctionSet.java | 3 - .../doris/catalog/HashDistributionInfo.java | 12 +-- .../apache/doris/catalog/InfoSchemaDb.java | 3 - .../org/apache/doris/catalog/InlineView.java | 3 - .../org/apache/doris/catalog/KeysType.java | 3 - .../apache/doris/catalog/KuduPartition.java | 3 - .../org/apache/doris/catalog/KuduTable.java | 3 - .../org/apache/doris/catalog/MapType.java | 3 - .../doris/catalog/MaterializedIndex.java | 3 - .../org/apache/doris/catalog/MetaObject.java | 3 - .../apache/doris/catalog/MetaReplayState.java | 3 - .../doris/catalog/MetaSignatureVersion.java | 3 - .../apache/doris/catalog/MetadataViewer.java | 12 +-- .../org/apache/doris/catalog/MysqlTable.java | 12 +-- .../org/apache/doris/catalog/OlapTable.java | 12 ++- .../org/apache/doris/catalog/Partition.java | 13 ++-- .../apache/doris/catalog/PartitionInfo.java | 12 +-- .../apache/doris/catalog/PartitionKey.java | 12 +-- .../apache/doris/catalog/PartitionType.java | 12 +-- .../apache/doris/catalog/PrimitiveType.java | 3 - .../doris/catalog/RandomDistributionInfo.java | 12 +-- .../doris/catalog/RangePartitionInfo.java | 12 +-- .../org/apache/doris/catalog/Replica.java | 12 ++- .../apache/doris/catalog/ResourceGroup.java | 3 - .../apache/doris/catalog/ResourceType.java | 3 - .../apache/doris/catalog/ScalarFunction.java | 3 - .../org/apache/doris/catalog/ScalarType.java | 17 ----- .../org/apache/doris/catalog/SchemaTable.java | 3 - .../doris/catalog/SinglePartitionInfo.java | 3 - .../org/apache/doris/catalog/StructField.java | 17 ----- .../org/apache/doris/catalog/StructType.java | 3 - .../java/org/apache/doris/catalog/Table.java | 3 - .../java/org/apache/doris/catalog/Tablet.java | 12 +-- .../doris/catalog/TabletInvertedIndex.java | 3 - .../org/apache/doris/catalog/TabletMeta.java | 12 +-- .../apache/doris/catalog/TabletStatMgr.java | 17 +++++ .../java/org/apache/doris/catalog/Type.java | 3 - .../java/org/apache/doris/catalog/Uda.java | 3 - .../java/org/apache/doris/catalog/Udf.java | 3 - .../java/org/apache/doris/catalog/View.java | 3 - .../doris/clone/BackendLoadStatistic.java | 12 +-- .../org/apache/doris/clone/BalanceStatus.java | 12 +-- .../java/org/apache/doris/clone/Clone.java | 12 +-- .../org/apache/doris/clone/CloneChecker.java | 12 +-- .../java/org/apache/doris/clone/CloneJob.java | 12 +-- .../doris/clone/ClusterLoadStatistic.java | 12 +-- .../doris/clone/LoadBalanceException.java | 12 +-- .../org/apache/doris/clone/LoadBalancer.java | 12 +-- .../doris/clone/RootPathLoadStatistic.java | 12 +-- .../org/apache/doris/cluster/BaseParam.java | 12 +-- .../org/apache/doris/cluster/Cluster.java | 12 +-- .../doris/cluster/ClusterNamespace.java | 12 +-- .../apache/doris/common/AliasGenerator.java | 3 - .../doris/common/AnalysisException.java | 3 - .../org/apache/doris/common/AuditLog.java | 3 - .../doris/common/AuthenticationException.java | 3 - .../java/org/apache/doris/common/CIDR.java | 12 +-- .../apache/doris/common/CaseSensibility.java | 12 +-- .../org/apache/doris/common/ClientPool.java | 3 - .../doris/common/ColumnAliasGenerator.java | 3 - .../doris/common/CommandLineOptions.java | 17 +++++ .../java/org/apache/doris/common/Config.java | 12 +-- .../org/apache/doris/common/ConfigBase.java | 3 - .../apache/doris/common/ConfigWatcher.java | 3 - .../org/apache/doris/common/DdlException.java | 3 - .../org/apache/doris/common/ErrorCode.java | 3 - .../org/apache/doris/common/ErrorReport.java | 3 - .../org/apache/doris/common/FeConstants.java | 3 - .../apache/doris/common/FeMetaVersion.java | 3 - .../org/apache/doris/common/FeNameFormat.java | 3 - .../org/apache/doris/common/GenericPool.java | 3 - .../main/java/org/apache/doris/common/Id.java | 3 - .../org/apache/doris/common/IdGenerator.java | 3 - .../apache/doris/common/LoadException.java | 3 - .../org/apache/doris/common/Log4jConfig.java | 3 - .../apache/doris/common/MarkDownParser.java | 3 - .../doris/common/MarkedCountDownLatch.java | 3 - .../doris/common/MetaNotFoundException.java | 3 - .../doris/common/NotImplementedException.java | 3 - .../java/org/apache/doris/common/Pair.java | 3 - .../apache/doris/common/PatternMatcher.java | 3 - .../org/apache/doris/common/Reference.java | 3 - .../java/org/apache/doris/common/Status.java | 3 - .../doris/common/SystemIdGenerator.java | 3 - .../doris/common/TableAliasGenerator.java | 3 - .../doris/common/ThreadIdConverter.java | 3 - .../org/apache/doris/common/ThriftServer.java | 12 +-- .../doris/common/ThriftServerContext.java | 12 +-- .../common/ThriftServerEventProcessor.java | 12 +-- .../org/apache/doris/common/TreeNode.java | 3 - .../apache/doris/common/UserException.java | 3 - .../doris/common/io/DataInputBuffer.java | 3 - .../doris/common/io/DataOutputBuffer.java | 3 - .../org/apache/doris/common/io/DeepCopy.java | 3 - .../common/io/FastByteArrayInputStream.java | 3 - .../common/io/FastByteArrayOutputStream.java | 3 - .../org/apache/doris/common/io/IOUtils.java | 3 - .../apache/doris/common/io/InputBuffer.java | 3 - .../doris/common/io/LimitInputStream.java | 3 - .../doris/common/io/LimitOutputStream.java | 3 - .../apache/doris/common/io/OutputBuffer.java | 3 - .../java/org/apache/doris/common/io/Text.java | 3 - .../org/apache/doris/common/io/Writable.java | 3 - .../apache/doris/common/path/PathTrie.java | 3 - .../apache/doris/common/proc/AuthProcDir.java | 3 - .../proc/BackendLoadStatisticProcNode.java | 12 +-- .../doris/common/proc/BackendProcNode.java | 3 - .../doris/common/proc/BackendsProcDir.java | 3 - .../apache/doris/common/proc/BaseProcDir.java | 3 - .../doris/common/proc/BaseProcNode.java | 3 - .../doris/common/proc/BaseProcResult.java | 3 - .../doris/common/proc/CloneProcNode.java | 3 - .../proc/ClusterLoadStatisticProcDir.java | 12 +-- .../CurrentQueryBackendInstanceProcDir.java | 12 +-- .../proc/CurrentQueryFragmentProcNode.java | 12 +-- .../common/proc/CurrentQuerySqlProcDir.java | 12 +-- .../proc/CurrentQueryStatisticsProcDir.java | 12 +-- .../apache/doris/common/proc/DbsProcDir.java | 3 - .../doris/common/proc/DeleteInfoProcDir.java | 3 - .../doris/common/proc/DeleteJobProcNode.java | 3 - .../common/proc/EsPartitionsProcDir.java | 12 +-- .../doris/common/proc/EsShardProcDir.java | 12 +-- .../doris/common/proc/ExportProcNode.java | 12 +-- .../doris/common/proc/FrontendsProcNode.java | 3 - .../proc/IncompleteTabletsProcNode.java | 3 - .../doris/common/proc/IndexInfoProcDir.java | 3 - .../common/proc/IndexSchemaProcNode.java | 3 - .../doris/common/proc/IndicesProcDir.java | 3 - .../doris/common/proc/JobsDbProcDir.java | 3 - .../apache/doris/common/proc/JobsProcDir.java | 3 - .../apache/doris/common/proc/JvmProcDir.java | 17 +++++ .../doris/common/proc/LoadErrorProcNode.java | 3 - .../doris/common/proc/LoadJobProcNode.java | 3 - .../apache/doris/common/proc/LoadProcDir.java | 3 - .../doris/common/proc/MonitorProcDir.java | 17 +++++ .../doris/common/proc/PartitionsProcDir.java | 3 - .../doris/common/proc/ProcDirInterface.java | 3 - .../doris/common/proc/ProcNodeInterface.java | 3 - .../apache/doris/common/proc/ProcResult.java | 3 - .../apache/doris/common/proc/ProcService.java | 3 - .../doris/common/proc/ReplicasProcNode.java | 3 - .../doris/common/proc/RollupJobProcDir.java | 3 - .../doris/common/proc/RollupProcDir.java | 3 - .../common/proc/RollupTabletsProcNode.java | 3 - .../common/proc/SchemaChangeProcNode.java | 3 - .../doris/common/proc/StatisticProcDir.java | 3 - .../doris/common/proc/TableProcDir.java | 3 - .../doris/common/proc/TablesProcDir.java | 3 - .../doris/common/proc/TabletsProcDir.java | 3 +- .../doris/common/proc/TaskFailedProcNode.java | 3 - .../doris/common/proc/TaskTypeProcNode.java | 3 - .../doris/common/proc/TasksProcDir.java | 3 - .../doris/common/proc/TransDbProcDir.java | 12 +-- .../common/proc/TransPartitionProcNode.java | 12 +-- .../doris/common/proc/TransProcDir.java | 12 +-- .../doris/common/proc/TransTablesProcDir.java | 12 +-- .../common/proc/UserPropertyProcNode.java | 3 - .../common/publish/AckResponseHandler.java | 3 - .../common/publish/ClusterStatePublisher.java | 3 - .../common/publish/ClusterStateUpdate.java | 3 - .../common/publish/FixedTimePublisher.java | 3 - .../apache/doris/common/publish/Listener.java | 3 - .../doris/common/publish/Listeners.java | 3 - .../doris/common/publish/ResponseHandler.java | 3 - .../doris/common/publish/TopicUpdate.java | 3 - .../apache/doris/common/util/BrokerUtil.java | 17 +++++ .../doris/common/util/CommandResult.java | 3 - .../org/apache/doris/common/util/Counter.java | 3 - .../org/apache/doris/common/util/Daemon.java | 3 - .../apache/doris/common/util/DebugUtil.java | 3 - .../apache/doris/common/util/KuduUtil.java | 3 - .../doris/common/util/ListComparator.java | 3 - .../doris/common/util/LoadBalancer.java | 3 - .../apache/doris/common/util/MysqlUtil.java | 3 - .../apache/doris/common/util/NetUtils.java | 12 +-- .../apache/doris/common/util/OrderByPair.java | 3 - .../doris/common/util/PlatformName.java | 3 - .../doris/common/util/PrintableMap.java | 3 - .../doris/common/util/ProfileManager.java | 3 - .../doris/common/util/PropertyAnalyzer.java | 3 - .../doris/common/util/ReflectionUtils.java | 3 - .../doris/common/util/RuntimeProfile.java | 3 - .../apache/doris/common/util/SqlUtils.java | 3 - .../apache/doris/common/util/TimeUtils.java | 3 - .../org/apache/doris/common/util/Util.java | 3 - .../consistency/CheckConsistencyJob.java | 12 +-- .../doris/consistency/ConsistencyChecker.java | 12 +-- .../apache/doris/deploy/DeployManager.java | 17 +++++ .../deploy/impl/AmbariDeployManager.java | 17 +++++ .../doris/deploy/impl/K8sDeployManager.java | 17 +++++ .../deploy/impl/LocalFileDeployManager.java | 17 +++++ .../apache/doris/external/EsIndexState.java | 12 +-- .../apache/doris/external/EsShardRouting.java | 12 +-- .../apache/doris/external/EsStateStore.java | 12 +-- .../apache/doris/external/EsTableState.java | 12 +-- .../org/apache/doris/external/EsUtil.java | 12 +-- .../external/ExternalDataSourceException.java | 12 +-- .../main/java/org/apache/doris/ha/BDBHA.java | 12 +-- .../doris/ha/BDBStateChangeListener.java | 12 +-- .../org/apache/doris/ha/FrontendNodeType.java | 12 +-- .../java/org/apache/doris/ha/HAProtocol.java | 12 +-- .../java/org/apache/doris/ha/MasterInfo.java | 12 +-- .../apache/doris/http/ActionController.java | 12 +-- .../org/apache/doris/http/BaseAction.java | 12 +-- .../org/apache/doris/http/BaseRequest.java | 12 +-- .../org/apache/doris/http/BaseResponse.java | 12 +-- .../apache/doris/http/HttpAuthManager.java | 12 +-- .../org/apache/doris/http/HttpServer.java | 12 +-- .../apache/doris/http/HttpServerHandler.java | 12 +-- .../java/org/apache/doris/http/IAction.java | 12 +-- .../doris/http/IllegalArgException.java | 12 +-- .../doris/http/UnauthorizedException.java | 12 +-- .../java/org/apache/doris/http/WebUtils.java | 12 +-- .../doris/http/action/BackendAction.java | 12 +-- .../apache/doris/http/action/HaAction.java | 12 +-- .../apache/doris/http/action/HelpAction.java | 12 +-- .../apache/doris/http/action/IndexAction.java | 12 +-- .../apache/doris/http/action/LogAction.java | 12 +-- .../doris/http/action/NotFoundAction.java | 12 +-- .../apache/doris/http/action/QueryAction.java | 12 +-- .../doris/http/action/QueryProfileAction.java | 12 +-- .../doris/http/action/SessionAction.java | 12 +-- .../http/action/StaticResourceAction.java | 12 +-- .../doris/http/action/SystemAction.java | 12 +-- .../doris/http/action/VariableAction.java | 12 +-- .../doris/http/action/WebBaseAction.java | 12 +-- .../http/meta/InvalidClientException.java | 12 +-- .../doris/http/meta/MetaBaseAction.java | 12 +-- .../apache/doris/http/meta/MetaService.java | 12 +-- .../apache/doris/http/rest/ActionStatus.java | 12 +-- .../http/rest/BootstrapFinishAction.java | 12 +-- .../doris/http/rest/CancelStreamLoad.java | 12 +-- .../http/rest/CheckDecommissionAction.java | 12 +-- .../doris/http/rest/GetDdlStmtAction.java | 12 +-- .../doris/http/rest/GetLoadInfoAction.java | 12 +-- .../doris/http/rest/GetLogFileAction.java | 12 +-- .../doris/http/rest/GetStreamLoadState.java | 12 +-- .../apache/doris/http/rest/HealthAction.java | 12 +-- .../apache/doris/http/rest/LoadAction.java | 12 +-- .../http/rest/MetaReplayerCheckAction.java | 12 +-- .../apache/doris/http/rest/MetricsAction.java | 12 +-- .../doris/http/rest/MigrationAction.java | 12 +-- .../apache/doris/http/rest/MultiAbort.java | 12 +-- .../apache/doris/http/rest/MultiCommit.java | 12 +-- .../org/apache/doris/http/rest/MultiDesc.java | 12 +-- .../org/apache/doris/http/rest/MultiList.java | 12 +-- .../apache/doris/http/rest/MultiStart.java | 12 +-- .../apache/doris/http/rest/MultiUnload.java | 12 +-- .../doris/http/rest/RestBaseAction.java | 12 +-- .../doris/http/rest/RestBaseResult.java | 12 +-- .../apache/doris/http/rest/RestResult.java | 12 +-- .../doris/http/rest/RowCountAction.java | 12 +-- .../doris/http/rest/SetConfigAction.java | 12 +-- .../doris/http/rest/ShowMetaInfoAction.java | 12 +-- .../doris/http/rest/ShowProcAction.java | 12 +-- .../http/rest/ShowRuntimeInfoAction.java | 12 +-- .../http/rest/StorageTypeCheckAction.java | 17 +++++ .../org/apache/doris/journal/Journal.java | 12 +-- .../apache/doris/journal/JournalCursor.java | 12 +-- .../apache/doris/journal/JournalEntity.java | 12 +-- .../doris/journal/bdbje/BDBEnvironment.java | 12 +-- .../doris/journal/bdbje/BDBJEJournal.java | 12 +-- .../doris/journal/bdbje/BDBJournalCursor.java | 12 +-- .../apache/doris/journal/bdbje/BDBTool.java | 17 +++++ .../doris/journal/bdbje/BDBToolOptions.java | 17 +++++ .../apache/doris/journal/bdbje/Timestamp.java | 12 +-- .../doris/journal/local/LocalJournal.java | 12 +-- .../journal/local/LocalJournalCursor.java | 12 +-- .../java/org/apache/doris/kudu/KuduAgent.java | 3 - .../org/apache/doris/load/AsyncDeleteJob.java | 12 +-- .../apache/doris/load/BrokerFileGroup.java | 12 +-- .../org/apache/doris/load/DeleteInfo.java | 12 +-- .../java/org/apache/doris/load/DppConfig.java | 12 +-- .../org/apache/doris/load/DppScheduler.java | 12 +-- .../org/apache/doris/load/EtlJobInfo.java | 12 +-- .../java/org/apache/doris/load/EtlStatus.java | 12 +-- .../apache/doris/load/EtlSubmitResult.java | 12 +-- .../org/apache/doris/load/ExportChecker.java | 12 +-- .../org/apache/doris/load/ExportFailMsg.java | 12 +-- .../java/org/apache/doris/load/ExportJob.java | 12 +-- .../java/org/apache/doris/load/ExportMgr.java | 12 +-- .../java/org/apache/doris/load/FailMsg.java | 12 +-- .../apache/doris/load/HadoopEtlJobInfo.java | 12 +-- .../main/java/org/apache/doris/load/Load.java | 12 +-- .../org/apache/doris/load/LoadChecker.java | 12 +-- .../org/apache/doris/load/LoadErrorHub.java | 12 +-- .../java/org/apache/doris/load/LoadJob.java | 12 +-- .../org/apache/doris/load/MiniEtlJobInfo.java | 12 +-- .../apache/doris/load/MiniEtlTaskInfo.java | 12 +-- .../apache/doris/load/MysqlLoadErrorHub.java | 12 +-- .../apache/doris/load/PartitionLoadInfo.java | 12 +-- .../apache/doris/load/PullLoadSourceInfo.java | 12 +-- .../java/org/apache/doris/load/Source.java | 12 +-- .../org/apache/doris/load/TableLoadInfo.java | 12 +-- .../org/apache/doris/load/TabletLoadInfo.java | 12 +-- .../org/apache/doris/master/Checkpoint.java | 12 +-- .../org/apache/doris/master/MasterImpl.java | 12 +-- .../org/apache/doris/master/MetaHelper.java | 12 +-- .../apache/doris/master/ReportHandler.java | 12 ++- .../org/apache/doris/metric/MetricLabel.java | 3 - .../org/apache/doris/metric/MetricRepo.java | 3 - .../doris/metric/PaloCounterMetric.java | 3 - .../doris/metric/PaloDoubleCounterMetric.java | 3 - .../apache/doris/metric/PaloGaugeMetric.java | 3 - .../doris/metric/PaloLongCounterMetric.java | 3 - .../org/apache/doris/metric/PaloMetric.java | 3 - .../doris/metric/PaloMetricRegistry.java | 3 - .../doris/metric/PaloMetricVisitor.java | 3 - .../doris/metric/PrometheusMetricVisitor.java | 35 ++++----- .../org/apache/doris/monitor/jvm/GcNames.java | 12 +-- .../org/apache/doris/monitor/jvm/JvmInfo.java | 12 +-- .../apache/doris/monitor/jvm/JvmService.java | 12 +-- .../apache/doris/monitor/jvm/JvmStats.java | 12 +-- .../doris/monitor/unit/ByteSizeUnit.java | 12 +-- .../doris/monitor/unit/ByteSizeValue.java | 12 +-- .../apache/doris/monitor/unit/TimeValue.java | 12 +-- .../apache/doris/monitor/utils/Strings.java | 12 +-- .../apache/doris/mysql/MysqlAuthPacket.java | 12 +-- .../apache/doris/mysql/MysqlCapability.java | 12 +-- .../org/apache/doris/mysql/MysqlChannel.java | 12 +-- .../org/apache/doris/mysql/MysqlColDef.java | 12 +-- .../org/apache/doris/mysql/MysqlColType.java | 12 +-- .../org/apache/doris/mysql/MysqlCommand.java | 12 +-- .../apache/doris/mysql/MysqlEofPacket.java | 12 +-- .../apache/doris/mysql/MysqlErrPacket.java | 12 +-- .../doris/mysql/MysqlHandshakePacket.java | 12 +-- .../org/apache/doris/mysql/MysqlOkPacket.java | 12 +-- .../org/apache/doris/mysql/MysqlPacket.java | 12 +-- .../org/apache/doris/mysql/MysqlPassword.java | 12 +-- .../org/apache/doris/mysql/MysqlProto.java | 12 +-- .../apache/doris/mysql/MysqlSerializer.java | 12 +-- .../org/apache/doris/mysql/MysqlServer.java | 12 +-- .../doris/mysql/MysqlServerStatusFlag.java | 12 +-- .../doris/mysql/privilege/DbPrivEntry.java | 12 +-- .../doris/mysql/privilege/DbPrivTable.java | 12 +-- .../mysql/privilege/GlobalPrivEntry.java | 12 +-- .../doris/mysql/privilege/PaloAuth.java | 12 +-- .../doris/mysql/privilege/PaloPrivilege.java | 12 +-- .../doris/mysql/privilege/PaloRole.java | 12 +-- .../doris/mysql/privilege/PrivBitSet.java | 12 +-- .../doris/mysql/privilege/PrivEntry.java | 12 +-- .../doris/mysql/privilege/PrivPredicate.java | 12 +-- .../doris/mysql/privilege/PrivTable.java | 12 +-- .../doris/mysql/privilege/RoleManager.java | 12 +-- .../doris/mysql/privilege/TablePrivEntry.java | 12 +-- .../doris/mysql/privilege/TablePrivTable.java | 12 +-- .../doris/mysql/privilege/UserPrivTable.java | 12 +-- .../doris/mysql/privilege/UserProperty.java | 12 +-- .../mysql/privilege/UserPropertyInfo.java | 12 +-- .../mysql/privilege/UserPropertyMgr.java | 12 +-- .../doris/mysql/privilege/UserResource.java | 12 +-- .../doris/mysql/privilege/WhiteList.java | 12 +-- .../doris/persist/BackendIdsUpdateInfo.java | 12 +-- .../org/apache/doris/persist/CloneInfo.java | 12 +-- .../org/apache/doris/persist/ClusterInfo.java | 12 +-- .../doris/persist/ConsistencyCheckInfo.java | 12 +-- .../apache/doris/persist/CreateTableInfo.java | 12 +-- .../apache/doris/persist/DatabaseInfo.java | 12 +-- .../org/apache/doris/persist/DropInfo.java | 12 +-- .../persist/DropLinkDbAndUpdateDbInfo.java | 12 +-- .../doris/persist/DropPartitionInfo.java | 12 +-- .../org/apache/doris/persist/EditLog.java | 12 +-- .../doris/persist/EditLogFileInputStream.java | 12 +-- .../persist/EditLogFileOutputStream.java | 12 +-- .../doris/persist/EditLogInputStream.java | 12 +-- .../doris/persist/EditLogOutputStream.java | 12 +-- .../org/apache/doris/persist/LinkDbInfo.java | 12 +-- .../org/apache/doris/persist/MetaCleaner.java | 12 +-- .../doris/persist/ModifyPartitionInfo.java | 12 +-- .../apache/doris/persist/OperationType.java | 12 +-- .../doris/persist/PartitionPersistInfo.java | 12 +-- .../org/apache/doris/persist/PrivInfo.java | 12 +-- .../org/apache/doris/persist/RecoverInfo.java | 12 +-- .../doris/persist/ReplicaPersistInfo.java | 12 +-- .../org/apache/doris/persist/Storage.java | 12 +-- .../org/apache/doris/persist/StorageInfo.java | 12 +-- .../org/apache/doris/persist/TableInfo.java | 12 +-- .../apache/doris/planner/AggregationNode.java | 3 - .../doris/planner/AnalyticEvalNode.java | 3 - .../apache/doris/planner/AnalyticPlanner.java | 3 - .../apache/doris/planner/BrokerScanNode.java | 12 +-- .../apache/doris/planner/CrossJoinNode.java | 3 - .../org/apache/doris/planner/CsvScanNode.java | 12 +-- .../apache/doris/planner/DataPartition.java | 12 +-- .../org/apache/doris/planner/DataSink.java | 12 +-- .../apache/doris/planner/DataSplitSink.java | 12 +-- .../apache/doris/planner/DataStreamSink.java | 3 - .../doris/planner/DistributedPlanner.java | 3 - .../doris/planner/DistributionPruner.java | 12 +-- .../apache/doris/planner/EmptySetNode.java | 3 - .../org/apache/doris/planner/EsScanNode.java | 12 +-- .../apache/doris/planner/ExchangeNode.java | 3 - .../org/apache/doris/planner/ExportSink.java | 12 +-- .../doris/planner/HashDistributionPruner.java | 12 +-- .../apache/doris/planner/HashJoinNode.java | 3 - .../doris/planner/ListPartitionPruner.java | 3 - .../apache/doris/planner/MergeJoinNode.java | 3 - .../org/apache/doris/planner/MergeNode.java | 3 - .../apache/doris/planner/MysqlScanNode.java | 12 +-- .../apache/doris/planner/MysqlTableSink.java | 12 +-- .../apache/doris/planner/OlapRewriteNode.java | 12 +-- .../apache/doris/planner/OlapScanNode.java | 12 +-- .../apache/doris/planner/OlapTableSink.java | 12 +-- .../doris/planner/PartitionColumnFilter.java | 12 +-- .../apache/doris/planner/PartitionPruner.java | 12 +-- .../apache/doris/planner/PlanFragment.java | 3 - .../apache/doris/planner/PlanFragmentId.java | 3 - .../org/apache/doris/planner/PlanNode.java | 3 - .../org/apache/doris/planner/PlanNodeId.java | 3 - .../org/apache/doris/planner/Planner.java | 3 - .../apache/doris/planner/PlannerContext.java | 3 - .../doris/planner/RangePartitionPruner.java | 3 - .../org/apache/doris/planner/ResultSink.java | 3 - .../org/apache/doris/planner/ScanNode.java | 3 - .../apache/doris/planner/SchemaScanNode.java | 3 - .../org/apache/doris/planner/SelectNode.java | 3 - .../doris/planner/SingleNodePlanner.java | 3 - .../org/apache/doris/planner/SortNode.java | 3 - .../doris/planner/StreamLoadPlanner.java | 12 +-- .../doris/planner/StreamLoadScanNode.java | 12 +-- .../org/apache/doris/planner/UnionNode.java | 3 - .../org/apache/doris/qe/AuditBuilder.java | 12 +-- .../org/apache/doris/qe/ConnectContext.java | 12 +-- .../org/apache/doris/qe/ConnectProcessor.java | 12 +-- .../org/apache/doris/qe/ConnectScheduler.java | 12 +-- .../java/org/apache/doris/qe/Coordinator.java | 12 +-- .../java/org/apache/doris/qe/DdlExecutor.java | 12 +-- .../org/apache/doris/qe/GlobalVariable.java | 12 +-- .../org/apache/doris/qe/HelpCategory.java | 12 +-- .../java/org/apache/doris/qe/HelpModule.java | 12 +-- .../org/apache/doris/qe/HelpObjectIface.java | 12 +-- .../org/apache/doris/qe/HelpObjectLoader.java | 12 +-- .../java/org/apache/doris/qe/HelpTopic.java | 12 +-- .../apache/doris/qe/JournalObservable.java | 12 +-- .../org/apache/doris/qe/JournalObserver.java | 12 +-- .../org/apache/doris/qe/MasterOpExecutor.java | 12 +-- .../org/apache/doris/qe/MultiLoadMgr.java | 12 +-- .../java/org/apache/doris/qe/QeProcessor.java | 12 +-- .../org/apache/doris/qe/QeProcessorImpl.java | 12 +-- .../java/org/apache/doris/qe/QeService.java | 12 +-- .../java/org/apache/doris/qe/QueryState.java | 12 +-- .../apache/doris/qe/QueryStatisticsItem.java | 12 +-- .../org/apache/doris/qe/ResultReceiver.java | 12 +-- .../org/apache/doris/qe/SessionVariable.java | 12 +-- .../java/org/apache/doris/qe/SetExecutor.java | 12 +-- .../org/apache/doris/qe/ShowExecutor.java | 12 +-- .../org/apache/doris/qe/ShowResultSet.java | 12 +-- .../doris/qe/ShowResultSetMetaData.java | 12 +-- .../org/apache/doris/qe/SimpleScheduler.java | 12 +-- .../org/apache/doris/qe/StmtExecutor.java | 12 +-- .../java/org/apache/doris/qe/VariableMgr.java | 12 +-- .../doris/rewrite/BetweenToCompoundRule.java | 3 - .../apache/doris/rewrite/ExprRewriteRule.java | 3 - .../apache/doris/rewrite/ExprRewriter.java | 3 - .../NormalizeBinaryPredicatesRule.java | 3 - .../apache/doris/rpc/AttachmentRequest.java | 12 +-- .../apache/doris/rpc/BackendServiceProxy.java | 12 +-- .../doris/rpc/PCancelPlanFragmentRequest.java | 12 +-- .../doris/rpc/PCancelPlanFragmentResult.java | 12 +-- .../doris/rpc/PExecPlanFragmentRequest.java | 12 +-- .../doris/rpc/PExecPlanFragmentResult.java | 12 +-- .../apache/doris/rpc/PFetchDataRequest.java | 12 +-- .../apache/doris/rpc/PFetchDataResult.java | 12 +-- .../rpc/PFetchFragmentExecInfoRequest.java | 12 +-- .../rpc/PFetchFragmentExecInfosResult.java | 12 +-- .../apache/doris/rpc/PFragmentExecInfo.java | 12 +-- .../apache/doris/rpc/PInternalService.java | 12 +-- .../java/org/apache/doris/rpc/PStatus.java | 12 +-- .../java/org/apache/doris/rpc/PUniqueId.java | 12 +-- .../org/apache/doris/rpc/RpcException.java | 12 +-- .../rpc/ThriftClientAttachmentHandler.java | 12 +-- .../org/apache/doris/service/ExecuteEnv.java | 3 - .../org/apache/doris/service/FeServer.java | 12 +-- .../apache/doris/service/FrontendOptions.java | 12 +-- .../doris/service/FrontendServiceImpl.java | 12 +-- .../java/org/apache/doris/system/Backend.java | 12 +-- .../org/apache/doris/system/BackendEvent.java | 12 +-- .../org/apache/doris/system/Frontend.java | 12 +-- .../doris/system/SystemInfoObserver.java | 12 +-- .../doris/system/SystemInfoService.java | 12 +-- .../org/apache/doris/task/AgentBatchTask.java | 12 +-- .../org/apache/doris/task/AgentClient.java | 12 +-- .../java/org/apache/doris/task/AgentTask.java | 12 +-- .../apache/doris/task/AgentTaskExecutor.java | 12 +-- .../org/apache/doris/task/AgentTaskQueue.java | 12 +-- .../apache/doris/task/CancelDeleteTask.java | 12 +-- .../doris/task/CheckConsistencyTask.java | 12 +-- .../org/apache/doris/task/ClearAlterTask.java | 17 +++++ .../doris/task/ClearTransactionTask.java | 17 +++++ .../java/org/apache/doris/task/CloneTask.java | 12 +-- .../apache/doris/task/CreateReplicaTask.java | 12 +-- .../apache/doris/task/CreateRollupTask.java | 12 +-- .../org/apache/doris/task/DirMoveTask.java | 3 - .../org/apache/doris/task/DownloadTask.java | 3 - .../apache/doris/task/DropReplicaTask.java | 12 +-- .../doris/task/ExportExportingTask.java | 12 +-- .../apache/doris/task/ExportPendingTask.java | 13 ++-- .../apache/doris/task/HadoopLoadEtlTask.java | 12 +-- .../doris/task/HadoopLoadPendingTask.java | 12 +-- .../apache/doris/task/InsertLoadEtlTask.java | 12 +-- .../org/apache/doris/task/LoadEtlTask.java | 12 +-- .../apache/doris/task/LoadPendingTask.java | 12 +-- .../org/apache/doris/task/MasterTask.java | 12 +-- .../apache/doris/task/MasterTaskExecutor.java | 12 +-- .../apache/doris/task/MiniLoadEtlTask.java | 12 +-- .../doris/task/MiniLoadPendingTask.java | 12 +-- .../apache/doris/task/PublishVersionTask.java | 17 +++++ .../apache/doris/task/PullLoadEtlTask.java | 12 +-- .../org/apache/doris/task/PullLoadJob.java | 12 +-- .../org/apache/doris/task/PullLoadJobMgr.java | 12 +-- .../doris/task/PullLoadPendingTask.java | 12 +-- .../org/apache/doris/task/PullLoadTask.java | 12 +-- .../doris/task/PullLoadTaskPlanner.java | 12 +-- .../java/org/apache/doris/task/PushTask.java | 12 +-- .../apache/doris/task/RecoverTabletTask.java | 12 +-- .../doris/task/ReleaseSnapshotTask.java | 12 +-- .../apache/doris/task/SchemaChangeTask.java | 12 +-- .../org/apache/doris/task/SnapshotTask.java | 12 +-- .../doris/task/StorageMediaMigrationTask.java | 12 +-- .../org/apache/doris/task/UploadTask.java | 12 +-- .../BeginTransactionException.java | 17 +++++ .../transaction/GlobalTransactionMgr.java | 12 +-- .../IllegalTransactionParameterException.java | 17 +++++ .../LabelAlreadyExistsException.java | 12 +-- .../transaction/PartitionCommitInfo.java | 12 +-- .../transaction/PublishVersionDaemon.java | 12 +-- .../doris/transaction/TableCommitInfo.java | 12 +-- .../doris/transaction/TabletCommitInfo.java | 12 +-- .../TransactionCommitFailedException.java | 12 +-- .../transaction/TransactionIDGenerator.java | 12 +-- .../doris/transaction/TransactionState.java | 12 +-- .../doris/transaction/TransactionStatus.java | 12 +-- fe/src/main/jflex/sql_scanner.flex | 3 - .../org/apache/doris/alter/RollupJobTest.java | 17 +++++ .../doris/alter/SchemaChangeJobTest.java | 17 +++++ .../apache/doris/analysis/AccessTestUtil.java | 3 - .../doris/analysis/AddColumnClauseTest.java | 3 - .../doris/analysis/AddColumnsClauseTest.java | 3 - .../doris/analysis/AddRollupClauseTest.java | 3 - .../doris/analysis/AdminShowReplicaTest.java | 17 +++++ .../doris/analysis/AlterClusterStmtTest.java | 3 - .../doris/analysis/AlterTableStmtTest.java | 3 - .../doris/analysis/BackendStmtTest.java | 3 - .../doris/analysis/CancelAlterStmtTest.java | 3 - .../doris/analysis/ColumnPositionTest.java | 3 - .../doris/analysis/ColumnSeparatorTest.java | 3 - .../org/apache/doris/analysis/ColumnTest.java | 3 - .../doris/analysis/CreateClusterStmtTest.java | 3 - .../doris/analysis/CreateDbStmtTest.java | 3 - .../doris/analysis/CreateTableStmtTest.java | 4 - .../doris/analysis/CreateUserStmtTest.java | 3 - .../doris/analysis/DataDescriptionTest.java | 3 - .../doris/analysis/DecimalLiteralTest.java | 3 - .../apache/doris/analysis/DeleteStmtTest.java | 3 - .../doris/analysis/DescribeStmtTest.java | 3 - .../doris/analysis/DropClusterStmtTest.java | 3 - .../doris/analysis/DropColumnClauseTest.java | 3 - .../apache/doris/analysis/DropDbStmtTest.java | 3 - .../doris/analysis/DropRollupClauseTest.java | 3 - .../doris/analysis/DropTableStmtTest.java | 3 - .../doris/analysis/DropUserStmtTest.java | 3 - .../apache/doris/analysis/GrantStmtTest.java | 3 - .../apache/doris/analysis/HelpStmtTest.java | 3 - .../apache/doris/analysis/KillStmtTest.java | 3 - .../apache/doris/analysis/LabelNameTest.java | 3 - .../apache/doris/analysis/LinkDbStmtTest.java | 3 - .../analysis/LiteralExprCompareTest.java | 3 - .../apache/doris/analysis/LoadStmtTest.java | 3 - .../doris/analysis/MigrateDbStmtTest.java | 3 - .../analysis/ModifyColumnClauseTest.java | 3 - .../doris/analysis/PartitionKeyDescTest.java | 3 - .../analysis/ReorderColumnsClauseTest.java | 3 - .../doris/analysis/SetNamesVarTest.java | 3 - .../apache/doris/analysis/SetPassVarTest.java | 3 - .../apache/doris/analysis/SetStmtTest.java | 3 - .../apache/doris/analysis/SetTypeTest.java | 3 - .../analysis/SetUserPropertyStmtTest.java | 3 - .../analysis/SetUserPropertyVarTest.java | 3 - .../org/apache/doris/analysis/SetVarTest.java | 3 - .../doris/analysis/ShowAlterStmtTest.java | 3 - .../doris/analysis/ShowCreateDbStmtTest.java | 3 - .../analysis/ShowCreateTableStmtTest.java | 3 - .../doris/analysis/ShowDataStmtTest.java | 3 - .../apache/doris/analysis/ShowDbStmtTest.java | 3 - .../doris/analysis/ShowEnginesStmtTest.java | 3 - .../doris/analysis/ShowLoadStmtTest.java | 3 - .../doris/analysis/ShowRollupStmtTest.java | 3 - .../doris/analysis/ShowTableStmtTest.java | 3 - .../analysis/ShowUserPropertyStmtTest.java | 3 - .../doris/analysis/ShowVariablesStmtTest.java | 3 - .../doris/analysis/SysVariableDescTest.java | 3 - .../apache/doris/analysis/UseStmtTest.java | 3 - .../doris/backup/AlterClauseRWTest.java | 2 - .../doris/backup/BackupHandlerTest.java | 17 +++++ .../doris/backup/BackupJobInfoTest.java | 17 +++++ .../apache/doris/backup/BackupJobTest.java | 2 - .../apache/doris/backup/CatalogMocker.java | 2 - .../apache/doris/backup/FileSaverITest.java | 2 - .../doris/backup/PartitionNameTest.java | 2 - .../apache/doris/backup/PathMakerTest.java | 2 - .../apache/doris/backup/RepositoryTest.java | 17 +++++ .../doris/backup/RestoreFileMappingTest.java | 17 +++++ .../apache/doris/backup/RestoreJobTest.java | 17 +++++ .../apache/doris/bdb/BDBToolOptionsTest.java | 17 +++++ .../org/apache/doris/bdb/BDBToolTest.java | 17 +++++ .../org/apache/doris/catalog/BackendTest.java | 3 - .../org/apache/doris/catalog/CatalogTest.java | 3 - .../apache/doris/catalog/CatalogTestUtil.java | 17 +++++ .../apache/doris/catalog/ColumnStatsTest.java | 3 - .../org/apache/doris/catalog/ColumnTest.java | 3 - .../apache/doris/catalog/ColumnTypeTest.java | 3 - .../apache/doris/catalog/CreateTableTest.java | 3 - .../apache/doris/catalog/DatabaseTest.java | 3 - .../org/apache/doris/catalog/FakeCatalog.java | 17 +++++ .../org/apache/doris/catalog/FakeEditLog.java | 17 +++++ .../doris/catalog/InfoSchemaDbTest.java | 3 - .../doris/catalog/MaterializedIndexTest.java | 3 - .../doris/catalog/MetadataViewerTest.java | 17 +++++ .../apache/doris/catalog/MysqlTableTest.java | 3 - .../apache/doris/catalog/OlapTableTest.java | 17 +++++ .../doris/catalog/PartitionKeyTest.java | 3 - .../doris/catalog/RangePartitionInfoTest.java | 3 - .../org/apache/doris/catalog/ReplicaTest.java | 3 - .../doris/catalog/ResourceGroupTest.java | 3 - .../org/apache/doris/catalog/TableTest.java | 3 - .../org/apache/doris/catalog/TabletTest.java | 3 - .../doris/catalog/UserPropertyTest.java | 3 - .../doris/catalog/UserResourceTest.java | 3 - .../org/apache/doris/clone/CloneTest.java | 2 - .../clone/ClusterLoadStatisticsTest.java | 17 +++++ .../doris/cluster/SystemInfoServiceTest.java | 2 - .../org/apache/doris/common/CIDRTest.java | 15 ++-- .../doris/common/CommandLineOptionsTest.java | 17 +++++ .../apache/doris/common/GenericPoolTest.java | 3 - .../java/org/apache/doris/common/MD5Test.java | 17 +++++ .../doris/common/MarkDownParserTest.java | 3 - .../doris/common/PatternMatcherTest.java | 3 - .../doris/common/PropertyAnalyzerTest.java | 3 - .../doris/common/path/PathTrieTest.java | 3 - .../common/proc/BackendProcNodeTest.java | 3 - .../common/proc/BackendsProcDirTest.java | 3 - .../doris/common/proc/DbsProcDirTest.java | 3 - .../doris/common/proc/ProcServiceTest.java | 3 - .../doris/common/util/DebugUtilTest.java | 3 - .../doris/common/util/ListComparatorTest.java | 3 - .../doris/common/util/LoadBalancerTest.java | 3 - .../doris/common/util/RuntimeProfileTest.java | 3 - .../doris/common/util/TimeUtilsTest.java | 3 - .../doris/common/util/UnitTestUtil.java | 3 - .../doris/deploy/AmbariDeployManagerTest.java | 17 +++++ .../org/apache/doris/es/EsStateStoreTest.java | 12 +-- .../java/org/apache/doris/es/EsUtilTest.java | 12 +-- .../doris/http/HttpAuthManagerTest.java | 2 - .../org/apache/doris/load/DppConfigTest.java | 2 - .../apache/doris/load/DppSchedulerTest.java | 2 - .../apache/doris/load/EtlJobStatusTest.java | 2 - .../org/apache/doris/load/FailMsgTest.java | 2 - .../apache/doris/load/LoadCheckerTest.java | 2 - .../org/apache/doris/load/LoadJobTest.java | 2 - .../doris/load/PartitionLoadInfoTest.java | 2 - .../org/apache/doris/load/SourceTest.java | 2 - .../apache/doris/load/TabletLoadInfoTest.java | 2 - .../doris/mysql/MysqlAuthPacketTest.java | 2 - .../doris/mysql/MysqlCapabilityTest.java | 2 - .../apache/doris/mysql/MysqlChannelTest.java | 2 - .../apache/doris/mysql/MysqlColDefTest.java | 2 - .../apache/doris/mysql/MysqlColTypeTest.java | 2 - .../apache/doris/mysql/MysqlCommandTest.java | 2 - .../doris/mysql/MysqlEofPacketTest.java | 2 - .../doris/mysql/MysqlErrPacketTest.java | 2 - .../doris/mysql/MysqlHandshakePacketTest.java | 2 - .../apache/doris/mysql/MysqlOkPacketTest.java | 2 - .../apache/doris/mysql/MysqlPasswordTest.java | 2 - .../apache/doris/mysql/MysqlProtoTest.java | 2 - .../apache/doris/mysql/MysqlServerTest.java | 2 - .../doris/mysql/WrapperSocketChannel.java | 2 - .../doris/mysql/privilege/AuthTest.java | 12 +-- .../doris/mysql/privilege/MockedAuth.java | 12 +-- .../doris/mysql/privilege/PrivTest.java | 12 +-- .../doris/mysql/privilege/PrivilegeTest.java | 12 +-- .../mysql/privilege/UserIdentityTest.java | 12 +-- .../doris/persist/CreateTableInfoTest.java | 2 - .../apache/doris/persist/DropInfoTest.java | 2 - .../org/apache/doris/persist/EditLogTest.java | 2 - .../doris/persist/ReplicaPersistInfoTest.java | 2 - .../apache/doris/persist/StorageInfoTest.java | 2 - .../org/apache/doris/persist/StorageTest.java | 2 - .../doris/planner/OlapScanNodeTest.java | 3 - .../doris/planner/OlapTableSinkTest.java | 12 +-- .../doris/planner/StreamLoadPlannerTest.java | 12 +-- .../doris/planner/StreamLoadScanNodeTest.java | 12 +-- .../apache/doris/qe/ConnectContextTest.java | 3 - .../apache/doris/qe/ConnectProcessorTest.java | 3 - .../apache/doris/qe/ConnectSchedulerTest.java | 3 - .../org/apache/doris/qe/CoordinatorTest.java | 3 - .../org/apache/doris/qe/HelpModuleTest.java | 3 - .../apache/doris/qe/HelpObjectLoaderTest.java | 3 - .../doris/qe/JournalObservableTest.java | 3 - .../org/apache/doris/qe/MultiLoadMgrTest.java | 3 - .../org/apache/doris/qe/QueryStateTest.java | 3 - .../org/apache/doris/qe/SetExecutorTest.java | 3 - .../org/apache/doris/qe/ShowExecutorTest.java | 3 - .../doris/qe/ShowResultSetMetaDataTest.java | 3 - .../apache/doris/qe/ShowResultSetTest.java | 3 - .../apache/doris/qe/SimpleSchedulerTest.java | 3 - .../org/apache/doris/qe/StmtExecutorTest.java | 3 - .../org/apache/doris/qe/VariableMgrTest.java | 3 - .../org/apache/doris/task/AgentTaskTest.java | 2 - .../apache/doris/task/LoadEtlTaskTest.java | 2 - .../doris/task/LoadPendingTaskTest.java | 2 - .../doris/task/MasterTaskExecutorTest.java | 2 - .../FakeTransactionIDGenerator.java | 17 +++++ .../transaction/GlobalTransactionMgrTest.java | 17 +++++ .../apache_hdfs_broker/bin/start_broker.sh | 13 ++-- .../apache_hdfs_broker/bin/stop_broker.sh | 13 ++-- fs_brokers/apache_hdfs_broker/build.sh | 13 ++-- .../doris/broker/hdfs/BrokerBootstrap.java | 12 +-- .../doris/broker/hdfs/BrokerConfig.java | 12 +-- .../doris/broker/hdfs/BrokerException.java | 12 +-- .../doris/broker/hdfs/BrokerFileSystem.java | 12 +-- .../broker/hdfs/ClientContextManager.java | 12 +-- .../doris/broker/hdfs/FileSystemIdentity.java | 12 +-- .../doris/broker/hdfs/FileSystemManager.java | 12 +-- .../broker/hdfs/HDFSBrokerServiceImpl.java | 12 +-- .../doris/common/BrokerPerfMonitor.java | 12 +-- .../org/apache/doris/common/ConfigBase.java | 12 +-- .../doris/common/LoggerMessageFormat.java | 12 +-- .../org/apache/doris/common/ThriftServer.java | 12 +-- .../broker/hdfs/TestFileSystemManager.java | 12 +-- .../broker/hdfs/TestHDFSBrokerService.java | 12 +-- gensrc/Makefile | 12 +-- gensrc/proto/Makefile | 12 +-- gensrc/proto/column_data_file.proto | 12 +-- gensrc/proto/data.proto | 12 +-- gensrc/proto/descriptors.proto | 12 +-- gensrc/proto/internal_service.proto | 12 +-- gensrc/proto/olap_common.proto | 13 ++-- gensrc/proto/olap_file.proto | 13 ++-- gensrc/proto/status.proto | 12 +-- gensrc/proto/types.proto | 12 +-- gensrc/script/Makefile | 3 - gensrc/script/file2array.sh | 7 +- gensrc/script/gen_build_version.sh | 13 +--- gensrc/script/gen_builtins_functions.py | 3 - gensrc/script/gen_functions.py | 3 - gensrc/script/gen_opcodes.py | 11 --- gensrc/script/gen_vector_functions.py | 18 ----- gensrc/script/palo_builtins_functions.py | 3 - gensrc/script/palo_functions.py | 3 - gensrc/thrift/AgentService.thrift | 3 - gensrc/thrift/BackendService.thrift | 3 - gensrc/thrift/Data.thrift | 3 - gensrc/thrift/DataSinks.thrift | 3 - gensrc/thrift/Ddl.thrift | 3 - gensrc/thrift/Descriptors.thrift | 3 - gensrc/thrift/Exprs.thrift | 3 - gensrc/thrift/FrontendService.thrift | 3 - gensrc/thrift/HeartbeatService.thrift | 6 -- gensrc/thrift/Makefile | 12 +-- gensrc/thrift/MasterService.thrift | 3 - gensrc/thrift/MetricDefs.thrift | 3 - gensrc/thrift/Metrics.thrift | 3 - gensrc/thrift/NetworkTest.thrift | 3 - gensrc/thrift/Opcodes.thrift | 3 - gensrc/thrift/PaloBrokerService.thrift | 9 +-- .../PaloExternalDataSourceService.thrift | 3 - gensrc/thrift/PaloInternalService.thrift | 3 - gensrc/thrift/PaloService.thrift | 3 - gensrc/thrift/Partitions.thrift | 3 - gensrc/thrift/PlanNodes.thrift | 3 - gensrc/thrift/Planner.thrift | 3 - gensrc/thrift/RuntimeProfile.thrift | 3 - gensrc/thrift/Status.thrift | 3 - gensrc/thrift/Types.thrift | 3 - run-fe-ut.sh | 12 +-- run-ut.sh | 12 +-- thirdparty/build-thirdparty.sh | 13 ++-- thirdparty/download-thirdparty.sh | 15 ++-- thirdparty/vars.sh | 13 ++-- 1986 files changed, 7732 insertions(+), 7968 deletions(-) diff --git a/NOTICE.txt b/NOTICE.txt index e4b105c2a4589b..e9d9af1ad2579e 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -1,11 +1,8 @@ -Apache Impala (incubating) -Copyright 2017 The Apache Software Foundation +Apache Doris (incubating) +Copyright 2018 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -Portions of this software were developed at -Cloudera, Inc (http://www.cloudera.com/). - -Palo -Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved +Based on source code originally developed by +Baidu (http://www.baidu.com/). diff --git a/README.md b/README.md index a000fb8053d9fb..3aa91ec4a154b6 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,22 @@ -# Introduction to Palo +# Introduction to Apache Doris ((incubating)) -Palo is an MPP-based interactive SQL data warehousing for reporting and analysis. Palo mainly integrates the technology of Google Mesa and Apache Impala. Unlike other popular SQL-on-Hadoop systems, Palo is designed to be a simple and single tightly coupled system, not depending on other systems. Palo not only provides high concurrent low latency point query performance, but also provides high throughput queries of ad-hoc analysis. Palo not only provides batch data loading, but also provides near real-time mini-batch data loading. Palo also provides high availability, reliability, fault tolerance, and scalability. The simplicity (of developing, deploying and using) and meeting many data serving requirements in single system are the main features of Palo. +Apache Doris is an MPP-based interactive SQL data warehousing for reporting and analysis. Doris mainly integrates the technology of Google Mesa and Apache Impala. Unlike other popular SQL-on-Hadoop systems, Doris is designed to be a simple and single tightly coupled system, not depending on other systems. Doris not only provides high concurrent low latency point query performance, but also provides high throughput queries of ad-hoc analysis. Doris not only provides batch data loading, but also provides near real-time mini-batch data loading. Doris also provides high availability, reliability, fault tolerance, and scalability. The simplicity (of developing, deploying and using) and meeting many data serving requirements in single system are the main features of Doris. ## 1. Background -In Baidu, the largest Chinese search engine, we run a two-tiered data warehousing system for data processing, reporting and analysis. Similar to lambda architecture, the whole data warehouse comprises data processing and data serving. Data processing does the heavy lifting of big data: cleaning data, merging and transforming it, analyzing it and preparing it for use by end user queries; data serving is designed to serve queries against that data for different use cases. Currently data processing includes batch data processing and stream data processing technology, like Hadoop, Spark and Storm; Palo is a SQL data warehouse for serving online and interactive data reporting and analysis querying. +In Baidu, the largest Chinese search engine, we run a two-tiered data warehousing system for data processing, reporting and analysis. Similar to lambda architecture, the whole data warehouse comprises data processing and data serving. Data processing does the heavy lifting of big data: cleaning data, merging and transforming it, analyzing it and preparing it for use by end user queries; data serving is designed to serve queries against that data for different use cases. Currently data processing includes batch data processing and stream data processing technology, like Hadoop, Spark and Storm; Doris is a SQL data warehouse for serving online and interactive data reporting and analysis querying. -Prior to Palo, different tools were deployed to solve diverse requirements in many ways. For example, the advertising platform needs to provide some detailed statistics associated with each served ad for every advertiser. The platform must support continuous updates, both new rows and incremental updates to existing rows within minutes. It must support latency-sensitive users serving live customer reports with very low latency requirements and batch ad-hoc multiple dimensions data analysis requiring very high throughput. In the past,this platform was built on top of sharded MySQL. But with the growth of data, MySQL cannot meet the requirements. Then, based on our existing KV system, we developed our own proprietary distributed statistical database. But, the simple KV storage was not efficient on scan performance. Because the system depends on many other systems, it is very complex to operate and maintain. Using RPC API, more complex querying usually required code programming, but users wants an MPP SQL engine. In addition to advertising system, a large number of internal BI Reporting / Analysis, also used a variety of tools. Some used the combination of SparkSQL / Impala + HDFS / HBASE. Some used MySQL to store the results that were prepared by distributed MapReduce computing. Some also bought commercial databases to use. +Prior to Doris, different tools were deployed to solve diverse requirements in many ways. For example, the advertising platform needs to provide some detailed statistics associated with each served ad for every advertiser. The platform must support continuous updates, both new rows and incremental updates to existing rows within minutes. It must support latency-sensitive users serving live customer reports with very low latency requirements and batch ad-hoc multiple dimensions data analysis requiring very high throughput. In the past,this platform was built on top of sharded MySQL. But with the growth of data, MySQL cannot meet the requirements. Then, based on our existing KV system, we developed our own proprietary distributed statistical database. But, the simple KV storage was not efficient on scan performance. Because the system depends on many other systems, it is very complex to operate and maintain. Using RPC API, more complex querying usually required code programming, but users wants an MPP SQL engine. In addition to advertising system, a large number of internal BI Reporting / Analysis, also used a variety of tools. Some used the combination of SparkSQL / Impala + HDFS / HBASE. Some used MySQL to store the results that were prepared by distributed MapReduce computing. Some also bought commercial databases to use. -However, when a use case requires the simultaneous availability of capabilities that cannot all be provided by a single tool, users were forced to build hybrid architectures that stitch multiple tools together. Users often choose to ingest and update data in one storage system, but later reorganize this data to optimize for an analytical reporting use-case served from another. Our users had been successfully deploying and maintaining these hybrid architectures, but we believe that they shouldn’t need to accept their inherent complexity. A storage system built to provide great performance across a broad range of workloads provides a more elegant solution to the problems that hybrid architectures aim to solve. Palo is the solution. Palo is designed to be a simple and single tightly coupled system, not depending on other systems. Palo provides high concurrent low latency point query performance, but also provides high throughput queries of ad-hoc analysis. Palo provides bulk-batch data loading, but also provides near real-time mini-batch data loading. Palo also provides high availability, reliability, fault tolerance, and scalability. +However, when a use case requires the simultaneous availability of capabilities that cannot all be provided by a single tool, users were forced to build hybrid architectures that stitch multiple tools together. Users often choose to ingest and update data in one storage system, but later reorganize this data to optimize for an analytical reporting use-case served from another. Our users had been successfully deploying and maintaining these hybrid architectures, but we believe that they shouldn’t need to accept their inherent complexity. A storage system built to provide great performance across a broad range of workloads provides a more elegant solution to the problems that hybrid architectures aim to solve. Doris is the solution. Doris is designed to be a simple and single tightly coupled system, not depending on other systems. Doris provides high concurrent low latency point query performance, but also provides high throughput queries of ad-hoc analysis. Doris provides bulk-batch data loading, but also provides near real-time mini-batch data loading. Doris also provides high availability, reliability, fault tolerance, and scalability. -Generally speaking, Palo is the technology combination of Google Mesa and Apache Impala. Mesa is a highly scalable analytic data storage system that stores critical measurement data related to Google's Internet advertising business. Mesa is designed to satisfy complex and challenging set of users’ and systems’ requirements, including near real-time data ingestion and query ability, as well as high availability, reliability, fault tolerance, and scalability for large data and query volumes. Impala is a modern, open-source MPP SQL engine architected from the ground up for the Hadoop data processing environment. At present, by virtue of its superior performance and rich functionality, Impala has been comparable to many commercial MPP database query engine. Mesa can satisfy the needs of many of our storage requirements, however Mesa itself does not provide a SQL query engine; Impala is a very good MPP SQL query engine, but the lack of a perfect distributed storage engine. So in the end we chose the combination of these two technologies. +Generally speaking, Doris is the technology combination of Google Mesa and Apache Impala. Mesa is a highly scalable analytic data storage system that stores critical measurement data related to Google's Internet advertising business. Mesa is designed to satisfy complex and challenging set of users’ and systems’ requirements, including near real-time data ingestion and query ability, as well as high availability, reliability, fault tolerance, and scalability for large data and query volumes. Impala is a modern, open-source MPP SQL engine architected from the ground up for the Hadoop data processing environment. At present, by virtue of its superior performance and rich functionality, Impala has been comparable to many commercial MPP database query engine. Mesa can satisfy the needs of many of our storage requirements, however Mesa itself does not provide a SQL query engine; Impala is a very good MPP SQL query engine, but the lack of a perfect distributed storage engine. So in the end we chose the combination of these two technologies. Learning from Mesa’s data model, we developed a distributed storage engine. Unlike Mesa, this storage engine does not rely on any distributed file system. Then we deeply integrate this storage engine with Impala query engine. Query compiling, query execution coordination and catalog management of storage engine are integrated to be frontend daemon; query execution and data storage are integrated to be backend daemon. With this integration, we implemented a single, full-featured, high performance state the art of MPP database, as well as maintaining the simplicity. ## 2. System Overview -Palo’s implementation consists of two daemons: frontend (FE) and backend (BE). The following figures gives the overview of architecture and usage. +Doris’s implementation consists of two daemons: frontend (FE) and backend (BE). The following figures gives the overview of architecture and usage. ![](./docs/resources/palo_architecture.jpg) @@ -24,15 +24,15 @@ Frontend daemon consists of query coordinator and catalog manager. Query coordin Backend daemon stores the data and executes the query fragments. Many backend daemons could also be deployed to provide scalability and fault-tolerance. -A typical Palo cluster generally composes of several frontend daemons and dozens to hundreds of backend daemons. +A typical Doris cluster generally composes of several frontend daemons and dozens to hundreds of backend daemons. -Clients can use MySQL-related tools to connect any frontend daemon to submit SQL query. The frontend receives the query and compiles it into query plans executable by the backends. Then frontend sends the query plan fragments to backend. Backends will build a query execution DAG. Data is fetched and pipelined into the DAG. The final result response is sent to client via frontend. The distribution of query fragment execution takes minimizing data movement and maximizing scan locality as the main goal. Because Palo is designed to provide interactive analysis, so the average execution time of queries is short. Considering this, we adopt query re-execution to meet the fault tolerance of query execution. +Clients can use MySQL-related tools to connect any frontend daemon to submit SQL query. The frontend receives the query and compiles it into query plans executable by the backends. Then frontend sends the query plan fragments to backend. Backends will build a query execution DAG. Data is fetched and pipelined into the DAG. The final result response is sent to client via frontend. The distribution of query fragment execution takes minimizing data movement and maximizing scan locality as the main goal. Because Doris is designed to provide interactive analysis, so the average execution time of queries is short. Considering this, we adopt query re-execution to meet the fault tolerance of query execution. -A table is splitted into many tablets. Tablets are managed by backends. The backend daemon could be configured to use multiple directories. Any directory’s IO failure doesn’t influence the normal running of backend daemon. Palo will recover and rebalance the whole cluster automatically when necessary. +A table is splitted into many tablets. Tablets are managed by backends. The backend daemon could be configured to use multiple directories. Any directory’s IO failure doesn’t influence the normal running of backend daemon. Doris will recover and rebalance the whole cluster automatically when necessary. ## 3. Frontend -In-memory catalog, multiple frontends, MySQL networking protocol, consistency guarantee, and two-level table partitioning are the main features of Palo’s frontend design. +In-memory catalog, multiple frontends, MySQL networking protocol, consistency guarantee, and two-level table partitioning are the main features of Doris’s frontend design. #### 3.1 In-Memory Catalog @@ -44,33 +44,33 @@ In-memory catalog storage has three functional modules: real-time memory data st #### 3.2 Multiple Frontends -Many data warehouses only support single frontend-like node. There are some systems supporting master and slave deploying. But for online data serving, high availability is an essential feature. Further, the number of queries per seconds may be very large, so high scalability is also needed. In Palo, we provide the feature of multiple frontends using replicated-state-machine technology. +Many data warehouses only support single frontend-like node. There are some systems supporting master and slave deploying. But for online data serving, high availability is an essential feature. Further, the number of queries per seconds may be very large, so high scalability is also needed. In Doris, we provide the feature of multiple frontends using replicated-state-machine technology. Frontends can be configured to three kinds of roles: leader, follower and observer. Through a voting protocol, follower frontends firstly elect a leader frontend. All the write requests of metadata are forwarded to the leader, then the leader writes the operation into the replicated log file. If the new log entry will be replicated to at least quorum followers successfully, the leader commits the operation into memory, and responses the write request. Followers always replay the replicated logs to apply them into their memory metadata. If the leader crashes, a new leader will be elected from the leftover followers. Leader and follower mainly solve the problem of write availability and partly solve the problem of read scalability. Usually one leader frontend and several follower frontends can meet most applications’ write availability and read scalability requirements. For very high concurrent reading, continuing to increase the number of followers is not a good practice. Leader replicates log stream to followers synchronously, so adding more followers will increases write latency. Like Zookeeper,we have introduced a new type of frontend node called observer that helps addressing this problem and further improving metadata read scalability. Leader replicates log stream to observers asynchronously. Observers don’t involve leader election. -The replicated-state-machine is implemented based on BerkeleyDB java version (BDB-JE). BDB-JE has achieved high availability by implementing a Paxos-like consensus algorithm. We use BDB-JE to implement Palo’s log replication and leader election. +The replicated-state-machine is implemented based on BerkeleyDB java version (BDB-JE). BDB-JE has achieved high availability by implementing a Paxos-like consensus algorithm. We use BDB-JE to implement Doris’s log replication and leader election. #### 3.3 Consistency Guarantee -If a client process connects to the leader, it will see up-to-date metadata, so that strong consistency semantics is guaranteed. If the client connects to followers or observers, it will see metadata lagging a little behind of the leader, but the monotonic consistency is guaranteed. In most Palo’s use cases, monotonic consistency is accepted. +If a client process connects to the leader, it will see up-to-date metadata, so that strong consistency semantics is guaranteed. If the client connects to followers or observers, it will see metadata lagging a little behind of the leader, but the monotonic consistency is guaranteed. In most Doris’s use cases, monotonic consistency is accepted. -If the client always connects to the same frontend, monotonic consistency semantics is obviously guaranteed; however if the client connects to other frontends due to failover, the semantics may be violated. Palo provides a SYNC command to guarantee metadata monotonic consistency semantics during failover. When failover happens, the client can send a SYNC command to the new connected frontend, who will get the latest operation log number from the leader. The SYNC command will not return to client as long as local applied log number is still less than fetched operation log number. This mechanism can guarantee the metadata on the connected frontend is newer than the client have seen during its last connection. +If the client always connects to the same frontend, monotonic consistency semantics is obviously guaranteed; however if the client connects to other frontends due to failover, the semantics may be violated. Doris provides a SYNC command to guarantee metadata monotonic consistency semantics during failover. When failover happens, the client can send a SYNC command to the new connected frontend, who will get the latest operation log number from the leader. The SYNC command will not return to client as long as local applied log number is still less than fetched operation log number. This mechanism can guarantee the metadata on the connected frontend is newer than the client have seen during its last connection. #### 3.4 MySQL Networking Protocol -MySQL compatible networking protocol is implemented in Palo’s frontend. Firstly, SQL interface is preferred for engineers; Secondly, compatibility with MySQL protocol makes the integrating with current existing BI software, such as Tableau, easier; Lastly, rich MySQL client libraries and tools reduce our development costs, but also reduces the users’ using cost. +MySQL compatible networking protocol is implemented in Doris’s frontend. Firstly, SQL interface is preferred for engineers; Secondly, compatibility with MySQL protocol makes the integrating with current existing BI software, such as Tableau, easier; Lastly, rich MySQL client libraries and tools reduce our development costs, but also reduces the users’ using cost. Through the SQL interface, administrator can adjust system configuration, add and remove frontend nodes or backend nodes, and create new database for user; user can create tables, load data, and submit SQL query. -Online help document and Linux Proc-like mechanism are also supported in SQL. Users can submit queries to get the help of related SQL statements or show Palo’s internal running state. +Online help document and Linux Proc-like mechanism are also supported in SQL. Users can submit queries to get the help of related SQL statements or show Doris’s internal running state. In frontend, a small response buffer is allocated to every MySQL connection. The maximum size of this buffer is limited to 1MB. The buffer is responsible for buffering the query response data. Only if the response is finished or the buffer size reaches the 1MB,the response data will begin to be sent to client. Through this small trick, frontend can re-execution most of queries if errors occurred during query execution. #### 3.5 Two-Level Partitioning -Like most of the distributed database system, data in Palo is horizontally partitioned. However, a single-level partitioning rule (hash partitioning or range partitioning) may not be a good solution to all scenarios. For example, there have a user-based fact table that stores rows of the form (date, userid, metric). Choosing only hash partitioning by column userid may lead to uneven distribution of data, when one user's data is very large. If choosing range partitioning according to column date, it will also lead to uneven distribution of data due to the likely data explosion in a certain period of time. +Like most of the distributed database system, data in Doris is horizontally partitioned. However, a single-level partitioning rule (hash partitioning or range partitioning) may not be a good solution to all scenarios. For example, there have a user-based fact table that stores rows of the form (date, userid, metric). Choosing only hash partitioning by column userid may lead to uneven distribution of data, when one user's data is very large. If choosing range partitioning according to column date, it will also lead to uneven distribution of data due to the likely data explosion in a certain period of time. Therefore we support the two-level partitioning rule. The first level is range partitioning. User can specify a column (usually the time series column) range of values for the data partition. In one partition, the user can also specify one or more columns and a number of buckets to do the hash partitioning. User can combine with different partitioning rules to better divide the data. Figure 4 gives an example of two-level partitioning. @@ -97,7 +97,7 @@ ALTER TABLE example_tbl ADD PARTITION p201605 VALUES LESS THAN ("2016-06-01"); #### 4.1 Data Storage Model -Palo combines Google Mesa’s data model and ORCFile / Parquet storage technology. +Doris combines Google Mesa’s data model and ORCFile / Parquet storage technology. Data in Mesa is inherently multi-dimensional fact table. These facts in table typically consist of two types of attributes: dimensional attributes (which we call keys) and measure attributes (which we call values). The table schema also specifies the aggregation function F: V ×V → V which is used to aggregate the values corresponding to the same key. To achieve high update throughput, Mesa loads data in batch. Each batch of data will be converted to a delta file. Mesa uses MVCC approach to manage these delta files, and so to enforce update atomicity. Mesa also supports creating materialized rollups, which contain a column subset of schema to gain better aggregation effect. @@ -110,9 +110,9 @@ Mesa’s data model performs well in many interactive data service, but it also To solve these problems, we introduce ORCFile / Parquet technology widely used in the open source community, such as MapReduce + ORCFile, SparkSQL + Parquet, mainly used for ad-hoc analysis of large amounts of data with low concurrency. These data does not distinguish between key and value. In addition, compared with the row-oriented database, column-oriented organization is more efficient when an aggregate needs to be computed over many rows but only for a small subset of all columns of data, because reading that smaller subset of data can be faster than reading all data. And columnar storage is also space-friendly due to the high compression ratio of each column. Further, column support block-level storage technology such as min/max index and bloom filter index. Query executor can filter out a lot of blocks that do not meet the predicate, to further improve the query performance. However, due to the underlying storage does not require data order, query time complexity is linear corresponding to the data volume. -Like traditional databases, Palo stores structured data represented as tables. Each table has a well-defined schema consisting of a finite number of columns. We combine Mesa data model and ORCFile/Parquet technology to develop a distributed analytical database. User can create two types of table to meet different needs in interactive query scenarios. +Like traditional databases, Doris stores structured data represented as tables. Each table has a well-defined schema consisting of a finite number of columns. We combine Mesa data model and ORCFile/Parquet technology to develop a distributed analytical database. User can create two types of table to meet different needs in interactive query scenarios. -In non-aggregation type of table, columns are not distinguished between dimensions and metrics, but should specify the sort columns in order to sort all rows. Palo will sort the table data according to the sort columns without any aggregation. The following figure gives an example of creating non-aggregation table. +In non-aggregation type of table, columns are not distinguished between dimensions and metrics, but should specify the sort columns in order to sort all rows. Doris will sort the table data according to the sort columns without any aggregation. The following figure gives an example of creating non-aggregation table. ```SQL -- Create non-aggregation table -- @@ -139,27 +139,27 @@ CREATE TABLE example_tbl ( ) DISTRIBUTED BY HASH(id) BUCKETS 32; ``` -Rollup is a materialized view that contains a column subset of schema in Palo. A table may contain multiple rollups with columns in different order. According to sort key index and column covering of the rollups, Palo can select the best rollup for different query. Because most rollups only contain a few columns, the size of aggregated data is typically much smaller and query performance can greatly be improved. All the rollups in the same table are updated atomically. Because rollups are materialized, users should make a trade-off between query latency and storage space when using them. +Rollup is a materialized view that contains a column subset of schema in Doris. A table may contain multiple rollups with columns in different order. According to sort key index and column covering of the rollups, Doris can select the best rollup for different query. Because most rollups only contain a few columns, the size of aggregated data is typically much smaller and query performance can greatly be improved. All the rollups in the same table are updated atomically. Because rollups are materialized, users should make a trade-off between query latency and storage space when using them. -To achieve high update throughput, Palo only applies updates in batches at the smallest frequency of every minute. Each update batch specifies an increased version number and generates a delta data file, commits the version when updates of quorum replicas are complete. You can query all committed data using the committed version, and the uncommitted version would not be used in query. All update versions are strictly be in increasing order. If an update contains more than one table, the versions of these tables are committed atomically. The MVCC mechanism allows Palo to guarantee multiple table atomic updates and query consistency. In addition, Palo uses compaction policies to merge delta files to reduce delta number, also reduce the cost of delta merging during query for higher performance. +To achieve high update throughput, Doris only applies updates in batches at the smallest frequency of every minute. Each update batch specifies an increased version number and generates a delta data file, commits the version when updates of quorum replicas are complete. You can query all committed data using the committed version, and the uncommitted version would not be used in query. All update versions are strictly be in increasing order. If an update contains more than one table, the versions of these tables are committed atomically. The MVCC mechanism allows Doris to guarantee multiple table atomic updates and query consistency. In addition, Doris uses compaction policies to merge delta files to reduce delta number, also reduce the cost of delta merging during query for higher performance. -Palo’s data file is stored by column. The rows are stored in sorted order by the sort columns in delta data files, and are organized into row blocks, each block is compressed by type-specific columnar encodings, such as run-length encoding for integer columns, then stored into separate streams. In order to improve the performance of queries that have a specific key, we also store a sparse sort key index file corresponding to each delta data file. An index entry contains the short key for the row block, which is a fixed size prefix of the first sort columns for the row block, and the block id in the data file. Index files are usually directly loaded into memory, as they are very small. The algorithm for querying a specific key includes two steps. First, use a binary search on the sort key index to find blocks that may contain the specific key, and then perform a binary search on the compressed blocks in the data files to find the desired key. We also store block-level min/max index into separate index streams, and queries can use this to filter undesired blocks. In addition to those basic columnar features, we also offers an optional block-level bloom filter index for queries with IN or EQUAL conditions to further filter undesired blocks. Bloom filter index is stored in a separate stream, and is loaded on demand. +Doris’s data file is stored by column. The rows are stored in sorted order by the sort columns in delta data files, and are organized into row blocks, each block is compressed by type-specific columnar encodings, such as run-length encoding for integer columns, then stored into separate streams. In order to improve the performance of queries that have a specific key, we also store a sparse sort key index file corresponding to each delta data file. An index entry contains the short key for the row block, which is a fixed size prefix of the first sort columns for the row block, and the block id in the data file. Index files are usually directly loaded into memory, as they are very small. The algorithm for querying a specific key includes two steps. First, use a binary search on the sort key index to find blocks that may contain the specific key, and then perform a binary search on the compressed blocks in the data files to find the desired key. We also store block-level min/max index into separate index streams, and queries can use this to filter undesired blocks. In addition to those basic columnar features, we also offers an optional block-level bloom filter index for queries with IN or EQUAL conditions to further filter undesired blocks. Bloom filter index is stored in a separate stream, and is loaded on demand. #### 4.2 Data Loading -Palo applies updates in batches. Three types of data loading are supported: Hadoop-batch loading, loading ,mini-batch loading. +Doris applies updates in batches. Three types of data loading are supported: Hadoop-batch loading, loading ,mini-batch loading. -1. Hadoop-batch loading. When a large amount of data volume needs to be loaded into Palo, the hadoop-batch loading is recommended to achieve high loading throughput. The data batches themselves are produced by an external Hadoop system, typically at a frequency of every few minutes. Unlike traditional data warehouses that use their own computing resource to do the heavy data preparation, Palo could use Hadoop to prepare the data (shuffle, sort and aggregate, etc.). By using this approach, the most time-consuming computations are handed over to Hadoop to complete. This will not only improve computational efficiency, but also reduce the performance pressure of Palo cluster and ensure the stability of the query service. The stability of the online data services is the most important point. +1. Hadoop-batch loading. When a large amount of data volume needs to be loaded into Doris, the hadoop-batch loading is recommended to achieve high loading throughput. The data batches themselves are produced by an external Hadoop system, typically at a frequency of every few minutes. Unlike traditional data warehouses that use their own computing resource to do the heavy data preparation, Doris could use Hadoop to prepare the data (shuffle, sort and aggregate, etc.). By using this approach, the most time-consuming computations are handed over to Hadoop to complete. This will not only improve computational efficiency, but also reduce the performance pressure of Doris cluster and ensure the stability of the query service. The stability of the online data services is the most important point. 2. Loading. After deploying the fs-brokers, you can use palo's query engine to import data. This type of loading is recommended for incremental data loading. -3. Mini-batch loading. When a small amount of data needs to be loaded into Palo, the mini-batch loading is recommended to achieve low loading latency. By using http interface, raw data is pushed into a backend. Then the backend does the data preparing computing and completes the final loading. Http tools could connect frontend or backend. If frontend is connected, it will redirect the request randomly to a backend. +3. Mini-batch loading. When a small amount of data needs to be loaded into Doris, the mini-batch loading is recommended to achieve low loading latency. By using http interface, raw data is pushed into a backend. Then the backend does the data preparing computing and completes the final loading. Http tools could connect frontend or backend. If frontend is connected, it will redirect the request randomly to a backend. All the loading work is handled asynchronously. When load request is submitted, a label needs to be provided. By using the load label, users can submit show load request to get the loading status or submit cancel load request to cancel the loading. If the status of loading task is successful or in progress, its load label is not allowed to reuse again. The label of failed task is allowed to be reused. #### 4.3 Resource Isolation -1. Multi-tenancy Isolation:Multiple virtual cluster can be created in one pysical Palo cluster. Every backend node can deploy multiple backend processes. Every backend process only belongs to one virtual cluster. Virtual cluster is one tenancy. +1. Multi-tenancy Isolation:Multiple virtual cluster can be created in one pysical Doris cluster. Every backend node can deploy multiple backend processes. Every backend process only belongs to one virtual cluster. Virtual cluster is one tenancy. 2. User Isolation: There are many users in one virtual cluster. You can allocate the resource among different users and ensure that all users’ tasks are executed under limited resource quota. @@ -180,7 +180,7 @@ SET ("storage_medium" = "SSD", "storage_cooldown_time" = "2016-07-01 00:00:00"); Runtime code generation using LLVM is one of the techniques employed extensively by Impala to improve query execution times. Performance could gains of 5X or more are typical for representative workloads. -But, runtime code generation is not suitable for low latency query, because the generation overhead costs about 100ms. Runtime code generation is more suitable for large-scale ad-hoc query. To accelerate the small queries (of course, big queries will also obtain benefits), we introduced vectorized query execution into Palo. +But, runtime code generation is not suitable for low latency query, because the generation overhead costs about 100ms. Runtime code generation is more suitable for large-scale ad-hoc query. To accelerate the small queries (of course, big queries will also obtain benefits), we introduced vectorized query execution into Doris. Vectorized query execution is a feature that greatly reduces the CPU usage for typical query operations like scans, filters, aggregates, and joins. A standard query execution system processes one row at a time. This involves long code paths and significant metadata interpretation in the inner loop of execution. Vectorized query execution streamlines operations by processing a block of many rows at a time. Within the block, each column is stored as a vector (an array of a primitive data type). Simple operations like arithmetic and comparisons are done by quickly iterating through the vectors in a tight loop, with no or very few function calls or conditional branches inside the loop. These loops compile in a streamlined way that uses relatively few instructions and finishes each instruction in fewer clock cycles, on average, by effectively using the processor pipeline and cache memory. @@ -188,28 +188,28 @@ The result of benchmark shows 2x~4x speedup in our typical queries. ## 5. Backup and Recovery -Data backup function is provided to enhance data security. The minimum granularity of backup and recovery is partition. Users can develop plugins to backup data to any specified remote storage. The backup data can always be recovered to Palo at all time, to achieve the data rollback purpose. +Data backup function is provided to enhance data security. The minimum granularity of backup and recovery is partition. Users can develop plugins to backup data to any specified remote storage. The backup data can always be recovered to Doris at all time, to achieve the data rollback purpose. Currently we only support full data backup data rather than incremental backups for the following reasons: -1. Remote storage system is beyond the control of the Palo system. We cannot guarantee whether the data has been changed between two backup operations. And data verification operations always come at a high price. +1. Remote storage system is beyond the control of the Doris system. We cannot guarantee whether the data has been changed between two backup operations. And data verification operations always come at a high price. 2. We support data backup on partition granularity. And majority of applications are time series applications. By dividing data using time column, it has been able to meet the needs of the vast majority of incremental backup in chronological order. In addition to improving data security, the backup function also provides a way to export the data. Data can be exported to other downstream systems for further processing. # Install -Palo only supports Linux System. Oracle JDK 8.0+ and GCC 4.8.2+ are required. See the document of [INSTALL](https://github.com/baidu/palo/wiki/Palo-Install) and [Deploy & Update](https://github.com/baidu/palo/wiki/Palo-Deploy-%26-Upgrade) +Doris only supports Linux System. Oracle JDK 8.0+ and GCC 4.8.2+ are required. See the document of [INSTALL](https://github.com/baidu/palo/wiki/Doris-Install) and [Deploy & Update](https://github.com/baidu/palo/wiki/Doris-Deploy-%26-Upgrade) # User Guide -See the [Palo Wiki](https://github.com/baidu/palo/wiki) for more information. +See the [Doris Wiki](https://github.com/baidu/palo/wiki) for more information. # Contact us palo-rd@baidu.com -需要加入Palo微信技术讨论群的,请加微信号:morningman-cmy,然后备注一下:加入Palo技术讨论群 -(Palo开源一群已满) +需要加入Doris微信技术讨论群的,请加微信号:morningman-cmy,然后备注一下:加入Doris技术讨论群 +(Doris开源一群已满) # Blogs -1. [浅谈从Google Mesa到百度PALO](http://neoremind.com/2017/09/%E6%B5%85%E8%B0%88%E4%BB%8Egoogle-mesa%E5%88%B0%E7%99%BE%E5%BA%A6palo/comment-page-1/) -2. [Apache Kylin VS Baidu Palo](https://blog.bcmeng.com/post/apache-kylin-vs-baidu-palo.html) +1. [浅谈从Google Mesa到Apache Doris](http://neoremind.com/2017/09/%E6%B5%85%E8%B0%88%E4%BB%8Egoogle-mesa%E5%88%B0%E7%99%BE%E5%BA%A6palo/comment-page-1/) +2. [Apache Kylin VS Apache Doris](https://blog.bcmeng.com/post/apache-kylin-vs-baidu-palo.html) diff --git a/be/CMakeLists.txt b/be/CMakeLists.txt index cd4a6786a70aaf..9e8318ddcedded 100644 --- a/be/CMakeLists.txt +++ b/be/CMakeLists.txt @@ -1,8 +1,10 @@ -# Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/be/src/aes/CMakeLists.txt b/be/src/aes/CMakeLists.txt index 0e6177c5e6a920..4749e8095ce28e 100644 --- a/be/src/aes/CMakeLists.txt +++ b/be/src/aes/CMakeLists.txt @@ -1,8 +1,10 @@ -# Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # @@ -12,7 +14,6 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -# under the License. # where to put generated libraries set(LIBRARY_OUTPUT_PATH "${BUILD_DIR}/src/aes") diff --git a/be/src/aes/my_aes.cpp b/be/src/aes/my_aes.cpp index 4cae2f8e02fa65..a042eebad83ea8 100644 --- a/be/src/aes/my_aes.cpp +++ b/be/src/aes/my_aes.cpp @@ -1,17 +1,18 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved. // -// http://www.apache.org/licenses/LICENSE-2.0 +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; version 2 of the License. // -// Unless required by applicable law or agreed to in writing, -// software distributed under the License is distributed on an -// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -// KIND, either express or implied. See the License for the -// specific language governing permissions and limitations -// under the License. +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include "my_aes.h" #include "my_aes_impl.h" diff --git a/be/src/aes/my_aes.h b/be/src/aes/my_aes.h index d65987e51d0ad4..a6784fc6d070a4 100644 --- a/be/src/aes/my_aes.h +++ b/be/src/aes/my_aes.h @@ -1,17 +1,17 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, -// software distributed under the License is distributed on an -// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -// KIND, either express or implied. See the License for the -// specific language governing permissions and limitations -// under the License. +// Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; version 2 of the License. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #ifndef MY_AES_INCLUDED #define MY_AES_INCLUDED diff --git a/be/src/aes/my_aes_impl.h b/be/src/aes/my_aes_impl.h index 82c710c5e2f8e7..ef8724e3b50775 100644 --- a/be/src/aes/my_aes_impl.h +++ b/be/src/aes/my_aes_impl.h @@ -1,17 +1,17 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, -// software distributed under the License is distributed on an -// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -// KIND, either express or implied. See the License for the -// specific language governing permissions and limitations -// under the License. +// Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; version 2 of the License. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #ifndef BDG_PALO_BE_EXPRS_MY_AES_IMPL_H #define BDG_PALO_BE_EXPRS_MY_AES_IMPL_H diff --git a/be/src/aes/my_aes_openssl.cpp b/be/src/aes/my_aes_openssl.cpp index 72f3eb64476896..1a6443fb041e8f 100644 --- a/be/src/aes/my_aes_openssl.cpp +++ b/be/src/aes/my_aes_openssl.cpp @@ -1,17 +1,17 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, -// software distributed under the License is distributed on an -// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -// KIND, either express or implied. See the License for the -// specific language governing permissions and limitations -// under the License. +// Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; version 2 of the License. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include "my_aes.h" #include "my_aes_impl.h" diff --git a/be/src/agent/CMakeLists.txt b/be/src/agent/CMakeLists.txt index c89a44eadb314b..e523a509384142 100644 --- a/be/src/agent/CMakeLists.txt +++ b/be/src/agent/CMakeLists.txt @@ -1,8 +1,10 @@ -# Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/be/src/agent/agent_server.cpp b/be/src/agent/agent_server.cpp index 88e12f00ef963e..c5e330705debfe 100644 --- a/be/src/agent/agent_server.cpp +++ b/be/src/agent/agent_server.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/agent/agent_server.h b/be/src/agent/agent_server.h index 9e546f230a7986..30f94c9eda7d73 100644 --- a/be/src/agent/agent_server.h +++ b/be/src/agent/agent_server.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/agent/cgroups_mgr.cpp b/be/src/agent/cgroups_mgr.cpp index 55e50133a30ca0..f48d97fa2aa600 100644 --- a/be/src/agent/cgroups_mgr.cpp +++ b/be/src/agent/cgroups_mgr.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/agent/cgroups_mgr.h b/be/src/agent/cgroups_mgr.h index a2d04ab3f78023..ae389498f58cd7 100644 --- a/be/src/agent/cgroups_mgr.h +++ b/be/src/agent/cgroups_mgr.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/agent/file_downloader.cpp b/be/src/agent/file_downloader.cpp index efa261dc962f66..22c7c5166ea8bd 100644 --- a/be/src/agent/file_downloader.cpp +++ b/be/src/agent/file_downloader.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/agent/file_downloader.h b/be/src/agent/file_downloader.h index 40be7b323feb59..abe3106955f5ca 100644 --- a/be/src/agent/file_downloader.h +++ b/be/src/agent/file_downloader.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/agent/heartbeat_server.cpp b/be/src/agent/heartbeat_server.cpp index 389e7662dc34c7..602d21702d0a25 100644 --- a/be/src/agent/heartbeat_server.cpp +++ b/be/src/agent/heartbeat_server.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/agent/heartbeat_server.h b/be/src/agent/heartbeat_server.h index 45751d76720986..a70b4395c08d2e 100644 --- a/be/src/agent/heartbeat_server.h +++ b/be/src/agent/heartbeat_server.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/agent/pusher.cpp b/be/src/agent/pusher.cpp index febce3cdbac355..8aed97573d59ee 100644 --- a/be/src/agent/pusher.cpp +++ b/be/src/agent/pusher.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/agent/pusher.h b/be/src/agent/pusher.h index f944ac4a920676..4d80e78bcf3492 100644 --- a/be/src/agent/pusher.h +++ b/be/src/agent/pusher.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/agent/status.h b/be/src/agent/status.h index 7a377af166cf81..da8baa9ebc816d 100644 --- a/be/src/agent/status.h +++ b/be/src/agent/status.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/agent/task_worker_pool.cpp b/be/src/agent/task_worker_pool.cpp index fc6e099156d583..e505d0884c0048 100644 --- a/be/src/agent/task_worker_pool.cpp +++ b/be/src/agent/task_worker_pool.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/agent/task_worker_pool.h b/be/src/agent/task_worker_pool.h index 5c2762dd40a393..ae1841aa170a07 100644 --- a/be/src/agent/task_worker_pool.h +++ b/be/src/agent/task_worker_pool.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/agent/topic_listener.h b/be/src/agent/topic_listener.h index 285015b25d4f69..c2f1e2e3e311c9 100644 --- a/be/src/agent/topic_listener.h +++ b/be/src/agent/topic_listener.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/agent/topic_subscriber.cpp b/be/src/agent/topic_subscriber.cpp index bd2ee00f4918ca..1c05a873dec0f9 100644 --- a/be/src/agent/topic_subscriber.cpp +++ b/be/src/agent/topic_subscriber.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/agent/topic_subscriber.h b/be/src/agent/topic_subscriber.h index 8762bf3dc7f2a3..81587068bf20bc 100644 --- a/be/src/agent/topic_subscriber.h +++ b/be/src/agent/topic_subscriber.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/agent/user_resource_listener.cpp b/be/src/agent/user_resource_listener.cpp index a7a8471b011265..e4a94e4ff6891e 100644 --- a/be/src/agent/user_resource_listener.cpp +++ b/be/src/agent/user_resource_listener.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/agent/user_resource_listener.h b/be/src/agent/user_resource_listener.h index bf6935c16ecc9d..404dcb84af06ff 100644 --- a/be/src/agent/user_resource_listener.h +++ b/be/src/agent/user_resource_listener.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/agent/utils.cpp b/be/src/agent/utils.cpp index 6f4ae6e482b797..05fd3c8c2a67b3 100644 --- a/be/src/agent/utils.cpp +++ b/be/src/agent/utils.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/agent/utils.h b/be/src/agent/utils.h index 03da3f7132a1e9..18bc966de44a11 100644 --- a/be/src/agent/utils.h +++ b/be/src/agent/utils.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/codegen/CMakeLists.txt b/be/src/codegen/CMakeLists.txt index ad98ab709bdb07..5e69e4c76cbf3d 100644 --- a/be/src/codegen/CMakeLists.txt +++ b/be/src/codegen/CMakeLists.txt @@ -1,6 +1,3 @@ -# Modifications copyright (C) 2017, Baidu.com, Inc. -# Copyright 2017 The Apache Software Foundation - # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/be/src/codegen/codegen_anyval.cpp b/be/src/codegen/codegen_anyval.cpp index cbc22d80d7f14d..2ee53275a63dde 100644 --- a/be/src/codegen/codegen_anyval.cpp +++ b/be/src/codegen/codegen_anyval.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/codegen/codegen_anyval.h b/be/src/codegen/codegen_anyval.h index e284e6e0441cc3..2546d57166b7d1 100644 --- a/be/src/codegen/codegen_anyval.h +++ b/be/src/codegen/codegen_anyval.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/codegen/codegen_anyval_ir.cpp b/be/src/codegen/codegen_anyval_ir.cpp index bc145c803b39dc..7bf4208932ca8b 100644 --- a/be/src/codegen/codegen_anyval_ir.cpp +++ b/be/src/codegen/codegen_anyval_ir.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information @@ -19,6 +16,7 @@ // under the License. #ifdef IR_COMPILE + #include "runtime/string_value.hpp" #include "runtime/datetime_value.h" #include "runtime/decimal_value.h" diff --git a/be/src/codegen/gen_ir_descriptions.py b/be/src/codegen/gen_ir_descriptions.py index 7a201c8809913b..8dac9baa665a30 100755 --- a/be/src/codegen/gen_ir_descriptions.py +++ b/be/src/codegen/gen_ir_descriptions.py @@ -1,6 +1,3 @@ -# Modifications copyright (C) 2017, Baidu.com, Inc. -# Copyright 2017 The Apache Software Foundation - # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information @@ -97,20 +94,22 @@ ] enums_preamble = '\ -// Modifications copyright (C) 2017, Baidu.com, Inc.\n\ -// Copyright 2017 The Apache Software Foundation\n\ -//\n\ -// Licensed under the Apache License, Version 2.0 (the "License");\n\ -// you may not use this file except in compliance with the License.\n\ -// You may obtain a copy of the License at\n\ -//\n\ -// http://www.apache.org/licenses/LICENSE-2.0\n\ -//\n\ -// Unless required by applicable law or agreed to in writing, software\n\ -// distributed under the License is distributed on an "AS IS" BASIS,\n\ -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n\ -// See the License for the specific language governing permissions and\n\ -// limitations under the License.\n\ +// Licensed to the Apache Software Foundation (ASF) under one \n\ +// or more contributor license agreements. See the NOTICE file \n\ +// distributed with this work for additional information \n\ +// regarding copyright ownership. The ASF licenses this file \n\ +// to you under the Apache License, Version 2.0 (the \n\ +// "License"); you may not use this file except in compliance \n\ +// with the License. You may obtain a copy of the License at \n\ +// \n\ +// http://www.apache.org/licenses/LICENSE-2.0 \n\ +// \n\ +// Unless required by applicable law or agreed to in writing, \n\ +// software distributed under the License is distributed on an \n\ +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY \n\ +// KIND, either express or implied. See the License for the \n\ +// specific language governing permissions and limitations \n\ +// under the License. \n\ \n\ // This is a generated file, DO NOT EDIT IT.\n\ // To add new functions, see be/src/codegen/gen_ir_descriptions.py.\n\ @@ -133,20 +132,22 @@ class IRFunction {\n\ #endif\n' names_preamble = '\ -// Modifications copyright (C) 2017, Baidu.com, Inc.\n\ -// Copyright 2017 The Apache Software Foundation\n\ -//\n\ -// Licensed under the Apache License, Version 2.0 (the "License");\n\ -// you may not use this file except in compliance with the License.\n\ -// You may obtain a copy of the License at\n\ -//\n\ -// http://www.apache.org/licenses/LICENSE-2.0\n\ -//\n\ -// Unless required by applicable law or agreed to in writing, software\n\ -// distributed under the License is distributed on an "AS IS" BASIS,\n\ -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n\ -// See the License for the specific language governing permissions and\n\ -// limitations under the License.\n\ +// Licensed to the Apache Software Foundation (ASF) under one \n\ +// or more contributor license agreements. See the NOTICE file \n\ +// distributed with this work for additional information \n\ +// regarding copyright ownership. The ASF licenses this file \n\ +// to you under the Apache License, Version 2.0 (the \n\ +// "License"); you may not use this file except in compliance \n\ +// with the License. You may obtain a copy of the License at \n\ +// \n\ +// http://www.apache.org/licenses/LICENSE-2.0 \n\ +// \n\ +// Unless required by applicable law or agreed to in writing, \n\ +// software distributed under the License is distributed on an \n\ +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY \n\ +// KIND, either express or implied. See the License for the \n\ +// specific language governing permissions and limitations \n\ +// under the License. \n\ \n\ // This is a generated file, DO NOT EDIT IT.\n\ // To add new functions, see be/src/codegen/gen_ir_descriptions.py.\n\ diff --git a/be/src/codegen/llvm_codegen.cpp b/be/src/codegen/llvm_codegen.cpp index c61a56b74920a1..ea60e608201803 100644 --- a/be/src/codegen/llvm_codegen.cpp +++ b/be/src/codegen/llvm_codegen.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/codegen/llvm_codegen.h b/be/src/codegen/llvm_codegen.h index a25283652a4926..18e255b262ce4d 100644 --- a/be/src/codegen/llvm_codegen.h +++ b/be/src/codegen/llvm_codegen.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/codegen/llvm_codegen_test.cpp b/be/src/codegen/llvm_codegen_test.cpp index 3b202413887bbe..a2944a863844ce 100644 --- a/be/src/codegen/llvm_codegen_test.cpp +++ b/be/src/codegen/llvm_codegen_test.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/codegen/palo_ir.cpp b/be/src/codegen/palo_ir.cpp index e41f4b32ab3274..e39492ccf4b1cb 100644 --- a/be/src/codegen/palo_ir.cpp +++ b/be/src/codegen/palo_ir.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/codegen/palo_ir.h b/be/src/codegen/palo_ir.h index a63e53e8f3d3c4..d14b1c28283874 100644 --- a/be/src/codegen/palo_ir.h +++ b/be/src/codegen/palo_ir.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/codegen/palo_ir_data.h b/be/src/codegen/palo_ir_data.h index 7548ddc6a9be6c..3b19f3c111c963 100644 --- a/be/src/codegen/palo_ir_data.h +++ b/be/src/codegen/palo_ir_data.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/codegen/subexpr_elimination.cpp b/be/src/codegen/subexpr_elimination.cpp index 8b5a0b07571835..df24a270cc806c 100644 --- a/be/src/codegen/subexpr_elimination.cpp +++ b/be/src/codegen/subexpr_elimination.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/codegen/subexpr_elimination.h b/be/src/codegen/subexpr_elimination.h index e104cdee48f492..49b5cfc81400b1 100644 --- a/be/src/codegen/subexpr_elimination.h +++ b/be/src/codegen/subexpr_elimination.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/common/CMakeLists.txt b/be/src/common/CMakeLists.txt index e1b7468c9bfbce..b8f592d77bc197 100644 --- a/be/src/common/CMakeLists.txt +++ b/be/src/common/CMakeLists.txt @@ -1,6 +1,3 @@ -# Modifications copyright (C) 2017, Baidu.com, Inc. -# Copyright 2017 The Apache Software Foundation - # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/be/src/common/atomic.h b/be/src/common/atomic.h index b288a324b58096..66230fbbb46256 100644 --- a/be/src/common/atomic.h +++ b/be/src/common/atomic.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/common/compiler_util.h b/be/src/common/compiler_util.h index 9a113956d7340f..b0b217be0a99c6 100644 --- a/be/src/common/compiler_util.h +++ b/be/src/common/compiler_util.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/common/config.h b/be/src/common/config.h index e042cb9e48dab4..4df76c11ffcb5f 100644 --- a/be/src/common/config.h +++ b/be/src/common/config.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/common/configbase.cpp b/be/src/common/configbase.cpp index 90184575c8d3b5..8807d2f4be0602 100644 --- a/be/src/common/configbase.cpp +++ b/be/src/common/configbase.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/common/configbase.h b/be/src/common/configbase.h index f05e33866595d4..1b6b885e78bbaf 100644 --- a/be/src/common/configbase.h +++ b/be/src/common/configbase.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/common/daemon.cpp b/be/src/common/daemon.cpp index 37b6b1179b24f0..41b3fe8fff07d3 100644 --- a/be/src/common/daemon.cpp +++ b/be/src/common/daemon.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/common/daemon.h b/be/src/common/daemon.h index 319c27b5c0dbe1..da5520f27ed682 100644 --- a/be/src/common/daemon.h +++ b/be/src/common/daemon.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/common/global_types.h b/be/src/common/global_types.h index d5424e0b167d3e..14919ebf6753a8 100644 --- a/be/src/common/global_types.h +++ b/be/src/common/global_types.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/common/hdfs.h b/be/src/common/hdfs.h index a2390164a10325..7f390a7e7026e0 100644 --- a/be/src/common/hdfs.h +++ b/be/src/common/hdfs.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/common/logconfig.cpp b/be/src/common/logconfig.cpp index ef403b29d1166a..c62b45a6d2754c 100644 --- a/be/src/common/logconfig.cpp +++ b/be/src/common/logconfig.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/common/logging.h b/be/src/common/logging.h index ee32a23547e215..66f5458d580748 100644 --- a/be/src/common/logging.h +++ b/be/src/common/logging.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/common/names.h b/be/src/common/names.h index a0ffff58a872b7..c0acdcdef267cc 100755 --- a/be/src/common/names.h +++ b/be/src/common/names.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information @@ -18,21 +15,6 @@ // specific language governing permissions and limitations // under the License. -/// The motivation for the using declarations below is to allow accessing the most -/// relevant and most frequently used library classes without having to explicitly pull -/// them into the global namespace. The goal is that when readers sees a usage of vector -/// (etc.) without any further specialization they can rely on the fact that it will be a -/// std::vector. -// -/// Instead of actually including the header files for the symbols, this file only checks -/// if certain include guards are defined before applying the using declaration. This -/// makes sure that including this file has no impact on the compile time. -// -/// Please make sure that this file is included last in the cc file's include list to make -/// sure that all relevant include guards are defined. -// -/// The content of this file is manually curated and should only be changed on rare -/// occasions. #include #ifdef _GLIBCXX_VECTOR diff --git a/be/src/common/object_pool.h b/be/src/common/object_pool.h index a4ba074f6b31bc..9bb387b174e141 100644 --- a/be/src/common/object_pool.h +++ b/be/src/common/object_pool.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/common/resource_tls.cpp b/be/src/common/resource_tls.cpp index 84e1efe454d7ec..1afb29fcbdb9ab 100644 --- a/be/src/common/resource_tls.cpp +++ b/be/src/common/resource_tls.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/common/resource_tls.h b/be/src/common/resource_tls.h index 26350204435c0e..36042a781212db 100644 --- a/be/src/common/resource_tls.h +++ b/be/src/common/resource_tls.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/common/status.cpp b/be/src/common/status.cpp index e7b8361bb704c3..13fd82e5e0b87e 100644 --- a/be/src/common/status.cpp +++ b/be/src/common/status.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/common/status.h b/be/src/common/status.h index 3f16e480929039..bb312061944efa 100644 --- a/be/src/common/status.h +++ b/be/src/common/status.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/CMakeLists.txt b/be/src/exec/CMakeLists.txt index 64a6e1b2ab4125..1d512caa0f52eb 100644 --- a/be/src/exec/CMakeLists.txt +++ b/be/src/exec/CMakeLists.txt @@ -1,6 +1,3 @@ -# Modifications copyright (C) 2017, Baidu.com, Inc. -# Copyright 2017 The Apache Software Foundation - # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/be/src/exec/aggregation_node.cpp b/be/src/exec/aggregation_node.cpp index 23949a4f9d44ab..016136c9c7d0ba 100644 --- a/be/src/exec/aggregation_node.cpp +++ b/be/src/exec/aggregation_node.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/aggregation_node.h b/be/src/exec/aggregation_node.h index 110d85f3c6a93d..470221be935144 100644 --- a/be/src/exec/aggregation_node.h +++ b/be/src/exec/aggregation_node.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/aggregation_node_ir.cpp b/be/src/exec/aggregation_node_ir.cpp index 30a96850d36632..ecc21dd0b58c71 100644 --- a/be/src/exec/aggregation_node_ir.cpp +++ b/be/src/exec/aggregation_node_ir.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/analytic_eval_node.cpp b/be/src/exec/analytic_eval_node.cpp index 18ec9e96bede50..f2d73747f0c7c1 100644 --- a/be/src/exec/analytic_eval_node.cpp +++ b/be/src/exec/analytic_eval_node.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/analytic_eval_node.h b/be/src/exec/analytic_eval_node.h index adc6fd78403cf2..f4b2fd3866dc06 100644 --- a/be/src/exec/analytic_eval_node.h +++ b/be/src/exec/analytic_eval_node.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/blocking_join_node.cpp b/be/src/exec/blocking_join_node.cpp index 1c032163c526f2..94bf40c48bf56e 100644 --- a/be/src/exec/blocking_join_node.cpp +++ b/be/src/exec/blocking_join_node.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/blocking_join_node.h b/be/src/exec/blocking_join_node.h index 642061838e639e..336c5a6c437cf6 100644 --- a/be/src/exec/blocking_join_node.h +++ b/be/src/exec/blocking_join_node.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/broker_reader.cpp b/be/src/exec/broker_reader.cpp index 47db215ba60b4f..5b61987b706f5b 100644 --- a/be/src/exec/broker_reader.cpp +++ b/be/src/exec/broker_reader.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/exec/broker_reader.h b/be/src/exec/broker_reader.h index 1d878ef6d3faf4..ae176a02446429 100644 --- a/be/src/exec/broker_reader.h +++ b/be/src/exec/broker_reader.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/exec/broker_scan_node.cpp b/be/src/exec/broker_scan_node.cpp index b489374a3734b2..d37f8f2a619ab8 100644 --- a/be/src/exec/broker_scan_node.cpp +++ b/be/src/exec/broker_scan_node.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/exec/broker_scan_node.h b/be/src/exec/broker_scan_node.h index 95d64f40866701..8c113c09f5185a 100644 --- a/be/src/exec/broker_scan_node.h +++ b/be/src/exec/broker_scan_node.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/exec/broker_scanner.cpp b/be/src/exec/broker_scanner.cpp index 278aaad4786db3..e09c7ac8681ae6 100644 --- a/be/src/exec/broker_scanner.cpp +++ b/be/src/exec/broker_scanner.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/exec/broker_scanner.h b/be/src/exec/broker_scanner.h index ac5fed08f4d1b9..93bb51fcef7e55 100644 --- a/be/src/exec/broker_scanner.h +++ b/be/src/exec/broker_scanner.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/exec/broker_writer.cpp b/be/src/exec/broker_writer.cpp index 5511e0febb8fda..1c71ad809db652 100644 --- a/be/src/exec/broker_writer.cpp +++ b/be/src/exec/broker_writer.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/exec/broker_writer.h b/be/src/exec/broker_writer.h index f8e2c61c472148..8ae8e378096324 100644 --- a/be/src/exec/broker_writer.h +++ b/be/src/exec/broker_writer.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/exec/cross_join_node.cpp b/be/src/exec/cross_join_node.cpp index 4c2ddf1d5450e6..5c3a1dcdeb441f 100644 --- a/be/src/exec/cross_join_node.cpp +++ b/be/src/exec/cross_join_node.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/cross_join_node.h b/be/src/exec/cross_join_node.h index 13502f5228e2ef..2f2e5fa243b38a 100644 --- a/be/src/exec/cross_join_node.h +++ b/be/src/exec/cross_join_node.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/csv_scan_node.cpp b/be/src/exec/csv_scan_node.cpp index 5365a83ca7eb02..54f3b1b8b17eb2 100644 --- a/be/src/exec/csv_scan_node.cpp +++ b/be/src/exec/csv_scan_node.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/exec/csv_scan_node.h b/be/src/exec/csv_scan_node.h index dd0d2ddf8c8ac7..989d9bb496c42c 100644 --- a/be/src/exec/csv_scan_node.h +++ b/be/src/exec/csv_scan_node.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/exec/csv_scanner.cpp b/be/src/exec/csv_scanner.cpp index 268d0100aa751d..735932098fa7de 100644 --- a/be/src/exec/csv_scanner.cpp +++ b/be/src/exec/csv_scanner.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/exec/csv_scanner.h b/be/src/exec/csv_scanner.h index cf4b5ab9311e44..674cb9ee740d5c 100644 --- a/be/src/exec/csv_scanner.h +++ b/be/src/exec/csv_scanner.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/exec/data_sink.cpp b/be/src/exec/data_sink.cpp index a486daffec2098..15737445cc9849 100644 --- a/be/src/exec/data_sink.cpp +++ b/be/src/exec/data_sink.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/data_sink.h b/be/src/exec/data_sink.h index 6b2cdaa8ea152e..2846badb351b6c 100644 --- a/be/src/exec/data_sink.h +++ b/be/src/exec/data_sink.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/decompressor.cpp b/be/src/exec/decompressor.cpp index a2dbbff2bed31f..04a147ee4d854f 100644 --- a/be/src/exec/decompressor.cpp +++ b/be/src/exec/decompressor.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/decompressor.h b/be/src/exec/decompressor.h index 7b37239ceb6d69..0df709b727b925 100644 --- a/be/src/exec/decompressor.h +++ b/be/src/exec/decompressor.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/empty_set_node.cpp b/be/src/exec/empty_set_node.cpp index 993c06efd31e14..a19827e49aef3f 100644 --- a/be/src/exec/empty_set_node.cpp +++ b/be/src/exec/empty_set_node.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/exec/empty_set_node.h b/be/src/exec/empty_set_node.h index 7cdf4cf09dfd22..b79f945c56c17b 100644 --- a/be/src/exec/empty_set_node.h +++ b/be/src/exec/empty_set_node.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/exec/exchange_node.cpp b/be/src/exec/exchange_node.cpp index 6cbd6859b49cbf..e55c09092b4d02 100644 --- a/be/src/exec/exchange_node.cpp +++ b/be/src/exec/exchange_node.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/exchange_node.h b/be/src/exec/exchange_node.h index 2712dd2d4d3196..25454da881e6e1 100644 --- a/be/src/exec/exchange_node.h +++ b/be/src/exec/exchange_node.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/exec_node.cpp b/be/src/exec/exec_node.cpp index 1af1619de2d1a7..c91cbc383c6518 100644 --- a/be/src/exec/exec_node.cpp +++ b/be/src/exec/exec_node.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/exec_node.h b/be/src/exec/exec_node.h index 45248d6f7bbb28..c6d138549c1269 100644 --- a/be/src/exec/exec_node.h +++ b/be/src/exec/exec_node.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/file_reader.h b/be/src/exec/file_reader.h index b8db0f10d71140..4c8da2ad7c29d5 100644 --- a/be/src/exec/file_reader.h +++ b/be/src/exec/file_reader.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/file_writer.h b/be/src/exec/file_writer.h index 5a934d483bb200..23ed230d386e7d 100644 --- a/be/src/exec/file_writer.h +++ b/be/src/exec/file_writer.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/exec/hash_join_node.cpp b/be/src/exec/hash_join_node.cpp index b5d5fa392751b0..a93d4a6c4adc13 100644 --- a/be/src/exec/hash_join_node.cpp +++ b/be/src/exec/hash_join_node.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/hash_join_node.h b/be/src/exec/hash_join_node.h index ef1fdfaa8a5abf..78850f814ce43f 100644 --- a/be/src/exec/hash_join_node.h +++ b/be/src/exec/hash_join_node.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/hash_join_node_ir.cpp b/be/src/exec/hash_join_node_ir.cpp index b69b1172f9e708..b35d7371826bba 100644 --- a/be/src/exec/hash_join_node_ir.cpp +++ b/be/src/exec/hash_join_node_ir.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/hash_table.cpp b/be/src/exec/hash_table.cpp index 3bc63be2b97a8a..5fba0e05e648e7 100644 --- a/be/src/exec/hash_table.cpp +++ b/be/src/exec/hash_table.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/hash_table.h b/be/src/exec/hash_table.h index 1e71424ee45f9f..1b598749e4c104 100644 --- a/be/src/exec/hash_table.h +++ b/be/src/exec/hash_table.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/hash_table.hpp b/be/src/exec/hash_table.hpp index 638a304d165a1e..b728fe373e648d 100644 --- a/be/src/exec/hash_table.hpp +++ b/be/src/exec/hash_table.hpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/kudu_scan_node.cpp b/be/src/exec/kudu_scan_node.cpp index 05b0dbee8408a2..d785db38b39d63 100644 --- a/be/src/exec/kudu_scan_node.cpp +++ b/be/src/exec/kudu_scan_node.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/kudu_scan_node.h b/be/src/exec/kudu_scan_node.h index 2e250d114cc72f..2308885d6056f7 100644 --- a/be/src/exec/kudu_scan_node.h +++ b/be/src/exec/kudu_scan_node.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/kudu_scanner.cpp b/be/src/exec/kudu_scanner.cpp index 86b1d55811f37c..b7f0ba331977a8 100644 --- a/be/src/exec/kudu_scanner.cpp +++ b/be/src/exec/kudu_scanner.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/kudu_scanner.h b/be/src/exec/kudu_scanner.h index 645b241a33da5b..fe32bcae3d2eea 100644 --- a/be/src/exec/kudu_scanner.h +++ b/be/src/exec/kudu_scanner.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/kudu_util.cpp b/be/src/exec/kudu_util.cpp index 4c91c45aaa1e34..b26bb2f16287c8 100644 --- a/be/src/exec/kudu_util.cpp +++ b/be/src/exec/kudu_util.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/kudu_util.h b/be/src/exec/kudu_util.h index 9d69fe4fac5252..0ee6727ebb95f2 100644 --- a/be/src/exec/kudu_util.h +++ b/be/src/exec/kudu_util.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/line_reader.h b/be/src/exec/line_reader.h index 36a80a94029756..fbc69b8653ab7a 100644 --- a/be/src/exec/line_reader.h +++ b/be/src/exec/line_reader.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/local_file_reader.cpp b/be/src/exec/local_file_reader.cpp index 612afa983ba132..68df991dd3a5e5 100644 --- a/be/src/exec/local_file_reader.cpp +++ b/be/src/exec/local_file_reader.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/exec/local_file_reader.h b/be/src/exec/local_file_reader.h index 0d9cbce78c71e0..2a15e65816e5a0 100644 --- a/be/src/exec/local_file_reader.h +++ b/be/src/exec/local_file_reader.h @@ -1,5 +1,3 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/local_file_writer.cpp b/be/src/exec/local_file_writer.cpp index 382905e3271599..9ddd87a29be7ea 100644 --- a/be/src/exec/local_file_writer.cpp +++ b/be/src/exec/local_file_writer.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/exec/local_file_writer.h b/be/src/exec/local_file_writer.h index 0876e5d896743b..c8bd30b9d27664 100644 --- a/be/src/exec/local_file_writer.h +++ b/be/src/exec/local_file_writer.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/exec/merge_join_node.cpp b/be/src/exec/merge_join_node.cpp index 1ce0b0fa3e3ab4..ba394052667689 100644 --- a/be/src/exec/merge_join_node.cpp +++ b/be/src/exec/merge_join_node.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/merge_join_node.h b/be/src/exec/merge_join_node.h index ebcf037846d27a..f6ce06f90df0fb 100644 --- a/be/src/exec/merge_join_node.h +++ b/be/src/exec/merge_join_node.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/merge_node.cpp b/be/src/exec/merge_node.cpp index 5734f77daf7372..c94aef8fdeafa2 100644 --- a/be/src/exec/merge_node.cpp +++ b/be/src/exec/merge_node.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/merge_node.h b/be/src/exec/merge_node.h index 748fb2e706f136..aef8d96fed3041 100644 --- a/be/src/exec/merge_node.h +++ b/be/src/exec/merge_node.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/mysql_scan_node.cpp b/be/src/exec/mysql_scan_node.cpp index 121ab3477b0144..fad4f9441ad5c2 100644 --- a/be/src/exec/mysql_scan_node.cpp +++ b/be/src/exec/mysql_scan_node.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/exec/mysql_scan_node.h b/be/src/exec/mysql_scan_node.h index b608d23c2685df..0c9d78582bbf73 100644 --- a/be/src/exec/mysql_scan_node.h +++ b/be/src/exec/mysql_scan_node.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/exec/mysql_scanner.cpp b/be/src/exec/mysql_scanner.cpp index 078bc638f02f44..9a79bde640530d 100644 --- a/be/src/exec/mysql_scanner.cpp +++ b/be/src/exec/mysql_scanner.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/exec/mysql_scanner.h b/be/src/exec/mysql_scanner.h index b046fb75dcd382..45699016474d99 100644 --- a/be/src/exec/mysql_scanner.h +++ b/be/src/exec/mysql_scanner.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/exec/new_partitioned_aggregation_node.cc b/be/src/exec/new_partitioned_aggregation_node.cc index 3c0df412a9adf6..1dc7033317e7f5 100644 --- a/be/src/exec/new_partitioned_aggregation_node.cc +++ b/be/src/exec/new_partitioned_aggregation_node.cc @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/new_partitioned_aggregation_node.h b/be/src/exec/new_partitioned_aggregation_node.h index 528fb561f2b577..4d83408a2c8ccf 100644 --- a/be/src/exec/new_partitioned_aggregation_node.h +++ b/be/src/exec/new_partitioned_aggregation_node.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/new_partitioned_aggregation_node_ir.cc b/be/src/exec/new_partitioned_aggregation_node_ir.cc index da3ff63ca35a8d..3158c554ef26d3 100644 --- a/be/src/exec/new_partitioned_aggregation_node_ir.cc +++ b/be/src/exec/new_partitioned_aggregation_node_ir.cc @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/new_partitioned_hash_table.cc b/be/src/exec/new_partitioned_hash_table.cc index 52875c65424ff2..5196eb19bdbd66 100644 --- a/be/src/exec/new_partitioned_hash_table.cc +++ b/be/src/exec/new_partitioned_hash_table.cc @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/new_partitioned_hash_table.h b/be/src/exec/new_partitioned_hash_table.h index 3bd2972d06c99c..03863bcaa8325b 100644 --- a/be/src/exec/new_partitioned_hash_table.h +++ b/be/src/exec/new_partitioned_hash_table.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/new_partitioned_hash_table.inline.h b/be/src/exec/new_partitioned_hash_table.inline.h index 748f7be5a77d2a..e36db66e49a633 100644 --- a/be/src/exec/new_partitioned_hash_table.inline.h +++ b/be/src/exec/new_partitioned_hash_table.inline.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/new_partitioned_hash_table_ir.cc b/be/src/exec/new_partitioned_hash_table_ir.cc index 5662d78b2bbfdf..bf732b7eec8a80 100644 --- a/be/src/exec/new_partitioned_hash_table_ir.cc +++ b/be/src/exec/new_partitioned_hash_table_ir.cc @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information @@ -19,7 +16,6 @@ // under the License. #ifdef IR_COMPILE - #include "exec/new_partitioned_hash_table.h" using namespace palo; diff --git a/be/src/exec/olap_common.cpp b/be/src/exec/olap_common.cpp index 42dc8986197605..caf22811800e73 100644 --- a/be/src/exec/olap_common.cpp +++ b/be/src/exec/olap_common.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/exec/olap_common.h b/be/src/exec/olap_common.h index c5f9e12bcbca5e..398af05edfdbfb 100644 --- a/be/src/exec/olap_common.h +++ b/be/src/exec/olap_common.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/exec/olap_meta_reader.cpp b/be/src/exec/olap_meta_reader.cpp index 1b76b76f3f2df2..c9adb9d7a5cdfd 100644 --- a/be/src/exec/olap_meta_reader.cpp +++ b/be/src/exec/olap_meta_reader.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/exec/olap_meta_reader.h b/be/src/exec/olap_meta_reader.h index 988c3d82e2ec81..c2f4d764ec328a 100644 --- a/be/src/exec/olap_meta_reader.h +++ b/be/src/exec/olap_meta_reader.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/exec/olap_rewrite_node.cpp b/be/src/exec/olap_rewrite_node.cpp index 424feb25b54515..ac270666a2104d 100644 --- a/be/src/exec/olap_rewrite_node.cpp +++ b/be/src/exec/olap_rewrite_node.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/exec/olap_rewrite_node.h b/be/src/exec/olap_rewrite_node.h index 8e0722e372bcff..ead030c79b27c0 100644 --- a/be/src/exec/olap_rewrite_node.h +++ b/be/src/exec/olap_rewrite_node.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/exec/olap_scan_node.cpp b/be/src/exec/olap_scan_node.cpp index e4e4b8d0d360f8..9348b15d5464da 100644 --- a/be/src/exec/olap_scan_node.cpp +++ b/be/src/exec/olap_scan_node.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/exec/olap_scan_node.h b/be/src/exec/olap_scan_node.h index f6877cdfc94775..67f7a0c3a3bb9a 100644 --- a/be/src/exec/olap_scan_node.h +++ b/be/src/exec/olap_scan_node.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/exec/olap_scanner.cpp b/be/src/exec/olap_scanner.cpp index bed94eebc50a6f..3f121b2d220d1d 100644 --- a/be/src/exec/olap_scanner.cpp +++ b/be/src/exec/olap_scanner.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/exec/olap_scanner.h b/be/src/exec/olap_scanner.h index 0a052900a82f9a..f138800e2ff575 100644 --- a/be/src/exec/olap_scanner.h +++ b/be/src/exec/olap_scanner.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/exec/olap_table_info.cpp b/be/src/exec/olap_table_info.cpp index 6406cb85d6bff1..6ec3be08e688f0 100644 --- a/be/src/exec/olap_table_info.cpp +++ b/be/src/exec/olap_table_info.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/exec/olap_table_info.h b/be/src/exec/olap_table_info.h index 3db0d88270ec16..8791cc5cfaa204 100644 --- a/be/src/exec/olap_table_info.h +++ b/be/src/exec/olap_table_info.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/exec/olap_table_sink.cpp b/be/src/exec/olap_table_sink.cpp index d3130e66e8694d..86d3bc69b61704 100644 --- a/be/src/exec/olap_table_sink.cpp +++ b/be/src/exec/olap_table_sink.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/exec/olap_table_sink.h b/be/src/exec/olap_table_sink.h index 16339b74e3f500..d3d154d6924735 100644 --- a/be/src/exec/olap_table_sink.h +++ b/be/src/exec/olap_table_sink.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/exec/olap_utils.h b/be/src/exec/olap_utils.h index ec8cad741ef5e3..45703f539e0c74 100644 --- a/be/src/exec/olap_utils.h +++ b/be/src/exec/olap_utils.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/exec/partitioned_aggregation_node.cc b/be/src/exec/partitioned_aggregation_node.cc index f20a3d42ec84d5..8e523f7c856014 100644 --- a/be/src/exec/partitioned_aggregation_node.cc +++ b/be/src/exec/partitioned_aggregation_node.cc @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/partitioned_aggregation_node.h b/be/src/exec/partitioned_aggregation_node.h index a73e3610f187d4..da622c61119333 100644 --- a/be/src/exec/partitioned_aggregation_node.h +++ b/be/src/exec/partitioned_aggregation_node.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/partitioned_aggregation_node_ir.cc b/be/src/exec/partitioned_aggregation_node_ir.cc index 5847af654049ba..0938f41871853b 100644 --- a/be/src/exec/partitioned_aggregation_node_ir.cc +++ b/be/src/exec/partitioned_aggregation_node_ir.cc @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/partitioned_hash_table.cc b/be/src/exec/partitioned_hash_table.cc index 81ba76e3329f87..a88a27ff092983 100644 --- a/be/src/exec/partitioned_hash_table.cc +++ b/be/src/exec/partitioned_hash_table.cc @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/partitioned_hash_table.h b/be/src/exec/partitioned_hash_table.h index 31838d8c39827e..3ff29ce8fdfd59 100644 --- a/be/src/exec/partitioned_hash_table.h +++ b/be/src/exec/partitioned_hash_table.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/partitioned_hash_table.inline.h b/be/src/exec/partitioned_hash_table.inline.h index e0692eafceefc9..5372e17e03b593 100644 --- a/be/src/exec/partitioned_hash_table.inline.h +++ b/be/src/exec/partitioned_hash_table.inline.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/partitioned_hash_table_ir.cc b/be/src/exec/partitioned_hash_table_ir.cc index f4679aebaa02ee..f71b2deac5dbc0 100644 --- a/be/src/exec/partitioned_hash_table_ir.cc +++ b/be/src/exec/partitioned_hash_table_ir.cc @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information @@ -19,7 +16,6 @@ // under the License. #ifdef IR_COMPILE - #include "exec/partitioned_hash_table.h" namespace palo { diff --git a/be/src/exec/pl_task_root.cpp b/be/src/exec/pl_task_root.cpp index 714753552a01ca..eea04de5a59f7b 100644 --- a/be/src/exec/pl_task_root.cpp +++ b/be/src/exec/pl_task_root.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/pl_task_root.h b/be/src/exec/pl_task_root.h index 3d3ae6869d05a8..7dbc789415e9b4 100644 --- a/be/src/exec/pl_task_root.h +++ b/be/src/exec/pl_task_root.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation. - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/plain_text_line_reader.cpp b/be/src/exec/plain_text_line_reader.cpp index b0a5dd9e9e8c7b..ca0b8fe8054761 100644 --- a/be/src/exec/plain_text_line_reader.cpp +++ b/be/src/exec/plain_text_line_reader.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/plain_text_line_reader.h b/be/src/exec/plain_text_line_reader.h index 5be12480f28304..c52b4c4bd22f7a 100644 --- a/be/src/exec/plain_text_line_reader.h +++ b/be/src/exec/plain_text_line_reader.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/pre_aggregation_node.cpp b/be/src/exec/pre_aggregation_node.cpp index 80adabc8b7b433..fcd8f8cd5f0884 100644 --- a/be/src/exec/pre_aggregation_node.cpp +++ b/be/src/exec/pre_aggregation_node.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/pre_aggregation_node.h b/be/src/exec/pre_aggregation_node.h index d9fd42a60acca1..9f07c4c23a9c5c 100644 --- a/be/src/exec/pre_aggregation_node.h +++ b/be/src/exec/pre_aggregation_node.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/read_write_util.cpp b/be/src/exec/read_write_util.cpp index aab0affbc3defe..56bc91e020ef14 100644 --- a/be/src/exec/read_write_util.cpp +++ b/be/src/exec/read_write_util.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/read_write_util.h b/be/src/exec/read_write_util.h index 8ef7dd558dcaa0..35d11d93c2fc3f 100644 --- a/be/src/exec/read_write_util.h +++ b/be/src/exec/read_write_util.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/row_batch_list.h b/be/src/exec/row_batch_list.h index 28c5fa46c0d1bd..3b76c64e48eb3d 100644 --- a/be/src/exec/row_batch_list.h +++ b/be/src/exec/row_batch_list.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/scan_node.cpp b/be/src/exec/scan_node.cpp index e1e75e90e87468..8f3706734fb1fc 100644 --- a/be/src/exec/scan_node.cpp +++ b/be/src/exec/scan_node.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/scan_node.h b/be/src/exec/scan_node.h index 5921a2d7d4178c..25aed8f274297e 100644 --- a/be/src/exec/scan_node.h +++ b/be/src/exec/scan_node.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/scanner_ir.cpp b/be/src/exec/scanner_ir.cpp index 2cda71bc52c557..e88ffd73eb0ff8 100644 --- a/be/src/exec/scanner_ir.cpp +++ b/be/src/exec/scanner_ir.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/exec/schema_scan_node.cpp b/be/src/exec/schema_scan_node.cpp index 59713eb6a59a36..2dae3081efb3eb 100644 --- a/be/src/exec/schema_scan_node.cpp +++ b/be/src/exec/schema_scan_node.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/schema_scan_node.h b/be/src/exec/schema_scan_node.h index 88b08684f09daf..d737e58e39093c 100644 --- a/be/src/exec/schema_scan_node.h +++ b/be/src/exec/schema_scan_node.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/schema_scanner.cpp b/be/src/exec/schema_scanner.cpp index 994b1c5fc2d62a..31557eb244d631 100644 --- a/be/src/exec/schema_scanner.cpp +++ b/be/src/exec/schema_scanner.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/schema_scanner.h b/be/src/exec/schema_scanner.h index 14d8a3bf340eae..56fa1c58acd28d 100644 --- a/be/src/exec/schema_scanner.h +++ b/be/src/exec/schema_scanner.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/schema_scanner/frontend_helper.cpp b/be/src/exec/schema_scanner/frontend_helper.cpp index f63042ba53ec71..a8ddf74decf3da 100644 --- a/be/src/exec/schema_scanner/frontend_helper.cpp +++ b/be/src/exec/schema_scanner/frontend_helper.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/schema_scanner/frontend_helper.h b/be/src/exec/schema_scanner/frontend_helper.h index 06ba362b51da62..f7d63e513dcdbb 100644 --- a/be/src/exec/schema_scanner/frontend_helper.h +++ b/be/src/exec/schema_scanner/frontend_helper.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/schema_scanner/schema_charsets_scanner.cpp b/be/src/exec/schema_scanner/schema_charsets_scanner.cpp index b0d145f33aeb69..abb32dadae0692 100644 --- a/be/src/exec/schema_scanner/schema_charsets_scanner.cpp +++ b/be/src/exec/schema_scanner/schema_charsets_scanner.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/schema_scanner/schema_charsets_scanner.h b/be/src/exec/schema_scanner/schema_charsets_scanner.h index 4faf1f67fb3b8c..a2121a621d1339 100644 --- a/be/src/exec/schema_scanner/schema_charsets_scanner.h +++ b/be/src/exec/schema_scanner/schema_charsets_scanner.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/schema_scanner/schema_collations_scanner.cpp b/be/src/exec/schema_scanner/schema_collations_scanner.cpp index ae7b2c6cd96956..eff2e5574c6131 100644 --- a/be/src/exec/schema_scanner/schema_collations_scanner.cpp +++ b/be/src/exec/schema_scanner/schema_collations_scanner.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/schema_scanner/schema_collations_scanner.h b/be/src/exec/schema_scanner/schema_collations_scanner.h index a75827099261be..a625eba8ae8789 100644 --- a/be/src/exec/schema_scanner/schema_collations_scanner.h +++ b/be/src/exec/schema_scanner/schema_collations_scanner.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/schema_scanner/schema_columns_scanner.cpp b/be/src/exec/schema_scanner/schema_columns_scanner.cpp index 7e7356ede0a7ad..2ac14b3d46b1db 100644 --- a/be/src/exec/schema_scanner/schema_columns_scanner.cpp +++ b/be/src/exec/schema_scanner/schema_columns_scanner.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/schema_scanner/schema_columns_scanner.h b/be/src/exec/schema_scanner/schema_columns_scanner.h index bcfac275bc211d..785ea06ee0a7c9 100644 --- a/be/src/exec/schema_scanner/schema_columns_scanner.h +++ b/be/src/exec/schema_scanner/schema_columns_scanner.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/schema_scanner/schema_dummy_scanner.cpp b/be/src/exec/schema_scanner/schema_dummy_scanner.cpp index 320df05960df84..16cb5f1eeddcc4 100644 --- a/be/src/exec/schema_scanner/schema_dummy_scanner.cpp +++ b/be/src/exec/schema_scanner/schema_dummy_scanner.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/schema_scanner/schema_dummy_scanner.h b/be/src/exec/schema_scanner/schema_dummy_scanner.h index 284fd9b16b34ae..200b464abbf335 100644 --- a/be/src/exec/schema_scanner/schema_dummy_scanner.h +++ b/be/src/exec/schema_scanner/schema_dummy_scanner.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/schema_scanner/schema_schemata_scanner.cpp b/be/src/exec/schema_scanner/schema_schemata_scanner.cpp index b47423626489d9..4d23c912d9f927 100644 --- a/be/src/exec/schema_scanner/schema_schemata_scanner.cpp +++ b/be/src/exec/schema_scanner/schema_schemata_scanner.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/schema_scanner/schema_schemata_scanner.h b/be/src/exec/schema_scanner/schema_schemata_scanner.h index dc57130c2d6586..6a3cfa7718c018 100644 --- a/be/src/exec/schema_scanner/schema_schemata_scanner.h +++ b/be/src/exec/schema_scanner/schema_schemata_scanner.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/schema_scanner/schema_tables_scanner.cpp b/be/src/exec/schema_scanner/schema_tables_scanner.cpp index 74c9d8a0b89b2d..81c6f12d95aca4 100644 --- a/be/src/exec/schema_scanner/schema_tables_scanner.cpp +++ b/be/src/exec/schema_scanner/schema_tables_scanner.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/schema_scanner/schema_tables_scanner.h b/be/src/exec/schema_scanner/schema_tables_scanner.h index 305ee3bc5afaa3..e7af74caf2c47e 100644 --- a/be/src/exec/schema_scanner/schema_tables_scanner.h +++ b/be/src/exec/schema_scanner/schema_tables_scanner.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/schema_scanner/schema_variables_scanner.cpp b/be/src/exec/schema_scanner/schema_variables_scanner.cpp index aa93df93aaa8ff..16eb4b114ec97d 100644 --- a/be/src/exec/schema_scanner/schema_variables_scanner.cpp +++ b/be/src/exec/schema_scanner/schema_variables_scanner.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/schema_scanner/schema_variables_scanner.h b/be/src/exec/schema_scanner/schema_variables_scanner.h index 3243be78d6b2a9..3cf6bbe248da1c 100644 --- a/be/src/exec/schema_scanner/schema_variables_scanner.h +++ b/be/src/exec/schema_scanner/schema_variables_scanner.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/select_node.cpp b/be/src/exec/select_node.cpp index 13d91ceca251d5..59533a2767f459 100644 --- a/be/src/exec/select_node.cpp +++ b/be/src/exec/select_node.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/select_node.h b/be/src/exec/select_node.h index 89afd6f9f82710..3af90ad9501886 100644 --- a/be/src/exec/select_node.h +++ b/be/src/exec/select_node.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/sort_exec_exprs.cpp b/be/src/exec/sort_exec_exprs.cpp index 1cdbf97e962a9e..c70cb9ec9c0b54 100644 --- a/be/src/exec/sort_exec_exprs.cpp +++ b/be/src/exec/sort_exec_exprs.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/sort_exec_exprs.h b/be/src/exec/sort_exec_exprs.h index a346e4d6240b9b..8730ca7b0c381b 100644 --- a/be/src/exec/sort_exec_exprs.h +++ b/be/src/exec/sort_exec_exprs.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/sort_node.cpp b/be/src/exec/sort_node.cpp index cc70dd3a13de9e..1314498094d2cf 100644 --- a/be/src/exec/sort_node.cpp +++ b/be/src/exec/sort_node.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/sort_node.h b/be/src/exec/sort_node.h index 58c287e49a46f0..1ec43e839817ce 100644 --- a/be/src/exec/sort_node.h +++ b/be/src/exec/sort_node.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/spill_sort_node.cc b/be/src/exec/spill_sort_node.cc index 2f50560d280b3f..17e2642940f5fd 100644 --- a/be/src/exec/spill_sort_node.cc +++ b/be/src/exec/spill_sort_node.cc @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/spill_sort_node.h b/be/src/exec/spill_sort_node.h index 70493f47668f14..f039b17fb908c0 100644 --- a/be/src/exec/spill_sort_node.h +++ b/be/src/exec/spill_sort_node.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/text_converter.cpp b/be/src/exec/text_converter.cpp index 12cab9ac1dba55..66f0806f60d3aa 100644 --- a/be/src/exec/text_converter.cpp +++ b/be/src/exec/text_converter.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/text_converter.h b/be/src/exec/text_converter.h index 6fc0fb1ca41ac1..140b8fde38830c 100644 --- a/be/src/exec/text_converter.h +++ b/be/src/exec/text_converter.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/text_converter.hpp b/be/src/exec/text_converter.hpp index 2db2c86f95552b..f8c6928c5dab5d 100644 --- a/be/src/exec/text_converter.hpp +++ b/be/src/exec/text_converter.hpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/topn_node.cpp b/be/src/exec/topn_node.cpp index f6b6f580c11d80..f17c25efb1206a 100644 --- a/be/src/exec/topn_node.cpp +++ b/be/src/exec/topn_node.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/topn_node.h b/be/src/exec/topn_node.h index 80134ce6ff6c4c..3694eac417800a 100644 --- a/be/src/exec/topn_node.h +++ b/be/src/exec/topn_node.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/union_node.cpp b/be/src/exec/union_node.cpp index 155fc878df5967..26b004ed883e33 100644 --- a/be/src/exec/union_node.cpp +++ b/be/src/exec/union_node.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/union_node.h b/be/src/exec/union_node.h index bff6be065e68f5..509b1dcc07813a 100644 --- a/be/src/exec/union_node.h +++ b/be/src/exec/union_node.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exec/union_node_ir.cpp b/be/src/exec/union_node_ir.cpp index 67cad9e2e9b1d1..d56fe023ae1a52 100644 --- a/be/src/exec/union_node_ir.cpp +++ b/be/src/exec/union_node_ir.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/CMakeLists.txt b/be/src/exprs/CMakeLists.txt index a92250ed36cd2f..a814d013e35512 100644 --- a/be/src/exprs/CMakeLists.txt +++ b/be/src/exprs/CMakeLists.txt @@ -1,6 +1,3 @@ -# Modifications copyright (C) 2017, Baidu.com, Inc. -# Copyright 2017 The Apache Software Foundation - # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/be/src/exprs/agg_fn.cc b/be/src/exprs/agg_fn.cc index b8187e8dfa4970..5c46be71f18f23 100644 --- a/be/src/exprs/agg_fn.cc +++ b/be/src/exprs/agg_fn.cc @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/agg_fn.h b/be/src/exprs/agg_fn.h index 9772a0b580e615..046f74ce7c32ae 100644 --- a/be/src/exprs/agg_fn.h +++ b/be/src/exprs/agg_fn.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/agg_fn_evaluator.cpp b/be/src/exprs/agg_fn_evaluator.cpp index 92498028e2b624..5ae340a2f2bba9 100755 --- a/be/src/exprs/agg_fn_evaluator.cpp +++ b/be/src/exprs/agg_fn_evaluator.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/agg_fn_evaluator.h b/be/src/exprs/agg_fn_evaluator.h index cfc4e00f178b9a..5c32cea9e492d1 100755 --- a/be/src/exprs/agg_fn_evaluator.h +++ b/be/src/exprs/agg_fn_evaluator.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/aggregate_functions.cpp b/be/src/exprs/aggregate_functions.cpp index 6d30fd91a0cf30..4e07fcf02596ed 100644 --- a/be/src/exprs/aggregate_functions.cpp +++ b/be/src/exprs/aggregate_functions.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information @@ -1205,7 +1202,7 @@ class MultiDistinctNumericState { }; // multi distinct state for string -// // serialize order type:len:value:len:value ... +// serialize order type:len:value:len:value ... class MultiDistinctStringCountState { public: @@ -1297,7 +1294,7 @@ class MultiDistinctStringCountState { }; // multi distinct state for decimal -// // serialize order type:int_len:frac_len:sign:int_len ... +// serialize order type:int_len:frac_len:sign:int_len ... class MultiDistinctDecimalState { public: @@ -1401,7 +1398,7 @@ class MultiDistinctDecimalState { }; // multi distinct state for date -// // serialize order type:packed_time:type:packed_time:type ... +// serialize order type:packed_time:type:packed_time:type ... class MultiDistinctCountDateState { public: diff --git a/be/src/exprs/aggregate_functions.h b/be/src/exprs/aggregate_functions.h index b743688ac2ee29..216eef440dcda8 100644 --- a/be/src/exprs/aggregate_functions.h +++ b/be/src/exprs/aggregate_functions.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/anyval_util.cpp b/be/src/exprs/anyval_util.cpp index a065ba60362b90..6d4da37198cc84 100755 --- a/be/src/exprs/anyval_util.cpp +++ b/be/src/exprs/anyval_util.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/anyval_util.h b/be/src/exprs/anyval_util.h index 2b83c7c19314f5..4d2e13dde7d799 100755 --- a/be/src/exprs/anyval_util.h +++ b/be/src/exprs/anyval_util.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/arithmetic_expr.cpp b/be/src/exprs/arithmetic_expr.cpp index b450206593e90f..217fe3b06c6083 100644 --- a/be/src/exprs/arithmetic_expr.cpp +++ b/be/src/exprs/arithmetic_expr.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/arithmetic_expr.h b/be/src/exprs/arithmetic_expr.h index b0c06a862f9320..be1822892257df 100644 --- a/be/src/exprs/arithmetic_expr.h +++ b/be/src/exprs/arithmetic_expr.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/base64.cpp b/be/src/exprs/base64.cpp index 23200875d8d77d..02413ca1721349 100644 --- a/be/src/exprs/base64.cpp +++ b/be/src/exprs/base64.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/base64.h b/be/src/exprs/base64.h index f71255311604da..69cfb21d2a54f4 100644 --- a/be/src/exprs/base64.h +++ b/be/src/exprs/base64.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/binary_predicate.cpp b/be/src/exprs/binary_predicate.cpp index b9353b75d1ce42..4fc23b193dc1d7 100644 --- a/be/src/exprs/binary_predicate.cpp +++ b/be/src/exprs/binary_predicate.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/binary_predicate.h b/be/src/exprs/binary_predicate.h index f8f3b837f79f03..4b714a2d27615a 100644 --- a/be/src/exprs/binary_predicate.h +++ b/be/src/exprs/binary_predicate.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/case_expr.cpp b/be/src/exprs/case_expr.cpp index e2be189e4b0e5f..508070f5ef4ff3 100644 --- a/be/src/exprs/case_expr.cpp +++ b/be/src/exprs/case_expr.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/case_expr.h b/be/src/exprs/case_expr.h index d0a403223cc6fc..38314dfaf7ba36 100644 --- a/be/src/exprs/case_expr.h +++ b/be/src/exprs/case_expr.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/cast_expr.cpp b/be/src/exprs/cast_expr.cpp index ffe3347fb13b82..3a1cb5bd53e7ef 100644 --- a/be/src/exprs/cast_expr.cpp +++ b/be/src/exprs/cast_expr.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/cast_expr.h b/be/src/exprs/cast_expr.h index 815b9e70ced0a7..32473dabd4792b 100644 --- a/be/src/exprs/cast_expr.h +++ b/be/src/exprs/cast_expr.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/cast_functions.cpp b/be/src/exprs/cast_functions.cpp index d6a77fbef36789..cc7f57b70b8d14 100644 --- a/be/src/exprs/cast_functions.cpp +++ b/be/src/exprs/cast_functions.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/cast_functions.h b/be/src/exprs/cast_functions.h index 933f2fff34557f..e328266cab08de 100644 --- a/be/src/exprs/cast_functions.h +++ b/be/src/exprs/cast_functions.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/compound_predicate.cpp b/be/src/exprs/compound_predicate.cpp index 085af0257aac6f..3f47e1b90b0c93 100644 --- a/be/src/exprs/compound_predicate.cpp +++ b/be/src/exprs/compound_predicate.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/compound_predicate.h b/be/src/exprs/compound_predicate.h index e904a989305903..2529386ddfa02e 100644 --- a/be/src/exprs/compound_predicate.h +++ b/be/src/exprs/compound_predicate.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/conditional_functions.cpp b/be/src/exprs/conditional_functions.cpp index cb6ac766ede1b4..3c5b1ee848cc81 100644 --- a/be/src/exprs/conditional_functions.cpp +++ b/be/src/exprs/conditional_functions.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/conditional_functions.h b/be/src/exprs/conditional_functions.h index 3ac52f875509de..111f6e824c25f3 100644 --- a/be/src/exprs/conditional_functions.h +++ b/be/src/exprs/conditional_functions.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/conditional_functions_ir.cpp b/be/src/exprs/conditional_functions_ir.cpp index daf9e90bc3fa2e..59b997c3508984 100644 --- a/be/src/exprs/conditional_functions_ir.cpp +++ b/be/src/exprs/conditional_functions_ir.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/decimal_operators.cpp b/be/src/exprs/decimal_operators.cpp index ad14b4c59c0ae5..5a124f0ed51689 100644 --- a/be/src/exprs/decimal_operators.cpp +++ b/be/src/exprs/decimal_operators.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/decimal_operators.h b/be/src/exprs/decimal_operators.h index 4d1ac3bbe34624..a9a68be1d81ab2 100644 --- a/be/src/exprs/decimal_operators.h +++ b/be/src/exprs/decimal_operators.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/encryption_functions.cpp b/be/src/exprs/encryption_functions.cpp index 4875ceb05d8303..ab0f1725ebb985 100644 --- a/be/src/exprs/encryption_functions.cpp +++ b/be/src/exprs/encryption_functions.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/encryption_functions.h b/be/src/exprs/encryption_functions.h index 98c86ea962273a..53e720f0551655 100644 --- a/be/src/exprs/encryption_functions.h +++ b/be/src/exprs/encryption_functions.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/es_functions.cpp b/be/src/exprs/es_functions.cpp index 79df9c6b3d787d..03e68453d801c9 100644 --- a/be/src/exprs/es_functions.cpp +++ b/be/src/exprs/es_functions.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/exprs/es_functions.h b/be/src/exprs/es_functions.h index 19a18bf434c02f..03e20545f3afd2 100644 --- a/be/src/exprs/es_functions.h +++ b/be/src/exprs/es_functions.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/exprs/expr.cpp b/be/src/exprs/expr.cpp index 092c8f0cb319f8..ba6c54f040b103 100644 --- a/be/src/exprs/expr.cpp +++ b/be/src/exprs/expr.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/expr.h b/be/src/exprs/expr.h index 3c77b6ac90d08c..dd40631db4b638 100644 --- a/be/src/exprs/expr.h +++ b/be/src/exprs/expr.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/expr_context.cpp b/be/src/exprs/expr_context.cpp index fab3f21fd29f3b..adf27f405df770 100644 --- a/be/src/exprs/expr_context.cpp +++ b/be/src/exprs/expr_context.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/expr_context.h b/be/src/exprs/expr_context.h index 2ef80fa80bf27a..a1568377545a15 100644 --- a/be/src/exprs/expr_context.h +++ b/be/src/exprs/expr_context.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/expr_ir.cpp b/be/src/exprs/expr_ir.cpp index f898092b5d48ee..8db7b8e06f474c 100644 --- a/be/src/exprs/expr_ir.cpp +++ b/be/src/exprs/expr_ir.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/expr_value.h b/be/src/exprs/expr_value.h index 5fde9d16259572..032f83478b9c65 100644 --- a/be/src/exprs/expr_value.h +++ b/be/src/exprs/expr_value.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/hll_hash_function.cpp b/be/src/exprs/hll_hash_function.cpp index acb380d3305c74..c2420e2ca62a27 100644 --- a/be/src/exprs/hll_hash_function.cpp +++ b/be/src/exprs/hll_hash_function.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/hll_hash_function.h b/be/src/exprs/hll_hash_function.h index 3dc4ff71ccdce2..925dd439602d8f 100644 --- a/be/src/exprs/hll_hash_function.h +++ b/be/src/exprs/hll_hash_function.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/hybird_map.h b/be/src/exprs/hybird_map.h index 98945c98b0d2f7..c8830af8233e33 100644 --- a/be/src/exprs/hybird_map.h +++ b/be/src/exprs/hybird_map.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/hybird_set.cpp b/be/src/exprs/hybird_set.cpp index d3786bebfd4a6f..48d6031b505608 100644 --- a/be/src/exprs/hybird_set.cpp +++ b/be/src/exprs/hybird_set.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/hybird_set.h b/be/src/exprs/hybird_set.h index 28a3451f0ea7a6..fe02a1c63e925a 100644 --- a/be/src/exprs/hybird_set.h +++ b/be/src/exprs/hybird_set.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/in_predicate.cpp b/be/src/exprs/in_predicate.cpp index d8c5a3ced317ac..db6e8945dbfa8a 100644 --- a/be/src/exprs/in_predicate.cpp +++ b/be/src/exprs/in_predicate.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/in_predicate.h b/be/src/exprs/in_predicate.h index 847c2783c87bdf..4926ef8ebd08eb 100644 --- a/be/src/exprs/in_predicate.h +++ b/be/src/exprs/in_predicate.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/info_func.cpp b/be/src/exprs/info_func.cpp index 0b8093f8006068..bf89cf1dafc920 100644 --- a/be/src/exprs/info_func.cpp +++ b/be/src/exprs/info_func.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/info_func.h b/be/src/exprs/info_func.h index 813e2efcfc2eb6..20ac2a19c4a3a8 100644 --- a/be/src/exprs/info_func.h +++ b/be/src/exprs/info_func.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/is_null_predicate.cpp b/be/src/exprs/is_null_predicate.cpp index b650c37bdec34c..11e25e5b2bff3c 100644 --- a/be/src/exprs/is_null_predicate.cpp +++ b/be/src/exprs/is_null_predicate.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/is_null_predicate.h b/be/src/exprs/is_null_predicate.h index c99d40261ee4f0..bf6f1a1fb97f47 100644 --- a/be/src/exprs/is_null_predicate.h +++ b/be/src/exprs/is_null_predicate.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/json_functions.cpp b/be/src/exprs/json_functions.cpp index ecfd7db5efad11..145053b18e3a37 100644 --- a/be/src/exprs/json_functions.cpp +++ b/be/src/exprs/json_functions.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/exprs/json_functions.h b/be/src/exprs/json_functions.h index 191b24b0cd26e7..0dea3b39a31122 100644 --- a/be/src/exprs/json_functions.h +++ b/be/src/exprs/json_functions.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/exprs/like_predicate.cpp b/be/src/exprs/like_predicate.cpp index 55dc1fd26b8148..cb9138f4cfd816 100644 --- a/be/src/exprs/like_predicate.cpp +++ b/be/src/exprs/like_predicate.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/like_predicate.h b/be/src/exprs/like_predicate.h index e2e8869d009a99..983c3d298b3a31 100644 --- a/be/src/exprs/like_predicate.h +++ b/be/src/exprs/like_predicate.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/literal.cpp b/be/src/exprs/literal.cpp index faaff25241db89..ab41f0c5a7ac1d 100644 --- a/be/src/exprs/literal.cpp +++ b/be/src/exprs/literal.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/literal.h b/be/src/exprs/literal.h index 24b82bce05c185..b6f83aa253e242 100644 --- a/be/src/exprs/literal.h +++ b/be/src/exprs/literal.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/math_functions.cpp b/be/src/exprs/math_functions.cpp index 1c9f2349a76e5b..4f400a19c39f1f 100644 --- a/be/src/exprs/math_functions.cpp +++ b/be/src/exprs/math_functions.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/math_functions.h b/be/src/exprs/math_functions.h index 07ae3722cd0827..d5c700a12a98a9 100644 --- a/be/src/exprs/math_functions.h +++ b/be/src/exprs/math_functions.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/new_agg_fn_evaluator.cc b/be/src/exprs/new_agg_fn_evaluator.cc index 81eb2950c3e8ba..83409456908e7a 100644 --- a/be/src/exprs/new_agg_fn_evaluator.cc +++ b/be/src/exprs/new_agg_fn_evaluator.cc @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/new_agg_fn_evaluator.h b/be/src/exprs/new_agg_fn_evaluator.h index 69e5e84007ec3e..7aa4fdcd92f8fd 100644 --- a/be/src/exprs/new_agg_fn_evaluator.h +++ b/be/src/exprs/new_agg_fn_evaluator.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/new_agg_fn_evaluator_ir.cc b/be/src/exprs/new_agg_fn_evaluator_ir.cc index 9d118989c8fcc8..3fc8ae1086ff09 100644 --- a/be/src/exprs/new_agg_fn_evaluator_ir.cc +++ b/be/src/exprs/new_agg_fn_evaluator_ir.cc @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/new_in_predicate.cpp b/be/src/exprs/new_in_predicate.cpp index bbee2c61796f07..67d20b074fffff 100644 --- a/be/src/exprs/new_in_predicate.cpp +++ b/be/src/exprs/new_in_predicate.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/new_in_predicate.h b/be/src/exprs/new_in_predicate.h index 138186d25b5c28..5a2f99ed861530 100644 --- a/be/src/exprs/new_in_predicate.h +++ b/be/src/exprs/new_in_predicate.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/null_literal.cpp b/be/src/exprs/null_literal.cpp index 389c546217058d..5fb2e7a08380c6 100644 --- a/be/src/exprs/null_literal.cpp +++ b/be/src/exprs/null_literal.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/null_literal.h b/be/src/exprs/null_literal.h index ed51798e9ba18c..09fa8410e57606 100644 --- a/be/src/exprs/null_literal.h +++ b/be/src/exprs/null_literal.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/operators.cpp b/be/src/exprs/operators.cpp index 9c31ac52754bf8..6fb749b242ee5b 100644 --- a/be/src/exprs/operators.cpp +++ b/be/src/exprs/operators.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/operators.h b/be/src/exprs/operators.h index 78180f02d5410a..c3ee4f3b98fce8 100644 --- a/be/src/exprs/operators.h +++ b/be/src/exprs/operators.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/predicate.h b/be/src/exprs/predicate.h index 96557a16dc4085..9a8fdcec683f04 100644 --- a/be/src/exprs/predicate.h +++ b/be/src/exprs/predicate.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/scalar_fn_call.cpp b/be/src/exprs/scalar_fn_call.cpp index 76f5945668be4a..26933009e08053 100644 --- a/be/src/exprs/scalar_fn_call.cpp +++ b/be/src/exprs/scalar_fn_call.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/scalar_fn_call.h b/be/src/exprs/scalar_fn_call.h index e2d05f18984d0f..d30f7e0bc50a6c 100644 --- a/be/src/exprs/scalar_fn_call.h +++ b/be/src/exprs/scalar_fn_call.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/slot_ref.cpp b/be/src/exprs/slot_ref.cpp index e1019f2843e9f4..ee120493845833 100644 --- a/be/src/exprs/slot_ref.cpp +++ b/be/src/exprs/slot_ref.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/slot_ref.h b/be/src/exprs/slot_ref.h index e28eef1c8b640e..97e85aeb84500f 100644 --- a/be/src/exprs/slot_ref.h +++ b/be/src/exprs/slot_ref.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/string_functions.cpp b/be/src/exprs/string_functions.cpp index 0c7ea61b9dc1d9..ee7af737865eb5 100644 --- a/be/src/exprs/string_functions.cpp +++ b/be/src/exprs/string_functions.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/string_functions.h b/be/src/exprs/string_functions.h index 9988605a0685f4..032a563de8782a 100644 --- a/be/src/exprs/string_functions.h +++ b/be/src/exprs/string_functions.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/timestamp_functions.cpp b/be/src/exprs/timestamp_functions.cpp index cbbd851c40cbfd..3a3606fd560367 100644 --- a/be/src/exprs/timestamp_functions.cpp +++ b/be/src/exprs/timestamp_functions.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information @@ -493,7 +490,7 @@ void* TimestampFunctions::from_utc(Expr* e, TupleRow* row) { // boost::local_time::time_zone_ptr timezone = TimezoneDatabase::find_timezone(tz->debug_string()); - // // This should raise some sort of error or at least null. Hive just ignores it. + // This should raise some sort of error or at least null. Hive just ignores it. // if (timezone == NULL) { // LOG(ERROR) << "Unknown timezone '" << *tz << "'" << std::endl; // e->_result.timestamp_val = *tv; @@ -525,7 +522,7 @@ void* TimestampFunctions::to_utc(Expr* e, TupleRow* row) { // boost::local_time::time_zone_ptr timezone = TimezoneDatabase::find_timezone(tz->debug_string()); - // // This should raise some sort of error or at least null. Hive just ignores it. + // This should raise some sort of error or at least null. Hive just ignores it. // if (timezone == NULL) { // LOG(ERROR) << "Unknown timezone '" << *tz << "'" << std::endl; // e->_result.timestamp_val = *tv; diff --git a/be/src/exprs/timestamp_functions.h b/be/src/exprs/timestamp_functions.h index 228f59e5d787b1..254fba157a132a 100644 --- a/be/src/exprs/timestamp_functions.h +++ b/be/src/exprs/timestamp_functions.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/timezone_db.cpp b/be/src/exprs/timezone_db.cpp index 57dfd03b9912e2..9a361a7024b1eb 100644 --- a/be/src/exprs/timezone_db.cpp +++ b/be/src/exprs/timezone_db.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/tuple_is_null_predicate.cpp b/be/src/exprs/tuple_is_null_predicate.cpp index a765e2d6dacc6d..2203119df784fe 100644 --- a/be/src/exprs/tuple_is_null_predicate.cpp +++ b/be/src/exprs/tuple_is_null_predicate.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/tuple_is_null_predicate.h b/be/src/exprs/tuple_is_null_predicate.h index 16a97818bfbeac..3ba69f370e85a7 100644 --- a/be/src/exprs/tuple_is_null_predicate.h +++ b/be/src/exprs/tuple_is_null_predicate.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/udf_builtins.cpp b/be/src/exprs/udf_builtins.cpp index 52a09c054865bf..554f32757a612f 100755 --- a/be/src/exprs/udf_builtins.cpp +++ b/be/src/exprs/udf_builtins.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/udf_builtins.h b/be/src/exprs/udf_builtins.h index bf69177a1917a0..c3fcffa99c7dd7 100755 --- a/be/src/exprs/udf_builtins.h +++ b/be/src/exprs/udf_builtins.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/utility_functions.cpp b/be/src/exprs/utility_functions.cpp index 2a6792fb00bf9d..19926544b58471 100644 --- a/be/src/exprs/utility_functions.cpp +++ b/be/src/exprs/utility_functions.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/exprs/utility_functions.h b/be/src/exprs/utility_functions.h index 9bd38f7c631e19..2e07846d803a03 100644 --- a/be/src/exprs/utility_functions.h +++ b/be/src/exprs/utility_functions.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/gen_cpp/CMakeLists.txt b/be/src/gen_cpp/CMakeLists.txt index 9c95b075136308..9eedc8ab7461da 100644 --- a/be/src/gen_cpp/CMakeLists.txt +++ b/be/src/gen_cpp/CMakeLists.txt @@ -1,8 +1,10 @@ -# Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/be/src/http/CMakeLists.txt b/be/src/http/CMakeLists.txt index 76ff9b5ff7f452..2e78598423c7db 100644 --- a/be/src/http/CMakeLists.txt +++ b/be/src/http/CMakeLists.txt @@ -1,5 +1,3 @@ -# Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/be/src/http/action/checksum_action.cpp b/be/src/http/action/checksum_action.cpp index b722b74e72436f..ca329bde276fd0 100644 --- a/be/src/http/action/checksum_action.cpp +++ b/be/src/http/action/checksum_action.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/action/checksum_action.h b/be/src/http/action/checksum_action.h index a2609f765c8ec2..2ea5f6a3028228 100644 --- a/be/src/http/action/checksum_action.h +++ b/be/src/http/action/checksum_action.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/action/health_action.cpp b/be/src/http/action/health_action.cpp index b7f42155758746..4ea62d85ed57e7 100644 --- a/be/src/http/action/health_action.cpp +++ b/be/src/http/action/health_action.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/action/health_action.h b/be/src/http/action/health_action.h index bb5da2f1add8bd..ad8f9c01d8bc92 100644 --- a/be/src/http/action/health_action.h +++ b/be/src/http/action/health_action.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/action/meta_action.cpp b/be/src/http/action/meta_action.cpp index bdd4b5d589a212..8f775aa7fc3d28 100644 --- a/be/src/http/action/meta_action.cpp +++ b/be/src/http/action/meta_action.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/action/meta_action.h b/be/src/http/action/meta_action.h index 4b497d33241cb1..0b0ec4da14f1e7 100644 --- a/be/src/http/action/meta_action.h +++ b/be/src/http/action/meta_action.h @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/action/metrics_action.cpp b/be/src/http/action/metrics_action.cpp index cf4fcd19e1b0bd..006f13353d1802 100644 --- a/be/src/http/action/metrics_action.cpp +++ b/be/src/http/action/metrics_action.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/action/metrics_action.h b/be/src/http/action/metrics_action.h index a39a59b19dc38c..021354ef591df2 100644 --- a/be/src/http/action/metrics_action.h +++ b/be/src/http/action/metrics_action.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/action/mini_load.cpp b/be/src/http/action/mini_load.cpp index 07867006007029..3ada414423cf9f 100644 --- a/be/src/http/action/mini_load.cpp +++ b/be/src/http/action/mini_load.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/action/mini_load.h b/be/src/http/action/mini_load.h index 39d17bb39b7f8c..760607fbefa9bb 100644 --- a/be/src/http/action/mini_load.h +++ b/be/src/http/action/mini_load.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/action/pprof_actions.cpp b/be/src/http/action/pprof_actions.cpp index 138939b8de1046..74a9a86998870f 100644 --- a/be/src/http/action/pprof_actions.cpp +++ b/be/src/http/action/pprof_actions.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/action/pprof_actions.h b/be/src/http/action/pprof_actions.h index 33fcce2a390483..a5e3cfa4ca1c49 100644 --- a/be/src/http/action/pprof_actions.h +++ b/be/src/http/action/pprof_actions.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/action/reload_tablet_action.cpp b/be/src/http/action/reload_tablet_action.cpp index e9b42ef34365b9..a5be5b4596f50a 100644 --- a/be/src/http/action/reload_tablet_action.cpp +++ b/be/src/http/action/reload_tablet_action.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/action/reload_tablet_action.h b/be/src/http/action/reload_tablet_action.h index 658c73801a313d..b4a259768f841f 100644 --- a/be/src/http/action/reload_tablet_action.h +++ b/be/src/http/action/reload_tablet_action.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/action/restore_tablet_action.cpp b/be/src/http/action/restore_tablet_action.cpp index 58906851075e7f..d4585bb78ce0c3 100644 --- a/be/src/http/action/restore_tablet_action.cpp +++ b/be/src/http/action/restore_tablet_action.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/action/restore_tablet_action.h b/be/src/http/action/restore_tablet_action.h index e997ef45bd0fac..963e6312c24341 100644 --- a/be/src/http/action/restore_tablet_action.h +++ b/be/src/http/action/restore_tablet_action.h @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/action/snapshot_action.cpp b/be/src/http/action/snapshot_action.cpp index 269b2f143258b0..5c93279cdc75d7 100644 --- a/be/src/http/action/snapshot_action.cpp +++ b/be/src/http/action/snapshot_action.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/action/snapshot_action.h b/be/src/http/action/snapshot_action.h index 4daaa9184cfd56..a4cc853a5d25fd 100644 --- a/be/src/http/action/snapshot_action.h +++ b/be/src/http/action/snapshot_action.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/action/stream_load.cpp b/be/src/http/action/stream_load.cpp index 2ee1d25c6daf7f..b8a1a86fbfae90 100644 --- a/be/src/http/action/stream_load.cpp +++ b/be/src/http/action/stream_load.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/action/stream_load.h b/be/src/http/action/stream_load.h index 7823852d1fc056..361e44b18f9415 100644 --- a/be/src/http/action/stream_load.h +++ b/be/src/http/action/stream_load.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/default_path_handlers.cpp b/be/src/http/default_path_handlers.cpp index 149e451f3e06ab..0a98a5642054ec 100644 --- a/be/src/http/default_path_handlers.cpp +++ b/be/src/http/default_path_handlers.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/default_path_handlers.h b/be/src/http/default_path_handlers.h index 7947b92417ee68..b542223c24a839 100644 --- a/be/src/http/default_path_handlers.h +++ b/be/src/http/default_path_handlers.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/download_action.cpp b/be/src/http/download_action.cpp index 41ecb589040717..eaa949c3546fb9 100644 --- a/be/src/http/download_action.cpp +++ b/be/src/http/download_action.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/download_action.h b/be/src/http/download_action.h index 528ec18a66ad66..df1bf1ea3675ff 100644 --- a/be/src/http/download_action.h +++ b/be/src/http/download_action.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/ev_http_server.cpp b/be/src/http/ev_http_server.cpp index 643cce84eaf6a5..975bbf58bb72e5 100644 --- a/be/src/http/ev_http_server.cpp +++ b/be/src/http/ev_http_server.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/ev_http_server.h b/be/src/http/ev_http_server.h index 0e7cad64fc3149..ac1a3b457313a8 100644 --- a/be/src/http/ev_http_server.h +++ b/be/src/http/ev_http_server.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/http_channel.cpp b/be/src/http/http_channel.cpp index 88b7931e930657..7c8d9ab1702b45 100644 --- a/be/src/http/http_channel.cpp +++ b/be/src/http/http_channel.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/http_channel.h b/be/src/http/http_channel.h index 65f757713fcb9b..fbfdcd791c5fd0 100644 --- a/be/src/http/http_channel.h +++ b/be/src/http/http_channel.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/http_common.h b/be/src/http/http_common.h index f03dec0f000697..d60fafcd93d386 100644 --- a/be/src/http/http_common.h +++ b/be/src/http/http_common.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/http_handler.h b/be/src/http/http_handler.h index 6e8bb2a75247b1..d7da26f3a41565 100644 --- a/be/src/http/http_handler.h +++ b/be/src/http/http_handler.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/http_headers.cpp b/be/src/http/http_headers.cpp index 6e2c9bb7764b03..a929ce7f48dc48 100644 --- a/be/src/http/http_headers.cpp +++ b/be/src/http/http_headers.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/http_headers.h b/be/src/http/http_headers.h index af4bfdfa83cd77..9d960e640914fe 100644 --- a/be/src/http/http_headers.h +++ b/be/src/http/http_headers.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/http_method.cpp b/be/src/http/http_method.cpp index 8ade35f051fd4c..37f925e0bd033c 100644 --- a/be/src/http/http_method.cpp +++ b/be/src/http/http_method.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/http_method.h b/be/src/http/http_method.h index 7dc1a991cb73bb..3c316a4c5f0b52 100644 --- a/be/src/http/http_method.h +++ b/be/src/http/http_method.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/http_parser.cpp b/be/src/http/http_parser.cpp index e8d17cac015170..58f589f7f6dec8 100644 --- a/be/src/http/http_parser.cpp +++ b/be/src/http/http_parser.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/http_parser.h b/be/src/http/http_parser.h index 9eb2db406fcd03..fa8023304affa7 100644 --- a/be/src/http/http_parser.h +++ b/be/src/http/http_parser.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/http_request.cpp b/be/src/http/http_request.cpp index ea03c06ee4f695..0609f0e34266df 100644 --- a/be/src/http/http_request.cpp +++ b/be/src/http/http_request.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/http_request.h b/be/src/http/http_request.h index 1260e1fa2f4fbf..8b62d23dab2426 100644 --- a/be/src/http/http_request.h +++ b/be/src/http/http_request.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/http_response.cpp b/be/src/http/http_response.cpp index 86125086ccd25c..52722fda739fd4 100644 --- a/be/src/http/http_response.cpp +++ b/be/src/http/http_response.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/http_response.h b/be/src/http/http_response.h index bd7fc397ce5640..54e6b0ffe94ae8 100644 --- a/be/src/http/http_response.h +++ b/be/src/http/http_response.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/http_status.cpp b/be/src/http/http_status.cpp index 98d198d08ba4c8..0e430aae2103f3 100644 --- a/be/src/http/http_status.cpp +++ b/be/src/http/http_status.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/http_status.h b/be/src/http/http_status.h index e76180c35c9d7e..040f93860856f8 100644 --- a/be/src/http/http_status.h +++ b/be/src/http/http_status.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/message_body_sink.cpp b/be/src/http/message_body_sink.cpp index b6b8dfe65374c4..3599cf22fb1032 100644 --- a/be/src/http/message_body_sink.cpp +++ b/be/src/http/message_body_sink.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/message_body_sink.h b/be/src/http/message_body_sink.h index ec2079f5ce451b..2b1fda565fe6ad 100644 --- a/be/src/http/message_body_sink.h +++ b/be/src/http/message_body_sink.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/monitor_action.cpp b/be/src/http/monitor_action.cpp index bdbf89c7c26c1b..2adb03bd55a738 100644 --- a/be/src/http/monitor_action.cpp +++ b/be/src/http/monitor_action.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/monitor_action.h b/be/src/http/monitor_action.h index 8ec1cfdbec5cad..c984308be84c5e 100644 --- a/be/src/http/monitor_action.h +++ b/be/src/http/monitor_action.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/rest_monitor_iface.h b/be/src/http/rest_monitor_iface.h index 7fe92226e4c598..30a98e15aef6d8 100644 --- a/be/src/http/rest_monitor_iface.h +++ b/be/src/http/rest_monitor_iface.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/utils.cpp b/be/src/http/utils.cpp index 01dfb6291ff5c1..f699c062143276 100644 --- a/be/src/http/utils.cpp +++ b/be/src/http/utils.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/utils.h b/be/src/http/utils.h index 3896625fdc8933..026969c98894bf 100644 --- a/be/src/http/utils.h +++ b/be/src/http/utils.h @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/web_page_handler.cpp b/be/src/http/web_page_handler.cpp index 3d50bf0b567f06..d53244784d44a9 100644 --- a/be/src/http/web_page_handler.cpp +++ b/be/src/http/web_page_handler.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/http/web_page_handler.h b/be/src/http/web_page_handler.h index 655ae6d58781f1..59dafc9c43dbc2 100644 --- a/be/src/http/web_page_handler.h +++ b/be/src/http/web_page_handler.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/CMakeLists.txt b/be/src/olap/CMakeLists.txt index 7b4a82510b0e17..774ecaa0b6beb4 100644 --- a/be/src/olap/CMakeLists.txt +++ b/be/src/olap/CMakeLists.txt @@ -1,8 +1,10 @@ -# Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/be/src/olap/aggregate_func.cpp b/be/src/olap/aggregate_func.cpp index 44d2b7304885ae..6e15c164167e58 100644 --- a/be/src/olap/aggregate_func.cpp +++ b/be/src/olap/aggregate_func.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/aggregate_func.h b/be/src/olap/aggregate_func.h index aa0193d048fe51..981c8942ae05ce 100644 --- a/be/src/olap/aggregate_func.h +++ b/be/src/olap/aggregate_func.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/atomic.h b/be/src/olap/atomic.h index 3dc7fc318c0704..644f03e98fe4ba 100644 --- a/be/src/olap/atomic.h +++ b/be/src/olap/atomic.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/base_compaction.cpp b/be/src/olap/base_compaction.cpp index 342e3eaab40687..959298e510bc65 100644 --- a/be/src/olap/base_compaction.cpp +++ b/be/src/olap/base_compaction.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/base_compaction.h b/be/src/olap/base_compaction.h index 46316633c5b637..514f61a4695fe0 100644 --- a/be/src/olap/base_compaction.h +++ b/be/src/olap/base_compaction.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/bhp_lib.h b/be/src/olap/bhp_lib.h index 1e1c9f168b0963..a5bb45245c69b7 100644 --- a/be/src/olap/bhp_lib.h +++ b/be/src/olap/bhp_lib.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/bit_field_reader.cpp b/be/src/olap/column_file/bit_field_reader.cpp index 9bcce3e6c14237..eb24f54ef3225b 100644 --- a/be/src/olap/column_file/bit_field_reader.cpp +++ b/be/src/olap/column_file/bit_field_reader.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/bit_field_reader.h b/be/src/olap/column_file/bit_field_reader.h index a6dbf3323bfd26..059fd85a13109c 100644 --- a/be/src/olap/column_file/bit_field_reader.h +++ b/be/src/olap/column_file/bit_field_reader.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/bit_field_writer.cpp b/be/src/olap/column_file/bit_field_writer.cpp index b5dac6d5434e07..2a9e7090a75687 100644 --- a/be/src/olap/column_file/bit_field_writer.cpp +++ b/be/src/olap/column_file/bit_field_writer.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/bit_field_writer.h b/be/src/olap/column_file/bit_field_writer.h index e38fb8d6b0583d..3352780e8fd05b 100644 --- a/be/src/olap/column_file/bit_field_writer.h +++ b/be/src/olap/column_file/bit_field_writer.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/bloom_filter.hpp b/be/src/olap/column_file/bloom_filter.hpp index dd4f6798c3814f..5b938376aaeb30 100644 --- a/be/src/olap/column_file/bloom_filter.hpp +++ b/be/src/olap/column_file/bloom_filter.hpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/bloom_filter_reader.cpp b/be/src/olap/column_file/bloom_filter_reader.cpp index 89eee9093a02c7..622dd42408af59 100644 --- a/be/src/olap/column_file/bloom_filter_reader.cpp +++ b/be/src/olap/column_file/bloom_filter_reader.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/bloom_filter_reader.h b/be/src/olap/column_file/bloom_filter_reader.h index 044aa4d7d1f5f0..e0933cccfb23c0 100644 --- a/be/src/olap/column_file/bloom_filter_reader.h +++ b/be/src/olap/column_file/bloom_filter_reader.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/bloom_filter_writer.cpp b/be/src/olap/column_file/bloom_filter_writer.cpp index 3f0447374bebb2..bdb1ff84cc2f29 100644 --- a/be/src/olap/column_file/bloom_filter_writer.cpp +++ b/be/src/olap/column_file/bloom_filter_writer.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/bloom_filter_writer.h b/be/src/olap/column_file/bloom_filter_writer.h index 0c70dc083d80fe..a89d720e077b14 100644 --- a/be/src/olap/column_file/bloom_filter_writer.h +++ b/be/src/olap/column_file/bloom_filter_writer.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/byte_buffer.cpp b/be/src/olap/column_file/byte_buffer.cpp index 8b352a7b855c35..9ba68ec89d5f87 100644 --- a/be/src/olap/column_file/byte_buffer.cpp +++ b/be/src/olap/column_file/byte_buffer.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/byte_buffer.h b/be/src/olap/column_file/byte_buffer.h index 2249a4aab03cc4..e5a2af3374ba95 100644 --- a/be/src/olap/column_file/byte_buffer.h +++ b/be/src/olap/column_file/byte_buffer.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/column_data.cpp b/be/src/olap/column_file/column_data.cpp index 0b452009a07524..2edf0f8a354d8f 100644 --- a/be/src/olap/column_file/column_data.cpp +++ b/be/src/olap/column_file/column_data.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/column_data.h b/be/src/olap/column_file/column_data.h index d6a9e240cb6ac5..e00e0138724e94 100644 --- a/be/src/olap/column_file/column_data.h +++ b/be/src/olap/column_file/column_data.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/column_reader.cpp b/be/src/olap/column_file/column_reader.cpp index 2aac2cb0f563cf..a5a044cf7f814a 100644 --- a/be/src/olap/column_file/column_reader.cpp +++ b/be/src/olap/column_file/column_reader.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/column_reader.h b/be/src/olap/column_file/column_reader.h index 4f9425241774e3..057125366e6559 100644 --- a/be/src/olap/column_file/column_reader.h +++ b/be/src/olap/column_file/column_reader.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/column_writer.cpp b/be/src/olap/column_file/column_writer.cpp index ab4e01f1f0c394..1fba7f5dee3e42 100755 --- a/be/src/olap/column_file/column_writer.cpp +++ b/be/src/olap/column_file/column_writer.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/column_writer.h b/be/src/olap/column_file/column_writer.h index 8fc428871c93b2..a0d441ac23eeb5 100644 --- a/be/src/olap/column_file/column_writer.h +++ b/be/src/olap/column_file/column_writer.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/compress.cpp b/be/src/olap/column_file/compress.cpp index 01c97dc5bab15f..5aa02d01bab71a 100644 --- a/be/src/olap/column_file/compress.cpp +++ b/be/src/olap/column_file/compress.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/compress.h b/be/src/olap/column_file/compress.h index 76e108fa13812d..1238385bdb4629 100644 --- a/be/src/olap/column_file/compress.h +++ b/be/src/olap/column_file/compress.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/data_writer.cpp b/be/src/olap/column_file/data_writer.cpp index 95e6ce396ffe90..45991a5db86263 100644 --- a/be/src/olap/column_file/data_writer.cpp +++ b/be/src/olap/column_file/data_writer.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/data_writer.h b/be/src/olap/column_file/data_writer.h index 588a0ee5f37253..0cbb299d24af49 100644 --- a/be/src/olap/column_file/data_writer.h +++ b/be/src/olap/column_file/data_writer.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/file_stream.cpp b/be/src/olap/column_file/file_stream.cpp index 54b85d79dd74a7..00657444962c73 100755 --- a/be/src/olap/column_file/file_stream.cpp +++ b/be/src/olap/column_file/file_stream.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/file_stream.h b/be/src/olap/column_file/file_stream.h index 1d318d901bd8a6..6d7ce58e6ba2db 100755 --- a/be/src/olap/column_file/file_stream.h +++ b/be/src/olap/column_file/file_stream.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/in_stream.cpp b/be/src/olap/column_file/in_stream.cpp index b339b606ca6581..a65e19183bcebf 100644 --- a/be/src/olap/column_file/in_stream.cpp +++ b/be/src/olap/column_file/in_stream.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/in_stream.h b/be/src/olap/column_file/in_stream.h index ae7971d7eb6d10..648dca80331c7d 100644 --- a/be/src/olap/column_file/in_stream.h +++ b/be/src/olap/column_file/in_stream.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/out_stream.cpp b/be/src/olap/column_file/out_stream.cpp index 1b4a01b853cbe9..eb6d078a175349 100644 --- a/be/src/olap/column_file/out_stream.cpp +++ b/be/src/olap/column_file/out_stream.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/out_stream.h b/be/src/olap/column_file/out_stream.h index 3a6cec9ee7b589..eaeb92462debb3 100644 --- a/be/src/olap/column_file/out_stream.h +++ b/be/src/olap/column_file/out_stream.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/run_length_byte_reader.cpp b/be/src/olap/column_file/run_length_byte_reader.cpp index d1cc53019f4b15..f729882f1de3a3 100644 --- a/be/src/olap/column_file/run_length_byte_reader.cpp +++ b/be/src/olap/column_file/run_length_byte_reader.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/run_length_byte_reader.h b/be/src/olap/column_file/run_length_byte_reader.h index 7918adacb72270..29175733649a2b 100644 --- a/be/src/olap/column_file/run_length_byte_reader.h +++ b/be/src/olap/column_file/run_length_byte_reader.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/run_length_byte_writer.cpp b/be/src/olap/column_file/run_length_byte_writer.cpp index df123804be27d8..15652f463df0f2 100644 --- a/be/src/olap/column_file/run_length_byte_writer.cpp +++ b/be/src/olap/column_file/run_length_byte_writer.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/run_length_byte_writer.h b/be/src/olap/column_file/run_length_byte_writer.h index a139e69f797d65..858caec35b4e75 100644 --- a/be/src/olap/column_file/run_length_byte_writer.h +++ b/be/src/olap/column_file/run_length_byte_writer.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/run_length_integer_reader.cpp b/be/src/olap/column_file/run_length_integer_reader.cpp index dfadb9f3cb84ab..add2404563dde3 100644 --- a/be/src/olap/column_file/run_length_integer_reader.cpp +++ b/be/src/olap/column_file/run_length_integer_reader.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/run_length_integer_reader.h b/be/src/olap/column_file/run_length_integer_reader.h index 191f6b9f8b7372..13d45714491534 100644 --- a/be/src/olap/column_file/run_length_integer_reader.h +++ b/be/src/olap/column_file/run_length_integer_reader.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/run_length_integer_writer.cpp b/be/src/olap/column_file/run_length_integer_writer.cpp index ea11c7b3144376..ec1e1a4a1d61d0 100644 --- a/be/src/olap/column_file/run_length_integer_writer.cpp +++ b/be/src/olap/column_file/run_length_integer_writer.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/run_length_integer_writer.h b/be/src/olap/column_file/run_length_integer_writer.h index 81fb78b422d6b3..979b7dbc194a25 100644 --- a/be/src/olap/column_file/run_length_integer_writer.h +++ b/be/src/olap/column_file/run_length_integer_writer.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/segment_reader.cpp b/be/src/olap/column_file/segment_reader.cpp index a6bdef2efc9c3f..6214c87e47de72 100644 --- a/be/src/olap/column_file/segment_reader.cpp +++ b/be/src/olap/column_file/segment_reader.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/segment_reader.h b/be/src/olap/column_file/segment_reader.h index 28c73413bce4e7..4d42c26ff0c180 100644 --- a/be/src/olap/column_file/segment_reader.h +++ b/be/src/olap/column_file/segment_reader.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/segment_writer.cpp b/be/src/olap/column_file/segment_writer.cpp index bc54bbe90617df..65fc12c5bf3886 100644 --- a/be/src/olap/column_file/segment_writer.cpp +++ b/be/src/olap/column_file/segment_writer.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/segment_writer.h b/be/src/olap/column_file/segment_writer.h index 2da1f0005910d6..874f7af194476c 100644 --- a/be/src/olap/column_file/segment_writer.h +++ b/be/src/olap/column_file/segment_writer.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/serialize.cpp b/be/src/olap/column_file/serialize.cpp index 772206f20688ea..9830d16e632d70 100644 --- a/be/src/olap/column_file/serialize.cpp +++ b/be/src/olap/column_file/serialize.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/serialize.h b/be/src/olap/column_file/serialize.h index dbdd3f48dd7bce..0e99f7b05ab667 100644 --- a/be/src/olap/column_file/serialize.h +++ b/be/src/olap/column_file/serialize.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/stream_index_common.cpp b/be/src/olap/column_file/stream_index_common.cpp index f2e7b41b283360..44a0ab27e683bd 100755 --- a/be/src/olap/column_file/stream_index_common.cpp +++ b/be/src/olap/column_file/stream_index_common.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/stream_index_common.h b/be/src/olap/column_file/stream_index_common.h index ea19b93cfbb452..f37db3c1cfcf73 100755 --- a/be/src/olap/column_file/stream_index_common.h +++ b/be/src/olap/column_file/stream_index_common.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/stream_index_reader.cpp b/be/src/olap/column_file/stream_index_reader.cpp index 1ed2245d64c8fe..0bac7dea1ee7c2 100755 --- a/be/src/olap/column_file/stream_index_reader.cpp +++ b/be/src/olap/column_file/stream_index_reader.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/stream_index_reader.h b/be/src/olap/column_file/stream_index_reader.h index 893c645833a1a2..1cf09e55139b72 100755 --- a/be/src/olap/column_file/stream_index_reader.h +++ b/be/src/olap/column_file/stream_index_reader.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/stream_index_writer.cpp b/be/src/olap/column_file/stream_index_writer.cpp index e410921993fef8..897102e372183d 100755 --- a/be/src/olap/column_file/stream_index_writer.cpp +++ b/be/src/olap/column_file/stream_index_writer.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/stream_index_writer.h b/be/src/olap/column_file/stream_index_writer.h index 8f536ad468b231..604b0ce52a87c5 100755 --- a/be/src/olap/column_file/stream_index_writer.h +++ b/be/src/olap/column_file/stream_index_writer.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/stream_name.cpp b/be/src/olap/column_file/stream_name.cpp index 664bf31957e3dc..cc2404820a54ad 100755 --- a/be/src/olap/column_file/stream_name.cpp +++ b/be/src/olap/column_file/stream_name.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_file/stream_name.h b/be/src/olap/column_file/stream_name.h index af2b5d017548f9..383e36ddfed42b 100755 --- a/be/src/olap/column_file/stream_name.h +++ b/be/src/olap/column_file/stream_name.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/column_predicate.h b/be/src/olap/column_predicate.h index dde759c82be3a5..34f82b4939d41a 100644 --- a/be/src/olap/column_predicate.h +++ b/be/src/olap/column_predicate.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/comparison_predicate.cpp b/be/src/olap/comparison_predicate.cpp index 1d72178daaec96..95f08df4165f41 100644 --- a/be/src/olap/comparison_predicate.cpp +++ b/be/src/olap/comparison_predicate.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/comparison_predicate.h b/be/src/olap/comparison_predicate.h index 2d5c10e31dc460..3590b9ef7aa3b0 100644 --- a/be/src/olap/comparison_predicate.h +++ b/be/src/olap/comparison_predicate.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/cumulative_compaction.cpp b/be/src/olap/cumulative_compaction.cpp index 99c1674dfbd47b..7b9a994ef5edca 100755 --- a/be/src/olap/cumulative_compaction.cpp +++ b/be/src/olap/cumulative_compaction.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/cumulative_compaction.h b/be/src/olap/cumulative_compaction.h index 6afc00b764d9d2..180de98eb301b0 100755 --- a/be/src/olap/cumulative_compaction.h +++ b/be/src/olap/cumulative_compaction.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/delete_handler.cpp b/be/src/olap/delete_handler.cpp index 87089481a9f96e..180c42c484dd3e 100644 --- a/be/src/olap/delete_handler.cpp +++ b/be/src/olap/delete_handler.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/delete_handler.h b/be/src/olap/delete_handler.h index 1d6e8ba8223974..87e8947a2e4c79 100644 --- a/be/src/olap/delete_handler.h +++ b/be/src/olap/delete_handler.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/delta_writer.cpp b/be/src/olap/delta_writer.cpp index 7f869859a10232..376d1d075bf414 100644 --- a/be/src/olap/delta_writer.cpp +++ b/be/src/olap/delta_writer.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/delta_writer.h b/be/src/olap/delta_writer.h index 6bd508bca31cca..42da5793b44a42 100644 --- a/be/src/olap/delta_writer.h +++ b/be/src/olap/delta_writer.h @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/field.cpp b/be/src/olap/field.cpp index 96eb7409e99872..66927c8cfb07e1 100644 --- a/be/src/olap/field.cpp +++ b/be/src/olap/field.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/field.h b/be/src/olap/field.h index 708a7feb12bf43..f974de4585062d 100644 --- a/be/src/olap/field.h +++ b/be/src/olap/field.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/field_info.cpp b/be/src/olap/field_info.cpp index e94ba687220c51..d05ff49c645e17 100644 --- a/be/src/olap/field_info.cpp +++ b/be/src/olap/field_info.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/field_info.h b/be/src/olap/field_info.h index 64cfee03c82c27..7218978b87d168 100644 --- a/be/src/olap/field_info.h +++ b/be/src/olap/field_info.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/file_helper.cpp b/be/src/olap/file_helper.cpp index 7b1db57e2ab464..5f84a666559875 100644 --- a/be/src/olap/file_helper.cpp +++ b/be/src/olap/file_helper.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/file_helper.h b/be/src/olap/file_helper.h index b4bccdbd5c387c..fb4c05840f3b87 100644 --- a/be/src/olap/file_helper.h +++ b/be/src/olap/file_helper.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/hll.cpp b/be/src/olap/hll.cpp index e45959488e18d7..50224bb486c342 100644 --- a/be/src/olap/hll.cpp +++ b/be/src/olap/hll.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/hll.h b/be/src/olap/hll.h index 306789436cbe34..450dcb5ee91f16 100644 --- a/be/src/olap/hll.h +++ b/be/src/olap/hll.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/i_data.cpp b/be/src/olap/i_data.cpp index 7ea142f5139b60..104014f15d78c7 100644 --- a/be/src/olap/i_data.cpp +++ b/be/src/olap/i_data.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/i_data.h b/be/src/olap/i_data.h index 9a0db916f18068..a00865df891128 100644 --- a/be/src/olap/i_data.h +++ b/be/src/olap/i_data.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/in_list_predicate.cpp b/be/src/olap/in_list_predicate.cpp index 06afa0191dd605..2240ac4bb8437a 100644 --- a/be/src/olap/in_list_predicate.cpp +++ b/be/src/olap/in_list_predicate.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/in_list_predicate.h b/be/src/olap/in_list_predicate.h index b5b5302f805212..25b270c39c8386 100644 --- a/be/src/olap/in_list_predicate.h +++ b/be/src/olap/in_list_predicate.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/lru_cache.cpp b/be/src/olap/lru_cache.cpp index a56307c6f0f00c..cc78659cb71005 100644 --- a/be/src/olap/lru_cache.cpp +++ b/be/src/olap/lru_cache.cpp @@ -1,6 +1,19 @@ -// Copyright (c) 2011 The LevelDB Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. See the AUTHORS file for names of contributors. +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. #include "olap/lru_cache.h" diff --git a/be/src/olap/lru_cache.h b/be/src/olap/lru_cache.h index 9bdad564eb1c85..3aa2230e94eeab 100644 --- a/be/src/olap/lru_cache.h +++ b/be/src/olap/lru_cache.h @@ -1,6 +1,19 @@ -// Copyright (c) 2011 The LevelDB Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. See the AUTHORS file for names of contributors. +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. #ifndef BDG_PALO_BE_SRC_OLAP_LRU_CACHE_H #define BDG_PALO_BE_SRC_OLAP_LRU_CACHE_H diff --git a/be/src/olap/memtable.cpp b/be/src/olap/memtable.cpp index d4aae47842afe8..3c75b7d73e43fd 100644 --- a/be/src/olap/memtable.cpp +++ b/be/src/olap/memtable.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/memtable.h b/be/src/olap/memtable.h index 994f5c7e3b320f..0b26508217d2bf 100644 --- a/be/src/olap/memtable.h +++ b/be/src/olap/memtable.h @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/merger.cpp b/be/src/olap/merger.cpp index 67ef5feecfaa6b..bd302118caf620 100644 --- a/be/src/olap/merger.cpp +++ b/be/src/olap/merger.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/merger.h b/be/src/olap/merger.h index e9fbf1a8f68080..55d153c7d321c7 100644 --- a/be/src/olap/merger.h +++ b/be/src/olap/merger.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/new_status.cpp b/be/src/olap/new_status.cpp index 006cae9182f823..c4932e5d5d164a 100644 --- a/be/src/olap/new_status.cpp +++ b/be/src/olap/new_status.cpp @@ -1,6 +1,19 @@ -// Copyright (c) 2011 The LevelDB Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. See the AUTHORS file for names of contributors. +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. #include "olap/new_status.h" diff --git a/be/src/olap/new_status.h b/be/src/olap/new_status.h index 162919c8b459c1..96c4a570ca565b 100644 --- a/be/src/olap/new_status.h +++ b/be/src/olap/new_status.h @@ -1,14 +1,19 @@ -// Copyright (c) 2011 The LevelDB Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. See the AUTHORS file for names of contributors. +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -// A NewStatus encapsulates the result of an operation. It may indicate success, -// or it may indicate an error with an associated error message. +// http://www.apache.org/licenses/LICENSE-2.0 // -// Multiple threads can invoke const methods on a NewStatus without -// external synchronization, but if any of the threads may call a -// non-const method, all threads accessing the same NewStatus must use -// external synchronization. +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. #ifndef BDG_PALO_BE_SRC_OLAP_STATUS_H #define BDG_PALO_BE_SRC_OLAP_STATUS_H diff --git a/be/src/olap/null_predicate.cpp b/be/src/olap/null_predicate.cpp index a47ae499ec9085..232d089466f5b7 100644 --- a/be/src/olap/null_predicate.cpp +++ b/be/src/olap/null_predicate.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/null_predicate.h b/be/src/olap/null_predicate.h index 801bc3bc7597d8..c14ede1b6cd04c 100644 --- a/be/src/olap/null_predicate.h +++ b/be/src/olap/null_predicate.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/olap_common.h b/be/src/olap/olap_common.h index 75ee6f4fd32944..6070f700f56b1f 100644 --- a/be/src/olap/olap_common.h +++ b/be/src/olap/olap_common.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/olap_cond.cpp b/be/src/olap/olap_cond.cpp index 1fbf8b089f8dab..2a4f7248ac1ad8 100644 --- a/be/src/olap/olap_cond.cpp +++ b/be/src/olap/olap_cond.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/olap_cond.h b/be/src/olap/olap_cond.h index 37f451d112d078..ae2e56cd0be206 100644 --- a/be/src/olap/olap_cond.h +++ b/be/src/olap/olap_cond.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/olap_data.cpp b/be/src/olap/olap_data.cpp index add0a45fae076b..b027e4428f80df 100644 --- a/be/src/olap/olap_data.cpp +++ b/be/src/olap/olap_data.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/olap_data.h b/be/src/olap/olap_data.h index 4e48790e21d278..0be05e117a87d5 100644 --- a/be/src/olap/olap_data.h +++ b/be/src/olap/olap_data.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/olap_define.h b/be/src/olap/olap_define.h index 56c4cc3a627a7c..f1a5a4d34fcc09 100644 --- a/be/src/olap/olap_define.h +++ b/be/src/olap/olap_define.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/olap_engine.cpp b/be/src/olap/olap_engine.cpp index e145200f625839..327eb4cfcbe275 100644 --- a/be/src/olap/olap_engine.cpp +++ b/be/src/olap/olap_engine.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/olap_engine.h b/be/src/olap/olap_engine.h index e3eaa17432f70b..a6bbd26d4dfffa 100644 --- a/be/src/olap/olap_engine.h +++ b/be/src/olap/olap_engine.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/olap_header.cpp b/be/src/olap/olap_header.cpp index 43d98980e74638..642beae0a08930 100644 --- a/be/src/olap/olap_header.cpp +++ b/be/src/olap/olap_header.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/olap_header.h b/be/src/olap/olap_header.h index 541eb0d6c21515..9636abc2d10ba2 100644 --- a/be/src/olap/olap_header.h +++ b/be/src/olap/olap_header.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/olap_header_manager.cpp b/be/src/olap/olap_header_manager.cpp index a65352a37c2b60..7a32b13744d7e2 100755 --- a/be/src/olap/olap_header_manager.cpp +++ b/be/src/olap/olap_header_manager.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/olap_header_manager.h b/be/src/olap/olap_header_manager.h index bc3b9a513b5cb8..3d668433dbbf16 100644 --- a/be/src/olap/olap_header_manager.h +++ b/be/src/olap/olap_header_manager.h @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/olap_index.cpp b/be/src/olap/olap_index.cpp index f83278210fd5aa..80d4f03fabd355 100644 --- a/be/src/olap/olap_index.cpp +++ b/be/src/olap/olap_index.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/olap_index.h b/be/src/olap/olap_index.h index 49957b2c6b86ad..71a1ce44d9b4bb 100644 --- a/be/src/olap/olap_index.h +++ b/be/src/olap/olap_index.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/olap_meta.cpp b/be/src/olap/olap_meta.cpp index 9be07832ef0a67..ed38ee9b1dc94d 100755 --- a/be/src/olap/olap_meta.cpp +++ b/be/src/olap/olap_meta.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/olap_meta.h b/be/src/olap/olap_meta.h index b1bdac4e09339b..e14853e5fe5650 100755 --- a/be/src/olap/olap_meta.h +++ b/be/src/olap/olap_meta.h @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/olap_server.cpp b/be/src/olap/olap_server.cpp index b2cd20c4c30838..e1f34fa9fa88ea 100644 --- a/be/src/olap/olap_server.cpp +++ b/be/src/olap/olap_server.cpp @@ -1,9 +1,12 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// // http://www.apache.org/licenses/LICENSE-2.0 +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an diff --git a/be/src/olap/olap_snapshot.cpp b/be/src/olap/olap_snapshot.cpp index 18266158446caf..d96697c11e3750 100644 --- a/be/src/olap/olap_snapshot.cpp +++ b/be/src/olap/olap_snapshot.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/olap_table.cpp b/be/src/olap/olap_table.cpp index 84cb8545f939e2..b47d678c051946 100644 --- a/be/src/olap/olap_table.cpp +++ b/be/src/olap/olap_table.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/olap_table.h b/be/src/olap/olap_table.h index dd5f21a7a726e7..bdb0b9f09fc0c2 100644 --- a/be/src/olap/olap_table.h +++ b/be/src/olap/olap_table.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/options.cpp b/be/src/olap/options.cpp index 107188ba9ed120..51681eb53d62a6 100644 --- a/be/src/olap/options.cpp +++ b/be/src/olap/options.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/options.h b/be/src/olap/options.h index 151c41202c46fc..9d6827e4739fba 100644 --- a/be/src/olap/options.h +++ b/be/src/olap/options.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/push_handler.cpp b/be/src/olap/push_handler.cpp index 5a09ba5a741178..7a9f6d5938017a 100644 --- a/be/src/olap/push_handler.cpp +++ b/be/src/olap/push_handler.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/push_handler.h b/be/src/olap/push_handler.h index cd4270c01bd7cd..fccb7e1103164d 100644 --- a/be/src/olap/push_handler.h +++ b/be/src/olap/push_handler.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/reader.cpp b/be/src/olap/reader.cpp index df9a9e9c8b741f..1896f01ffc0ea5 100644 --- a/be/src/olap/reader.cpp +++ b/be/src/olap/reader.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/reader.h b/be/src/olap/reader.h index 060034806a5bc7..f464ae15c09c03 100644 --- a/be/src/olap/reader.h +++ b/be/src/olap/reader.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/row_block.cpp b/be/src/olap/row_block.cpp index 6cf9d453d560d2..cdbca652e4402a 100644 --- a/be/src/olap/row_block.cpp +++ b/be/src/olap/row_block.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/row_block.h b/be/src/olap/row_block.h index 81cd9fffc98370..09daecd0124893 100644 --- a/be/src/olap/row_block.h +++ b/be/src/olap/row_block.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/row_cursor.cpp b/be/src/olap/row_cursor.cpp index 650d6a7e299c3a..4d5ea034d85580 100644 --- a/be/src/olap/row_cursor.cpp +++ b/be/src/olap/row_cursor.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/row_cursor.h b/be/src/olap/row_cursor.h index 43e11308d11fee..0579b8c69518c8 100644 --- a/be/src/olap/row_cursor.h +++ b/be/src/olap/row_cursor.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/rowset.cpp b/be/src/olap/rowset.cpp index 454a88f3a61d19..5fe3a5f61d676c 100644 --- a/be/src/olap/rowset.cpp +++ b/be/src/olap/rowset.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/rowset.h b/be/src/olap/rowset.h index 2fae93b28e4b00..fe395638fce128 100644 --- a/be/src/olap/rowset.h +++ b/be/src/olap/rowset.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/rowset_builder.h b/be/src/olap/rowset_builder.h index bd95a21f748cdc..d881d033b10c8c 100644 --- a/be/src/olap/rowset_builder.h +++ b/be/src/olap/rowset_builder.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/schema.h b/be/src/olap/schema.h index aff6a864344a25..52035315f7b0de 100644 --- a/be/src/olap/schema.h +++ b/be/src/olap/schema.h @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/schema_change.cpp b/be/src/olap/schema_change.cpp index b49915b3b4a50b..a0159fa0134e3a 100644 --- a/be/src/olap/schema_change.cpp +++ b/be/src/olap/schema_change.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/schema_change.h b/be/src/olap/schema_change.h index da678faef7a192..4edb767004e2aa 100644 --- a/be/src/olap/schema_change.h +++ b/be/src/olap/schema_change.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/skiplist.h b/be/src/olap/skiplist.h index 4087e2b52c75ef..9f4e807ecbd9fe 100644 --- a/be/src/olap/skiplist.h +++ b/be/src/olap/skiplist.h @@ -1,6 +1,19 @@ -// Copyright (c) 2011 The LevelDB Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. See the AUTHORS file for names of contributors. +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. #ifndef BDG_PALO_BE_SRC_OLAP_SKIPLIST_H #define BDG_PALO_BE_SRC_OLAP_SKIPLIST_H diff --git a/be/src/olap/store.cpp b/be/src/olap/store.cpp index 7684f256a81ea5..42cb53fe9b00ea 100755 --- a/be/src/olap/store.cpp +++ b/be/src/olap/store.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/store.h b/be/src/olap/store.h index 5471b6573432cf..037cc1079d1a44 100644 --- a/be/src/olap/store.h +++ b/be/src/olap/store.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/string_slice.h b/be/src/olap/string_slice.h index a602a3fc79d261..b76dcd67bd1f7e 100644 --- a/be/src/olap/string_slice.h +++ b/be/src/olap/string_slice.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/tuple.h b/be/src/olap/tuple.h index 384e0aa5e484e3..59360c178f47ee 100644 --- a/be/src/olap/tuple.h +++ b/be/src/olap/tuple.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/types.cpp b/be/src/olap/types.cpp index de81c0ae3ae705..ed9b68266e68d9 100644 --- a/be/src/olap/types.cpp +++ b/be/src/olap/types.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/types.h b/be/src/olap/types.h index 1939c6d263a3a2..ba71bfcb503c22 100644 --- a/be/src/olap/types.h +++ b/be/src/olap/types.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/utils.cpp b/be/src/olap/utils.cpp index 437c598d459640..868d744485dee2 100644 --- a/be/src/olap/utils.cpp +++ b/be/src/olap/utils.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/utils.h b/be/src/olap/utils.h index 8b07c901888987..cf4e9dd4d04658 100644 --- a/be/src/olap/utils.h +++ b/be/src/olap/utils.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/wrapper_field.cpp b/be/src/olap/wrapper_field.cpp index d432bd2fc42412..e51f40b8dcadf4 100644 --- a/be/src/olap/wrapper_field.cpp +++ b/be/src/olap/wrapper_field.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/wrapper_field.h b/be/src/olap/wrapper_field.h index e56f72fa55f5a8..85c2ca8c4aad85 100644 --- a/be/src/olap/wrapper_field.h +++ b/be/src/olap/wrapper_field.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/writer.cpp b/be/src/olap/writer.cpp index f666200afcb9c4..ebaba7525e4c36 100644 --- a/be/src/olap/writer.cpp +++ b/be/src/olap/writer.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/olap/writer.h b/be/src/olap/writer.h index 9f8f2874d574ac..d5b60d00e203ca 100644 --- a/be/src/olap/writer.h +++ b/be/src/olap/writer.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/runtime/CMakeLists.txt b/be/src/runtime/CMakeLists.txt index ab1851130c32de..9eabd667579892 100644 --- a/be/src/runtime/CMakeLists.txt +++ b/be/src/runtime/CMakeLists.txt @@ -1,6 +1,3 @@ -# Modifications copyright (C) 2017, Baidu.com, Inc. -# Copyright 2017 The Apache Software Foundation - # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/be/src/runtime/broker_mgr.cpp b/be/src/runtime/broker_mgr.cpp index 455bcc396bb47d..2c57107495f01a 100644 --- a/be/src/runtime/broker_mgr.cpp +++ b/be/src/runtime/broker_mgr.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/runtime/broker_mgr.h b/be/src/runtime/broker_mgr.h index d931ed204304bb..8fa3161f836d26 100644 --- a/be/src/runtime/broker_mgr.h +++ b/be/src/runtime/broker_mgr.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/runtime/buffer_control_block.cpp b/be/src/runtime/buffer_control_block.cpp index b20dbd96a2a363..2cb9438e196fe0 100644 --- a/be/src/runtime/buffer_control_block.cpp +++ b/be/src/runtime/buffer_control_block.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/buffer_control_block.h b/be/src/runtime/buffer_control_block.h index 252114643ddc68..144097c84cafe7 100644 --- a/be/src/runtime/buffer_control_block.h +++ b/be/src/runtime/buffer_control_block.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/buffered_block_mgr.cpp b/be/src/runtime/buffered_block_mgr.cpp index c6a60579b0b5d6..2e67719e9e2d62 100644 --- a/be/src/runtime/buffered_block_mgr.cpp +++ b/be/src/runtime/buffered_block_mgr.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/buffered_block_mgr.h b/be/src/runtime/buffered_block_mgr.h index 9b1a388d98f528..f3383a3fcbe17d 100644 --- a/be/src/runtime/buffered_block_mgr.h +++ b/be/src/runtime/buffered_block_mgr.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/buffered_block_mgr2.cc b/be/src/runtime/buffered_block_mgr2.cc index 1d594be5c23fa5..7e85f7ffe85428 100644 --- a/be/src/runtime/buffered_block_mgr2.cc +++ b/be/src/runtime/buffered_block_mgr2.cc @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/buffered_block_mgr2.h b/be/src/runtime/buffered_block_mgr2.h index 534be997e7f362..66911353c95707 100644 --- a/be/src/runtime/buffered_block_mgr2.h +++ b/be/src/runtime/buffered_block_mgr2.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/buffered_tuple_stream.cpp b/be/src/runtime/buffered_tuple_stream.cpp index 78ac768e5117fa..bb17891e1c3424 100644 --- a/be/src/runtime/buffered_tuple_stream.cpp +++ b/be/src/runtime/buffered_tuple_stream.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/buffered_tuple_stream.h b/be/src/runtime/buffered_tuple_stream.h index 284beb1c73e3d5..a443f2997ce752 100644 --- a/be/src/runtime/buffered_tuple_stream.h +++ b/be/src/runtime/buffered_tuple_stream.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/buffered_tuple_stream2.cc b/be/src/runtime/buffered_tuple_stream2.cc index c49bd7407ff9fa..8be0ee57e235b9 100644 --- a/be/src/runtime/buffered_tuple_stream2.cc +++ b/be/src/runtime/buffered_tuple_stream2.cc @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/buffered_tuple_stream2.h b/be/src/runtime/buffered_tuple_stream2.h index f35bbf6cc544eb..b99e705015243f 100644 --- a/be/src/runtime/buffered_tuple_stream2.h +++ b/be/src/runtime/buffered_tuple_stream2.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/buffered_tuple_stream2.inline.h b/be/src/runtime/buffered_tuple_stream2.inline.h index d8c7f59021c9f6..305c84a9b99a7e 100644 --- a/be/src/runtime/buffered_tuple_stream2.inline.h +++ b/be/src/runtime/buffered_tuple_stream2.inline.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/buffered_tuple_stream2_ir.cc b/be/src/runtime/buffered_tuple_stream2_ir.cc index 3d0028a10acd95..8015a4a724802d 100644 --- a/be/src/runtime/buffered_tuple_stream2_ir.cc +++ b/be/src/runtime/buffered_tuple_stream2_ir.cc @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/buffered_tuple_stream3.cc b/be/src/runtime/buffered_tuple_stream3.cc index 23eeea890a4a38..74937b3c7f126d 100644 --- a/be/src/runtime/buffered_tuple_stream3.cc +++ b/be/src/runtime/buffered_tuple_stream3.cc @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/buffered_tuple_stream3.h b/be/src/runtime/buffered_tuple_stream3.h index d1cc57d4a164cb..8289445e76a41b 100644 --- a/be/src/runtime/buffered_tuple_stream3.h +++ b/be/src/runtime/buffered_tuple_stream3.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/buffered_tuple_stream3.inline.h b/be/src/runtime/buffered_tuple_stream3.inline.h index c877052982936e..824986545b1909 100644 --- a/be/src/runtime/buffered_tuple_stream3.inline.h +++ b/be/src/runtime/buffered_tuple_stream3.inline.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/buffered_tuple_stream_ir.cpp b/be/src/runtime/buffered_tuple_stream_ir.cpp index eeb541addd2daf..f0d7587f12958a 100644 --- a/be/src/runtime/buffered_tuple_stream_ir.cpp +++ b/be/src/runtime/buffered_tuple_stream_ir.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/bufferpool/buffer_allocator.cc b/be/src/runtime/bufferpool/buffer_allocator.cc index be7f56235a61cf..7ccfc57160eecf 100644 --- a/be/src/runtime/bufferpool/buffer_allocator.cc +++ b/be/src/runtime/bufferpool/buffer_allocator.cc @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/bufferpool/buffer_allocator.h b/be/src/runtime/bufferpool/buffer_allocator.h index ade8d8ff045f55..ece0d36ac5d386 100644 --- a/be/src/runtime/bufferpool/buffer_allocator.h +++ b/be/src/runtime/bufferpool/buffer_allocator.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/bufferpool/buffer_pool.cc b/be/src/runtime/bufferpool/buffer_pool.cc index 78829c97451de6..7d4e8c5460d8f1 100644 --- a/be/src/runtime/bufferpool/buffer_pool.cc +++ b/be/src/runtime/bufferpool/buffer_pool.cc @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/bufferpool/buffer_pool.h b/be/src/runtime/bufferpool/buffer_pool.h index 0c7654919e9c97..c77eca5adf1d43 100644 --- a/be/src/runtime/bufferpool/buffer_pool.h +++ b/be/src/runtime/bufferpool/buffer_pool.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/bufferpool/buffer_pool_counters.h b/be/src/runtime/bufferpool/buffer_pool_counters.h index 39e7d81ffa37f3..679a6ae65074dc 100644 --- a/be/src/runtime/bufferpool/buffer_pool_counters.h +++ b/be/src/runtime/bufferpool/buffer_pool_counters.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/bufferpool/buffer_pool_internal.h b/be/src/runtime/bufferpool/buffer_pool_internal.h index c1231dda339e6a..e3c9bfb0be2730 100644 --- a/be/src/runtime/bufferpool/buffer_pool_internal.h +++ b/be/src/runtime/bufferpool/buffer_pool_internal.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information @@ -18,63 +15,6 @@ // specific language governing permissions and limitations // under the License. -// This file includes definitions of classes used internally in the buffer pool. -// -/// +========================+ -/// | IMPLEMENTATION NOTES | -/// +========================+ -/// -/// Lock Ordering -/// ============= -/// The lock acquisition order is: -/// 1. Client::lock_ -/// 2. FreeBufferArena::lock_. If multiple arena locks are acquired, must be acquired in -/// ascending order. -/// 3. Page::lock -/// -/// If a reference to a Page is acquired through a page list, the Page* reference only -/// remains valid so long as list's lock is held. -/// -/// Page States -/// =========== -/// Each Page object is owned by at most one InternalList at any given point. -/// Each page is either pinned or unpinned. Unpinned has a number of sub-states, which -/// is determined by which list in Client/BufferPool contains the page. -/// * Pinned: Always in this state when 'pin_count' > 0. The page has a buffer and is in -/// Client::pinned_pages_. 'pin_in_flight' determines which sub-state the page is in: -/// -> When pin_in_flight=false, the buffer contains the page's data and the client can -/// read and write to the buffer. -/// -> When pin_in_flight=true, the page's data is in the process of being read from -/// scratch disk into the buffer. Clients will block on the read I/O if they attempt -/// to access the buffer. -/// * Unpinned - Dirty: When no write to scratch has been started for an unpinned page. -/// The page is in Client::dirty_unpinned_pages_. -/// * Unpinned - Write in flight: When the write to scratch has been started but not -/// completed for a dirty unpinned page. The page is in -/// Client::write_in_flight_pages_. For accounting purposes this is considered a -/// dirty page. -/// * Unpinned - Clean: When the write to scratch has completed but the page was not -/// evicted. The page is in a clean pages list in a BufferAllocator arena. -/// * Unpinned - Evicted: After a clean page's buffer has been reclaimed. The page is -/// not in any list. -/// -/// Page Eviction Policy -/// ==================== -/// The page eviction policy is designed so that clients that run only in-memory (i.e. -/// don't unpin pages) never block on I/O. To achieve this, we must be able to -/// fulfil reservations by either allocating buffers or evicting clean pages. Assuming -/// reservations are not overcommitted (they shouldn't be), this global invariant can be -/// maintained by enforcing a local invariant for every client: -/// -/// reservation >= BufferHandles returned to client -// + pinned pages + dirty pages (dirty unpinned or write in flight) -/// -/// The local invariant is maintained by writing pages to disk as the first step of any -/// operation that allocates a new buffer or reclaims buffers from clean pages. I.e. -/// "dirty pages" must be decreased before one of the other values on the R.H.S. of the -/// invariant can be increased. Operations block waiting for enough writes to complete -/// to satisfy the invariant. - #ifndef BDG_PALO_BE_RUNTIME_BUFFER_POOL_INTERNAL_H #define BDG_PALO_BE_RUNTIME_BUFFER_POOL_INTERNAL_H diff --git a/be/src/runtime/bufferpool/free_list.h b/be/src/runtime/bufferpool/free_list.h index b6b3d7c48460a4..7ab8af77b2d323 100644 --- a/be/src/runtime/bufferpool/free_list.h +++ b/be/src/runtime/bufferpool/free_list.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/bufferpool/reservation_tracker.cc b/be/src/runtime/bufferpool/reservation_tracker.cc index c191aa35525842..dcc9819d1c5c87 100644 --- a/be/src/runtime/bufferpool/reservation_tracker.cc +++ b/be/src/runtime/bufferpool/reservation_tracker.cc @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/bufferpool/reservation_tracker.h b/be/src/runtime/bufferpool/reservation_tracker.h index b029382a09c5b5..8f54215a71b2ef 100644 --- a/be/src/runtime/bufferpool/reservation_tracker.h +++ b/be/src/runtime/bufferpool/reservation_tracker.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/bufferpool/reservation_tracker_counters.h b/be/src/runtime/bufferpool/reservation_tracker_counters.h index 0f6400d7408d60..165936d5d0968d 100644 --- a/be/src/runtime/bufferpool/reservation_tracker_counters.h +++ b/be/src/runtime/bufferpool/reservation_tracker_counters.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/bufferpool/reservation_util.cc b/be/src/runtime/bufferpool/reservation_util.cc index c763b5abadcc17..747fb872223dfc 100644 --- a/be/src/runtime/bufferpool/reservation_util.cc +++ b/be/src/runtime/bufferpool/reservation_util.cc @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/bufferpool/reservation_util.h b/be/src/runtime/bufferpool/reservation_util.h index e37b51983ff174..eeb2a120b1fca2 100644 --- a/be/src/runtime/bufferpool/reservation_util.h +++ b/be/src/runtime/bufferpool/reservation_util.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/bufferpool/suballocator.cc b/be/src/runtime/bufferpool/suballocator.cc index 49b1f8d0e80673..dbab4956b0845b 100644 --- a/be/src/runtime/bufferpool/suballocator.cc +++ b/be/src/runtime/bufferpool/suballocator.cc @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/bufferpool/suballocator.h b/be/src/runtime/bufferpool/suballocator.h index 50f785ec8292a1..dbee02e67f9d1d 100644 --- a/be/src/runtime/bufferpool/suballocator.h +++ b/be/src/runtime/bufferpool/suballocator.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/bufferpool/system_allocator.cc b/be/src/runtime/bufferpool/system_allocator.cc index 3af208ee60a036..c261a9a4188854 100644 --- a/be/src/runtime/bufferpool/system_allocator.cc +++ b/be/src/runtime/bufferpool/system_allocator.cc @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/bufferpool/system_allocator.h b/be/src/runtime/bufferpool/system_allocator.h index 1d9715e25f7397..3ffb25dba46365 100644 --- a/be/src/runtime/bufferpool/system_allocator.h +++ b/be/src/runtime/bufferpool/system_allocator.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/client_cache.cpp b/be/src/runtime/client_cache.cpp index b183ef1eabe46f..cf0a57bf76df0c 100644 --- a/be/src/runtime/client_cache.cpp +++ b/be/src/runtime/client_cache.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/client_cache.h b/be/src/runtime/client_cache.h index b2650b01547b0a..6a519510fa4944 100644 --- a/be/src/runtime/client_cache.h +++ b/be/src/runtime/client_cache.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/data_spliter.cpp b/be/src/runtime/data_spliter.cpp index 56f496deaa9cdb..38cd1ae18a52c9 100644 --- a/be/src/runtime/data_spliter.cpp +++ b/be/src/runtime/data_spliter.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/runtime/data_spliter.h b/be/src/runtime/data_spliter.h index c80232e5eb214b..436e9610b0049d 100644 --- a/be/src/runtime/data_spliter.h +++ b/be/src/runtime/data_spliter.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/runtime/data_stream_mgr.cpp b/be/src/runtime/data_stream_mgr.cpp index 3c405936fab6aa..3561d9b9fd491b 100644 --- a/be/src/runtime/data_stream_mgr.cpp +++ b/be/src/runtime/data_stream_mgr.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/data_stream_mgr.h b/be/src/runtime/data_stream_mgr.h index 8804697fbd203f..443d7a569d7acb 100644 --- a/be/src/runtime/data_stream_mgr.h +++ b/be/src/runtime/data_stream_mgr.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/data_stream_recvr.cc b/be/src/runtime/data_stream_recvr.cc index e6b1f7d83267e1..0937c55cbd81e2 100644 --- a/be/src/runtime/data_stream_recvr.cc +++ b/be/src/runtime/data_stream_recvr.cc @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/data_stream_recvr.h b/be/src/runtime/data_stream_recvr.h index fc52f8826424ce..02fe1475edeec4 100644 --- a/be/src/runtime/data_stream_recvr.h +++ b/be/src/runtime/data_stream_recvr.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/data_stream_recvr.hpp b/be/src/runtime/data_stream_recvr.hpp index f58784ce60f366..d99a0ca8700337 100644 --- a/be/src/runtime/data_stream_recvr.hpp +++ b/be/src/runtime/data_stream_recvr.hpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/data_stream_sender.cpp b/be/src/runtime/data_stream_sender.cpp index 30c4139de17df3..cc8d4f46b4045b 100644 --- a/be/src/runtime/data_stream_sender.cpp +++ b/be/src/runtime/data_stream_sender.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/data_stream_sender.h b/be/src/runtime/data_stream_sender.h index afc006aa386b1c..b7b12c5db9435c 100644 --- a/be/src/runtime/data_stream_sender.h +++ b/be/src/runtime/data_stream_sender.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/datetime_value.cpp b/be/src/runtime/datetime_value.cpp index 8f695c625c437c..d011ff6d7dbd68 100644 --- a/be/src/runtime/datetime_value.cpp +++ b/be/src/runtime/datetime_value.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/runtime/datetime_value.h b/be/src/runtime/datetime_value.h index 13f298b7f7ff4e..8735e1007f3921 100644 --- a/be/src/runtime/datetime_value.h +++ b/be/src/runtime/datetime_value.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/runtime/decimal_value.cpp b/be/src/runtime/decimal_value.cpp index 8e490713f5ea44..00f394cf41d8e8 100755 --- a/be/src/runtime/decimal_value.cpp +++ b/be/src/runtime/decimal_value.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/runtime/decimal_value.h b/be/src/runtime/decimal_value.h index cf1cc13a3b0ae0..71749565a64712 100755 --- a/be/src/runtime/decimal_value.h +++ b/be/src/runtime/decimal_value.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/runtime/descriptors.cpp b/be/src/runtime/descriptors.cpp index 973317fc858026..60130915030947 100644 --- a/be/src/runtime/descriptors.cpp +++ b/be/src/runtime/descriptors.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/descriptors.h b/be/src/runtime/descriptors.h index 6c3e9c6e71ccde..7342e5f07727fa 100644 --- a/be/src/runtime/descriptors.h +++ b/be/src/runtime/descriptors.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/disk_io_mgr.cc b/be/src/runtime/disk_io_mgr.cc index 9727e12a62c72e..a6a0c748b962bc 100644 --- a/be/src/runtime/disk_io_mgr.cc +++ b/be/src/runtime/disk_io_mgr.cc @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information @@ -75,13 +72,13 @@ static const int LOW_MEMORY = 64 * 1024 * 1024; const int DiskIoMgr::DEFAULT_QUEUE_CAPACITY = 2; // namespace detail { -// // Indicates if file handle caching should be used +// Indicates if file handle caching should be used // static inline bool is_file_handle_caching_enabled() { // return config::max_cached_file_handles > 0; // } // } -// // This method is used to clean up resources upon eviction of a cache file handle. +// This method is used to clean up resources upon eviction of a cache file handle. // void DiskIoMgr::HdfsCachedFileHandle::release(DiskIoMgr::HdfsCachedFileHandle** h) { // PaloMetrics::IO_MGR_NUM_CACHED_FILE_HANDLES->increment(-1L); // VLOG_FILE << "Cached file handle evicted, hdfsCloseFile() fid=" << (*h)->_hdfs_file; diff --git a/be/src/runtime/disk_io_mgr.h b/be/src/runtime/disk_io_mgr.h index e487ec762edf3b..6d967fd44c2146 100644 --- a/be/src/runtime/disk_io_mgr.h +++ b/be/src/runtime/disk_io_mgr.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/disk_io_mgr_internal.h b/be/src/runtime/disk_io_mgr_internal.h index aec24e17cadeca..c5b11ad5666a1f 100644 --- a/be/src/runtime/disk_io_mgr_internal.h +++ b/be/src/runtime/disk_io_mgr_internal.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/disk_io_mgr_reader_context.cc b/be/src/runtime/disk_io_mgr_reader_context.cc index 69c820445431b2..5343c11acfbf9c 100644 --- a/be/src/runtime/disk_io_mgr_reader_context.cc +++ b/be/src/runtime/disk_io_mgr_reader_context.cc @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/disk_io_mgr_scan_range.cc b/be/src/runtime/disk_io_mgr_scan_range.cc index e15af98144dcd4..df19469a99ed21 100644 --- a/be/src/runtime/disk_io_mgr_scan_range.cc +++ b/be/src/runtime/disk_io_mgr_scan_range.cc @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/dpp_sink.cpp b/be/src/runtime/dpp_sink.cpp index efbc2c2039eb16..a3706aeaaa0151 100644 --- a/be/src/runtime/dpp_sink.cpp +++ b/be/src/runtime/dpp_sink.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/runtime/dpp_sink.h b/be/src/runtime/dpp_sink.h index 8765816455e9de..3793720e9bba91 100644 --- a/be/src/runtime/dpp_sink.h +++ b/be/src/runtime/dpp_sink.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/runtime/dpp_sink_internal.cpp b/be/src/runtime/dpp_sink_internal.cpp index b0b11a603fc009..0995f565dc7e96 100644 --- a/be/src/runtime/dpp_sink_internal.cpp +++ b/be/src/runtime/dpp_sink_internal.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/runtime/dpp_sink_internal.h b/be/src/runtime/dpp_sink_internal.h index 241feded0d8af7..b8e39dd4411fb4 100644 --- a/be/src/runtime/dpp_sink_internal.h +++ b/be/src/runtime/dpp_sink_internal.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/runtime/dpp_writer.cpp b/be/src/runtime/dpp_writer.cpp index 7649ed53b4e129..52d68b7e6ee19f 100644 --- a/be/src/runtime/dpp_writer.cpp +++ b/be/src/runtime/dpp_writer.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/runtime/dpp_writer.h b/be/src/runtime/dpp_writer.h index 370adafb6e71bc..52cc0cca3c77d4 100644 --- a/be/src/runtime/dpp_writer.h +++ b/be/src/runtime/dpp_writer.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/runtime/etl_job_mgr.cpp b/be/src/runtime/etl_job_mgr.cpp index 272397b235dc94..8ea69a7c96c657 100644 --- a/be/src/runtime/etl_job_mgr.cpp +++ b/be/src/runtime/etl_job_mgr.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/runtime/etl_job_mgr.h b/be/src/runtime/etl_job_mgr.h index dc674d1570c5b8..9598e680c37b59 100644 --- a/be/src/runtime/etl_job_mgr.h +++ b/be/src/runtime/etl_job_mgr.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/runtime/exec_env.cpp b/be/src/runtime/exec_env.cpp index 9bb293f9d393e4..d7c3000629f9c1 100644 --- a/be/src/runtime/exec_env.cpp +++ b/be/src/runtime/exec_env.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/exec_env.h b/be/src/runtime/exec_env.h index f5d3e06043a819..dea275d67d60d8 100644 --- a/be/src/runtime/exec_env.h +++ b/be/src/runtime/exec_env.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/export_sink.cpp b/be/src/runtime/export_sink.cpp index d790049a991f48..f7f9ecc3a2d6fc 100644 --- a/be/src/runtime/export_sink.cpp +++ b/be/src/runtime/export_sink.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/runtime/export_sink.h b/be/src/runtime/export_sink.h index 3224ff3f972daa..43394759c3c7b5 100644 --- a/be/src/runtime/export_sink.h +++ b/be/src/runtime/export_sink.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/runtime/export_task_mgr.cpp b/be/src/runtime/export_task_mgr.cpp index 122147697d57f2..0ccc4714eef370 100644 --- a/be/src/runtime/export_task_mgr.cpp +++ b/be/src/runtime/export_task_mgr.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/runtime/export_task_mgr.h b/be/src/runtime/export_task_mgr.h index ff9e2e7fac257b..26c40dbd00dc64 100644 --- a/be/src/runtime/export_task_mgr.h +++ b/be/src/runtime/export_task_mgr.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/runtime/fragment_mgr.cpp b/be/src/runtime/fragment_mgr.cpp index 80ea7c749586b6..0e2a97e6f9e9f0 100644 --- a/be/src/runtime/fragment_mgr.cpp +++ b/be/src/runtime/fragment_mgr.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/fragment_mgr.h b/be/src/runtime/fragment_mgr.h index 4852b99e248106..b24666e38678fa 100644 --- a/be/src/runtime/fragment_mgr.h +++ b/be/src/runtime/fragment_mgr.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/free_list.hpp b/be/src/runtime/free_list.hpp index 57617ea506a083..4b8963ec2e3d64 100644 --- a/be/src/runtime/free_list.hpp +++ b/be/src/runtime/free_list.hpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/free_pool.hpp b/be/src/runtime/free_pool.hpp index 8d8e32d63c4876..78ebaf0bb885e0 100755 --- a/be/src/runtime/free_pool.hpp +++ b/be/src/runtime/free_pool.hpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/initial_reservations.cc b/be/src/runtime/initial_reservations.cc index f622a60f3dd0d5..cd2fa8563a264a 100644 --- a/be/src/runtime/initial_reservations.cc +++ b/be/src/runtime/initial_reservations.cc @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/initial_reservations.h b/be/src/runtime/initial_reservations.h index e49fe5321b1d14..d66789d2a96c1a 100644 --- a/be/src/runtime/initial_reservations.h +++ b/be/src/runtime/initial_reservations.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/kafka_consumer_pipe.cpp b/be/src/runtime/kafka_consumer_pipe.cpp index a2f3a322c1b393..12b6005b1c54fd 100644 --- a/be/src/runtime/kafka_consumer_pipe.cpp +++ b/be/src/runtime/kafka_consumer_pipe.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/runtime/kafka_consumer_pipe.h b/be/src/runtime/kafka_consumer_pipe.h index 7a7b448e30d615..7332d3e7346dcb 100644 --- a/be/src/runtime/kafka_consumer_pipe.h +++ b/be/src/runtime/kafka_consumer_pipe.h @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/runtime/large_int_value.cpp b/be/src/runtime/large_int_value.cpp index 15c9e0466d5fc7..991fcb62aa61eb 100644 --- a/be/src/runtime/large_int_value.cpp +++ b/be/src/runtime/large_int_value.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/large_int_value.h b/be/src/runtime/large_int_value.h index bb666c0a8998af..8770a03ca49ca9 100644 --- a/be/src/runtime/large_int_value.h +++ b/be/src/runtime/large_int_value.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/lib_cache.cpp b/be/src/runtime/lib_cache.cpp index cd26dc7d6772d4..ab87d3cc5c3095 100644 --- a/be/src/runtime/lib_cache.cpp +++ b/be/src/runtime/lib_cache.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/lib_cache.h b/be/src/runtime/lib_cache.h index 46ef54cd9ea745..a2518a9f429f5a 100644 --- a/be/src/runtime/lib_cache.h +++ b/be/src/runtime/lib_cache.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/load_path_mgr.cpp b/be/src/runtime/load_path_mgr.cpp index ec9b8e4fa15768..860ccffd12f8d7 100644 --- a/be/src/runtime/load_path_mgr.cpp +++ b/be/src/runtime/load_path_mgr.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/runtime/load_path_mgr.h b/be/src/runtime/load_path_mgr.h index 6ceab38fa9d52e..cf7f320a8c76f4 100644 --- a/be/src/runtime/load_path_mgr.h +++ b/be/src/runtime/load_path_mgr.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/runtime/load_stream_mgr.h b/be/src/runtime/load_stream_mgr.h index 63a3e571590c50..691a487dcd1880 100644 --- a/be/src/runtime/load_stream_mgr.h +++ b/be/src/runtime/load_stream_mgr.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/runtime/mem_pool.cpp b/be/src/runtime/mem_pool.cpp index 06637f856d2cb6..258d67d11ea256 100644 --- a/be/src/runtime/mem_pool.cpp +++ b/be/src/runtime/mem_pool.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/mem_pool.h b/be/src/runtime/mem_pool.h index edbc6e38c5e932..f8dbefeed17e88 100644 --- a/be/src/runtime/mem_pool.h +++ b/be/src/runtime/mem_pool.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information @@ -18,7 +15,6 @@ // specific language governing permissions and limitations // under the License. - #ifndef BDG_PALO_BE_RUNTIME_MEM_POOL_H #define BDG_PALO_BE_RUNTIME_MEM_POOL_H diff --git a/be/src/runtime/mem_tracker.cpp b/be/src/runtime/mem_tracker.cpp index 23092992441f7c..d5abd1bfe586ad 100644 --- a/be/src/runtime/mem_tracker.cpp +++ b/be/src/runtime/mem_tracker.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/mem_tracker.h b/be/src/runtime/mem_tracker.h index 97061f8adcb80d..884239e70cbd9a 100644 --- a/be/src/runtime/mem_tracker.h +++ b/be/src/runtime/mem_tracker.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/merge_sorter.cpp b/be/src/runtime/merge_sorter.cpp index b462430666ce09..a8eaf82fc0032b 100644 --- a/be/src/runtime/merge_sorter.cpp +++ b/be/src/runtime/merge_sorter.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/merge_sorter.h b/be/src/runtime/merge_sorter.h index 3b36ae3901ef47..1de2dfe1871d6d 100644 --- a/be/src/runtime/merge_sorter.h +++ b/be/src/runtime/merge_sorter.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/multi_precision.h b/be/src/runtime/multi_precision.h index 51d2a972deabd4..40921aa52730e4 100644 --- a/be/src/runtime/multi_precision.h +++ b/be/src/runtime/multi_precision.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/mysql_table_sink.cpp b/be/src/runtime/mysql_table_sink.cpp index ba872129bb67ff..e225c8286efeff 100644 --- a/be/src/runtime/mysql_table_sink.cpp +++ b/be/src/runtime/mysql_table_sink.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/runtime/mysql_table_sink.h b/be/src/runtime/mysql_table_sink.h index 999d0b9c1e9b39..243d1d6bebd62d 100644 --- a/be/src/runtime/mysql_table_sink.h +++ b/be/src/runtime/mysql_table_sink.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/runtime/mysql_table_writer.cpp b/be/src/runtime/mysql_table_writer.cpp index 7fcd5ec9e53e9c..c6bccedfcba871 100644 --- a/be/src/runtime/mysql_table_writer.cpp +++ b/be/src/runtime/mysql_table_writer.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/runtime/mysql_table_writer.h b/be/src/runtime/mysql_table_writer.h index 2c7a8131bbdb94..1c128e9cec85a3 100644 --- a/be/src/runtime/mysql_table_writer.h +++ b/be/src/runtime/mysql_table_writer.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/runtime/plan_fragment_executor.cpp b/be/src/runtime/plan_fragment_executor.cpp index 4f10eb00835a59..afc32d355bde85 100644 --- a/be/src/runtime/plan_fragment_executor.cpp +++ b/be/src/runtime/plan_fragment_executor.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/plan_fragment_executor.h b/be/src/runtime/plan_fragment_executor.h index da8c9d722d1107..d9159a0a82b7a9 100644 --- a/be/src/runtime/plan_fragment_executor.h +++ b/be/src/runtime/plan_fragment_executor.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/primitive_type.cpp b/be/src/runtime/primitive_type.cpp index 0579b519629416..fd50fec7b1dc95 100644 --- a/be/src/runtime/primitive_type.cpp +++ b/be/src/runtime/primitive_type.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/primitive_type.h b/be/src/runtime/primitive_type.h index 11070f291901f6..7cdb40bc545a2e 100644 --- a/be/src/runtime/primitive_type.h +++ b/be/src/runtime/primitive_type.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/pull_load_task_mgr.cpp b/be/src/runtime/pull_load_task_mgr.cpp index 77e1d6fffb85a3..6602976ee5d2de 100644 --- a/be/src/runtime/pull_load_task_mgr.cpp +++ b/be/src/runtime/pull_load_task_mgr.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/runtime/pull_load_task_mgr.h b/be/src/runtime/pull_load_task_mgr.h index 54c5094b536dc8..7857031ba0a128 100644 --- a/be/src/runtime/pull_load_task_mgr.h +++ b/be/src/runtime/pull_load_task_mgr.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/runtime/qsorter.cpp b/be/src/runtime/qsorter.cpp index 2caecb195ffbdf..0671fa0d8040f7 100644 --- a/be/src/runtime/qsorter.cpp +++ b/be/src/runtime/qsorter.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/qsorter.h b/be/src/runtime/qsorter.h index 09f9bf8a3f2917..8540e59192b61b 100644 --- a/be/src/runtime/qsorter.h +++ b/be/src/runtime/qsorter.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/raw_value.cpp b/be/src/runtime/raw_value.cpp index c06b7487f2e2c5..834fbb8446c5bb 100644 --- a/be/src/runtime/raw_value.cpp +++ b/be/src/runtime/raw_value.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/raw_value.h b/be/src/runtime/raw_value.h index 8062343a24e255..148149340d28c1 100644 --- a/be/src/runtime/raw_value.h +++ b/be/src/runtime/raw_value.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/raw_value_ir.cpp b/be/src/runtime/raw_value_ir.cpp index 07b1ff28be0cd2..8bb7e168c2d1bd 100644 --- a/be/src/runtime/raw_value_ir.cpp +++ b/be/src/runtime/raw_value_ir.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/result_buffer_mgr.cpp b/be/src/runtime/result_buffer_mgr.cpp index 10c01be8c1b340..a6dde166309a8c 100644 --- a/be/src/runtime/result_buffer_mgr.cpp +++ b/be/src/runtime/result_buffer_mgr.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/result_buffer_mgr.h b/be/src/runtime/result_buffer_mgr.h index ca482ef5b5329d..dc838e5e8935f5 100644 --- a/be/src/runtime/result_buffer_mgr.h +++ b/be/src/runtime/result_buffer_mgr.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/result_sink.cpp b/be/src/runtime/result_sink.cpp index 527fcd63eae87a..a5908a1eaf1d3f 100644 --- a/be/src/runtime/result_sink.cpp +++ b/be/src/runtime/result_sink.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/result_sink.h b/be/src/runtime/result_sink.h index a887573c5f4579..c144a998077fd3 100644 --- a/be/src/runtime/result_sink.h +++ b/be/src/runtime/result_sink.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/result_writer.cpp b/be/src/runtime/result_writer.cpp index 2cb8712aa08e21..56104ee4e86e62 100644 --- a/be/src/runtime/result_writer.cpp +++ b/be/src/runtime/result_writer.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/result_writer.h b/be/src/runtime/result_writer.h index f2db75477dcd7c..21688361bc1533 100644 --- a/be/src/runtime/result_writer.h +++ b/be/src/runtime/result_writer.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/row_batch.cpp b/be/src/runtime/row_batch.cpp index 3a3e745c91624c..262e7c042b2363 100644 --- a/be/src/runtime/row_batch.cpp +++ b/be/src/runtime/row_batch.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/row_batch.h b/be/src/runtime/row_batch.h index 23d2fd4f4c5492..0df4ba09861228 100644 --- a/be/src/runtime/row_batch.h +++ b/be/src/runtime/row_batch.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/row_batch_interface.hpp b/be/src/runtime/row_batch_interface.hpp index e549d136c1930f..4369bef79994d2 100644 --- a/be/src/runtime/row_batch_interface.hpp +++ b/be/src/runtime/row_batch_interface.hpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/runtime_state.cpp b/be/src/runtime/runtime_state.cpp index b343d9a859065c..f3c6d2fde4c275 100644 --- a/be/src/runtime/runtime_state.cpp +++ b/be/src/runtime/runtime_state.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/runtime_state.h b/be/src/runtime/runtime_state.h index 43030c2c02785e..440bf4fb5f601a 100644 --- a/be/src/runtime/runtime_state.h +++ b/be/src/runtime/runtime_state.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/snapshot_loader.cpp b/be/src/runtime/snapshot_loader.cpp index 33a209b69a9729..ed0f2911f618c9 100644 --- a/be/src/runtime/snapshot_loader.cpp +++ b/be/src/runtime/snapshot_loader.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/runtime/snapshot_loader.h b/be/src/runtime/snapshot_loader.h index 5f751dae8a3033..63a56fcaf59366 100644 --- a/be/src/runtime/snapshot_loader.h +++ b/be/src/runtime/snapshot_loader.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/runtime/sorted_run_merger.cc b/be/src/runtime/sorted_run_merger.cc index ac95c06455522b..ae8b12ce28131c 100644 --- a/be/src/runtime/sorted_run_merger.cc +++ b/be/src/runtime/sorted_run_merger.cc @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/sorted_run_merger.h b/be/src/runtime/sorted_run_merger.h index 825250af685785..9b8fbc1c57e219 100644 --- a/be/src/runtime/sorted_run_merger.h +++ b/be/src/runtime/sorted_run_merger.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/sorter.h b/be/src/runtime/sorter.h index e8a90ab54391d3..d768e53fbd942c 100644 --- a/be/src/runtime/sorter.h +++ b/be/src/runtime/sorter.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/spill_sorter.cc b/be/src/runtime/spill_sorter.cc index b7826138fd7c67..f2cd4bfa06dd91 100644 --- a/be/src/runtime/spill_sorter.cc +++ b/be/src/runtime/spill_sorter.cc @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/spill_sorter.h b/be/src/runtime/spill_sorter.h index a82b1582473e40..d9d169d2f18a7e 100644 --- a/be/src/runtime/spill_sorter.h +++ b/be/src/runtime/spill_sorter.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/stream_load_pipe.h b/be/src/runtime/stream_load_pipe.h index da2fd540c71ea4..0cdeee3bedaeb2 100644 --- a/be/src/runtime/stream_load_pipe.h +++ b/be/src/runtime/stream_load_pipe.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/runtime/string_buffer.hpp b/be/src/runtime/string_buffer.hpp index f9d542158bbd55..1217701ec82fa3 100644 --- a/be/src/runtime/string_buffer.hpp +++ b/be/src/runtime/string_buffer.hpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/string_search.hpp b/be/src/runtime/string_search.hpp index 5d02df03a449f7..b70b52291dc2f6 100644 --- a/be/src/runtime/string_search.hpp +++ b/be/src/runtime/string_search.hpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/string_value.cpp b/be/src/runtime/string_value.cpp index e2af2454274bf5..3d5b712a2fad42 100644 --- a/be/src/runtime/string_value.cpp +++ b/be/src/runtime/string_value.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/string_value.h b/be/src/runtime/string_value.h index 52082c5ff34c09..d063fe23dfabae 100644 --- a/be/src/runtime/string_value.h +++ b/be/src/runtime/string_value.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/string_value.hpp b/be/src/runtime/string_value.hpp index 04579f57387316..2446974b3c0366 100644 --- a/be/src/runtime/string_value.hpp +++ b/be/src/runtime/string_value.hpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/string_value_ir.cpp b/be/src/runtime/string_value_ir.cpp index d94e491bc0108d..77019bf215ca20 100644 --- a/be/src/runtime/string_value_ir.cpp +++ b/be/src/runtime/string_value_ir.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/tablet_writer_mgr.cpp b/be/src/runtime/tablet_writer_mgr.cpp index 1f01d01daf049d..28acc685554de5 100644 --- a/be/src/runtime/tablet_writer_mgr.cpp +++ b/be/src/runtime/tablet_writer_mgr.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/runtime/tablet_writer_mgr.h b/be/src/runtime/tablet_writer_mgr.h index d6ccb81a1446f0..1d1301eb344af2 100644 --- a/be/src/runtime/tablet_writer_mgr.h +++ b/be/src/runtime/tablet_writer_mgr.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/runtime/test_env.cc b/be/src/runtime/test_env.cc index 32b5920b89de7b..86d17f106dba54 100644 --- a/be/src/runtime/test_env.cc +++ b/be/src/runtime/test_env.cc @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/test_env.h b/be/src/runtime/test_env.h index 8c911a7d318ce1..d901cb5e5d6d9c 100644 --- a/be/src/runtime/test_env.h +++ b/be/src/runtime/test_env.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/thread_resource_mgr.cpp b/be/src/runtime/thread_resource_mgr.cpp index df5268a45df96e..3d107caea71eea 100644 --- a/be/src/runtime/thread_resource_mgr.cpp +++ b/be/src/runtime/thread_resource_mgr.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/thread_resource_mgr.h b/be/src/runtime/thread_resource_mgr.h index 7a09a3d5bc45ce..d7d526efabf910 100644 --- a/be/src/runtime/thread_resource_mgr.h +++ b/be/src/runtime/thread_resource_mgr.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/tmp_file_mgr.cc b/be/src/runtime/tmp_file_mgr.cc index 17e134e64a4d6d..c8ec6567fa9447 100644 --- a/be/src/runtime/tmp_file_mgr.cc +++ b/be/src/runtime/tmp_file_mgr.cc @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/tmp_file_mgr.h b/be/src/runtime/tmp_file_mgr.h index de9072dba0512c..2d85139347565e 100644 --- a/be/src/runtime/tmp_file_mgr.h +++ b/be/src/runtime/tmp_file_mgr.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/tuple.cpp b/be/src/runtime/tuple.cpp index 74c83e4b384027..ab11ee693ea5a7 100644 --- a/be/src/runtime/tuple.cpp +++ b/be/src/runtime/tuple.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/tuple.h b/be/src/runtime/tuple.h index f8a81fbaa0693f..810e24ee63959f 100644 --- a/be/src/runtime/tuple.h +++ b/be/src/runtime/tuple.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/tuple_row.cpp b/be/src/runtime/tuple_row.cpp index 08f5bc11b837d5..088b2e28522494 100644 --- a/be/src/runtime/tuple_row.cpp +++ b/be/src/runtime/tuple_row.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/tuple_row.h b/be/src/runtime/tuple_row.h index 5d0787d2210fdb..346e95c934937e 100644 --- a/be/src/runtime/tuple_row.h +++ b/be/src/runtime/tuple_row.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/types.cpp b/be/src/runtime/types.cpp index 8cfcd73895a778..bc7bb24fd4c898 100644 --- a/be/src/runtime/types.cpp +++ b/be/src/runtime/types.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/types.h b/be/src/runtime/types.h index a347115bde2936..fe301d7f416c5a 100644 --- a/be/src/runtime/types.h +++ b/be/src/runtime/types.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/runtime/vectorized_row_batch.cpp b/be/src/runtime/vectorized_row_batch.cpp index 6ac1f445346c4e..557010f82487fe 100644 --- a/be/src/runtime/vectorized_row_batch.cpp +++ b/be/src/runtime/vectorized_row_batch.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/runtime/vectorized_row_batch.h b/be/src/runtime/vectorized_row_batch.h index 531764d1f69340..27b0466c595411 100644 --- a/be/src/runtime/vectorized_row_batch.h +++ b/be/src/runtime/vectorized_row_batch.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/service/CMakeLists.txt b/be/src/service/CMakeLists.txt index 1f03e319af2663..b14a813e9f36e0 100644 --- a/be/src/service/CMakeLists.txt +++ b/be/src/service/CMakeLists.txt @@ -1,8 +1,10 @@ -# Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/be/src/service/backend_options.cpp b/be/src/service/backend_options.cpp index f4e1c9f52581a0..2cf76d81ba158e 100644 --- a/be/src/service/backend_options.cpp +++ b/be/src/service/backend_options.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/service/backend_options.h b/be/src/service/backend_options.h index 0ef5c11a8ec776..3ddaf2f041e998 100644 --- a/be/src/service/backend_options.h +++ b/be/src/service/backend_options.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/service/backend_service.cpp b/be/src/service/backend_service.cpp index a0dc6180df1910..36d0e0eda73935 100644 --- a/be/src/service/backend_service.cpp +++ b/be/src/service/backend_service.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/service/backend_service.h b/be/src/service/backend_service.h index d1c3a48ff5b0c8..08b0f59c5e320d 100644 --- a/be/src/service/backend_service.h +++ b/be/src/service/backend_service.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/service/brpc.h b/be/src/service/brpc.h index bc80b87ac1d69e..12a57a941d8053 100644 --- a/be/src/service/brpc.h +++ b/be/src/service/brpc.h @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/service/brpc_service.cpp b/be/src/service/brpc_service.cpp index 64d57e3c912c60..ea4304759437e2 100644 --- a/be/src/service/brpc_service.cpp +++ b/be/src/service/brpc_service.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/service/brpc_service.h b/be/src/service/brpc_service.h index e27d61a21f986e..86159212b75d45 100644 --- a/be/src/service/brpc_service.h +++ b/be/src/service/brpc_service.h @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/service/internal_service.cpp b/be/src/service/internal_service.cpp index 5f3ae6f2601e10..e090c04aee94dc 100644 --- a/be/src/service/internal_service.cpp +++ b/be/src/service/internal_service.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/service/internal_service.h b/be/src/service/internal_service.h index 2fcbbbb7b88daf..fdde9f12610d36 100644 --- a/be/src/service/internal_service.h +++ b/be/src/service/internal_service.h @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/service/palo_main.cpp b/be/src/service/palo_main.cpp index d413ba0e11ef7b..8b5f998e271683 100644 --- a/be/src/service/palo_main.cpp +++ b/be/src/service/palo_main.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/testutil/CMakeLists.txt b/be/src/testutil/CMakeLists.txt index b4fdb51126425f..c31d6f07bdaf53 100644 --- a/be/src/testutil/CMakeLists.txt +++ b/be/src/testutil/CMakeLists.txt @@ -1,6 +1,3 @@ -# Modifications copyright (C) 2017, Baidu.com, Inc. -# Copyright 2017 The Apache Software Foundation - # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/be/src/testutil/desc_tbl_builder.cc b/be/src/testutil/desc_tbl_builder.cc index 408011edcb9282..7f5d31edf066df 100644 --- a/be/src/testutil/desc_tbl_builder.cc +++ b/be/src/testutil/desc_tbl_builder.cc @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/testutil/desc_tbl_builder.h b/be/src/testutil/desc_tbl_builder.h index e686433f30ccdc..a4c9d50b500c9f 100644 --- a/be/src/testutil/desc_tbl_builder.h +++ b/be/src/testutil/desc_tbl_builder.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/tools/CMakeLists.txt b/be/src/tools/CMakeLists.txt index 89de3af1f7bac1..a0ac88fad45381 100644 --- a/be/src/tools/CMakeLists.txt +++ b/be/src/tools/CMakeLists.txt @@ -1,8 +1,10 @@ -# Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/be/src/tools/meta_tool.cpp b/be/src/tools/meta_tool.cpp index eeb048b2f18b4a..53ac730723fe02 100644 --- a/be/src/tools/meta_tool.cpp +++ b/be/src/tools/meta_tool.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/udf/CMakeLists.txt b/be/src/udf/CMakeLists.txt index 3f2b38678c415f..c5840bf090a325 100755 --- a/be/src/udf/CMakeLists.txt +++ b/be/src/udf/CMakeLists.txt @@ -1,6 +1,3 @@ -# Modifications copyright (C) 2017, Baidu.com, Inc. -# Copyright 2017 The Apache Software Foundation - # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/be/src/udf/uda_test_harness.h b/be/src/udf/uda_test_harness.h index 25a6bdab5cb952..75cd35b7521d24 100755 --- a/be/src/udf/uda_test_harness.h +++ b/be/src/udf/uda_test_harness.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/udf/udf.cpp b/be/src/udf/udf.cpp index c39903dd6e67b7..8d8dee1786d017 100755 --- a/be/src/udf/udf.cpp +++ b/be/src/udf/udf.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/udf/udf.h b/be/src/udf/udf.h index 1f23b3d7333a4a..566c3db1dee2b4 100755 --- a/be/src/udf/udf.h +++ b/be/src/udf/udf.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/udf/udf_debug.h b/be/src/udf/udf_debug.h index 1ddca0e8f88380..1d738dfb2e8c5f 100755 --- a/be/src/udf/udf_debug.h +++ b/be/src/udf/udf_debug.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/udf/udf_internal.h b/be/src/udf/udf_internal.h index 0a3ce8d900453c..a8449127b3f2c5 100755 --- a/be/src/udf/udf_internal.h +++ b/be/src/udf/udf_internal.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/udf/udf_ir.cpp b/be/src/udf/udf_ir.cpp index 1fb3fb422e266f..457c4ba290346a 100644 --- a/be/src/udf/udf_ir.cpp +++ b/be/src/udf/udf_ir.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/CMakeLists.txt b/be/src/util/CMakeLists.txt index 6506527f9b6ad5..d7a04b32f57a16 100644 --- a/be/src/util/CMakeLists.txt +++ b/be/src/util/CMakeLists.txt @@ -1,6 +1,3 @@ -# Modifications copyright (C) 2017, Baidu.com, Inc. -# Copyright 2017 The Apache Software Foundation - # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/be/src/util/aligned_new.h b/be/src/util/aligned_new.h index ae9a08faed95c3..96af027adf88e1 100755 --- a/be/src/util/aligned_new.h +++ b/be/src/util/aligned_new.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/arena.cc b/be/src/util/arena.cc index 2503275edb5e2f..b78b2594f83380 100644 --- a/be/src/util/arena.cc +++ b/be/src/util/arena.cc @@ -1,6 +1,19 @@ -// Copyright (c) 2011 The LevelDB Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. See the AUTHORS file for names of contributors. +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. #include "util/arena.h" #include diff --git a/be/src/util/arena.h b/be/src/util/arena.h index 8b291fa5da3010..bca14fbb33cc7d 100644 --- a/be/src/util/arena.h +++ b/be/src/util/arena.h @@ -1,6 +1,19 @@ -// Copyright (c) 2011 The LevelDB Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. See the AUTHORS file for names of contributors. +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. #ifndef BDG_PALO_BE_SRC_COMMON_UTIL_ARENA_H #define BDG_PALO_BE_SRC_COMMON_UTIL_ARENA_H diff --git a/be/src/util/bfd_parser.cpp b/be/src/util/bfd_parser.cpp index a4ae3ca1f4c974..b7c5abedd4aa46 100644 --- a/be/src/util/bfd_parser.cpp +++ b/be/src/util/bfd_parser.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/bfd_parser.h b/be/src/util/bfd_parser.h index e6a0edee9ade36..1b78ed2e9c8993 100644 --- a/be/src/util/bfd_parser.h +++ b/be/src/util/bfd_parser.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/bit_util.h b/be/src/util/bit_util.h index 8dc42992f7a687..0837b31e9c4861 100644 --- a/be/src/util/bit_util.h +++ b/be/src/util/bit_util.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/bitmap.cpp b/be/src/util/bitmap.cpp index 6e063be4f40841..458effa1230db8 100644 --- a/be/src/util/bitmap.cpp +++ b/be/src/util/bitmap.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/bitmap.h b/be/src/util/bitmap.h index 68d180b87ad5f6..c397fde06f75e0 100644 --- a/be/src/util/bitmap.h +++ b/be/src/util/bitmap.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/blocking_priority_queue.hpp b/be/src/util/blocking_priority_queue.hpp index de9203a74d5aca..492cee0a62c1d6 100644 --- a/be/src/util/blocking_priority_queue.hpp +++ b/be/src/util/blocking_priority_queue.hpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/blocking_queue.hpp b/be/src/util/blocking_queue.hpp index 7fa5378076a562..7fefde5940bbdd 100644 --- a/be/src/util/blocking_queue.hpp +++ b/be/src/util/blocking_queue.hpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/brpc_stub_cache.h b/be/src/util/brpc_stub_cache.h index 9ba20abf26fd59..dd51674e234253 100644 --- a/be/src/util/brpc_stub_cache.h +++ b/be/src/util/brpc_stub_cache.h @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/util/buffer_builder.hpp b/be/src/util/buffer_builder.hpp index 85bcc02aecce95..95a2bb17f99eed 100644 --- a/be/src/util/buffer_builder.hpp +++ b/be/src/util/buffer_builder.hpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/byte_buffer.h b/be/src/util/byte_buffer.h index d3e31046928f16..5c84e3ba0a80b8 100644 --- a/be/src/util/byte_buffer.h +++ b/be/src/util/byte_buffer.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/util/cidr.cpp b/be/src/util/cidr.cpp index 8ef0e996f869e2..6baf84253818e9 100644 --- a/be/src/util/cidr.cpp +++ b/be/src/util/cidr.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/util/cidr.h b/be/src/util/cidr.h index 24b2b94a2f97b5..ccd68c2eafce9f 100644 --- a/be/src/util/cidr.h +++ b/be/src/util/cidr.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/util/codec.cpp b/be/src/util/codec.cpp index c1649cdd26d0ec..569f8713e1968c 100644 --- a/be/src/util/codec.cpp +++ b/be/src/util/codec.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/codec.h b/be/src/util/codec.h index 0ef9d83a998fd6..91e09fc17c9177 100644 --- a/be/src/util/codec.h +++ b/be/src/util/codec.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/compress.cpp b/be/src/util/compress.cpp index 35e130fea17618..4cc07cb943aef1 100644 --- a/be/src/util/compress.cpp +++ b/be/src/util/compress.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/compress.h b/be/src/util/compress.h index 86fcf3d69ac555..267bda81c34579 100644 --- a/be/src/util/compress.h +++ b/be/src/util/compress.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/condition_variable.h b/be/src/util/condition_variable.h index 185fb341e3774a..69e578869a5637 100755 --- a/be/src/util/condition_variable.h +++ b/be/src/util/condition_variable.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/container_util.hpp b/be/src/util/container_util.hpp index 07671b32252188..4fbf0ca512e839 100644 --- a/be/src/util/container_util.hpp +++ b/be/src/util/container_util.hpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/core_local.cpp b/be/src/util/core_local.cpp index da8dd4a77fa87d..85dbd634497b82 100644 --- a/be/src/util/core_local.cpp +++ b/be/src/util/core_local.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/util/core_local.h b/be/src/util/core_local.h index b8d058b623b80a..c78794b6efb9d3 100644 --- a/be/src/util/core_local.h +++ b/be/src/util/core_local.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/util/count_down_latch.hpp b/be/src/util/count_down_latch.hpp index 2b12513deede35..50d44392e88043 100644 --- a/be/src/util/count_down_latch.hpp +++ b/be/src/util/count_down_latch.hpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/cpu_info.cpp b/be/src/util/cpu_info.cpp index 2c21768f7be066..bb24cdceaaddcd 100755 --- a/be/src/util/cpu_info.cpp +++ b/be/src/util/cpu_info.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/cpu_info.h b/be/src/util/cpu_info.h index 9ab8f3303a9959..d4f52f919c1dbe 100755 --- a/be/src/util/cpu_info.h +++ b/be/src/util/cpu_info.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information @@ -18,7 +15,6 @@ // specific language governing permissions and limitations // under the License. - #ifndef BDG_PALO_BE_SRC_UTIL_CPU_INFO_H #define BDG_PALO_BE_SRC_UTIL_CPU_INFO_H diff --git a/be/src/util/date_func.h b/be/src/util/date_func.h index 3f6f987888d3ce..611f46ffe60407 100644 --- a/be/src/util/date_func.h +++ b/be/src/util/date_func.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/util/debug_counters.h b/be/src/util/debug_counters.h index a1a548b137cdad..587db8ea5d5ebb 100644 --- a/be/src/util/debug_counters.h +++ b/be/src/util/debug_counters.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/debug_util.cpp b/be/src/util/debug_util.cpp index 480b0f1a89da86..2a38d4eeb7176b 100644 --- a/be/src/util/debug_util.cpp +++ b/be/src/util/debug_util.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/debug_util.h b/be/src/util/debug_util.h index 4a1f9f4fae30df..c4ac2472c8b2c7 100644 --- a/be/src/util/debug_util.h +++ b/be/src/util/debug_util.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/decompress.cpp b/be/src/util/decompress.cpp index a6445369b80a6e..671bc3229046d7 100644 --- a/be/src/util/decompress.cpp +++ b/be/src/util/decompress.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/decompress.h b/be/src/util/decompress.h index 27fb01bb034d27..cb166393d74875 100644 --- a/be/src/util/decompress.h +++ b/be/src/util/decompress.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/defer_op.h b/be/src/util/defer_op.h index 446e341be6d818..60fb6b7291023a 100644 --- a/be/src/util/defer_op.h +++ b/be/src/util/defer_op.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/disk_info.cpp b/be/src/util/disk_info.cpp index 0d8c6c731f387e..50bd7ff9b4e06d 100644 --- a/be/src/util/disk_info.cpp +++ b/be/src/util/disk_info.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/disk_info.h b/be/src/util/disk_info.h index 3f360b1e8e8639..979decd496aaf5 100644 --- a/be/src/util/disk_info.h +++ b/be/src/util/disk_info.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/dummy_runtime_profile.h b/be/src/util/dummy_runtime_profile.h index b08650b804eb0a..afad026e0a2a3a 100755 --- a/be/src/util/dummy_runtime_profile.h +++ b/be/src/util/dummy_runtime_profile.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/dynamic_util.cpp b/be/src/util/dynamic_util.cpp index 7c8cd76e210798..caafdb46b47d99 100644 --- a/be/src/util/dynamic_util.cpp +++ b/be/src/util/dynamic_util.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/dynamic_util.h b/be/src/util/dynamic_util.h index 5a9b3002c37989..198db959a2a633 100644 --- a/be/src/util/dynamic_util.h +++ b/be/src/util/dynamic_util.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/error_util.cc b/be/src/util/error_util.cc index b4877a09c10262..967d3231b17b08 100644 --- a/be/src/util/error_util.cc +++ b/be/src/util/error_util.cc @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/error_util.h b/be/src/util/error_util.h index 8673475c1e486c..976df0e04e5700 100644 --- a/be/src/util/error_util.h +++ b/be/src/util/error_util.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/fake_lock.h b/be/src/util/fake_lock.h index a15fb69b780f9b..53538cbcd7c017 100644 --- a/be/src/util/fake_lock.h +++ b/be/src/util/fake_lock.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/file_utils.cpp b/be/src/util/file_utils.cpp index e38b4b48194763..9cc0722cf2ab37 100644 --- a/be/src/util/file_utils.cpp +++ b/be/src/util/file_utils.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/file_utils.h b/be/src/util/file_utils.h index 47163f2ff4116c..61267c5c659a30 100644 --- a/be/src/util/file_utils.h +++ b/be/src/util/file_utils.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/filesystem_util.cc b/be/src/util/filesystem_util.cc index e9911e4132e456..5808961fc4572d 100644 --- a/be/src/util/filesystem_util.cc +++ b/be/src/util/filesystem_util.cc @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/filesystem_util.h b/be/src/util/filesystem_util.h index b101b65a5f772c..1eeb086b0d939b 100644 --- a/be/src/util/filesystem_util.h +++ b/be/src/util/filesystem_util.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/hash_util.hpp b/be/src/util/hash_util.hpp index fd3018557daec1..abab9e78de4ce4 100644 --- a/be/src/util/hash_util.hpp +++ b/be/src/util/hash_util.hpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/hash_util_ir.cpp b/be/src/util/hash_util_ir.cpp index 1f65ee6a6ac5ff..9574bcd4e291c4 100644 --- a/be/src/util/hash_util_ir.cpp +++ b/be/src/util/hash_util_ir.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/internal_queue.h b/be/src/util/internal_queue.h index 6bd44145f3d194..f30f34c3bc1db0 100644 --- a/be/src/util/internal_queue.h +++ b/be/src/util/internal_queue.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information @@ -18,7 +15,6 @@ // specific language governing permissions and limitations // under the License. - #ifndef BDG_PALO_BE_SRC_UTIL_INTERNAL_QUEUE_H #define BDG_PALO_BE_SRC_UTIL_INTERNAL_QUEUE_H diff --git a/be/src/util/json_util.cpp b/be/src/util/json_util.cpp index 69edcf94a587f0..90f23680ace1b9 100644 --- a/be/src/util/json_util.cpp +++ b/be/src/util/json_util.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/util/json_util.h b/be/src/util/json_util.h index cbbd3f82062d12..5946cac42691be 100644 --- a/be/src/util/json_util.h +++ b/be/src/util/json_util.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/load_error_hub.cpp b/be/src/util/load_error_hub.cpp index c770d89a8ffc89..c40aa57e772cc6 100644 --- a/be/src/util/load_error_hub.cpp +++ b/be/src/util/load_error_hub.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/load_error_hub.h b/be/src/util/load_error_hub.h index db5f93a60a8fbc..efd578e6e1d164 100644 --- a/be/src/util/load_error_hub.h +++ b/be/src/util/load_error_hub.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/logging.h b/be/src/util/logging.h index a27e5834f84681..9137971a9101bc 100644 --- a/be/src/util/logging.h +++ b/be/src/util/logging.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/lru_cache.hpp b/be/src/util/lru_cache.hpp index e0b47322e4690c..91e6bbf840beee 100644 --- a/be/src/util/lru_cache.hpp +++ b/be/src/util/lru_cache.hpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/mem_info.cpp b/be/src/util/mem_info.cpp index 48aa9589198121..7a048e4cabe592 100644 --- a/be/src/util/mem_info.cpp +++ b/be/src/util/mem_info.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/mem_info.h b/be/src/util/mem_info.h index a4d3692f6d83d5..f93e64bc0d844c 100644 --- a/be/src/util/mem_info.h +++ b/be/src/util/mem_info.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/mem_range.h b/be/src/util/mem_range.h index af8218d7bf3c77..18c34bc1f7c0b3 100755 --- a/be/src/util/mem_range.h +++ b/be/src/util/mem_range.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/mem_util.hpp b/be/src/util/mem_util.hpp index c1a87260423cca..e5d75d614af21e 100644 --- a/be/src/util/mem_util.hpp +++ b/be/src/util/mem_util.hpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/metrics.cpp b/be/src/util/metrics.cpp index 4ec9e80cc31428..5a8e14e31749a7 100644 --- a/be/src/util/metrics.cpp +++ b/be/src/util/metrics.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/util/metrics.h b/be/src/util/metrics.h index 6eee78210b5f4e..66566bce9b08b6 100644 --- a/be/src/util/metrics.h +++ b/be/src/util/metrics.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/util/murmur_hash3.cpp b/be/src/util/murmur_hash3.cpp index 8ee33f621a39ff..faa33ca1a7c8bc 100644 --- a/be/src/util/murmur_hash3.cpp +++ b/be/src/util/murmur_hash3.cpp @@ -1,11 +1,19 @@ -//----------------------------------------------------------------------------- -// MurmurHash3 was written by Austin Appleby, and is placed in the public -// domain. The author hereby disclaims copyright to this source code. - -// Note - The x86 and x64 versions do _not_ produce the same results, as the -// algorithms are optimized for their respective platforms. You can still -// compile and run any of them on any platform, but your performance with the -// non-native version will be less than optimal. +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. #include "murmur_hash3.h" diff --git a/be/src/util/murmur_hash3.h b/be/src/util/murmur_hash3.h index 07f4a61381488e..f80c815ff97567 100644 --- a/be/src/util/murmur_hash3.h +++ b/be/src/util/murmur_hash3.h @@ -1,6 +1,19 @@ -//----------------------------------------------------------------------------- -// MurmurHash3 was written by Austin Appleby, and is placed in the public -// domain. The author hereby disclaims copyright to this source code. +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. #ifndef BDG_PALO_BE_SRC_UTIL_MURMUR_HASH3_H #define BDG_PALO_BE_SRC_UTIL_MURMUR_HASH3_H diff --git a/be/src/util/mysql_global.h b/be/src/util/mysql_global.h index f7c57092d24eb6..d8bbc6cf35a562 100644 --- a/be/src/util/mysql_global.h +++ b/be/src/util/mysql_global.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/mysql_load_error_hub.cpp b/be/src/util/mysql_load_error_hub.cpp index 910cfd361885bc..3c15778b75791c 100644 --- a/be/src/util/mysql_load_error_hub.cpp +++ b/be/src/util/mysql_load_error_hub.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/mysql_load_error_hub.h b/be/src/util/mysql_load_error_hub.h index 17f1c3de7a92cf..a25c8b7c830254 100644 --- a/be/src/util/mysql_load_error_hub.h +++ b/be/src/util/mysql_load_error_hub.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/mysql_row_buffer.cpp b/be/src/util/mysql_row_buffer.cpp index fd4d8f3c0d84d4..a7852e975a046b 100644 --- a/be/src/util/mysql_row_buffer.cpp +++ b/be/src/util/mysql_row_buffer.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/mysql_row_buffer.h b/be/src/util/mysql_row_buffer.h index c889784ba75eef..e8cc52c4ac933e 100644 --- a/be/src/util/mysql_row_buffer.h +++ b/be/src/util/mysql_row_buffer.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/network_util.cpp b/be/src/util/network_util.cpp index 351588ae532fdf..910346ec725d9e 100644 --- a/be/src/util/network_util.cpp +++ b/be/src/util/network_util.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/network_util.h b/be/src/util/network_util.h index 4e734b4069bc96..d3236dfef7d6e6 100644 --- a/be/src/util/network_util.h +++ b/be/src/util/network_util.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/null_load_error_hub.cpp b/be/src/util/null_load_error_hub.cpp index de563fcd1efd82..b516ab0d85a544 100644 --- a/be/src/util/null_load_error_hub.cpp +++ b/be/src/util/null_load_error_hub.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/null_load_error_hub.h b/be/src/util/null_load_error_hub.h index 292ea9288d220a..097609f6ad7085 100644 --- a/be/src/util/null_load_error_hub.h +++ b/be/src/util/null_load_error_hub.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/os_info.cpp b/be/src/util/os_info.cpp index 437eff3dd7cdc0..4276967b0ca5e0 100755 --- a/be/src/util/os_info.cpp +++ b/be/src/util/os_info.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/os_info.h b/be/src/util/os_info.h index fdfc7f4563f822..4d3efb9b8f394e 100755 --- a/be/src/util/os_info.h +++ b/be/src/util/os_info.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/palo_metrics.cpp b/be/src/util/palo_metrics.cpp index ccd5fdf978bc8a..67337966c2dbe3 100644 --- a/be/src/util/palo_metrics.cpp +++ b/be/src/util/palo_metrics.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/util/palo_metrics.h b/be/src/util/palo_metrics.h index 000ebdf5499937..7d4c966c540e76 100644 --- a/be/src/util/palo_metrics.h +++ b/be/src/util/palo_metrics.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/util/parse_util.cpp b/be/src/util/parse_util.cpp index 29761e0de16b6d..356084a509ff55 100644 --- a/be/src/util/parse_util.cpp +++ b/be/src/util/parse_util.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/parse_util.h b/be/src/util/parse_util.h index 5acd7e0fc99630..38a6acd9389b95 100644 --- a/be/src/util/parse_util.h +++ b/be/src/util/parse_util.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/path_builder.cpp b/be/src/util/path_builder.cpp index 731886c70bf97a..8efd0ec2e0a0c5 100644 --- a/be/src/util/path_builder.cpp +++ b/be/src/util/path_builder.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/path_builder.h b/be/src/util/path_builder.h index d88ff793b6b95d..5b7883fe5620b2 100644 --- a/be/src/util/path_builder.h +++ b/be/src/util/path_builder.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/path_trie.hpp b/be/src/util/path_trie.hpp index c816c779d580e1..5ba24e9f270939 100644 --- a/be/src/util/path_trie.hpp +++ b/be/src/util/path_trie.hpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/perf_counters.cpp b/be/src/util/perf_counters.cpp index 28c7619b7aa844..d458647685ea2a 100644 --- a/be/src/util/perf_counters.cpp +++ b/be/src/util/perf_counters.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/perf_counters.h b/be/src/util/perf_counters.h index e3f03be01287fd..235b1109a8cdfa 100644 --- a/be/src/util/perf_counters.h +++ b/be/src/util/perf_counters.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/pretty_printer.h b/be/src/util/pretty_printer.h index 0ad03097b48785..97e618f1aa4b78 100644 --- a/be/src/util/pretty_printer.h +++ b/be/src/util/pretty_printer.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/priority_thread_pool.hpp b/be/src/util/priority_thread_pool.hpp index 4c0e245520baa2..eddc25b4ff83e7 100644 --- a/be/src/util/priority_thread_pool.hpp +++ b/be/src/util/priority_thread_pool.hpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/progress_updater.cpp b/be/src/util/progress_updater.cpp index 59a0baa6b94c12..25581fc0e8f627 100644 --- a/be/src/util/progress_updater.cpp +++ b/be/src/util/progress_updater.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/progress_updater.h b/be/src/util/progress_updater.h index 1cebc382955543..c897527292588e 100644 --- a/be/src/util/progress_updater.h +++ b/be/src/util/progress_updater.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/random.h b/be/src/util/random.h index a91b1b0e6dcda4..9aa14e368eefc6 100644 --- a/be/src/util/random.h +++ b/be/src/util/random.h @@ -1,6 +1,19 @@ -// Copyright (c) 2011 The LevelDB Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. See the AUTHORS file for names of contributors. +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. #ifndef BDG_PALO_BE_SRC_COMMON_UTIL_RANDOM_H #define BDG_PALO_BE_SRC_COMMON_UTIL_RANDOM_H diff --git a/be/src/util/ref_count_closure.h b/be/src/util/ref_count_closure.h index f34ebb0ae0dca8..b4547cc4fd062f 100644 --- a/be/src/util/ref_count_closure.h +++ b/be/src/util/ref_count_closure.h @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/util/runtime_profile.cpp b/be/src/util/runtime_profile.cpp index 97cd49d02b803b..d0f70578df3a01 100644 --- a/be/src/util/runtime_profile.cpp +++ b/be/src/util/runtime_profile.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/runtime_profile.h b/be/src/util/runtime_profile.h index 9f5134fd119b58..66d2e6ebd05988 100644 --- a/be/src/util/runtime_profile.h +++ b/be/src/util/runtime_profile.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/spinlock.cc b/be/src/util/spinlock.cc index e1afc7277f419c..13f9e882160e4c 100644 --- a/be/src/util/spinlock.cc +++ b/be/src/util/spinlock.cc @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/spinlock.h b/be/src/util/spinlock.h index 521ed4e91b9064..11825472b194c9 100644 --- a/be/src/util/spinlock.h +++ b/be/src/util/spinlock.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/sse_util.hpp b/be/src/util/sse_util.hpp index b9d8d4203cffd5..f7616e8292260e 100644 --- a/be/src/util/sse_util.hpp +++ b/be/src/util/sse_util.hpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/stat_util.hpp b/be/src/util/stat_util.hpp index 3339c6e656d3c7..2a5a330d593dc7 100644 --- a/be/src/util/stat_util.hpp +++ b/be/src/util/stat_util.hpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/static_asserts.cpp b/be/src/util/static_asserts.cpp index 810e2ab195064a..560f03a764f4c8 100644 --- a/be/src/util/static_asserts.cpp +++ b/be/src/util/static_asserts.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/stopwatch.hpp b/be/src/util/stopwatch.hpp index 420a3244b1574f..117f8de18156af 100644 --- a/be/src/util/stopwatch.hpp +++ b/be/src/util/stopwatch.hpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/streaming_sampler.h b/be/src/util/streaming_sampler.h index 2fc2f051fc5a8a..5f668d1091319c 100644 --- a/be/src/util/streaming_sampler.h +++ b/be/src/util/streaming_sampler.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/string_parser.cpp b/be/src/util/string_parser.cpp index a75c7b37d09c04..7ff1301366f5b9 100644 --- a/be/src/util/string_parser.cpp +++ b/be/src/util/string_parser.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/string_parser.hpp b/be/src/util/string_parser.hpp index 94a94572219360..9eb5d59af39f67 100644 --- a/be/src/util/string_parser.hpp +++ b/be/src/util/string_parser.hpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/string_util.h b/be/src/util/string_util.h index c78671ab7e45f7..a4759bfb34d0fd 100644 --- a/be/src/util/string_util.h +++ b/be/src/util/string_util.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/util/symbols_util.cpp b/be/src/util/symbols_util.cpp index 902b0990a806c4..332c3916e1399d 100644 --- a/be/src/util/symbols_util.cpp +++ b/be/src/util/symbols_util.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/symbols_util.h b/be/src/util/symbols_util.h index 75c515079782c6..9b3f6d0fb08375 100644 --- a/be/src/util/symbols_util.h +++ b/be/src/util/symbols_util.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/system_metrics.cpp b/be/src/util/system_metrics.cpp index e45eb27fd54cc0..d20c855cff8902 100644 --- a/be/src/util/system_metrics.cpp +++ b/be/src/util/system_metrics.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/util/system_metrics.h b/be/src/util/system_metrics.h index e68b9364e24f67..a8f642b285ec79 100644 --- a/be/src/util/system_metrics.h +++ b/be/src/util/system_metrics.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/util/template_util.h b/be/src/util/template_util.h index 5f705de27edbdd..ca932f6654b566 100644 --- a/be/src/util/template_util.h +++ b/be/src/util/template_util.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/thread_pool.hpp b/be/src/util/thread_pool.hpp index cb0bf8755fde08..7e963910333272 100644 --- a/be/src/util/thread_pool.hpp +++ b/be/src/util/thread_pool.hpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/thrift_client.cpp b/be/src/util/thrift_client.cpp index 8ca65be6a3039e..c1778e15d0c6e9 100644 --- a/be/src/util/thrift_client.cpp +++ b/be/src/util/thrift_client.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/thrift_client.h b/be/src/util/thrift_client.h index 7307e50d43d4c3..97c94a5e3b0741 100644 --- a/be/src/util/thrift_client.h +++ b/be/src/util/thrift_client.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/thrift_server.cpp b/be/src/util/thrift_server.cpp index a627e2d7913ca0..fd3b9578939564 100644 --- a/be/src/util/thrift_server.cpp +++ b/be/src/util/thrift_server.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/thrift_server.h b/be/src/util/thrift_server.h index 18fd9fd6523186..18f6d53b39594c 100644 --- a/be/src/util/thrift_server.h +++ b/be/src/util/thrift_server.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/thrift_util.cpp b/be/src/util/thrift_util.cpp index 0e8b30e05814d7..02dcac3066c4f7 100644 --- a/be/src/util/thrift_util.cpp +++ b/be/src/util/thrift_util.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/thrift_util.h b/be/src/util/thrift_util.h index 87a5ec096bbc8a..29026647bdc529 100644 --- a/be/src/util/thrift_util.h +++ b/be/src/util/thrift_util.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/time.cpp b/be/src/util/time.cpp index 7e47151266482c..d6ce944dd09f1c 100755 --- a/be/src/util/time.cpp +++ b/be/src/util/time.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/time.h b/be/src/util/time.h index 651f610dea0680..94077b94831d1b 100755 --- a/be/src/util/time.h +++ b/be/src/util/time.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/tuple_row_compare.cpp b/be/src/util/tuple_row_compare.cpp index 8c548ef373b717..db4624b3ea8009 100644 --- a/be/src/util/tuple_row_compare.cpp +++ b/be/src/util/tuple_row_compare.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/tuple_row_compare.h b/be/src/util/tuple_row_compare.h index 3f789fc26943a4..78bcc193dedf10 100644 --- a/be/src/util/tuple_row_compare.h +++ b/be/src/util/tuple_row_compare.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/types.h b/be/src/util/types.h index 3b76e3af3b105d..fdeafa5be2dd70 100644 --- a/be/src/util/types.h +++ b/be/src/util/types.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/util/uid_util.cpp b/be/src/util/uid_util.cpp index 2a926f0ffa692a..f1bab24941b311 100644 --- a/be/src/util/uid_util.cpp +++ b/be/src/util/uid_util.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/src/util/uid_util.h b/be/src/util/uid_util.h index d4898c33dd9535..d1ca2ca2e4866f 100644 --- a/be/src/util/uid_util.h +++ b/be/src/util/uid_util.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/url_coding.cpp b/be/src/util/url_coding.cpp index 2a9c63fc78db74..8cbece64937ab2 100644 --- a/be/src/util/url_coding.cpp +++ b/be/src/util/url_coding.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/url_coding.h b/be/src/util/url_coding.h index afff4289e03044..bf9d60d3a061b8 100644 --- a/be/src/util/url_coding.h +++ b/be/src/util/url_coding.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/url_parser.cpp b/be/src/util/url_parser.cpp index f57165e0896706..4408cd56c16a2a 100644 --- a/be/src/util/url_parser.cpp +++ b/be/src/util/url_parser.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/src/util/url_parser.h b/be/src/util/url_parser.h index 5e95a1e6cf46a3..19492ce076825b 100644 --- a/be/src/util/url_parser.h +++ b/be/src/util/url_parser.h @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/test/agent/CMakeLists.txt b/be/test/agent/CMakeLists.txt index ad205bb89e617d..98c1524687e12f 100644 --- a/be/test/agent/CMakeLists.txt +++ b/be/test/agent/CMakeLists.txt @@ -1,3 +1,20 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + # where to put generated libraries set(LIBRARY_OUTPUT_PATH "${BUILD_DIR}/test/agent") diff --git a/be/test/agent/agent_server_test.cpp b/be/test/agent/agent_server_test.cpp index 3a18016f6f8745..e19fbb3c1071d5 100644 --- a/be/test/agent/agent_server_test.cpp +++ b/be/test/agent/agent_server_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/agent/cgroups_mgr_test.cpp b/be/test/agent/cgroups_mgr_test.cpp index 60f69ce47d4982..daa3323ae068a9 100644 --- a/be/test/agent/cgroups_mgr_test.cpp +++ b/be/test/agent/cgroups_mgr_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/agent/file_downloader_test.cpp b/be/test/agent/file_downloader_test.cpp index c8c2335f259931..d980730c8f299b 100644 --- a/be/test/agent/file_downloader_test.cpp +++ b/be/test/agent/file_downloader_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/agent/heartbeat_server_test.cpp b/be/test/agent/heartbeat_server_test.cpp index 1f8af8a9e26807..e7a66af27e0498 100644 --- a/be/test/agent/heartbeat_server_test.cpp +++ b/be/test/agent/heartbeat_server_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/agent/mock_file_downloader.h b/be/test/agent/mock_file_downloader.h index 8318c3ff6fb95d..1fac0e584c26b1 100644 --- a/be/test/agent/mock_file_downloader.h +++ b/be/test/agent/mock_file_downloader.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/agent/mock_pusher.h b/be/test/agent/mock_pusher.h index fb01bd4e9b7206..dd9e7f9921ec0f 100644 --- a/be/test/agent/mock_pusher.h +++ b/be/test/agent/mock_pusher.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/agent/mock_task_worker_pool.h b/be/test/agent/mock_task_worker_pool.h index 004b825f980efd..f68049ab1870a6 100644 --- a/be/test/agent/mock_task_worker_pool.h +++ b/be/test/agent/mock_task_worker_pool.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/agent/mock_utils.h b/be/test/agent/mock_utils.h index 0f377669a3532a..288d87b50b37d6 100644 --- a/be/test/agent/mock_utils.h +++ b/be/test/agent/mock_utils.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/agent/pusher_test.cpp b/be/test/agent/pusher_test.cpp index d2086279685a9d..7a6cc49b832c15 100644 --- a/be/test/agent/pusher_test.cpp +++ b/be/test/agent/pusher_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/agent/task_worker_pool_test.cpp b/be/test/agent/task_worker_pool_test.cpp index 6e00e480933d24..02817087536999 100644 --- a/be/test/agent/task_worker_pool_test.cpp +++ b/be/test/agent/task_worker_pool_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/agent/utils_test.cpp b/be/test/agent/utils_test.cpp index c6ccdb0159346e..5ea3a4915125b3 100644 --- a/be/test/agent/utils_test.cpp +++ b/be/test/agent/utils_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/common/CMakeLists.txt b/be/test/common/CMakeLists.txt index bcd27658aa7aa1..4c7e7db710ba85 100644 --- a/be/test/common/CMakeLists.txt +++ b/be/test/common/CMakeLists.txt @@ -1,6 +1,3 @@ -# Modifications copyright (C) 2017, Baidu.com, Inc. -# Copyright 2017 The Apache Software Foundation - # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/be/test/common/resource_tls_test.cpp b/be/test/common/resource_tls_test.cpp index 21dc344476f16f..16a54c90ad5ed7 100644 --- a/be/test/common/resource_tls_test.cpp +++ b/be/test/common/resource_tls_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/exec/CMakeLists.txt b/be/test/exec/CMakeLists.txt index 7bd208ebc78b44..6d7dbe6c9522f2 100644 --- a/be/test/exec/CMakeLists.txt +++ b/be/test/exec/CMakeLists.txt @@ -1,6 +1,3 @@ -# Modifications copyright (C) 2017, Baidu.com, Inc. -# Copyright 2017 The Apache Software Foundation - # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/be/test/exec/broker_reader_test.cpp b/be/test/exec/broker_reader_test.cpp index 36c86956e2d75a..7c36a5470101c2 100644 --- a/be/test/exec/broker_reader_test.cpp +++ b/be/test/exec/broker_reader_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/exec/broker_scan_node_test.cpp b/be/test/exec/broker_scan_node_test.cpp index 8c04e56a4fb816..386a3040388f6e 100644 --- a/be/test/exec/broker_scan_node_test.cpp +++ b/be/test/exec/broker_scan_node_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/exec/broker_scanner_test.cpp b/be/test/exec/broker_scanner_test.cpp index 8062a08a06cb07..bfbf3ea0b50e45 100644 --- a/be/test/exec/broker_scanner_test.cpp +++ b/be/test/exec/broker_scanner_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/exec/csv_scan_bench_test.cpp b/be/test/exec/csv_scan_bench_test.cpp index 3a81db72922239..d4dd476df49f18 100644 --- a/be/test/exec/csv_scan_bench_test.cpp +++ b/be/test/exec/csv_scan_bench_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/exec/csv_scan_node_test.cpp b/be/test/exec/csv_scan_node_test.cpp index 91f0d0bc8c9eff..5c9de95185dd36 100644 --- a/be/test/exec/csv_scan_node_test.cpp +++ b/be/test/exec/csv_scan_node_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/exec/csv_scanner_test.cpp b/be/test/exec/csv_scanner_test.cpp index 633b0ad9dda368..1a656b5c794106 100644 --- a/be/test/exec/csv_scanner_test.cpp +++ b/be/test/exec/csv_scanner_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/exec/hash_table_test.cpp b/be/test/exec/hash_table_test.cpp index c5c7d06cb7006e..f3490942f955a6 100644 --- a/be/test/exec/hash_table_test.cpp +++ b/be/test/exec/hash_table_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/exec/mysql_scan_node_test.cpp b/be/test/exec/mysql_scan_node_test.cpp index 60796d23cd924e..88b4d7fca148e9 100644 --- a/be/test/exec/mysql_scan_node_test.cpp +++ b/be/test/exec/mysql_scan_node_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/exec/mysql_scanner_test.cpp b/be/test/exec/mysql_scanner_test.cpp index 18d505b0767742..65b81547b6127d 100644 --- a/be/test/exec/mysql_scanner_test.cpp +++ b/be/test/exec/mysql_scanner_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/exec/new_olap_scan_node_test.cpp b/be/test/exec/new_olap_scan_node_test.cpp index 3035034615ed18..2b3cb63c0d45d9 100644 --- a/be/test/exec/new_olap_scan_node_test.cpp +++ b/be/test/exec/new_olap_scan_node_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/exec/olap_common_test.cpp b/be/test/exec/olap_common_test.cpp index d1a4b400afa56a..26fae6ee3cfe73 100644 --- a/be/test/exec/olap_common_test.cpp +++ b/be/test/exec/olap_common_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/exec/olap_scan_node_test.cpp b/be/test/exec/olap_scan_node_test.cpp index 13ab2be4ace945..e8f759e3d83af7 100644 --- a/be/test/exec/olap_scan_node_test.cpp +++ b/be/test/exec/olap_scan_node_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/exec/olap_scanner_test.cpp b/be/test/exec/olap_scanner_test.cpp index 43ae52e4457690..65a4ca1a7d6cb1 100644 --- a/be/test/exec/olap_scanner_test.cpp +++ b/be/test/exec/olap_scanner_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/exec/olap_table_info_test.cpp b/be/test/exec/olap_table_info_test.cpp index 50f9e941d170e7..f43c82c400fcf6 100644 --- a/be/test/exec/olap_table_info_test.cpp +++ b/be/test/exec/olap_table_info_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/exec/olap_table_sink_test.cpp b/be/test/exec/olap_table_sink_test.cpp index d208058c3dbfdb..41e8a586542152 100644 --- a/be/test/exec/olap_table_sink_test.cpp +++ b/be/test/exec/olap_table_sink_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/exec/partitioned_hash_table_test.cpp b/be/test/exec/partitioned_hash_table_test.cpp index 07c09f0a109b1c..1e36d5919c2592 100644 --- a/be/test/exec/partitioned_hash_table_test.cpp +++ b/be/test/exec/partitioned_hash_table_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/exec/plain_text_line_reader_bzip_test.cpp b/be/test/exec/plain_text_line_reader_bzip_test.cpp index 26a65fb951a39b..c48de4de7d6763 100644 --- a/be/test/exec/plain_text_line_reader_bzip_test.cpp +++ b/be/test/exec/plain_text_line_reader_bzip_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/exec/plain_text_line_reader_gzip_test.cpp b/be/test/exec/plain_text_line_reader_gzip_test.cpp index bc2333a229bf71..13565e63eb5051 100644 --- a/be/test/exec/plain_text_line_reader_gzip_test.cpp +++ b/be/test/exec/plain_text_line_reader_gzip_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/exec/plain_text_line_reader_lz4frame_test.cpp b/be/test/exec/plain_text_line_reader_lz4frame_test.cpp index 863300f45c4433..cbab0a3a496d76 100644 --- a/be/test/exec/plain_text_line_reader_lz4frame_test.cpp +++ b/be/test/exec/plain_text_line_reader_lz4frame_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/exec/plain_text_line_reader_lzop_test.cpp b/be/test/exec/plain_text_line_reader_lzop_test.cpp index 70e895d0a9cd1c..3eec0c761c097d 100644 --- a/be/test/exec/plain_text_line_reader_lzop_test.cpp +++ b/be/test/exec/plain_text_line_reader_lzop_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/exec/plain_text_line_reader_uncompressed_test.cpp b/be/test/exec/plain_text_line_reader_uncompressed_test.cpp index 600135fac86388..ba1e6da2d7b3d1 100644 --- a/be/test/exec/plain_text_line_reader_uncompressed_test.cpp +++ b/be/test/exec/plain_text_line_reader_uncompressed_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/exec/schema_scan_node_test.cpp b/be/test/exec/schema_scan_node_test.cpp index ccd5e4460edb02..c2ea0e22e6b911 100644 --- a/be/test/exec/schema_scan_node_test.cpp +++ b/be/test/exec/schema_scan_node_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/exec/schema_scanner/schema_authors_scanner_test.cpp b/be/test/exec/schema_scanner/schema_authors_scanner_test.cpp index c999cc88acd9dc..62e1f7c2511479 100644 --- a/be/test/exec/schema_scanner/schema_authors_scanner_test.cpp +++ b/be/test/exec/schema_scanner/schema_authors_scanner_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/exec/schema_scanner/schema_charsets_scanner_test.cpp b/be/test/exec/schema_scanner/schema_charsets_scanner_test.cpp index 52f1cf6e0637d0..bf875ecb92f0f5 100644 --- a/be/test/exec/schema_scanner/schema_charsets_scanner_test.cpp +++ b/be/test/exec/schema_scanner/schema_charsets_scanner_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/exec/schema_scanner/schema_collations_scanner_test.cpp b/be/test/exec/schema_scanner/schema_collations_scanner_test.cpp index 828093d67cf2b4..2a39c7a614ad28 100644 --- a/be/test/exec/schema_scanner/schema_collations_scanner_test.cpp +++ b/be/test/exec/schema_scanner/schema_collations_scanner_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/exec/schema_scanner/schema_columns_scanner_test.cpp b/be/test/exec/schema_scanner/schema_columns_scanner_test.cpp index 2d3744a731f99d..8a56f79b87599b 100644 --- a/be/test/exec/schema_scanner/schema_columns_scanner_test.cpp +++ b/be/test/exec/schema_scanner/schema_columns_scanner_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/exec/schema_scanner/schema_create_table_scanner_test.cpp b/be/test/exec/schema_scanner/schema_create_table_scanner_test.cpp index bd0eb7984e176d..6922f48687e3bf 100644 --- a/be/test/exec/schema_scanner/schema_create_table_scanner_test.cpp +++ b/be/test/exec/schema_scanner/schema_create_table_scanner_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/exec/schema_scanner/schema_engines_scanner_test.cpp b/be/test/exec/schema_scanner/schema_engines_scanner_test.cpp index df194d73afd947..425f4d73a8a26f 100644 --- a/be/test/exec/schema_scanner/schema_engines_scanner_test.cpp +++ b/be/test/exec/schema_scanner/schema_engines_scanner_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/exec/schema_scanner/schema_open_tables_scanner_test.cpp b/be/test/exec/schema_scanner/schema_open_tables_scanner_test.cpp index 530534dc98b0eb..989833c92ad03d 100644 --- a/be/test/exec/schema_scanner/schema_open_tables_scanner_test.cpp +++ b/be/test/exec/schema_scanner/schema_open_tables_scanner_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/exec/schema_scanner/schema_schemata_scanner_test.cpp b/be/test/exec/schema_scanner/schema_schemata_scanner_test.cpp index 168fd92cdb4ed5..7219bdce3f3f24 100644 --- a/be/test/exec/schema_scanner/schema_schemata_scanner_test.cpp +++ b/be/test/exec/schema_scanner/schema_schemata_scanner_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/exec/schema_scanner/schema_table_names_scanner_test.cpp b/be/test/exec/schema_scanner/schema_table_names_scanner_test.cpp index 378d5f073e3bcc..2729c872f9b189 100644 --- a/be/test/exec/schema_scanner/schema_table_names_scanner_test.cpp +++ b/be/test/exec/schema_scanner/schema_table_names_scanner_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/exec/schema_scanner/schema_tables_scanner_test.cpp b/be/test/exec/schema_scanner/schema_tables_scanner_test.cpp index 5cfb65f238032b..be6f395e0459a9 100644 --- a/be/test/exec/schema_scanner/schema_tables_scanner_test.cpp +++ b/be/test/exec/schema_scanner/schema_tables_scanner_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/exec/schema_scanner/schema_variables_scanner_test.cpp b/be/test/exec/schema_scanner/schema_variables_scanner_test.cpp index 9b8bd2c9957f6e..662e80469496cb 100644 --- a/be/test/exec/schema_scanner/schema_variables_scanner_test.cpp +++ b/be/test/exec/schema_scanner/schema_variables_scanner_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/exec/schema_scanner_test.cpp b/be/test/exec/schema_scanner_test.cpp index ae99c0d0d437fb..d782bcabfac397 100644 --- a/be/test/exec/schema_scanner_test.cpp +++ b/be/test/exec/schema_scanner_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/exec/set_executor_test.cpp b/be/test/exec/set_executor_test.cpp index bed4afb0b4e97d..a04eed93e92ae6 100644 --- a/be/test/exec/set_executor_test.cpp +++ b/be/test/exec/set_executor_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/exprs/CMakeLists.txt b/be/test/exprs/CMakeLists.txt index 6e428ba016c8da..fabf066b1c3c69 100644 --- a/be/test/exprs/CMakeLists.txt +++ b/be/test/exprs/CMakeLists.txt @@ -1,6 +1,3 @@ -# Modifications copyright (C) 2017, Baidu.com, Inc. -# Copyright 2017 The Apache Software Foundation - # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/be/test/exprs/binary_predicate_test.cpp b/be/test/exprs/binary_predicate_test.cpp index 7af8dae3c57356..c819af7537548a 100644 --- a/be/test/exprs/binary_predicate_test.cpp +++ b/be/test/exprs/binary_predicate_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/exprs/hybird_set_test.cpp b/be/test/exprs/hybird_set_test.cpp index 461d21027edb4f..8803d50b696be2 100644 --- a/be/test/exprs/hybird_set_test.cpp +++ b/be/test/exprs/hybird_set_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/exprs/in_op_test.cpp b/be/test/exprs/in_op_test.cpp index 1e3bb753fcaded..345cf625c7e7aa 100644 --- a/be/test/exprs/in_op_test.cpp +++ b/be/test/exprs/in_op_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/exprs/in_predicate_test.cpp b/be/test/exprs/in_predicate_test.cpp index def361a4fa1a7a..3a99967f10d443 100644 --- a/be/test/exprs/in_predicate_test.cpp +++ b/be/test/exprs/in_predicate_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/exprs/json_function_test.cpp b/be/test/exprs/json_function_test.cpp index 893d3520baf903..406fd6c0f864d6 100644 --- a/be/test/exprs/json_function_test.cpp +++ b/be/test/exprs/json_function_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/http/CMakeLists.txt b/be/test/http/CMakeLists.txt index ffac03a2f5576e..46bdc646855788 100644 --- a/be/test/http/CMakeLists.txt +++ b/be/test/http/CMakeLists.txt @@ -1,8 +1,10 @@ -# Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/be/test/http/http_utils_test.cpp b/be/test/http/http_utils_test.cpp index 3fdcc6b436de9a..65219366ee18f4 100644 --- a/be/test/http/http_utils_test.cpp +++ b/be/test/http/http_utils_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/http/message_body_sink_test.cpp b/be/test/http/message_body_sink_test.cpp index 9e33db9d17865b..c4726e69ca2b20 100644 --- a/be/test/http/message_body_sink_test.cpp +++ b/be/test/http/message_body_sink_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/http/metrics_action_test.cpp b/be/test/http/metrics_action_test.cpp index d4a947ae759ef0..ec4dc1cc16f416 100644 --- a/be/test/http/metrics_action_test.cpp +++ b/be/test/http/metrics_action_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/http/stream_load_test.cpp b/be/test/http/stream_load_test.cpp index ca7dbb9afb75e3..a2daedd93486ab 100644 --- a/be/test/http/stream_load_test.cpp +++ b/be/test/http/stream_load_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/olap/bit_field_test.cpp b/be/test/olap/bit_field_test.cpp index 045e6ea260a862..cceab395492579 100755 --- a/be/test/olap/bit_field_test.cpp +++ b/be/test/olap/bit_field_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/olap/bloom_filter_index_test.cpp b/be/test/olap/bloom_filter_index_test.cpp index 7a69ef9969682f..3d7e2068308cb9 100644 --- a/be/test/olap/bloom_filter_index_test.cpp +++ b/be/test/olap/bloom_filter_index_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/olap/bloom_filter_test.cpp b/be/test/olap/bloom_filter_test.cpp index 2790bbafb199a9..9df2569767fac7 100644 --- a/be/test/olap/bloom_filter_test.cpp +++ b/be/test/olap/bloom_filter_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/olap/byte_buffer_test.cpp b/be/test/olap/byte_buffer_test.cpp index 6c20f7d7748e24..a9b80c896726d6 100755 --- a/be/test/olap/byte_buffer_test.cpp +++ b/be/test/olap/byte_buffer_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/olap/column_reader_test.cpp b/be/test/olap/column_reader_test.cpp index 74aac65862a693..580ca0b3679b12 100644 --- a/be/test/olap/column_reader_test.cpp +++ b/be/test/olap/column_reader_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/olap/comparison_predicate_test.cpp b/be/test/olap/comparison_predicate_test.cpp index 731c188e725d2c..6af8c76d837acd 100644 --- a/be/test/olap/comparison_predicate_test.cpp +++ b/be/test/olap/comparison_predicate_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/olap/delete_handler_test.cpp b/be/test/olap/delete_handler_test.cpp index 5fdb682e2731f6..23d1e883c7551e 100644 --- a/be/test/olap/delete_handler_test.cpp +++ b/be/test/olap/delete_handler_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/olap/delta_writer_test.cpp b/be/test/olap/delta_writer_test.cpp index c0db7f0ab9c31f..4f22c7e23719e1 100644 --- a/be/test/olap/delta_writer_test.cpp +++ b/be/test/olap/delta_writer_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/olap/file_helper_test.cpp b/be/test/olap/file_helper_test.cpp index 5fbd38b5557a1c..c9b483763c55a8 100644 --- a/be/test/olap/file_helper_test.cpp +++ b/be/test/olap/file_helper_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/olap/file_utils_test.cpp b/be/test/olap/file_utils_test.cpp index b9e851b9de5b61..ae462efc1d18dc 100644 --- a/be/test/olap/file_utils_test.cpp +++ b/be/test/olap/file_utils_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/olap/in_list_predicate_test.cpp b/be/test/olap/in_list_predicate_test.cpp index 7c048f77514673..202c65675a6657 100644 --- a/be/test/olap/in_list_predicate_test.cpp +++ b/be/test/olap/in_list_predicate_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/olap/lru_cache_test.cpp b/be/test/olap/lru_cache_test.cpp index 4f609891f5011d..3644f29abf728f 100644 --- a/be/test/olap/lru_cache_test.cpp +++ b/be/test/olap/lru_cache_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/olap/mock_command_executor.h b/be/test/olap/mock_command_executor.h index 99b106feb606ad..46f990684fccaa 100644 --- a/be/test/olap/mock_command_executor.h +++ b/be/test/olap/mock_command_executor.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/olap/mock_olap_rootpath.h b/be/test/olap/mock_olap_rootpath.h index ec8a1fb1881e23..2bb2322ccbda5a 100644 --- a/be/test/olap/mock_olap_rootpath.h +++ b/be/test/olap/mock_olap_rootpath.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/olap/null_predicate_test.cpp b/be/test/olap/null_predicate_test.cpp index bba9cf8f1f0dde..5268a4c34cf1fb 100644 --- a/be/test/olap/null_predicate_test.cpp +++ b/be/test/olap/null_predicate_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/olap/olap_header_manager_test.cpp b/be/test/olap/olap_header_manager_test.cpp index 84d5e45a09fd4b..18f0972185f8fb 100755 --- a/be/test/olap/olap_header_manager_test.cpp +++ b/be/test/olap/olap_header_manager_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/olap/olap_meta_test.cpp b/be/test/olap/olap_meta_test.cpp index c23fa44b3316bb..8f139d31e81a4e 100644 --- a/be/test/olap/olap_meta_test.cpp +++ b/be/test/olap/olap_meta_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/olap/olap_reader_test.cpp b/be/test/olap/olap_reader_test.cpp index 721e9ded73ed69..eb013ca2d77f1d 100755 --- a/be/test/olap/olap_reader_test.cpp +++ b/be/test/olap/olap_reader_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/olap/row_block_test.cpp b/be/test/olap/row_block_test.cpp index 215372e45c86af..cc2ddfe923c3f6 100644 --- a/be/test/olap/row_block_test.cpp +++ b/be/test/olap/row_block_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/olap/row_cursor_test.cpp b/be/test/olap/row_cursor_test.cpp index 0b5ab01cdaecdd..cc7870c1ead0cf 100644 --- a/be/test/olap/row_cursor_test.cpp +++ b/be/test/olap/row_cursor_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/olap/run_length_byte_test.cpp b/be/test/olap/run_length_byte_test.cpp index 879741d9cbd2aa..b367a217edd7ba 100755 --- a/be/test/olap/run_length_byte_test.cpp +++ b/be/test/olap/run_length_byte_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/olap/run_length_integer_test.cpp b/be/test/olap/run_length_integer_test.cpp index 82159d0a0e8cb2..2244e20cec238a 100755 --- a/be/test/olap/run_length_integer_test.cpp +++ b/be/test/olap/run_length_integer_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/olap/serialize_test.cpp b/be/test/olap/serialize_test.cpp index ca3314a32a47ea..9092b5e4ad8834 100644 --- a/be/test/olap/serialize_test.cpp +++ b/be/test/olap/serialize_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/olap/skiplist_test.cpp b/be/test/olap/skiplist_test.cpp index 428734926da977..365b659a00eb1c 100644 --- a/be/test/olap/skiplist_test.cpp +++ b/be/test/olap/skiplist_test.cpp @@ -1,6 +1,19 @@ -// Copyright (c) 2011 The LevelDB Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. See the AUTHORS file for names of contributors. +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. #include "olap/skiplist.h" diff --git a/be/test/olap/stream_index_test.cpp b/be/test/olap/stream_index_test.cpp index 053cf40d9c94b1..eed4650fc105ee 100755 --- a/be/test/olap/stream_index_test.cpp +++ b/be/test/olap/stream_index_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/olap/vectorized_olap_reader_test.cpp b/be/test/olap/vectorized_olap_reader_test.cpp index 5a00f674c208c5..72fdf67af59bd3 100644 --- a/be/test/olap/vectorized_olap_reader_test.cpp +++ b/be/test/olap/vectorized_olap_reader_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/runtime/CMakeLists.txt b/be/test/runtime/CMakeLists.txt index 5b9dcb7d923907..5c86ad309e5051 100644 --- a/be/test/runtime/CMakeLists.txt +++ b/be/test/runtime/CMakeLists.txt @@ -1,6 +1,3 @@ -# Modifications copyright (C) 2017, Baidu.com, Inc. -# Copyright 2017 The Apache Software Foundation - # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/be/test/runtime/buffer_control_block_test.cpp b/be/test/runtime/buffer_control_block_test.cpp index 95500b5e621b78..395630005a73c7 100644 --- a/be/test/runtime/buffer_control_block_test.cpp +++ b/be/test/runtime/buffer_control_block_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/runtime/buffered_block_mgr2_test.cpp b/be/test/runtime/buffered_block_mgr2_test.cpp index 7a92e23d8f382b..b84abfb3a136fd 100644 --- a/be/test/runtime/buffered_block_mgr2_test.cpp +++ b/be/test/runtime/buffered_block_mgr2_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/runtime/buffered_tuple_stream2_test.cpp b/be/test/runtime/buffered_tuple_stream2_test.cpp index 81caecdc4fb15f..4771dddad4c5b5 100644 --- a/be/test/runtime/buffered_tuple_stream2_test.cpp +++ b/be/test/runtime/buffered_tuple_stream2_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/runtime/buffered_tuple_stream_test.cpp b/be/test/runtime/buffered_tuple_stream_test.cpp index 88b52cb187c783..17586bb1b11c24 100644 --- a/be/test/runtime/buffered_tuple_stream_test.cpp +++ b/be/test/runtime/buffered_tuple_stream_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/runtime/data_spliter_test.cpp b/be/test/runtime/data_spliter_test.cpp index 724a99523fdf86..4a5db594de1fe1 100644 --- a/be/test/runtime/data_spliter_test.cpp +++ b/be/test/runtime/data_spliter_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/runtime/data_stream_test.cpp b/be/test/runtime/data_stream_test.cpp index 453b2c6874be1d..51765afcae02db 100644 --- a/be/test/runtime/data_stream_test.cpp +++ b/be/test/runtime/data_stream_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/runtime/datetime_value_test.cpp b/be/test/runtime/datetime_value_test.cpp index 9dfb84e6cf0bcd..37970d9bc71953 100644 --- a/be/test/runtime/datetime_value_test.cpp +++ b/be/test/runtime/datetime_value_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/runtime/decimal_value_test.cpp b/be/test/runtime/decimal_value_test.cpp index 31d287f0668bea..634781f5af36bb 100755 --- a/be/test/runtime/decimal_value_test.cpp +++ b/be/test/runtime/decimal_value_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/runtime/disk_io_mgr_test.cpp b/be/test/runtime/disk_io_mgr_test.cpp index 87172da4d4c0f8..9e27cac4ac2ce8 100644 --- a/be/test/runtime/disk_io_mgr_test.cpp +++ b/be/test/runtime/disk_io_mgr_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/runtime/dpp_sink_internal_test.cpp b/be/test/runtime/dpp_sink_internal_test.cpp index 2661996c16048e..473e642b589a77 100644 --- a/be/test/runtime/dpp_sink_internal_test.cpp +++ b/be/test/runtime/dpp_sink_internal_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/runtime/dpp_sink_test.cpp b/be/test/runtime/dpp_sink_test.cpp index 43c2e37b312c92..e562279c6194ff 100644 --- a/be/test/runtime/dpp_sink_test.cpp +++ b/be/test/runtime/dpp_sink_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/runtime/dpp_writer_test.cpp b/be/test/runtime/dpp_writer_test.cpp index e48b7f57b0ac13..2bd3649e4b12b2 100644 --- a/be/test/runtime/dpp_writer_test.cpp +++ b/be/test/runtime/dpp_writer_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/runtime/etl_job_mgr_test.cpp b/be/test/runtime/etl_job_mgr_test.cpp index d3a84d495fef9e..2cb2f348f438df 100644 --- a/be/test/runtime/etl_job_mgr_test.cpp +++ b/be/test/runtime/etl_job_mgr_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/runtime/export_task_mgr_test.cpp b/be/test/runtime/export_task_mgr_test.cpp index 67f8a62eb88fdc..624bc795f9c776 100644 --- a/be/test/runtime/export_task_mgr_test.cpp +++ b/be/test/runtime/export_task_mgr_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/runtime/fragment_mgr_test.cpp b/be/test/runtime/fragment_mgr_test.cpp index 94fdeae09dc0f5..654f99af35aea7 100644 --- a/be/test/runtime/fragment_mgr_test.cpp +++ b/be/test/runtime/fragment_mgr_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/runtime/free_list_test.cpp b/be/test/runtime/free_list_test.cpp index b526f618fe0a3b..d80031de25337e 100644 --- a/be/test/runtime/free_list_test.cpp +++ b/be/test/runtime/free_list_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/runtime/large_int_value_test.cpp b/be/test/runtime/large_int_value_test.cpp index ae8412b5a3d0aa..1e128ced63bfe7 100644 --- a/be/test/runtime/large_int_value_test.cpp +++ b/be/test/runtime/large_int_value_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/runtime/mem_limit_test.cpp b/be/test/runtime/mem_limit_test.cpp index cd161baba90f1b..204897cd2370dc 100644 --- a/be/test/runtime/mem_limit_test.cpp +++ b/be/test/runtime/mem_limit_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/runtime/mem_pool_test.cpp b/be/test/runtime/mem_pool_test.cpp index 41f97df06fda7e..054c57cb6692f0 100644 --- a/be/test/runtime/mem_pool_test.cpp +++ b/be/test/runtime/mem_pool_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/runtime/mysql_table_writer_test.cpp b/be/test/runtime/mysql_table_writer_test.cpp index e3e7725cd728c6..965c9519cef72c 100644 --- a/be/test/runtime/mysql_table_writer_test.cpp +++ b/be/test/runtime/mysql_table_writer_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/runtime/pull_load_task_mgr_test.cpp b/be/test/runtime/pull_load_task_mgr_test.cpp index f9ad1ad060bdea..1c081f381bac6c 100644 --- a/be/test/runtime/pull_load_task_mgr_test.cpp +++ b/be/test/runtime/pull_load_task_mgr_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/runtime/qsorter_test.cpp b/be/test/runtime/qsorter_test.cpp index c4d59826cc53f6..ebfa796ff936bd 100644 --- a/be/test/runtime/qsorter_test.cpp +++ b/be/test/runtime/qsorter_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/runtime/raw_value_test.cpp b/be/test/runtime/raw_value_test.cpp index ca327047aa064a..d68ca0abd0771f 100644 --- a/be/test/runtime/raw_value_test.cpp +++ b/be/test/runtime/raw_value_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/runtime/result_buffer_mgr_test.cpp b/be/test/runtime/result_buffer_mgr_test.cpp index fefd704de2f1df..fbe096cd535114 100644 --- a/be/test/runtime/result_buffer_mgr_test.cpp +++ b/be/test/runtime/result_buffer_mgr_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/runtime/result_sink_test.cpp b/be/test/runtime/result_sink_test.cpp index d5d501ab20f430..7ede2950b7b6e8 100644 --- a/be/test/runtime/result_sink_test.cpp +++ b/be/test/runtime/result_sink_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/runtime/result_writer_test.cpp b/be/test/runtime/result_writer_test.cpp index d40502876b3c95..ece0c2c462ac4c 100644 --- a/be/test/runtime/result_writer_test.cpp +++ b/be/test/runtime/result_writer_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/runtime/snapshot_loader_test.cpp b/be/test/runtime/snapshot_loader_test.cpp index 7b8f9069809062..d1d4d4c8b4fa01 100644 --- a/be/test/runtime/snapshot_loader_test.cpp +++ b/be/test/runtime/snapshot_loader_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/runtime/sorter_test.cpp b/be/test/runtime/sorter_test.cpp index 1df94dc695b542..6294bf1e94174a 100644 --- a/be/test/runtime/sorter_test.cpp +++ b/be/test/runtime/sorter_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/runtime/stream_load_pipe_test.cpp b/be/test/runtime/stream_load_pipe_test.cpp index 88c3346ce4a579..8d8444b8108046 100644 --- a/be/test/runtime/stream_load_pipe_test.cpp +++ b/be/test/runtime/stream_load_pipe_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/runtime/string_buffer_test.cpp b/be/test/runtime/string_buffer_test.cpp index f0bf392402fa12..20529d871efae2 100644 --- a/be/test/runtime/string_buffer_test.cpp +++ b/be/test/runtime/string_buffer_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/runtime/string_value_test.cpp b/be/test/runtime/string_value_test.cpp index d5bcb0d3baa876..2709e469465b30 100644 --- a/be/test/runtime/string_value_test.cpp +++ b/be/test/runtime/string_value_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/runtime/tablet_writer_mgr_test.cpp b/be/test/runtime/tablet_writer_mgr_test.cpp index 78c485c6297c23..c9603c093ea043 100644 --- a/be/test/runtime/tablet_writer_mgr_test.cpp +++ b/be/test/runtime/tablet_writer_mgr_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/runtime/thread_resource_mgr_test.cpp b/be/test/runtime/thread_resource_mgr_test.cpp index 3f59191fb521d5..143e312abf7945 100644 --- a/be/test/runtime/thread_resource_mgr_test.cpp +++ b/be/test/runtime/thread_resource_mgr_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/runtime/tmp_file_mgr_test.cpp b/be/test/runtime/tmp_file_mgr_test.cpp index 9d5521f8baf115..a1502a315a0d01 100644 --- a/be/test/runtime/tmp_file_mgr_test.cpp +++ b/be/test/runtime/tmp_file_mgr_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/udf/CMakeLists.txt b/be/test/udf/CMakeLists.txt index 79b50129f23c0f..9bedd9fee055bd 100644 --- a/be/test/udf/CMakeLists.txt +++ b/be/test/udf/CMakeLists.txt @@ -1,6 +1,3 @@ -# Modifications copyright (C) 2017, Baidu.com, Inc. -# Copyright 2017 The Apache Software Foundation - # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/be/test/udf/uda_test.cpp b/be/test/udf/uda_test.cpp index a3b3fc179fdf82..67c1f4ed75d991 100755 --- a/be/test/udf/uda_test.cpp +++ b/be/test/udf/uda_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/udf/udf_test.cpp b/be/test/udf/udf_test.cpp index 3414acce304912..f2df6cb4faf482 100755 --- a/be/test/udf/udf_test.cpp +++ b/be/test/udf/udf_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/util/CMakeLists.txt b/be/test/util/CMakeLists.txt index 83dee99593bb5d..4a89eeeda10fb2 100644 --- a/be/test/util/CMakeLists.txt +++ b/be/test/util/CMakeLists.txt @@ -1,6 +1,3 @@ -# Modifications copyright (C) 2017, Baidu.com, Inc. -# Copyright 2017 The Apache Software Foundation - # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information @@ -9,7 +6,7 @@ # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE_2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an diff --git a/be/test/util/arena_test.cpp b/be/test/util/arena_test.cpp index 60b58f8414b059..5d45b28a8a022b 100644 --- a/be/test/util/arena_test.cpp +++ b/be/test/util/arena_test.cpp @@ -1,6 +1,19 @@ -// Copyright (c) 2011 The LevelDB Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. See the AUTHORS file for names of contributors. +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. #include #include "util/arena.h" diff --git a/be/test/util/bit_util_test.cpp b/be/test/util/bit_util_test.cpp index f86f78c4f8973d..fe5df3ead3cdbc 100644 --- a/be/test/util/bit_util_test.cpp +++ b/be/test/util/bit_util_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/util/blocking_queue_test.cpp b/be/test/util/blocking_queue_test.cpp index dafc22f70e1037..1819ca296fd4e7 100644 --- a/be/test/util/blocking_queue_test.cpp +++ b/be/test/util/blocking_queue_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/util/brpc_stub_cache_test.cpp b/be/test/util/brpc_stub_cache_test.cpp index 0268ce4101e2e8..979a7f5a6afa25 100644 --- a/be/test/util/brpc_stub_cache_test.cpp +++ b/be/test/util/brpc_stub_cache_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/util/byte_buffer_test2.cpp b/be/test/util/byte_buffer_test2.cpp index 843d4713e75366..047081e99b2cbf 100644 --- a/be/test/util/byte_buffer_test2.cpp +++ b/be/test/util/byte_buffer_test2.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/util/cidr_test.cpp b/be/test/util/cidr_test.cpp index c22a60c78e52a8..08251671e25dfc 100644 --- a/be/test/util/cidr_test.cpp +++ b/be/test/util/cidr_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/util/core_local_test.cpp b/be/test/util/core_local_test.cpp index 702bd77c7d9992..4c4ebb51b34b92 100644 --- a/be/test/util/core_local_test.cpp +++ b/be/test/util/core_local_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/util/count_down_latch_test.cpp b/be/test/util/count_down_latch_test.cpp index 5cdb51848eab18..90bce391164e44 100644 --- a/be/test/util/count_down_latch_test.cpp +++ b/be/test/util/count_down_latch_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/util/decompress_test.cpp b/be/test/util/decompress_test.cpp index 5f5da33953e0c2..ed056c19f2a50b 100644 --- a/be/test/util/decompress_test.cpp +++ b/be/test/util/decompress_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/util/descriptor_helper.h b/be/test/util/descriptor_helper.h index d0374ca726e6f2..0222429019c013 100644 --- a/be/test/util/descriptor_helper.h +++ b/be/test/util/descriptor_helper.h @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/util/filesystem_util_test.cpp b/be/test/util/filesystem_util_test.cpp index 7486f0e7a719ee..df99aea0ae1e23 100644 --- a/be/test/util/filesystem_util_test.cpp +++ b/be/test/util/filesystem_util_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/util/internal_queue_test.cpp b/be/test/util/internal_queue_test.cpp index 6482330d0fcf6e..4fe332592f53db 100644 --- a/be/test/util/internal_queue_test.cpp +++ b/be/test/util/internal_queue_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/util/json_util_test.cpp b/be/test/util/json_util_test.cpp index d95f89314e471a..e1969594b76264 100644 --- a/be/test/util/json_util_test.cpp +++ b/be/test/util/json_util_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/util/lru_cache_util_test.cpp b/be/test/util/lru_cache_util_test.cpp index 5a30ec9cedd288..510e77af3c46a7 100644 --- a/be/test/util/lru_cache_util_test.cpp +++ b/be/test/util/lru_cache_util_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/util/new_metrics_test.cpp b/be/test/util/new_metrics_test.cpp index 3da3fd343a2e2d..d37f7a35c698d1 100644 --- a/be/test/util/new_metrics_test.cpp +++ b/be/test/util/new_metrics_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/util/palo_metrics_test.cpp b/be/test/util/palo_metrics_test.cpp index b810c78c226f86..f60d2627da9789 100644 --- a/be/test/util/palo_metrics_test.cpp +++ b/be/test/util/palo_metrics_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/util/path_trie_test.cpp b/be/test/util/path_trie_test.cpp index ea845a6a847b3f..61afdb79764621 100644 --- a/be/test/util/path_trie_test.cpp +++ b/be/test/util/path_trie_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/util/perf_counters_test.cpp b/be/test/util/perf_counters_test.cpp index 8c0599327d59eb..b5c0a040a9d0c5 100644 --- a/be/test/util/perf_counters_test.cpp +++ b/be/test/util/perf_counters_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/util/runtime_profile_test.cpp b/be/test/util/runtime_profile_test.cpp index f3588b3dcfc21a..95297f5ac370b1 100644 --- a/be/test/util/runtime_profile_test.cpp +++ b/be/test/util/runtime_profile_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/util/string_parser_test.cpp b/be/test/util/string_parser_test.cpp index 82333648da9960..7d1eb98f5f5f17 100644 --- a/be/test/util/string_parser_test.cpp +++ b/be/test/util/string_parser_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/util/string_util_test.cpp b/be/test/util/string_util_test.cpp index 6586d5b178e9de..d38428db2707bc 100644 --- a/be/test/util/string_util_test.cpp +++ b/be/test/util/string_util_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/util/system_metrics_test.cpp b/be/test/util/system_metrics_test.cpp index 9af9e945fe52ab..b71064da867b03 100644 --- a/be/test/util/system_metrics_test.cpp +++ b/be/test/util/system_metrics_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/util/thread_pool_test.cpp b/be/test/util/thread_pool_test.cpp index e8b622d4616ba4..d2986f4a6e4db6 100644 --- a/be/test/util/thread_pool_test.cpp +++ b/be/test/util/thread_pool_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/util/types_test.cpp b/be/test/util/types_test.cpp index b8d7700e95a499..776951a537e8a5 100644 --- a/be/test/util/types_test.cpp +++ b/be/test/util/types_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/be/test/util/uid_util_test.cpp b/be/test/util/uid_util_test.cpp index 7c82c26e860f0e..f840a54c132b95 100644 --- a/be/test/util/uid_util_test.cpp +++ b/be/test/util/uid_util_test.cpp @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/be/test/util/url_coding_test.cpp b/be/test/util/url_coding_test.cpp index 4e489bcbd8a3bd..1024bd1e42b34f 100644 --- a/be/test/util/url_coding_test.cpp +++ b/be/test/util/url_coding_test.cpp @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/bin/start_be.sh b/bin/start_be.sh index 0a0e414493c716..7136c884a44cc8 100755 --- a/bin/start_be.sh +++ b/bin/start_be.sh @@ -1,9 +1,11 @@ #!/usr/bin/env bash -# Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/bin/start_fe.sh b/bin/start_fe.sh index fe60b69dcfc9c5..b57b7c92e16361 100755 --- a/bin/start_fe.sh +++ b/bin/start_fe.sh @@ -1,9 +1,11 @@ #!/usr/bin/env bash -# Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/bin/stop_be.sh b/bin/stop_be.sh index 3a1fd99c45997b..03c6b7abe5a411 100755 --- a/bin/stop_be.sh +++ b/bin/stop_be.sh @@ -1,9 +1,11 @@ #!/usr/bin/env bash -# Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/bin/stop_fe.sh b/bin/stop_fe.sh index d26f77b62fa060..0c0a3573107dc0 100755 --- a/bin/stop_fe.sh +++ b/bin/stop_fe.sh @@ -1,9 +1,11 @@ #!/usr/bin/env bash -# Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/build.sh b/build.sh index 21d6c44f6c5f3d..0938facbdbb3cf 100755 --- a/build.sh +++ b/build.sh @@ -1,9 +1,11 @@ #!/usr/bin/env bash -# Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/env.sh b/env.sh index c6da5069115bf4..7be356c19f04b9 100755 --- a/env.sh +++ b/env.sh @@ -1,9 +1,11 @@ #!/usr/bin/env bash -# Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/fe/src/main/cup/sql_parser.cup b/fe/src/main/cup/sql_parser.cup index 53e7ac7648987f..a8ad6ccbacc245 100644 --- a/fe/src/main/cup/sql_parser.cup +++ b/fe/src/main/cup/sql_parser.cup @@ -1,6 +1,3 @@ -// Copyright 2017 The Apache Software Foundation -// Modifications copyright (C) 2017, Baidu.com, Inc. - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/PaloFe.java b/fe/src/main/java/org/apache/doris/PaloFe.java index 7cbf257ecf1587..b44185f50f1270 100644 --- a/fe/src/main/java/org/apache/doris/PaloFe.java +++ b/fe/src/main/java/org/apache/doris/PaloFe.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/alter/Alter.java b/fe/src/main/java/org/apache/doris/alter/Alter.java index fca8239ee86c16..e4ba0f1f4d898a 100644 --- a/fe/src/main/java/org/apache/doris/alter/Alter.java +++ b/fe/src/main/java/org/apache/doris/alter/Alter.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/alter/AlterHandler.java b/fe/src/main/java/org/apache/doris/alter/AlterHandler.java index e08d0fed88ce06..9ac976c518515b 100644 --- a/fe/src/main/java/org/apache/doris/alter/AlterHandler.java +++ b/fe/src/main/java/org/apache/doris/alter/AlterHandler.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/alter/AlterJob.java b/fe/src/main/java/org/apache/doris/alter/AlterJob.java index e174429dc52855..5a26b4942b6a1b 100644 --- a/fe/src/main/java/org/apache/doris/alter/AlterJob.java +++ b/fe/src/main/java/org/apache/doris/alter/AlterJob.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/alter/DecommissionBackendJob.java b/fe/src/main/java/org/apache/doris/alter/DecommissionBackendJob.java index e6817a43725c46..6938879bc270bd 100644 --- a/fe/src/main/java/org/apache/doris/alter/DecommissionBackendJob.java +++ b/fe/src/main/java/org/apache/doris/alter/DecommissionBackendJob.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/alter/RollupHandler.java b/fe/src/main/java/org/apache/doris/alter/RollupHandler.java index 8682b838194429..06bb9d34f411ac 100644 --- a/fe/src/main/java/org/apache/doris/alter/RollupHandler.java +++ b/fe/src/main/java/org/apache/doris/alter/RollupHandler.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/alter/RollupJob.java b/fe/src/main/java/org/apache/doris/alter/RollupJob.java index 59ddaa81f45320..5823497a41d5e8 100644 --- a/fe/src/main/java/org/apache/doris/alter/RollupJob.java +++ b/fe/src/main/java/org/apache/doris/alter/RollupJob.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/alter/SchemaChangeHandler.java b/fe/src/main/java/org/apache/doris/alter/SchemaChangeHandler.java index fef0fd8fed4973..7d2f9f245d70cc 100644 --- a/fe/src/main/java/org/apache/doris/alter/SchemaChangeHandler.java +++ b/fe/src/main/java/org/apache/doris/alter/SchemaChangeHandler.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/alter/SchemaChangeJob.java b/fe/src/main/java/org/apache/doris/alter/SchemaChangeJob.java index a2850182345aaf..3bbf64c9a714aa 100644 --- a/fe/src/main/java/org/apache/doris/alter/SchemaChangeJob.java +++ b/fe/src/main/java/org/apache/doris/alter/SchemaChangeJob.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/alter/SystemHandler.java b/fe/src/main/java/org/apache/doris/alter/SystemHandler.java index 39ed55f57a501b..ea548c968732b7 100644 --- a/fe/src/main/java/org/apache/doris/alter/SystemHandler.java +++ b/fe/src/main/java/org/apache/doris/alter/SystemHandler.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/AbstractBackupStmt.java b/fe/src/main/java/org/apache/doris/analysis/AbstractBackupStmt.java index 9d84e10925ffec..a1154716e51f93 100644 --- a/fe/src/main/java/org/apache/doris/analysis/AbstractBackupStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/AbstractBackupStmt.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/AddBackendClause.java b/fe/src/main/java/org/apache/doris/analysis/AddBackendClause.java index daf1c3cdfce53a..642732fbac2006 100644 --- a/fe/src/main/java/org/apache/doris/analysis/AddBackendClause.java +++ b/fe/src/main/java/org/apache/doris/analysis/AddBackendClause.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/AddColumnClause.java b/fe/src/main/java/org/apache/doris/analysis/AddColumnClause.java index 850b2f8e25ee3c..c3c662531a2bc5 100644 --- a/fe/src/main/java/org/apache/doris/analysis/AddColumnClause.java +++ b/fe/src/main/java/org/apache/doris/analysis/AddColumnClause.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/AddColumnsClause.java b/fe/src/main/java/org/apache/doris/analysis/AddColumnsClause.java index c05d143aca9b80..e5d591415a5ebf 100644 --- a/fe/src/main/java/org/apache/doris/analysis/AddColumnsClause.java +++ b/fe/src/main/java/org/apache/doris/analysis/AddColumnsClause.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/AddFollowerClause.java b/fe/src/main/java/org/apache/doris/analysis/AddFollowerClause.java index bcce428ba4a17f..ec141d49c68f21 100644 --- a/fe/src/main/java/org/apache/doris/analysis/AddFollowerClause.java +++ b/fe/src/main/java/org/apache/doris/analysis/AddFollowerClause.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/AddObserverClause.java b/fe/src/main/java/org/apache/doris/analysis/AddObserverClause.java index cc7406c4a9dcf7..8276100c673da3 100644 --- a/fe/src/main/java/org/apache/doris/analysis/AddObserverClause.java +++ b/fe/src/main/java/org/apache/doris/analysis/AddObserverClause.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/AddPartitionClause.java b/fe/src/main/java/org/apache/doris/analysis/AddPartitionClause.java index 6f31efa7fa84f4..4ccb85aabd0681 100644 --- a/fe/src/main/java/org/apache/doris/analysis/AddPartitionClause.java +++ b/fe/src/main/java/org/apache/doris/analysis/AddPartitionClause.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/AddRollupClause.java b/fe/src/main/java/org/apache/doris/analysis/AddRollupClause.java index 2e3ccb1aa5a336..e674d32df0c4bb 100644 --- a/fe/src/main/java/org/apache/doris/analysis/AddRollupClause.java +++ b/fe/src/main/java/org/apache/doris/analysis/AddRollupClause.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/AdminShowReplicaDistributionStmt.java b/fe/src/main/java/org/apache/doris/analysis/AdminShowReplicaDistributionStmt.java index 44bd3bb3dcec33..909d8fbddb6d5f 100644 --- a/fe/src/main/java/org/apache/doris/analysis/AdminShowReplicaDistributionStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/AdminShowReplicaDistributionStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/AdminShowReplicaStatusStmt.java b/fe/src/main/java/org/apache/doris/analysis/AdminShowReplicaStatusStmt.java index 5e6e5a0db77bca..811bb0c8fb9d2b 100644 --- a/fe/src/main/java/org/apache/doris/analysis/AdminShowReplicaStatusStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/AdminShowReplicaStatusStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/AggregateInfo.java b/fe/src/main/java/org/apache/doris/analysis/AggregateInfo.java index 4bfcea62e409ec..c61b3ba5230376 100644 --- a/fe/src/main/java/org/apache/doris/analysis/AggregateInfo.java +++ b/fe/src/main/java/org/apache/doris/analysis/AggregateInfo.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/AggregateInfoBase.java b/fe/src/main/java/org/apache/doris/analysis/AggregateInfoBase.java index e7af33dc218065..116792865cf4e2 100644 --- a/fe/src/main/java/org/apache/doris/analysis/AggregateInfoBase.java +++ b/fe/src/main/java/org/apache/doris/analysis/AggregateInfoBase.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/AggregateParamsList.java b/fe/src/main/java/org/apache/doris/analysis/AggregateParamsList.java index 885a83252db80b..6afb62abff949e 100644 --- a/fe/src/main/java/org/apache/doris/analysis/AggregateParamsList.java +++ b/fe/src/main/java/org/apache/doris/analysis/AggregateParamsList.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/AlterClause.java b/fe/src/main/java/org/apache/doris/analysis/AlterClause.java index 1e0bb30f79b860..ced6fb1033fd6f 100644 --- a/fe/src/main/java/org/apache/doris/analysis/AlterClause.java +++ b/fe/src/main/java/org/apache/doris/analysis/AlterClause.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/AlterClusterClause.java b/fe/src/main/java/org/apache/doris/analysis/AlterClusterClause.java index 99861bc806569e..2f91b9d111485e 100644 --- a/fe/src/main/java/org/apache/doris/analysis/AlterClusterClause.java +++ b/fe/src/main/java/org/apache/doris/analysis/AlterClusterClause.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/AlterClusterStmt.java b/fe/src/main/java/org/apache/doris/analysis/AlterClusterStmt.java index 582ced092b3ed1..cb69a2169fe710 100644 --- a/fe/src/main/java/org/apache/doris/analysis/AlterClusterStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/AlterClusterStmt.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/AlterClusterType.java b/fe/src/main/java/org/apache/doris/analysis/AlterClusterType.java index 11e3622e266b52..b7ecea8d4cdbc1 100644 --- a/fe/src/main/java/org/apache/doris/analysis/AlterClusterType.java +++ b/fe/src/main/java/org/apache/doris/analysis/AlterClusterType.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/AlterDatabaseQuotaStmt.java b/fe/src/main/java/org/apache/doris/analysis/AlterDatabaseQuotaStmt.java index dd884d46cdf9e1..94ec96680495d2 100644 --- a/fe/src/main/java/org/apache/doris/analysis/AlterDatabaseQuotaStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/AlterDatabaseQuotaStmt.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/AlterDatabaseRename.java b/fe/src/main/java/org/apache/doris/analysis/AlterDatabaseRename.java index 1387034fa50902..e9e1def695d04d 100644 --- a/fe/src/main/java/org/apache/doris/analysis/AlterDatabaseRename.java +++ b/fe/src/main/java/org/apache/doris/analysis/AlterDatabaseRename.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/AlterLoadErrorUrlClause.java b/fe/src/main/java/org/apache/doris/analysis/AlterLoadErrorUrlClause.java index a1478ecf3c1899..c2c4ce7e7d62d4 100644 --- a/fe/src/main/java/org/apache/doris/analysis/AlterLoadErrorUrlClause.java +++ b/fe/src/main/java/org/apache/doris/analysis/AlterLoadErrorUrlClause.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/AlterSystemStmt.java b/fe/src/main/java/org/apache/doris/analysis/AlterSystemStmt.java index a8503625a5bf63..8c2b8f3d565765 100644 --- a/fe/src/main/java/org/apache/doris/analysis/AlterSystemStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/AlterSystemStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/AlterTableStmt.java b/fe/src/main/java/org/apache/doris/analysis/AlterTableStmt.java index a3b955bfb063b4..7ca17d36f63c6b 100644 --- a/fe/src/main/java/org/apache/doris/analysis/AlterTableStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/AlterTableStmt.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/AlterUserClause.java b/fe/src/main/java/org/apache/doris/analysis/AlterUserClause.java index d53d8d6e01a57e..debfbf458035ed 100644 --- a/fe/src/main/java/org/apache/doris/analysis/AlterUserClause.java +++ b/fe/src/main/java/org/apache/doris/analysis/AlterUserClause.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/AlterUserType.java b/fe/src/main/java/org/apache/doris/analysis/AlterUserType.java index f7a4377bca856d..b77cbfaa2bf015 100644 --- a/fe/src/main/java/org/apache/doris/analysis/AlterUserType.java +++ b/fe/src/main/java/org/apache/doris/analysis/AlterUserType.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/AnalyticExpr.java b/fe/src/main/java/org/apache/doris/analysis/AnalyticExpr.java index 62b0cb80a6f530..3587b47b0f7cfc 100644 --- a/fe/src/main/java/org/apache/doris/analysis/AnalyticExpr.java +++ b/fe/src/main/java/org/apache/doris/analysis/AnalyticExpr.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/AnalyticInfo.java b/fe/src/main/java/org/apache/doris/analysis/AnalyticInfo.java index dd6ffc3b29203d..3c8cbcc5c76d30 100644 --- a/fe/src/main/java/org/apache/doris/analysis/AnalyticInfo.java +++ b/fe/src/main/java/org/apache/doris/analysis/AnalyticInfo.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/AnalyticWindow.java b/fe/src/main/java/org/apache/doris/analysis/AnalyticWindow.java index 8e1b7fde9bb7a1..f1a921e1cc1564 100644 --- a/fe/src/main/java/org/apache/doris/analysis/AnalyticWindow.java +++ b/fe/src/main/java/org/apache/doris/analysis/AnalyticWindow.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/Analyzer.java b/fe/src/main/java/org/apache/doris/analysis/Analyzer.java index 9f95ce2e6efb32..d59e4e036a8787 100644 --- a/fe/src/main/java/org/apache/doris/analysis/Analyzer.java +++ b/fe/src/main/java/org/apache/doris/analysis/Analyzer.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/ArithmeticExpr.java b/fe/src/main/java/org/apache/doris/analysis/ArithmeticExpr.java index b2a35540e542bd..1d2c59f060b3e0 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ArithmeticExpr.java +++ b/fe/src/main/java/org/apache/doris/analysis/ArithmeticExpr.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/BackendClause.java b/fe/src/main/java/org/apache/doris/analysis/BackendClause.java index 6fe0b340165eed..31f3ce08ecc9b7 100644 --- a/fe/src/main/java/org/apache/doris/analysis/BackendClause.java +++ b/fe/src/main/java/org/apache/doris/analysis/BackendClause.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/BackupStmt.java b/fe/src/main/java/org/apache/doris/analysis/BackupStmt.java index 826b63b9374496..21bd9aaeb77374 100644 --- a/fe/src/main/java/org/apache/doris/analysis/BackupStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/BackupStmt.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/BaseTableRef.java b/fe/src/main/java/org/apache/doris/analysis/BaseTableRef.java index b91e17c833d231..cc6d38f96f04e0 100644 --- a/fe/src/main/java/org/apache/doris/analysis/BaseTableRef.java +++ b/fe/src/main/java/org/apache/doris/analysis/BaseTableRef.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/BetweenPredicate.java b/fe/src/main/java/org/apache/doris/analysis/BetweenPredicate.java index cc17a4145bc953..2b0be6f7fa6e78 100644 --- a/fe/src/main/java/org/apache/doris/analysis/BetweenPredicate.java +++ b/fe/src/main/java/org/apache/doris/analysis/BetweenPredicate.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/BinaryPredicate.java b/fe/src/main/java/org/apache/doris/analysis/BinaryPredicate.java index a6fb8e7bfbd2c4..d51711eed6791d 100644 --- a/fe/src/main/java/org/apache/doris/analysis/BinaryPredicate.java +++ b/fe/src/main/java/org/apache/doris/analysis/BinaryPredicate.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/BoolLiteral.java b/fe/src/main/java/org/apache/doris/analysis/BoolLiteral.java index 15fd94808dd367..197663bc2298fe 100644 --- a/fe/src/main/java/org/apache/doris/analysis/BoolLiteral.java +++ b/fe/src/main/java/org/apache/doris/analysis/BoolLiteral.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/BrokerDesc.java b/fe/src/main/java/org/apache/doris/analysis/BrokerDesc.java index 137bfb5c0f8a10..a5292c639ac574 100644 --- a/fe/src/main/java/org/apache/doris/analysis/BrokerDesc.java +++ b/fe/src/main/java/org/apache/doris/analysis/BrokerDesc.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/BuiltinAggregateFunction.java b/fe/src/main/java/org/apache/doris/analysis/BuiltinAggregateFunction.java index ecd34f45b22f2a..8e581460d6736f 100644 --- a/fe/src/main/java/org/apache/doris/analysis/BuiltinAggregateFunction.java +++ b/fe/src/main/java/org/apache/doris/analysis/BuiltinAggregateFunction.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/CancelAlterSystemStmt.java b/fe/src/main/java/org/apache/doris/analysis/CancelAlterSystemStmt.java index 50781ff0473e34..526c37da1c2193 100644 --- a/fe/src/main/java/org/apache/doris/analysis/CancelAlterSystemStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/CancelAlterSystemStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/CancelAlterTableStmt.java b/fe/src/main/java/org/apache/doris/analysis/CancelAlterTableStmt.java index 47dec01ed7f354..9b35f64126581e 100644 --- a/fe/src/main/java/org/apache/doris/analysis/CancelAlterTableStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/CancelAlterTableStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/CancelBackupStmt.java b/fe/src/main/java/org/apache/doris/analysis/CancelBackupStmt.java index 1bd969f2d1c772..721f394d8f9124 100644 --- a/fe/src/main/java/org/apache/doris/analysis/CancelBackupStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/CancelBackupStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/CancelLoadStmt.java b/fe/src/main/java/org/apache/doris/analysis/CancelLoadStmt.java index 83802b83173990..b11b30a68c2d11 100644 --- a/fe/src/main/java/org/apache/doris/analysis/CancelLoadStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/CancelLoadStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/CancelStmt.java b/fe/src/main/java/org/apache/doris/analysis/CancelStmt.java index 00fc213798d7d4..fcc1e41735561d 100644 --- a/fe/src/main/java/org/apache/doris/analysis/CancelStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/CancelStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/CaseExpr.java b/fe/src/main/java/org/apache/doris/analysis/CaseExpr.java index df4c900f55997a..728441331069d2 100644 --- a/fe/src/main/java/org/apache/doris/analysis/CaseExpr.java +++ b/fe/src/main/java/org/apache/doris/analysis/CaseExpr.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/CaseWhenClause.java b/fe/src/main/java/org/apache/doris/analysis/CaseWhenClause.java index aed1642cf92f8a..3a68ce296f4485 100644 --- a/fe/src/main/java/org/apache/doris/analysis/CaseWhenClause.java +++ b/fe/src/main/java/org/apache/doris/analysis/CaseWhenClause.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/CastExpr.java b/fe/src/main/java/org/apache/doris/analysis/CastExpr.java index 3710dee9507546..875bf20e13f081 100644 --- a/fe/src/main/java/org/apache/doris/analysis/CastExpr.java +++ b/fe/src/main/java/org/apache/doris/analysis/CastExpr.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/ClusterName.java b/fe/src/main/java/org/apache/doris/analysis/ClusterName.java index 81337d73215b89..f3e8a30f78ffbc 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ClusterName.java +++ b/fe/src/main/java/org/apache/doris/analysis/ClusterName.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/ColumnPosition.java b/fe/src/main/java/org/apache/doris/analysis/ColumnPosition.java index 0e7b1d1a8e9ec8..2e7500969d4e27 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ColumnPosition.java +++ b/fe/src/main/java/org/apache/doris/analysis/ColumnPosition.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/ColumnRenameClause.java b/fe/src/main/java/org/apache/doris/analysis/ColumnRenameClause.java index 267736dda35e23..b0487ab3f70233 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ColumnRenameClause.java +++ b/fe/src/main/java/org/apache/doris/analysis/ColumnRenameClause.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/ColumnSeparator.java b/fe/src/main/java/org/apache/doris/analysis/ColumnSeparator.java index a887932f6636ba..633ef7941ebe51 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ColumnSeparator.java +++ b/fe/src/main/java/org/apache/doris/analysis/ColumnSeparator.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/CompoundPredicate.java b/fe/src/main/java/org/apache/doris/analysis/CompoundPredicate.java index 6825b47ab2bbee..6e94355a9c63ac 100644 --- a/fe/src/main/java/org/apache/doris/analysis/CompoundPredicate.java +++ b/fe/src/main/java/org/apache/doris/analysis/CompoundPredicate.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/CreateClusterStmt.java b/fe/src/main/java/org/apache/doris/analysis/CreateClusterStmt.java index e7ef584bb076bc..e5958c0d485ecf 100644 --- a/fe/src/main/java/org/apache/doris/analysis/CreateClusterStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/CreateClusterStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/CreateDbStmt.java b/fe/src/main/java/org/apache/doris/analysis/CreateDbStmt.java index e5cbe50db83a5a..8787f8f29c043b 100644 --- a/fe/src/main/java/org/apache/doris/analysis/CreateDbStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/CreateDbStmt.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/CreateFunctionStmt.java b/fe/src/main/java/org/apache/doris/analysis/CreateFunctionStmt.java index f2faf72a37f1c3..91acc49fa068c4 100644 --- a/fe/src/main/java/org/apache/doris/analysis/CreateFunctionStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/CreateFunctionStmt.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/CreateRepositoryStmt.java b/fe/src/main/java/org/apache/doris/analysis/CreateRepositoryStmt.java index 59572bd0f567b7..c8724051bfbcac 100644 --- a/fe/src/main/java/org/apache/doris/analysis/CreateRepositoryStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/CreateRepositoryStmt.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2018, Baidu.com, Inc. -// Copyright 2018 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information @@ -16,6 +13,7 @@ // "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY // KIND, either express or implied. See the License for the // specific language governing permissions and limitations +// under the License. package org.apache.doris.analysis; diff --git a/fe/src/main/java/org/apache/doris/analysis/CreateRoleStmt.java b/fe/src/main/java/org/apache/doris/analysis/CreateRoleStmt.java index 876114fcf36403..eb87457d6d6b40 100644 --- a/fe/src/main/java/org/apache/doris/analysis/CreateRoleStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/CreateRoleStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/CreateTableAsSelectStmt.java b/fe/src/main/java/org/apache/doris/analysis/CreateTableAsSelectStmt.java index ca15ddbb175ea8..ec7fd7675640e8 100644 --- a/fe/src/main/java/org/apache/doris/analysis/CreateTableAsSelectStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/CreateTableAsSelectStmt.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/CreateTableStmt.java b/fe/src/main/java/org/apache/doris/analysis/CreateTableStmt.java index cc579e23183e88..1cdfab8190270f 100644 --- a/fe/src/main/java/org/apache/doris/analysis/CreateTableStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/CreateTableStmt.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/CreateUserStmt.java b/fe/src/main/java/org/apache/doris/analysis/CreateUserStmt.java index 3eb3e90578b3d2..fbc0e043c0c825 100644 --- a/fe/src/main/java/org/apache/doris/analysis/CreateUserStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/CreateUserStmt.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/CreateViewStmt.java b/fe/src/main/java/org/apache/doris/analysis/CreateViewStmt.java index ae646eedae8e17..7dff59100e62ab 100644 --- a/fe/src/main/java/org/apache/doris/analysis/CreateViewStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/CreateViewStmt.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/DataDescription.java b/fe/src/main/java/org/apache/doris/analysis/DataDescription.java index 496a3ecfe1a4e5..de3673e233709f 100644 --- a/fe/src/main/java/org/apache/doris/analysis/DataDescription.java +++ b/fe/src/main/java/org/apache/doris/analysis/DataDescription.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/DateLiteral.java b/fe/src/main/java/org/apache/doris/analysis/DateLiteral.java index 2fbf2fe8002da3..37b9493dde5668 100644 --- a/fe/src/main/java/org/apache/doris/analysis/DateLiteral.java +++ b/fe/src/main/java/org/apache/doris/analysis/DateLiteral.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/DdlStmt.java b/fe/src/main/java/org/apache/doris/analysis/DdlStmt.java index 8603028f99b7a5..2fb066c6763afc 100644 --- a/fe/src/main/java/org/apache/doris/analysis/DdlStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/DdlStmt.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/DecimalLiteral.java b/fe/src/main/java/org/apache/doris/analysis/DecimalLiteral.java index e3add62fd88110..69433e8db44532 100644 --- a/fe/src/main/java/org/apache/doris/analysis/DecimalLiteral.java +++ b/fe/src/main/java/org/apache/doris/analysis/DecimalLiteral.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/DecommissionBackendClause.java b/fe/src/main/java/org/apache/doris/analysis/DecommissionBackendClause.java index aa1f606cf168b9..426484b78da6ad 100644 --- a/fe/src/main/java/org/apache/doris/analysis/DecommissionBackendClause.java +++ b/fe/src/main/java/org/apache/doris/analysis/DecommissionBackendClause.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/DeleteStmt.java b/fe/src/main/java/org/apache/doris/analysis/DeleteStmt.java index 903e1de966cb96..f64858d661142b 100644 --- a/fe/src/main/java/org/apache/doris/analysis/DeleteStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/DeleteStmt.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/DescribeStmt.java b/fe/src/main/java/org/apache/doris/analysis/DescribeStmt.java index 9bac1cbb5e09d2..2ae07d97726c56 100644 --- a/fe/src/main/java/org/apache/doris/analysis/DescribeStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/DescribeStmt.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/DescriptorTable.java b/fe/src/main/java/org/apache/doris/analysis/DescriptorTable.java index 8941e1972d589a..00040b16b127d9 100644 --- a/fe/src/main/java/org/apache/doris/analysis/DescriptorTable.java +++ b/fe/src/main/java/org/apache/doris/analysis/DescriptorTable.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/DistributionDesc.java b/fe/src/main/java/org/apache/doris/analysis/DistributionDesc.java index b23cd4677a8079..653551513553a9 100644 --- a/fe/src/main/java/org/apache/doris/analysis/DistributionDesc.java +++ b/fe/src/main/java/org/apache/doris/analysis/DistributionDesc.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/DropBackendClause.java b/fe/src/main/java/org/apache/doris/analysis/DropBackendClause.java index fa0384e1617a1c..146b4f88ab621b 100644 --- a/fe/src/main/java/org/apache/doris/analysis/DropBackendClause.java +++ b/fe/src/main/java/org/apache/doris/analysis/DropBackendClause.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/DropClusterStmt.java b/fe/src/main/java/org/apache/doris/analysis/DropClusterStmt.java index 41ccc0f28e361a..0634941818ab56 100644 --- a/fe/src/main/java/org/apache/doris/analysis/DropClusterStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/DropClusterStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/DropColumnClause.java b/fe/src/main/java/org/apache/doris/analysis/DropColumnClause.java index a9539a3d6e98b7..7baba5941e3eeb 100644 --- a/fe/src/main/java/org/apache/doris/analysis/DropColumnClause.java +++ b/fe/src/main/java/org/apache/doris/analysis/DropColumnClause.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/DropDbStmt.java b/fe/src/main/java/org/apache/doris/analysis/DropDbStmt.java index 830e7a0d0b0272..ddf540d533679b 100644 --- a/fe/src/main/java/org/apache/doris/analysis/DropDbStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/DropDbStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/DropFollowerClause.java b/fe/src/main/java/org/apache/doris/analysis/DropFollowerClause.java index e5af553d5cb31a..1d3cd92cc8e084 100644 --- a/fe/src/main/java/org/apache/doris/analysis/DropFollowerClause.java +++ b/fe/src/main/java/org/apache/doris/analysis/DropFollowerClause.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/DropFunctionStmt.java b/fe/src/main/java/org/apache/doris/analysis/DropFunctionStmt.java index 1985b154c6a858..4ffc949064e0b6 100644 --- a/fe/src/main/java/org/apache/doris/analysis/DropFunctionStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/DropFunctionStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/DropObserverClause.java b/fe/src/main/java/org/apache/doris/analysis/DropObserverClause.java index 608014ce01c3ad..b93ad2bbe98500 100644 --- a/fe/src/main/java/org/apache/doris/analysis/DropObserverClause.java +++ b/fe/src/main/java/org/apache/doris/analysis/DropObserverClause.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/DropPartitionClause.java b/fe/src/main/java/org/apache/doris/analysis/DropPartitionClause.java index 880022ff509689..459d282277a5b7 100644 --- a/fe/src/main/java/org/apache/doris/analysis/DropPartitionClause.java +++ b/fe/src/main/java/org/apache/doris/analysis/DropPartitionClause.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/DropRepositoryStmt.java b/fe/src/main/java/org/apache/doris/analysis/DropRepositoryStmt.java index b3a3d6ffe05a4a..5a711fc504a937 100644 --- a/fe/src/main/java/org/apache/doris/analysis/DropRepositoryStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/DropRepositoryStmt.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2018, Baidu.com, Inc. -// Copyright 2018 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/DropRoleStmt.java b/fe/src/main/java/org/apache/doris/analysis/DropRoleStmt.java index 0b19b966a2c55b..1ff5f425e7cc55 100644 --- a/fe/src/main/java/org/apache/doris/analysis/DropRoleStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/DropRoleStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/DropRollupClause.java b/fe/src/main/java/org/apache/doris/analysis/DropRollupClause.java index 56e7b3313ac1e0..3594e047378433 100644 --- a/fe/src/main/java/org/apache/doris/analysis/DropRollupClause.java +++ b/fe/src/main/java/org/apache/doris/analysis/DropRollupClause.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/DropTableStmt.java b/fe/src/main/java/org/apache/doris/analysis/DropTableStmt.java index dc0f8a662302c8..e53d80248cf30c 100644 --- a/fe/src/main/java/org/apache/doris/analysis/DropTableStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/DropTableStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/DropUserStmt.java b/fe/src/main/java/org/apache/doris/analysis/DropUserStmt.java index 2aad4671a37522..a2431ade0cfcb5 100644 --- a/fe/src/main/java/org/apache/doris/analysis/DropUserStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/DropUserStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/EmptyStmt.java b/fe/src/main/java/org/apache/doris/analysis/EmptyStmt.java index f98d5f8b56e44f..e370703609103f 100644 --- a/fe/src/main/java/org/apache/doris/analysis/EmptyStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/EmptyStmt.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/EnterStmt.java b/fe/src/main/java/org/apache/doris/analysis/EnterStmt.java index 56f365f76c4485..ffc180acbf8e80 100644 --- a/fe/src/main/java/org/apache/doris/analysis/EnterStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/EnterStmt.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/ExistsPredicate.java b/fe/src/main/java/org/apache/doris/analysis/ExistsPredicate.java index 7ebe49825cb684..6724e39dc14a9d 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ExistsPredicate.java +++ b/fe/src/main/java/org/apache/doris/analysis/ExistsPredicate.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/ExportStmt.java b/fe/src/main/java/org/apache/doris/analysis/ExportStmt.java index 3da0ad7ccd890a..4daad37fcf9bc7 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ExportStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ExportStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/Expr.java b/fe/src/main/java/org/apache/doris/analysis/Expr.java index 975b3bebb7f775..27281521b73c3e 100644 --- a/fe/src/main/java/org/apache/doris/analysis/Expr.java +++ b/fe/src/main/java/org/apache/doris/analysis/Expr.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/ExprId.java b/fe/src/main/java/org/apache/doris/analysis/ExprId.java index f8f7bb4367c4b7..15f722fe13c380 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ExprId.java +++ b/fe/src/main/java/org/apache/doris/analysis/ExprId.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/ExprSubstitutionMap.java b/fe/src/main/java/org/apache/doris/analysis/ExprSubstitutionMap.java index ffb6fe70dcf887..35ec20802d4947 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ExprSubstitutionMap.java +++ b/fe/src/main/java/org/apache/doris/analysis/ExprSubstitutionMap.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/FloatLiteral.java b/fe/src/main/java/org/apache/doris/analysis/FloatLiteral.java index 90a1c7292431e1..296998b18ff496 100644 --- a/fe/src/main/java/org/apache/doris/analysis/FloatLiteral.java +++ b/fe/src/main/java/org/apache/doris/analysis/FloatLiteral.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/FromClause.java b/fe/src/main/java/org/apache/doris/analysis/FromClause.java index c2421700148949..b8018df0d3559a 100644 --- a/fe/src/main/java/org/apache/doris/analysis/FromClause.java +++ b/fe/src/main/java/org/apache/doris/analysis/FromClause.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/FrontendClause.java b/fe/src/main/java/org/apache/doris/analysis/FrontendClause.java index d6cdd173827060..ab631e1d80db2d 100644 --- a/fe/src/main/java/org/apache/doris/analysis/FrontendClause.java +++ b/fe/src/main/java/org/apache/doris/analysis/FrontendClause.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/FunctionArgs.java b/fe/src/main/java/org/apache/doris/analysis/FunctionArgs.java index 454617dfef6528..11e91d541b460b 100644 --- a/fe/src/main/java/org/apache/doris/analysis/FunctionArgs.java +++ b/fe/src/main/java/org/apache/doris/analysis/FunctionArgs.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/FunctionCallExpr.java b/fe/src/main/java/org/apache/doris/analysis/FunctionCallExpr.java index 4fde318c45b6ac..70e9e1a2e5969b 100644 --- a/fe/src/main/java/org/apache/doris/analysis/FunctionCallExpr.java +++ b/fe/src/main/java/org/apache/doris/analysis/FunctionCallExpr.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/FunctionName.java b/fe/src/main/java/org/apache/doris/analysis/FunctionName.java index 01441db8634199..b159648223ac18 100644 --- a/fe/src/main/java/org/apache/doris/analysis/FunctionName.java +++ b/fe/src/main/java/org/apache/doris/analysis/FunctionName.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/FunctionParams.java b/fe/src/main/java/org/apache/doris/analysis/FunctionParams.java index 1e72200ec1a516..7b6f56492e568e 100644 --- a/fe/src/main/java/org/apache/doris/analysis/FunctionParams.java +++ b/fe/src/main/java/org/apache/doris/analysis/FunctionParams.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/GrantStmt.java b/fe/src/main/java/org/apache/doris/analysis/GrantStmt.java index 227540ae4bd943..c4e5dcc9b66f1a 100644 --- a/fe/src/main/java/org/apache/doris/analysis/GrantStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/GrantStmt.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/HashDistributionDesc.java b/fe/src/main/java/org/apache/doris/analysis/HashDistributionDesc.java index 3c96649f49487d..c136df838f62ed 100644 --- a/fe/src/main/java/org/apache/doris/analysis/HashDistributionDesc.java +++ b/fe/src/main/java/org/apache/doris/analysis/HashDistributionDesc.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/HdfsURI.java b/fe/src/main/java/org/apache/doris/analysis/HdfsURI.java index 966f236f36c1de..56fa1a21e25ae5 100644 --- a/fe/src/main/java/org/apache/doris/analysis/HdfsURI.java +++ b/fe/src/main/java/org/apache/doris/analysis/HdfsURI.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/HelpStmt.java b/fe/src/main/java/org/apache/doris/analysis/HelpStmt.java index d925c3bb056626..d208f016fcf861 100644 --- a/fe/src/main/java/org/apache/doris/analysis/HelpStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/HelpStmt.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/ImportColumnDesc.java b/fe/src/main/java/org/apache/doris/analysis/ImportColumnDesc.java index e0566e1ed0482c..38a91fce551102 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ImportColumnDesc.java +++ b/fe/src/main/java/org/apache/doris/analysis/ImportColumnDesc.java @@ -1,3 +1,20 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package org.apache.doris.analysis; /** diff --git a/fe/src/main/java/org/apache/doris/analysis/ImportColumnsStmt.java b/fe/src/main/java/org/apache/doris/analysis/ImportColumnsStmt.java index 916177c30ffe53..862d79aa177bc5 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ImportColumnsStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ImportColumnsStmt.java @@ -1,3 +1,20 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package org.apache.doris.analysis; import java.util.List; diff --git a/fe/src/main/java/org/apache/doris/analysis/ImportWhereStmt.java b/fe/src/main/java/org/apache/doris/analysis/ImportWhereStmt.java index f3a316e027704b..1743c2cde88ca7 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ImportWhereStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ImportWhereStmt.java @@ -1,3 +1,20 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package org.apache.doris.analysis; /** diff --git a/fe/src/main/java/org/apache/doris/analysis/InPredicate.java b/fe/src/main/java/org/apache/doris/analysis/InPredicate.java index 0dd2ce8307d961..3493d3ebd40e46 100644 --- a/fe/src/main/java/org/apache/doris/analysis/InPredicate.java +++ b/fe/src/main/java/org/apache/doris/analysis/InPredicate.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/InformationFunction.java b/fe/src/main/java/org/apache/doris/analysis/InformationFunction.java index d9326c6c8d0d31..d4861a0117c562 100644 --- a/fe/src/main/java/org/apache/doris/analysis/InformationFunction.java +++ b/fe/src/main/java/org/apache/doris/analysis/InformationFunction.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/InlineViewRef.java b/fe/src/main/java/org/apache/doris/analysis/InlineViewRef.java index 1589e5f35fbfd1..f92df8608d5df1 100644 --- a/fe/src/main/java/org/apache/doris/analysis/InlineViewRef.java +++ b/fe/src/main/java/org/apache/doris/analysis/InlineViewRef.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/InsertSource.java b/fe/src/main/java/org/apache/doris/analysis/InsertSource.java index c60301194f673a..6f5cccf1acdb9e 100644 --- a/fe/src/main/java/org/apache/doris/analysis/InsertSource.java +++ b/fe/src/main/java/org/apache/doris/analysis/InsertSource.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/InsertStmt.java b/fe/src/main/java/org/apache/doris/analysis/InsertStmt.java index 92951e81f41ce5..e11442babf18cc 100644 --- a/fe/src/main/java/org/apache/doris/analysis/InsertStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/InsertStmt.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/InsertTarget.java b/fe/src/main/java/org/apache/doris/analysis/InsertTarget.java index 510f107b56b86b..b9d79b4a71b1b7 100644 --- a/fe/src/main/java/org/apache/doris/analysis/InsertTarget.java +++ b/fe/src/main/java/org/apache/doris/analysis/InsertTarget.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/IntLiteral.java b/fe/src/main/java/org/apache/doris/analysis/IntLiteral.java index dd2cf0031a5697..5d13b80c126d96 100644 --- a/fe/src/main/java/org/apache/doris/analysis/IntLiteral.java +++ b/fe/src/main/java/org/apache/doris/analysis/IntLiteral.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/IsNullPredicate.java b/fe/src/main/java/org/apache/doris/analysis/IsNullPredicate.java index aff4e21d0d00c1..8649d115c56b28 100644 --- a/fe/src/main/java/org/apache/doris/analysis/IsNullPredicate.java +++ b/fe/src/main/java/org/apache/doris/analysis/IsNullPredicate.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/JoinOperator.java b/fe/src/main/java/org/apache/doris/analysis/JoinOperator.java index 5dc039daccfe95..f13e6ffbda8119 100644 --- a/fe/src/main/java/org/apache/doris/analysis/JoinOperator.java +++ b/fe/src/main/java/org/apache/doris/analysis/JoinOperator.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/KeysDesc.java b/fe/src/main/java/org/apache/doris/analysis/KeysDesc.java index be3465de9827cd..8ba558433b094e 100644 --- a/fe/src/main/java/org/apache/doris/analysis/KeysDesc.java +++ b/fe/src/main/java/org/apache/doris/analysis/KeysDesc.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/KillStmt.java b/fe/src/main/java/org/apache/doris/analysis/KillStmt.java index f52302235d3ff3..541c3a46fad29e 100644 --- a/fe/src/main/java/org/apache/doris/analysis/KillStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/KillStmt.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/LabelName.java b/fe/src/main/java/org/apache/doris/analysis/LabelName.java index bb5a6fcb032e1b..8bbcc450ddc370 100644 --- a/fe/src/main/java/org/apache/doris/analysis/LabelName.java +++ b/fe/src/main/java/org/apache/doris/analysis/LabelName.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/LargeIntLiteral.java b/fe/src/main/java/org/apache/doris/analysis/LargeIntLiteral.java index c118caa4c044ee..f505c7b5cdcc6e 100644 --- a/fe/src/main/java/org/apache/doris/analysis/LargeIntLiteral.java +++ b/fe/src/main/java/org/apache/doris/analysis/LargeIntLiteral.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/LikePredicate.java b/fe/src/main/java/org/apache/doris/analysis/LikePredicate.java index a7f6d4fa998d27..c23b695c3cd86e 100644 --- a/fe/src/main/java/org/apache/doris/analysis/LikePredicate.java +++ b/fe/src/main/java/org/apache/doris/analysis/LikePredicate.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/LimitElement.java b/fe/src/main/java/org/apache/doris/analysis/LimitElement.java index 35c09e59e716bd..b2e685dbf8d7e4 100644 --- a/fe/src/main/java/org/apache/doris/analysis/LimitElement.java +++ b/fe/src/main/java/org/apache/doris/analysis/LimitElement.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/LinkDbStmt.java b/fe/src/main/java/org/apache/doris/analysis/LinkDbStmt.java index 8891f66b6d7bae..835acc091e6b15 100644 --- a/fe/src/main/java/org/apache/doris/analysis/LinkDbStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/LinkDbStmt.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/LiteralExpr.java b/fe/src/main/java/org/apache/doris/analysis/LiteralExpr.java index 7a0612ffd14a97..74ac79a52783cb 100644 --- a/fe/src/main/java/org/apache/doris/analysis/LiteralExpr.java +++ b/fe/src/main/java/org/apache/doris/analysis/LiteralExpr.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/LoadStmt.java b/fe/src/main/java/org/apache/doris/analysis/LoadStmt.java index 3286876d7c26f2..b7c091cd5702bd 100644 --- a/fe/src/main/java/org/apache/doris/analysis/LoadStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/LoadStmt.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/MaxLiteral.java b/fe/src/main/java/org/apache/doris/analysis/MaxLiteral.java index 2a2297d5180c62..0282f024a74ab6 100644 --- a/fe/src/main/java/org/apache/doris/analysis/MaxLiteral.java +++ b/fe/src/main/java/org/apache/doris/analysis/MaxLiteral.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/MigrateDbStmt.java b/fe/src/main/java/org/apache/doris/analysis/MigrateDbStmt.java index 947fd65b6e37e9..5997f7e71b4f4e 100644 --- a/fe/src/main/java/org/apache/doris/analysis/MigrateDbStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/MigrateDbStmt.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/ModifyBrokerClause.java b/fe/src/main/java/org/apache/doris/analysis/ModifyBrokerClause.java index da8edf2feca1be..7e0058679c6d4d 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ModifyBrokerClause.java +++ b/fe/src/main/java/org/apache/doris/analysis/ModifyBrokerClause.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/ModifyColumnClause.java b/fe/src/main/java/org/apache/doris/analysis/ModifyColumnClause.java index cd5a7519a034a7..4ef295fa5aedd0 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ModifyColumnClause.java +++ b/fe/src/main/java/org/apache/doris/analysis/ModifyColumnClause.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/ModifyPartitionClause.java b/fe/src/main/java/org/apache/doris/analysis/ModifyPartitionClause.java index 025f4e314f0fb0..5cdcca56979d87 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ModifyPartitionClause.java +++ b/fe/src/main/java/org/apache/doris/analysis/ModifyPartitionClause.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/ModifyTablePropertiesClause.java b/fe/src/main/java/org/apache/doris/analysis/ModifyTablePropertiesClause.java index fe6534b8cfc727..7766211cc40c2c 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ModifyTablePropertiesClause.java +++ b/fe/src/main/java/org/apache/doris/analysis/ModifyTablePropertiesClause.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/NullLiteral.java b/fe/src/main/java/org/apache/doris/analysis/NullLiteral.java index 6e44fb0831df57..6179f3fa977a26 100644 --- a/fe/src/main/java/org/apache/doris/analysis/NullLiteral.java +++ b/fe/src/main/java/org/apache/doris/analysis/NullLiteral.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/OpcodeRegistry.java b/fe/src/main/java/org/apache/doris/analysis/OpcodeRegistry.java index 77f299d26e7e8a..2a188f31b2b20d 100644 --- a/fe/src/main/java/org/apache/doris/analysis/OpcodeRegistry.java +++ b/fe/src/main/java/org/apache/doris/analysis/OpcodeRegistry.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/OrderByElement.java b/fe/src/main/java/org/apache/doris/analysis/OrderByElement.java index 42dbf2e60e9918..da008994c4c832 100644 --- a/fe/src/main/java/org/apache/doris/analysis/OrderByElement.java +++ b/fe/src/main/java/org/apache/doris/analysis/OrderByElement.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/ParseNode.java b/fe/src/main/java/org/apache/doris/analysis/ParseNode.java index 69896508802550..a4ea5784eefb39 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ParseNode.java +++ b/fe/src/main/java/org/apache/doris/analysis/ParseNode.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/PartitionDesc.java b/fe/src/main/java/org/apache/doris/analysis/PartitionDesc.java index 8c23feb8bca50f..c0273281b8c361 100644 --- a/fe/src/main/java/org/apache/doris/analysis/PartitionDesc.java +++ b/fe/src/main/java/org/apache/doris/analysis/PartitionDesc.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/PartitionKeyDesc.java b/fe/src/main/java/org/apache/doris/analysis/PartitionKeyDesc.java index 772b0c9f02ba87..484262da2a3793 100644 --- a/fe/src/main/java/org/apache/doris/analysis/PartitionKeyDesc.java +++ b/fe/src/main/java/org/apache/doris/analysis/PartitionKeyDesc.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/PartitionName.java b/fe/src/main/java/org/apache/doris/analysis/PartitionName.java index e39299749f5dd8..7d8f2c22aea571 100644 --- a/fe/src/main/java/org/apache/doris/analysis/PartitionName.java +++ b/fe/src/main/java/org/apache/doris/analysis/PartitionName.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/PartitionRenameClause.java b/fe/src/main/java/org/apache/doris/analysis/PartitionRenameClause.java index a399c4e2474a1b..66e16da4ed6dca 100644 --- a/fe/src/main/java/org/apache/doris/analysis/PartitionRenameClause.java +++ b/fe/src/main/java/org/apache/doris/analysis/PartitionRenameClause.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/Predicate.java b/fe/src/main/java/org/apache/doris/analysis/Predicate.java index a746d5157c9019..06b43fb29e9260 100644 --- a/fe/src/main/java/org/apache/doris/analysis/Predicate.java +++ b/fe/src/main/java/org/apache/doris/analysis/Predicate.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/QueryStmt.java b/fe/src/main/java/org/apache/doris/analysis/QueryStmt.java index 8f1938004c2949..00567e8930f13e 100644 --- a/fe/src/main/java/org/apache/doris/analysis/QueryStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/QueryStmt.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/RandomDistributionDesc.java b/fe/src/main/java/org/apache/doris/analysis/RandomDistributionDesc.java index a29e4ccb0ddc5f..c88d7c4e812b0e 100644 --- a/fe/src/main/java/org/apache/doris/analysis/RandomDistributionDesc.java +++ b/fe/src/main/java/org/apache/doris/analysis/RandomDistributionDesc.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/RangePartitionDesc.java b/fe/src/main/java/org/apache/doris/analysis/RangePartitionDesc.java index e42b9183364305..7c5784b67e679b 100644 --- a/fe/src/main/java/org/apache/doris/analysis/RangePartitionDesc.java +++ b/fe/src/main/java/org/apache/doris/analysis/RangePartitionDesc.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/RecoverDbStmt.java b/fe/src/main/java/org/apache/doris/analysis/RecoverDbStmt.java index efae342fd62fc4..65dd37e652d649 100644 --- a/fe/src/main/java/org/apache/doris/analysis/RecoverDbStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/RecoverDbStmt.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/RecoverPartitionStmt.java b/fe/src/main/java/org/apache/doris/analysis/RecoverPartitionStmt.java index a0bd8283760587..3301002f83dac3 100644 --- a/fe/src/main/java/org/apache/doris/analysis/RecoverPartitionStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/RecoverPartitionStmt.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/RecoverTableStmt.java b/fe/src/main/java/org/apache/doris/analysis/RecoverTableStmt.java index 42c33f2b14bfd9..10e872235dc463 100644 --- a/fe/src/main/java/org/apache/doris/analysis/RecoverTableStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/RecoverTableStmt.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/RedirectStatus.java b/fe/src/main/java/org/apache/doris/analysis/RedirectStatus.java index f8b7135c35c488..9186d86055a35d 100644 --- a/fe/src/main/java/org/apache/doris/analysis/RedirectStatus.java +++ b/fe/src/main/java/org/apache/doris/analysis/RedirectStatus.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/ReorderColumnsClause.java b/fe/src/main/java/org/apache/doris/analysis/ReorderColumnsClause.java index d99e3c5619cc66..df39d7591dda8c 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ReorderColumnsClause.java +++ b/fe/src/main/java/org/apache/doris/analysis/ReorderColumnsClause.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/RestoreStmt.java b/fe/src/main/java/org/apache/doris/analysis/RestoreStmt.java index b4f480b9cb8926..b282839de04f5e 100644 --- a/fe/src/main/java/org/apache/doris/analysis/RestoreStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/RestoreStmt.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/RevokeStmt.java b/fe/src/main/java/org/apache/doris/analysis/RevokeStmt.java index 3c865615bb1f5d..66b54f78ae2e79 100644 --- a/fe/src/main/java/org/apache/doris/analysis/RevokeStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/RevokeStmt.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/RollupRenameClause.java b/fe/src/main/java/org/apache/doris/analysis/RollupRenameClause.java index 22f30ba9fc3b10..03a82d2eb7df34 100644 --- a/fe/src/main/java/org/apache/doris/analysis/RollupRenameClause.java +++ b/fe/src/main/java/org/apache/doris/analysis/RollupRenameClause.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/SchemaTableType.java b/fe/src/main/java/org/apache/doris/analysis/SchemaTableType.java index ac9b2103e62969..ff3e29d6f660b0 100644 --- a/fe/src/main/java/org/apache/doris/analysis/SchemaTableType.java +++ b/fe/src/main/java/org/apache/doris/analysis/SchemaTableType.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/SelectList.java b/fe/src/main/java/org/apache/doris/analysis/SelectList.java index b800355ea214f9..083c1363636319 100644 --- a/fe/src/main/java/org/apache/doris/analysis/SelectList.java +++ b/fe/src/main/java/org/apache/doris/analysis/SelectList.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/SelectListItem.java b/fe/src/main/java/org/apache/doris/analysis/SelectListItem.java index 7bbdc5190c5177..f1e4c36f935cea 100644 --- a/fe/src/main/java/org/apache/doris/analysis/SelectListItem.java +++ b/fe/src/main/java/org/apache/doris/analysis/SelectListItem.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/SelectStmt.java b/fe/src/main/java/org/apache/doris/analysis/SelectStmt.java index 600a4254c325cd..af4995fffaa14d 100644 --- a/fe/src/main/java/org/apache/doris/analysis/SelectStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/SelectStmt.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/SetNamesVar.java b/fe/src/main/java/org/apache/doris/analysis/SetNamesVar.java index a98db4d1e9dd68..5cb180ae072e3c 100644 --- a/fe/src/main/java/org/apache/doris/analysis/SetNamesVar.java +++ b/fe/src/main/java/org/apache/doris/analysis/SetNamesVar.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/SetPassVar.java b/fe/src/main/java/org/apache/doris/analysis/SetPassVar.java index f4cca090e99af8..eef92444236383 100644 --- a/fe/src/main/java/org/apache/doris/analysis/SetPassVar.java +++ b/fe/src/main/java/org/apache/doris/analysis/SetPassVar.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/SetStmt.java b/fe/src/main/java/org/apache/doris/analysis/SetStmt.java index 79a447e6814f44..f299cf581d7e15 100644 --- a/fe/src/main/java/org/apache/doris/analysis/SetStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/SetStmt.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/SetTransaction.java b/fe/src/main/java/org/apache/doris/analysis/SetTransaction.java index 25aad9d8ce5621..96fe38da3e364e 100644 --- a/fe/src/main/java/org/apache/doris/analysis/SetTransaction.java +++ b/fe/src/main/java/org/apache/doris/analysis/SetTransaction.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/SetType.java b/fe/src/main/java/org/apache/doris/analysis/SetType.java index 6f6cc580f08f4e..924c1f38a96943 100644 --- a/fe/src/main/java/org/apache/doris/analysis/SetType.java +++ b/fe/src/main/java/org/apache/doris/analysis/SetType.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/SetUserPropertyStmt.java b/fe/src/main/java/org/apache/doris/analysis/SetUserPropertyStmt.java index e8e143966a717c..4bfe6aae2940cb 100644 --- a/fe/src/main/java/org/apache/doris/analysis/SetUserPropertyStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/SetUserPropertyStmt.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/SetUserPropertyVar.java b/fe/src/main/java/org/apache/doris/analysis/SetUserPropertyVar.java index a5fd84265a7a2f..0f94a05b616c3a 100644 --- a/fe/src/main/java/org/apache/doris/analysis/SetUserPropertyVar.java +++ b/fe/src/main/java/org/apache/doris/analysis/SetUserPropertyVar.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/SetVar.java b/fe/src/main/java/org/apache/doris/analysis/SetVar.java index 6085411475dade..433961c90265e7 100644 --- a/fe/src/main/java/org/apache/doris/analysis/SetVar.java +++ b/fe/src/main/java/org/apache/doris/analysis/SetVar.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/ShowAlterStmt.java b/fe/src/main/java/org/apache/doris/analysis/ShowAlterStmt.java index 367e8a549d039f..7199b1878fd774 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ShowAlterStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ShowAlterStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/ShowAuthorStmt.java b/fe/src/main/java/org/apache/doris/analysis/ShowAuthorStmt.java index 75b5c2a8a7ea53..d2ba80ea3e7dc2 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ShowAuthorStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ShowAuthorStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/ShowBackendsStmt.java b/fe/src/main/java/org/apache/doris/analysis/ShowBackendsStmt.java index 1cc828982c7fcd..6197336f3e6b6b 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ShowBackendsStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ShowBackendsStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/ShowBackupStmt.java b/fe/src/main/java/org/apache/doris/analysis/ShowBackupStmt.java index 10d081c280e532..529a63e45e992a 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ShowBackupStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ShowBackupStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/ShowBrokerStmt.java b/fe/src/main/java/org/apache/doris/analysis/ShowBrokerStmt.java index c67522f969fd28..cdef10a4248a16 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ShowBrokerStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ShowBrokerStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/ShowCharsetStmt.java b/fe/src/main/java/org/apache/doris/analysis/ShowCharsetStmt.java index 3cfbc9e7ca1f0e..3533a11b62dc91 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ShowCharsetStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ShowCharsetStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/ShowClusterStmt.java b/fe/src/main/java/org/apache/doris/analysis/ShowClusterStmt.java index 2b551483a0a2c0..2c977cdd58cd04 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ShowClusterStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ShowClusterStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/ShowCollationStmt.java b/fe/src/main/java/org/apache/doris/analysis/ShowCollationStmt.java index 4429d83ac95337..821eac31a9f74f 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ShowCollationStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ShowCollationStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/ShowColumnStmt.java b/fe/src/main/java/org/apache/doris/analysis/ShowColumnStmt.java index c8b5005094a9f9..4d295ee5af548a 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ShowColumnStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ShowColumnStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/ShowCreateDbStmt.java b/fe/src/main/java/org/apache/doris/analysis/ShowCreateDbStmt.java index 2c7811490428d9..2cab4dc5c8c926 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ShowCreateDbStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ShowCreateDbStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/ShowCreateTableStmt.java b/fe/src/main/java/org/apache/doris/analysis/ShowCreateTableStmt.java index aae589bfe05339..330550de3b80c1 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ShowCreateTableStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ShowCreateTableStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/ShowDataStmt.java b/fe/src/main/java/org/apache/doris/analysis/ShowDataStmt.java index dcda5223e2ded2..4d2695ff63fe90 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ShowDataStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ShowDataStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/ShowDbStmt.java b/fe/src/main/java/org/apache/doris/analysis/ShowDbStmt.java index c9601b4ae9bfa7..6f01f08e0cb163 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ShowDbStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ShowDbStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/ShowDeleteStmt.java b/fe/src/main/java/org/apache/doris/analysis/ShowDeleteStmt.java index eaea86a00ce35e..24896432e363b5 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ShowDeleteStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ShowDeleteStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/ShowEnginesStmt.java b/fe/src/main/java/org/apache/doris/analysis/ShowEnginesStmt.java index 887d2ea5a5ab67..6a0c63a5a4dbff 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ShowEnginesStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ShowEnginesStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/ShowEventsStmt.java b/fe/src/main/java/org/apache/doris/analysis/ShowEventsStmt.java index 9aba5e9cb4490c..ae76a4cd19df7e 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ShowEventsStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ShowEventsStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/ShowExportStmt.java b/fe/src/main/java/org/apache/doris/analysis/ShowExportStmt.java index 02030064e1af9b..8b3729b891a75e 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ShowExportStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ShowExportStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/ShowFrontendsStmt.java b/fe/src/main/java/org/apache/doris/analysis/ShowFrontendsStmt.java index f993145c96f238..c20f5c9e5dae7f 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ShowFrontendsStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ShowFrontendsStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/ShowGrantsStmt.java b/fe/src/main/java/org/apache/doris/analysis/ShowGrantsStmt.java index 597879b2c9de06..3bdfa51cd69736 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ShowGrantsStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ShowGrantsStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/ShowKeysStmt.java b/fe/src/main/java/org/apache/doris/analysis/ShowKeysStmt.java index a3a64d319be1cd..d3354245c51d75 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ShowKeysStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ShowKeysStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/ShowLoadStmt.java b/fe/src/main/java/org/apache/doris/analysis/ShowLoadStmt.java index 99378a5480976a..1c1328485b34c3 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ShowLoadStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ShowLoadStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/ShowLoadWarningsStmt.java b/fe/src/main/java/org/apache/doris/analysis/ShowLoadWarningsStmt.java index 5d841801a18389..cbcfaa7e7992fa 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ShowLoadWarningsStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ShowLoadWarningsStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/ShowMigrationsStmt.java b/fe/src/main/java/org/apache/doris/analysis/ShowMigrationsStmt.java index a09481eb9045b4..bd2db0cfac03b4 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ShowMigrationsStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ShowMigrationsStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/ShowOpenTableStmt.java b/fe/src/main/java/org/apache/doris/analysis/ShowOpenTableStmt.java index 0ce045a3035296..95f84dbd79c8a5 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ShowOpenTableStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ShowOpenTableStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/ShowPartitionsStmt.java b/fe/src/main/java/org/apache/doris/analysis/ShowPartitionsStmt.java index 4b545c552bff73..d21fe6a673eedc 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ShowPartitionsStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ShowPartitionsStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/ShowPluginsStmt.java b/fe/src/main/java/org/apache/doris/analysis/ShowPluginsStmt.java index 5aca19406d6995..a72e08ab63b8f5 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ShowPluginsStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ShowPluginsStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/ShowProcStmt.java b/fe/src/main/java/org/apache/doris/analysis/ShowProcStmt.java index 75126e70931ade..a3ccd93812c77f 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ShowProcStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ShowProcStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/ShowProcedureStmt.java b/fe/src/main/java/org/apache/doris/analysis/ShowProcedureStmt.java index be24a1743f8f5d..455f15a1629925 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ShowProcedureStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ShowProcedureStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/ShowProcesslistStmt.java b/fe/src/main/java/org/apache/doris/analysis/ShowProcesslistStmt.java index f14187a47e56eb..5ef0e5ccaa374e 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ShowProcesslistStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ShowProcesslistStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/ShowRepositoriesStmt.java b/fe/src/main/java/org/apache/doris/analysis/ShowRepositoriesStmt.java index 2b6860ab21687f..86e45c2b333f96 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ShowRepositoriesStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ShowRepositoriesStmt.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2018, Baidu.com, Inc. -// Copyright 2018 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/ShowRestoreStmt.java b/fe/src/main/java/org/apache/doris/analysis/ShowRestoreStmt.java index 9ee3afedc0b474..161d38a9c91b1b 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ShowRestoreStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ShowRestoreStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/ShowRolesStmt.java b/fe/src/main/java/org/apache/doris/analysis/ShowRolesStmt.java index 7c35d6fd58cec3..1648192dcbf521 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ShowRolesStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ShowRolesStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/ShowRollupStmt.java b/fe/src/main/java/org/apache/doris/analysis/ShowRollupStmt.java index c786c1bb162f2d..23b4fbc4252241 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ShowRollupStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ShowRollupStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/ShowSnapshotStmt.java b/fe/src/main/java/org/apache/doris/analysis/ShowSnapshotStmt.java index 08baf2a7fcc335..13b0f890fd691e 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ShowSnapshotStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ShowSnapshotStmt.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2018, Baidu.com, Inc. -// Copyright 2018 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/ShowStatusStmt.java b/fe/src/main/java/org/apache/doris/analysis/ShowStatusStmt.java index ef0dbbb0d872a4..787836fbe08438 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ShowStatusStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ShowStatusStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/ShowStmt.java b/fe/src/main/java/org/apache/doris/analysis/ShowStmt.java index a97a760f0fa9ad..09daa778b7b531 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ShowStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ShowStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/ShowTableStatusStmt.java b/fe/src/main/java/org/apache/doris/analysis/ShowTableStatusStmt.java index 97d08befcebae2..abff3d12b580dc 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ShowTableStatusStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ShowTableStatusStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/ShowTableStmt.java b/fe/src/main/java/org/apache/doris/analysis/ShowTableStmt.java index dc121ca1762d4a..ae767cf6d3a10e 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ShowTableStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ShowTableStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/ShowTabletStmt.java b/fe/src/main/java/org/apache/doris/analysis/ShowTabletStmt.java index 523c86f8692362..049760b2fcb648 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ShowTabletStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ShowTabletStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/ShowTriggersStmt.java b/fe/src/main/java/org/apache/doris/analysis/ShowTriggersStmt.java index 049ec9ba966494..fefddf7b2d2809 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ShowTriggersStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ShowTriggersStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/ShowUserPropertyStmt.java b/fe/src/main/java/org/apache/doris/analysis/ShowUserPropertyStmt.java index ff5abc7cd99bae..92a5d34123d3c2 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ShowUserPropertyStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ShowUserPropertyStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/ShowUserStmt.java b/fe/src/main/java/org/apache/doris/analysis/ShowUserStmt.java index d2ff3ec3eaf9ec..776742edfb3087 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ShowUserStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ShowUserStmt.java @@ -1,3 +1,20 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package org.apache.doris.analysis; import org.apache.doris.catalog.Column; diff --git a/fe/src/main/java/org/apache/doris/analysis/ShowVariablesStmt.java b/fe/src/main/java/org/apache/doris/analysis/ShowVariablesStmt.java index 2e6af587593ce0..afcf4acab7b9b7 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ShowVariablesStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ShowVariablesStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/ShowWarningStmt.java b/fe/src/main/java/org/apache/doris/analysis/ShowWarningStmt.java index fc0cfb497584d5..95be7a21c5fa42 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ShowWarningStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ShowWarningStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/ShowWhiteListStmt.java b/fe/src/main/java/org/apache/doris/analysis/ShowWhiteListStmt.java index c5fe3b286ac306..3972715a0e61d2 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ShowWhiteListStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/ShowWhiteListStmt.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/SingleRangePartitionDesc.java b/fe/src/main/java/org/apache/doris/analysis/SingleRangePartitionDesc.java index 510a0cad70c0bb..1bab262184c515 100644 --- a/fe/src/main/java/org/apache/doris/analysis/SingleRangePartitionDesc.java +++ b/fe/src/main/java/org/apache/doris/analysis/SingleRangePartitionDesc.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/SlotDescriptor.java b/fe/src/main/java/org/apache/doris/analysis/SlotDescriptor.java index 6064f7a6cb6f04..96fd0de5c158e7 100644 --- a/fe/src/main/java/org/apache/doris/analysis/SlotDescriptor.java +++ b/fe/src/main/java/org/apache/doris/analysis/SlotDescriptor.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/SlotId.java b/fe/src/main/java/org/apache/doris/analysis/SlotId.java index afa35a6d16c2bd..c7687c4713edbd 100644 --- a/fe/src/main/java/org/apache/doris/analysis/SlotId.java +++ b/fe/src/main/java/org/apache/doris/analysis/SlotId.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/SlotRef.java b/fe/src/main/java/org/apache/doris/analysis/SlotRef.java index 2d0cd8d14afce5..db444b775f544b 100644 --- a/fe/src/main/java/org/apache/doris/analysis/SlotRef.java +++ b/fe/src/main/java/org/apache/doris/analysis/SlotRef.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/SortInfo.java b/fe/src/main/java/org/apache/doris/analysis/SortInfo.java index b1756b2e73793f..e7b6432ea01d58 100644 --- a/fe/src/main/java/org/apache/doris/analysis/SortInfo.java +++ b/fe/src/main/java/org/apache/doris/analysis/SortInfo.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/StatementBase.java b/fe/src/main/java/org/apache/doris/analysis/StatementBase.java index 520ffb7385d2a1..f858e7bfa44bcf 100644 --- a/fe/src/main/java/org/apache/doris/analysis/StatementBase.java +++ b/fe/src/main/java/org/apache/doris/analysis/StatementBase.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/StmtRewriter.java b/fe/src/main/java/org/apache/doris/analysis/StmtRewriter.java index 43bb48fa390c6f..d41e0232c89a5a 100644 --- a/fe/src/main/java/org/apache/doris/analysis/StmtRewriter.java +++ b/fe/src/main/java/org/apache/doris/analysis/StmtRewriter.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/StringLiteral.java b/fe/src/main/java/org/apache/doris/analysis/StringLiteral.java index 34dc2f6453c2dc..b8c94306fabd57 100644 --- a/fe/src/main/java/org/apache/doris/analysis/StringLiteral.java +++ b/fe/src/main/java/org/apache/doris/analysis/StringLiteral.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/Subquery.java b/fe/src/main/java/org/apache/doris/analysis/Subquery.java index 21c1e1eebe306c..16723a08132ef0 100644 --- a/fe/src/main/java/org/apache/doris/analysis/Subquery.java +++ b/fe/src/main/java/org/apache/doris/analysis/Subquery.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/SyncStmt.java b/fe/src/main/java/org/apache/doris/analysis/SyncStmt.java index d786c52b1c3efb..146a504f8ffaa8 100644 --- a/fe/src/main/java/org/apache/doris/analysis/SyncStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/SyncStmt.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/SysVariableDesc.java b/fe/src/main/java/org/apache/doris/analysis/SysVariableDesc.java index 2a3a85966fd92c..5e072f26aa0715 100644 --- a/fe/src/main/java/org/apache/doris/analysis/SysVariableDesc.java +++ b/fe/src/main/java/org/apache/doris/analysis/SysVariableDesc.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/TableName.java b/fe/src/main/java/org/apache/doris/analysis/TableName.java index 76f1c4e87eb82d..116a025f8524c2 100644 --- a/fe/src/main/java/org/apache/doris/analysis/TableName.java +++ b/fe/src/main/java/org/apache/doris/analysis/TableName.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/TablePattern.java b/fe/src/main/java/org/apache/doris/analysis/TablePattern.java index 728e41d161be03..2379e3dbdf6de5 100644 --- a/fe/src/main/java/org/apache/doris/analysis/TablePattern.java +++ b/fe/src/main/java/org/apache/doris/analysis/TablePattern.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/TableRef.java b/fe/src/main/java/org/apache/doris/analysis/TableRef.java index 1c63ab06c6f598..8cffa39133bcda 100644 --- a/fe/src/main/java/org/apache/doris/analysis/TableRef.java +++ b/fe/src/main/java/org/apache/doris/analysis/TableRef.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/TableRenameClause.java b/fe/src/main/java/org/apache/doris/analysis/TableRenameClause.java index a15a10a2ad574e..dc680d39e1f465 100644 --- a/fe/src/main/java/org/apache/doris/analysis/TableRenameClause.java +++ b/fe/src/main/java/org/apache/doris/analysis/TableRenameClause.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/TimestampArithmeticExpr.java b/fe/src/main/java/org/apache/doris/analysis/TimestampArithmeticExpr.java index 76afbe2125b896..32f317302b45ba 100644 --- a/fe/src/main/java/org/apache/doris/analysis/TimestampArithmeticExpr.java +++ b/fe/src/main/java/org/apache/doris/analysis/TimestampArithmeticExpr.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/ToSqlUtils.java b/fe/src/main/java/org/apache/doris/analysis/ToSqlUtils.java index ff709ff8045398..55dd9a4fa03e91 100644 --- a/fe/src/main/java/org/apache/doris/analysis/ToSqlUtils.java +++ b/fe/src/main/java/org/apache/doris/analysis/ToSqlUtils.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/TupleDescriptor.java b/fe/src/main/java/org/apache/doris/analysis/TupleDescriptor.java index d11364d531ee8c..b1b3983ce72acc 100644 --- a/fe/src/main/java/org/apache/doris/analysis/TupleDescriptor.java +++ b/fe/src/main/java/org/apache/doris/analysis/TupleDescriptor.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/TupleId.java b/fe/src/main/java/org/apache/doris/analysis/TupleId.java index 4e4dcb0dbd8a2e..0c6a88c42afb52 100644 --- a/fe/src/main/java/org/apache/doris/analysis/TupleId.java +++ b/fe/src/main/java/org/apache/doris/analysis/TupleId.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/TupleIsNullPredicate.java b/fe/src/main/java/org/apache/doris/analysis/TupleIsNullPredicate.java index c511ef114887d1..df0da3c02efc9b 100644 --- a/fe/src/main/java/org/apache/doris/analysis/TupleIsNullPredicate.java +++ b/fe/src/main/java/org/apache/doris/analysis/TupleIsNullPredicate.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/UnionStmt.java b/fe/src/main/java/org/apache/doris/analysis/UnionStmt.java index bb494fb09a9be3..2014b0d4706ada 100644 --- a/fe/src/main/java/org/apache/doris/analysis/UnionStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/UnionStmt.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/UnsupportedStmt.java b/fe/src/main/java/org/apache/doris/analysis/UnsupportedStmt.java index bcb4b92d151fd5..fa2d46782e8200 100644 --- a/fe/src/main/java/org/apache/doris/analysis/UnsupportedStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/UnsupportedStmt.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/UseStmt.java b/fe/src/main/java/org/apache/doris/analysis/UseStmt.java index 1bc5f522e834de..c55dcbcf2ab204 100644 --- a/fe/src/main/java/org/apache/doris/analysis/UseStmt.java +++ b/fe/src/main/java/org/apache/doris/analysis/UseStmt.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/UserDesc.java b/fe/src/main/java/org/apache/doris/analysis/UserDesc.java index f2f163e8715608..c0929d5dd25bf1 100644 --- a/fe/src/main/java/org/apache/doris/analysis/UserDesc.java +++ b/fe/src/main/java/org/apache/doris/analysis/UserDesc.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/analysis/UserIdentity.java b/fe/src/main/java/org/apache/doris/analysis/UserIdentity.java index 369f6ae85a9d22..ad109bd9f396fc 100644 --- a/fe/src/main/java/org/apache/doris/analysis/UserIdentity.java +++ b/fe/src/main/java/org/apache/doris/analysis/UserIdentity.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/analysis/WithClause.java b/fe/src/main/java/org/apache/doris/analysis/WithClause.java index 3164b75be3a7a0..089a8bfcb2ea60 100644 --- a/fe/src/main/java/org/apache/doris/analysis/WithClause.java +++ b/fe/src/main/java/org/apache/doris/analysis/WithClause.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/backup/AbstractBackupJob_D.java b/fe/src/main/java/org/apache/doris/backup/AbstractBackupJob_D.java index 28c3ff09efb8ae..cccd08712df314 100644 --- a/fe/src/main/java/org/apache/doris/backup/AbstractBackupJob_D.java +++ b/fe/src/main/java/org/apache/doris/backup/AbstractBackupJob_D.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/backup/AbstractJob.java b/fe/src/main/java/org/apache/doris/backup/AbstractJob.java index 5bf48ea9644c8c..d257e4fc9fda24 100644 --- a/fe/src/main/java/org/apache/doris/backup/AbstractJob.java +++ b/fe/src/main/java/org/apache/doris/backup/AbstractJob.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2018, Baidu.com, Inc. -// Copyright 2018 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/backup/AsynchronousCmdExecutor.java b/fe/src/main/java/org/apache/doris/backup/AsynchronousCmdExecutor.java index 65204ed02563df..cb450a2548123a 100644 --- a/fe/src/main/java/org/apache/doris/backup/AsynchronousCmdExecutor.java +++ b/fe/src/main/java/org/apache/doris/backup/AsynchronousCmdExecutor.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/backup/BackupHandler.java b/fe/src/main/java/org/apache/doris/backup/BackupHandler.java index 022e27ee64114d..7ad431191b16f2 100644 --- a/fe/src/main/java/org/apache/doris/backup/BackupHandler.java +++ b/fe/src/main/java/org/apache/doris/backup/BackupHandler.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/backup/BackupJob.java b/fe/src/main/java/org/apache/doris/backup/BackupJob.java index 387801eab0bac5..2af98ad1a95ca4 100644 --- a/fe/src/main/java/org/apache/doris/backup/BackupJob.java +++ b/fe/src/main/java/org/apache/doris/backup/BackupJob.java @@ -1,3 +1,20 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package org.apache.doris.backup; import org.apache.doris.analysis.TableRef; diff --git a/fe/src/main/java/org/apache/doris/backup/BackupJobInfo.java b/fe/src/main/java/org/apache/doris/backup/BackupJobInfo.java index 4439cefb96a3b5..ac4792dd8fd996 100644 --- a/fe/src/main/java/org/apache/doris/backup/BackupJobInfo.java +++ b/fe/src/main/java/org/apache/doris/backup/BackupJobInfo.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2018, Baidu.com, Inc. -// Copyright 2018 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/backup/BackupJob_D.java b/fe/src/main/java/org/apache/doris/backup/BackupJob_D.java index 9f34b383219a8f..1ec133dbf8898e 100644 --- a/fe/src/main/java/org/apache/doris/backup/BackupJob_D.java +++ b/fe/src/main/java/org/apache/doris/backup/BackupJob_D.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/backup/BackupMeta.java b/fe/src/main/java/org/apache/doris/backup/BackupMeta.java index 7e5e34fea45a34..25c643b1457565 100644 --- a/fe/src/main/java/org/apache/doris/backup/BackupMeta.java +++ b/fe/src/main/java/org/apache/doris/backup/BackupMeta.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2018, Baidu.com, Inc. -// Copyright 2018 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/backup/BackupVersion.java b/fe/src/main/java/org/apache/doris/backup/BackupVersion.java index a59d5793c90964..571a7a33e0e32b 100644 --- a/fe/src/main/java/org/apache/doris/backup/BackupVersion.java +++ b/fe/src/main/java/org/apache/doris/backup/BackupVersion.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/backup/BlobStorage.java b/fe/src/main/java/org/apache/doris/backup/BlobStorage.java index 8ce81fdb40acd9..3c40e2d7bd1f90 100644 --- a/fe/src/main/java/org/apache/doris/backup/BlobStorage.java +++ b/fe/src/main/java/org/apache/doris/backup/BlobStorage.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2018, Baidu.com, Inc. -// Copyright 2018 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/backup/CommandBuilder.java b/fe/src/main/java/org/apache/doris/backup/CommandBuilder.java index 8df880c7a5ad67..9bc14803d0a473 100644 --- a/fe/src/main/java/org/apache/doris/backup/CommandBuilder.java +++ b/fe/src/main/java/org/apache/doris/backup/CommandBuilder.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/backup/DirSaver.java b/fe/src/main/java/org/apache/doris/backup/DirSaver.java index 5a61b99a3002b7..30b6464c743a8c 100644 --- a/fe/src/main/java/org/apache/doris/backup/DirSaver.java +++ b/fe/src/main/java/org/apache/doris/backup/DirSaver.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/backup/FileSaver.java b/fe/src/main/java/org/apache/doris/backup/FileSaver.java index bfdb4f9929bcc4..ee3151b96e52c7 100644 --- a/fe/src/main/java/org/apache/doris/backup/FileSaver.java +++ b/fe/src/main/java/org/apache/doris/backup/FileSaver.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/backup/FileSaverI.java b/fe/src/main/java/org/apache/doris/backup/FileSaverI.java index 058dc6cc146000..6c7938f278bf3a 100644 --- a/fe/src/main/java/org/apache/doris/backup/FileSaverI.java +++ b/fe/src/main/java/org/apache/doris/backup/FileSaverI.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/backup/MetaDownloadTask.java b/fe/src/main/java/org/apache/doris/backup/MetaDownloadTask.java index a053b1b90eca7d..c76d21dc727fd4 100644 --- a/fe/src/main/java/org/apache/doris/backup/MetaDownloadTask.java +++ b/fe/src/main/java/org/apache/doris/backup/MetaDownloadTask.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/backup/MetaUploadTask.java b/fe/src/main/java/org/apache/doris/backup/MetaUploadTask.java index ff230105931be0..23b7168015e9bb 100644 --- a/fe/src/main/java/org/apache/doris/backup/MetaUploadTask.java +++ b/fe/src/main/java/org/apache/doris/backup/MetaUploadTask.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/backup/ObjectWriter.java b/fe/src/main/java/org/apache/doris/backup/ObjectWriter.java index cf610ebc168b4f..f5fbe8240e9ce3 100644 --- a/fe/src/main/java/org/apache/doris/backup/ObjectWriter.java +++ b/fe/src/main/java/org/apache/doris/backup/ObjectWriter.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/backup/PathBuilder.java b/fe/src/main/java/org/apache/doris/backup/PathBuilder.java index 65431e29be7a97..100730341cf69c 100644 --- a/fe/src/main/java/org/apache/doris/backup/PathBuilder.java +++ b/fe/src/main/java/org/apache/doris/backup/PathBuilder.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/backup/RemoteFile.java b/fe/src/main/java/org/apache/doris/backup/RemoteFile.java index 4a5ac0e827eb6c..d2bcd98d4dbe7e 100644 --- a/fe/src/main/java/org/apache/doris/backup/RemoteFile.java +++ b/fe/src/main/java/org/apache/doris/backup/RemoteFile.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2018, Baidu.com, Inc. -// Copyright 2018 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/backup/Repository.java b/fe/src/main/java/org/apache/doris/backup/Repository.java index 167b08e0aadd8e..9444d92fe25e67 100644 --- a/fe/src/main/java/org/apache/doris/backup/Repository.java +++ b/fe/src/main/java/org/apache/doris/backup/Repository.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2018, Baidu.com, Inc. -// Copyright 2018 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/backup/RepositoryMgr.java b/fe/src/main/java/org/apache/doris/backup/RepositoryMgr.java index 159d19ca8d1a42..2af13408b860f4 100644 --- a/fe/src/main/java/org/apache/doris/backup/RepositoryMgr.java +++ b/fe/src/main/java/org/apache/doris/backup/RepositoryMgr.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2018, Baidu.com, Inc. -// Copyright 2018 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/backup/RestoreFileMapping.java b/fe/src/main/java/org/apache/doris/backup/RestoreFileMapping.java index be66cc45ebede1..1b610b3719e265 100644 --- a/fe/src/main/java/org/apache/doris/backup/RestoreFileMapping.java +++ b/fe/src/main/java/org/apache/doris/backup/RestoreFileMapping.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2018, Baidu.com, Inc. -// Copyright 2018 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/backup/RestoreJob.java b/fe/src/main/java/org/apache/doris/backup/RestoreJob.java index 75d66bc32a82d5..80cb86e6ea90ec 100644 --- a/fe/src/main/java/org/apache/doris/backup/RestoreJob.java +++ b/fe/src/main/java/org/apache/doris/backup/RestoreJob.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2018, Baidu.com, Inc. -// Copyright 2018 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/backup/RestoreJob_D.java b/fe/src/main/java/org/apache/doris/backup/RestoreJob_D.java index 7005d06ce5fab4..aa19481f7d56b3 100644 --- a/fe/src/main/java/org/apache/doris/backup/RestoreJob_D.java +++ b/fe/src/main/java/org/apache/doris/backup/RestoreJob_D.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/backup/ResultfulTask.java b/fe/src/main/java/org/apache/doris/backup/ResultfulTask.java index aad4bb38d884ef..19fd1027702e5c 100644 --- a/fe/src/main/java/org/apache/doris/backup/ResultfulTask.java +++ b/fe/src/main/java/org/apache/doris/backup/ResultfulTask.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/backup/SaveManifestTask.java b/fe/src/main/java/org/apache/doris/backup/SaveManifestTask.java index 33662da44a2d7c..9dcf96cd901840 100644 --- a/fe/src/main/java/org/apache/doris/backup/SaveManifestTask.java +++ b/fe/src/main/java/org/apache/doris/backup/SaveManifestTask.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/backup/SnapshotInfo.java b/fe/src/main/java/org/apache/doris/backup/SnapshotInfo.java index 72a8896d095b04..d2462e527438bb 100644 --- a/fe/src/main/java/org/apache/doris/backup/SnapshotInfo.java +++ b/fe/src/main/java/org/apache/doris/backup/SnapshotInfo.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2018, Baidu.com, Inc. -// Copyright 2018 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/backup/Status.java b/fe/src/main/java/org/apache/doris/backup/Status.java index bfa9440e15dc0c..54c68ca9cf2bfd 100644 --- a/fe/src/main/java/org/apache/doris/backup/Status.java +++ b/fe/src/main/java/org/apache/doris/backup/Status.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2018, Baidu.com, Inc. -// Copyright 2018 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/catalog/AccessPrivilege.java b/fe/src/main/java/org/apache/doris/catalog/AccessPrivilege.java index 44e212ddff7286..22295c2e405b77 100644 --- a/fe/src/main/java/org/apache/doris/catalog/AccessPrivilege.java +++ b/fe/src/main/java/org/apache/doris/catalog/AccessPrivilege.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/catalog/AggregateFunction.java b/fe/src/main/java/org/apache/doris/catalog/AggregateFunction.java index 6f3ebd0fed5694..5926aabaebd416 100644 --- a/fe/src/main/java/org/apache/doris/catalog/AggregateFunction.java +++ b/fe/src/main/java/org/apache/doris/catalog/AggregateFunction.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/catalog/AggregateType.java b/fe/src/main/java/org/apache/doris/catalog/AggregateType.java index 99db28958f781a..5561c1219ce7d4 100644 --- a/fe/src/main/java/org/apache/doris/catalog/AggregateType.java +++ b/fe/src/main/java/org/apache/doris/catalog/AggregateType.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/catalog/ArrayType.java b/fe/src/main/java/org/apache/doris/catalog/ArrayType.java index 8d703ded6625fa..f62fa66d2d723a 100644 --- a/fe/src/main/java/org/apache/doris/catalog/ArrayType.java +++ b/fe/src/main/java/org/apache/doris/catalog/ArrayType.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/catalog/BrokerMgr.java b/fe/src/main/java/org/apache/doris/catalog/BrokerMgr.java index 479dba66b01aa8..10e63b709e1f0b 100644 --- a/fe/src/main/java/org/apache/doris/catalog/BrokerMgr.java +++ b/fe/src/main/java/org/apache/doris/catalog/BrokerMgr.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/catalog/BrokerTable.java b/fe/src/main/java/org/apache/doris/catalog/BrokerTable.java index 8e9643f3209094..e1e155e62dc08b 100644 --- a/fe/src/main/java/org/apache/doris/catalog/BrokerTable.java +++ b/fe/src/main/java/org/apache/doris/catalog/BrokerTable.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/catalog/Catalog.java b/fe/src/main/java/org/apache/doris/catalog/Catalog.java index 544687f08228e7..07d9718f7eaccc 100644 --- a/fe/src/main/java/org/apache/doris/catalog/Catalog.java +++ b/fe/src/main/java/org/apache/doris/catalog/Catalog.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/catalog/CatalogRecycleBin.java b/fe/src/main/java/org/apache/doris/catalog/CatalogRecycleBin.java index 578721af126f0d..ef370e0ba33c46 100644 --- a/fe/src/main/java/org/apache/doris/catalog/CatalogRecycleBin.java +++ b/fe/src/main/java/org/apache/doris/catalog/CatalogRecycleBin.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/catalog/Column.java b/fe/src/main/java/org/apache/doris/catalog/Column.java index 93fbdd63406e08..4a6637031b2881 100644 --- a/fe/src/main/java/org/apache/doris/catalog/Column.java +++ b/fe/src/main/java/org/apache/doris/catalog/Column.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/catalog/ColumnStats.java b/fe/src/main/java/org/apache/doris/catalog/ColumnStats.java index b5bfec6f772f5a..0bd30db1358fc1 100644 --- a/fe/src/main/java/org/apache/doris/catalog/ColumnStats.java +++ b/fe/src/main/java/org/apache/doris/catalog/ColumnStats.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/catalog/ColumnType.java b/fe/src/main/java/org/apache/doris/catalog/ColumnType.java index 563ce2ebdbb4c0..870b1ce5f31e8f 100644 --- a/fe/src/main/java/org/apache/doris/catalog/ColumnType.java +++ b/fe/src/main/java/org/apache/doris/catalog/ColumnType.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/catalog/DataProperty.java b/fe/src/main/java/org/apache/doris/catalog/DataProperty.java index ad3a0e0c2a812d..7487baafd3e909 100644 --- a/fe/src/main/java/org/apache/doris/catalog/DataProperty.java +++ b/fe/src/main/java/org/apache/doris/catalog/DataProperty.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/catalog/Database.java b/fe/src/main/java/org/apache/doris/catalog/Database.java index bd39e1ba137217..46535ab386527f 100644 --- a/fe/src/main/java/org/apache/doris/catalog/Database.java +++ b/fe/src/main/java/org/apache/doris/catalog/Database.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/catalog/DiskInfo.java b/fe/src/main/java/org/apache/doris/catalog/DiskInfo.java index 7dad9ddbe3595d..dfaf41c51314b4 100644 --- a/fe/src/main/java/org/apache/doris/catalog/DiskInfo.java +++ b/fe/src/main/java/org/apache/doris/catalog/DiskInfo.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/catalog/DistributionInfo.java b/fe/src/main/java/org/apache/doris/catalog/DistributionInfo.java index e37f602b0b93cb..2d422c926fe7a1 100644 --- a/fe/src/main/java/org/apache/doris/catalog/DistributionInfo.java +++ b/fe/src/main/java/org/apache/doris/catalog/DistributionInfo.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/catalog/DomainResolver.java b/fe/src/main/java/org/apache/doris/catalog/DomainResolver.java index bdb9b39b05af97..6aaff5d3dbf1ce 100644 --- a/fe/src/main/java/org/apache/doris/catalog/DomainResolver.java +++ b/fe/src/main/java/org/apache/doris/catalog/DomainResolver.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/catalog/EsTable.java b/fe/src/main/java/org/apache/doris/catalog/EsTable.java index 13d23bb3cfd4e3..ae95ba0136e4da 100644 --- a/fe/src/main/java/org/apache/doris/catalog/EsTable.java +++ b/fe/src/main/java/org/apache/doris/catalog/EsTable.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/catalog/Function.java b/fe/src/main/java/org/apache/doris/catalog/Function.java index 6521909334e011..40c28a89f6d2fd 100644 --- a/fe/src/main/java/org/apache/doris/catalog/Function.java +++ b/fe/src/main/java/org/apache/doris/catalog/Function.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/catalog/FunctionSet.java b/fe/src/main/java/org/apache/doris/catalog/FunctionSet.java index 12d3de2393f168..36876a5523574f 100644 --- a/fe/src/main/java/org/apache/doris/catalog/FunctionSet.java +++ b/fe/src/main/java/org/apache/doris/catalog/FunctionSet.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/catalog/HashDistributionInfo.java b/fe/src/main/java/org/apache/doris/catalog/HashDistributionInfo.java index e588e1ee0ce57f..e0ab9be603d226 100644 --- a/fe/src/main/java/org/apache/doris/catalog/HashDistributionInfo.java +++ b/fe/src/main/java/org/apache/doris/catalog/HashDistributionInfo.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/catalog/InfoSchemaDb.java b/fe/src/main/java/org/apache/doris/catalog/InfoSchemaDb.java index fc40bba474e441..dc420d3ecaf455 100644 --- a/fe/src/main/java/org/apache/doris/catalog/InfoSchemaDb.java +++ b/fe/src/main/java/org/apache/doris/catalog/InfoSchemaDb.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/catalog/InlineView.java b/fe/src/main/java/org/apache/doris/catalog/InlineView.java index f24e849494e781..96912de42fb389 100644 --- a/fe/src/main/java/org/apache/doris/catalog/InlineView.java +++ b/fe/src/main/java/org/apache/doris/catalog/InlineView.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/catalog/KeysType.java b/fe/src/main/java/org/apache/doris/catalog/KeysType.java index 5d2563a75d904a..51a961d8da634a 100644 --- a/fe/src/main/java/org/apache/doris/catalog/KeysType.java +++ b/fe/src/main/java/org/apache/doris/catalog/KeysType.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/catalog/KuduPartition.java b/fe/src/main/java/org/apache/doris/catalog/KuduPartition.java index 896d1dd4080197..65a8144f85a67b 100644 --- a/fe/src/main/java/org/apache/doris/catalog/KuduPartition.java +++ b/fe/src/main/java/org/apache/doris/catalog/KuduPartition.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/catalog/KuduTable.java b/fe/src/main/java/org/apache/doris/catalog/KuduTable.java index d91b31b1b2846b..6730d565d5078c 100644 --- a/fe/src/main/java/org/apache/doris/catalog/KuduTable.java +++ b/fe/src/main/java/org/apache/doris/catalog/KuduTable.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/catalog/MapType.java b/fe/src/main/java/org/apache/doris/catalog/MapType.java index 169a7e9fa23f63..62865d6abe3163 100644 --- a/fe/src/main/java/org/apache/doris/catalog/MapType.java +++ b/fe/src/main/java/org/apache/doris/catalog/MapType.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/catalog/MaterializedIndex.java b/fe/src/main/java/org/apache/doris/catalog/MaterializedIndex.java index cdf36bf8629f13..078f9e9580be64 100644 --- a/fe/src/main/java/org/apache/doris/catalog/MaterializedIndex.java +++ b/fe/src/main/java/org/apache/doris/catalog/MaterializedIndex.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/catalog/MetaObject.java b/fe/src/main/java/org/apache/doris/catalog/MetaObject.java index a53fe33ebbcd14..02aab26a680b51 100644 --- a/fe/src/main/java/org/apache/doris/catalog/MetaObject.java +++ b/fe/src/main/java/org/apache/doris/catalog/MetaObject.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/catalog/MetaReplayState.java b/fe/src/main/java/org/apache/doris/catalog/MetaReplayState.java index b16b72de48066d..8f217aefb66ead 100644 --- a/fe/src/main/java/org/apache/doris/catalog/MetaReplayState.java +++ b/fe/src/main/java/org/apache/doris/catalog/MetaReplayState.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/catalog/MetaSignatureVersion.java b/fe/src/main/java/org/apache/doris/catalog/MetaSignatureVersion.java index 82d1db88fa7b77..f47f17b5e6b0a0 100644 --- a/fe/src/main/java/org/apache/doris/catalog/MetaSignatureVersion.java +++ b/fe/src/main/java/org/apache/doris/catalog/MetaSignatureVersion.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/catalog/MetadataViewer.java b/fe/src/main/java/org/apache/doris/catalog/MetadataViewer.java index de19e61a384813..4b5cf2c2d4aef5 100644 --- a/fe/src/main/java/org/apache/doris/catalog/MetadataViewer.java +++ b/fe/src/main/java/org/apache/doris/catalog/MetadataViewer.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/catalog/MysqlTable.java b/fe/src/main/java/org/apache/doris/catalog/MysqlTable.java index 01b2c42bfe302c..96af2104e80337 100644 --- a/fe/src/main/java/org/apache/doris/catalog/MysqlTable.java +++ b/fe/src/main/java/org/apache/doris/catalog/MysqlTable.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/catalog/OlapTable.java b/fe/src/main/java/org/apache/doris/catalog/OlapTable.java index 657900ff60cc07..ef7acf9e568fa6 100644 --- a/fe/src/main/java/org/apache/doris/catalog/OlapTable.java +++ b/fe/src/main/java/org/apache/doris/catalog/OlapTable.java @@ -1,7 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // @@ -11,6 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. + package org.apache.doris.catalog; import org.apache.doris.alter.AlterJob.JobState; diff --git a/fe/src/main/java/org/apache/doris/catalog/Partition.java b/fe/src/main/java/org/apache/doris/catalog/Partition.java index 960335d0657609..f5c85f9a3982d8 100644 --- a/fe/src/main/java/org/apache/doris/catalog/Partition.java +++ b/fe/src/main/java/org/apache/doris/catalog/Partition.java @@ -1,9 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); - -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/catalog/PartitionInfo.java b/fe/src/main/java/org/apache/doris/catalog/PartitionInfo.java index efcd3250cbfdf9..bc557de32a074f 100644 --- a/fe/src/main/java/org/apache/doris/catalog/PartitionInfo.java +++ b/fe/src/main/java/org/apache/doris/catalog/PartitionInfo.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/catalog/PartitionKey.java b/fe/src/main/java/org/apache/doris/catalog/PartitionKey.java index 9ba4de9d95bdd6..2b070f60c2c6e7 100644 --- a/fe/src/main/java/org/apache/doris/catalog/PartitionKey.java +++ b/fe/src/main/java/org/apache/doris/catalog/PartitionKey.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/catalog/PartitionType.java b/fe/src/main/java/org/apache/doris/catalog/PartitionType.java index b2c82e0d94b6f8..d0b6be627210c9 100644 --- a/fe/src/main/java/org/apache/doris/catalog/PartitionType.java +++ b/fe/src/main/java/org/apache/doris/catalog/PartitionType.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/catalog/PrimitiveType.java b/fe/src/main/java/org/apache/doris/catalog/PrimitiveType.java index ae35489ac793e8..a15c572e9d0d06 100644 --- a/fe/src/main/java/org/apache/doris/catalog/PrimitiveType.java +++ b/fe/src/main/java/org/apache/doris/catalog/PrimitiveType.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/catalog/RandomDistributionInfo.java b/fe/src/main/java/org/apache/doris/catalog/RandomDistributionInfo.java index bf9adbf2794313..aadf69f26a729c 100644 --- a/fe/src/main/java/org/apache/doris/catalog/RandomDistributionInfo.java +++ b/fe/src/main/java/org/apache/doris/catalog/RandomDistributionInfo.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/catalog/RangePartitionInfo.java b/fe/src/main/java/org/apache/doris/catalog/RangePartitionInfo.java index 1819c63ead0d3f..22c5f1d581efc7 100644 --- a/fe/src/main/java/org/apache/doris/catalog/RangePartitionInfo.java +++ b/fe/src/main/java/org/apache/doris/catalog/RangePartitionInfo.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/catalog/Replica.java b/fe/src/main/java/org/apache/doris/catalog/Replica.java index 430eac5d09d33c..0d23d454a1e1be 100644 --- a/fe/src/main/java/org/apache/doris/catalog/Replica.java +++ b/fe/src/main/java/org/apache/doris/catalog/Replica.java @@ -1,7 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // @@ -11,6 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. + package org.apache.doris.catalog; import org.apache.doris.common.FeMetaVersion; diff --git a/fe/src/main/java/org/apache/doris/catalog/ResourceGroup.java b/fe/src/main/java/org/apache/doris/catalog/ResourceGroup.java index cecb59256ee33e..eca514466a8e02 100644 --- a/fe/src/main/java/org/apache/doris/catalog/ResourceGroup.java +++ b/fe/src/main/java/org/apache/doris/catalog/ResourceGroup.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/catalog/ResourceType.java b/fe/src/main/java/org/apache/doris/catalog/ResourceType.java index bbaad934cdb6f1..d687b457f883d8 100644 --- a/fe/src/main/java/org/apache/doris/catalog/ResourceType.java +++ b/fe/src/main/java/org/apache/doris/catalog/ResourceType.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/catalog/ScalarFunction.java b/fe/src/main/java/org/apache/doris/catalog/ScalarFunction.java index fa446ff1dd1177..8e1178f1e5cd63 100644 --- a/fe/src/main/java/org/apache/doris/catalog/ScalarFunction.java +++ b/fe/src/main/java/org/apache/doris/catalog/ScalarFunction.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/catalog/ScalarType.java b/fe/src/main/java/org/apache/doris/catalog/ScalarType.java index cfe252036dfab7..c53f8f5a108060 100644 --- a/fe/src/main/java/org/apache/doris/catalog/ScalarType.java +++ b/fe/src/main/java/org/apache/doris/catalog/ScalarType.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information @@ -20,20 +17,6 @@ package org.apache.doris.catalog; -// Copyright 2012 Cloudera Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - import org.apache.doris.thrift.TScalarType; import org.apache.doris.thrift.TTypeDesc; import org.apache.doris.thrift.TTypeNode; diff --git a/fe/src/main/java/org/apache/doris/catalog/SchemaTable.java b/fe/src/main/java/org/apache/doris/catalog/SchemaTable.java index c6d3738c697e54..4b92183e3042ff 100644 --- a/fe/src/main/java/org/apache/doris/catalog/SchemaTable.java +++ b/fe/src/main/java/org/apache/doris/catalog/SchemaTable.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/catalog/SinglePartitionInfo.java b/fe/src/main/java/org/apache/doris/catalog/SinglePartitionInfo.java index 1d0fae0faab63c..7deb1bdb2cf0ee 100644 --- a/fe/src/main/java/org/apache/doris/catalog/SinglePartitionInfo.java +++ b/fe/src/main/java/org/apache/doris/catalog/SinglePartitionInfo.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/catalog/StructField.java b/fe/src/main/java/org/apache/doris/catalog/StructField.java index c7337e949bcb6f..d5eff2fdb167f3 100644 --- a/fe/src/main/java/org/apache/doris/catalog/StructField.java +++ b/fe/src/main/java/org/apache/doris/catalog/StructField.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information @@ -20,20 +17,6 @@ package org.apache.doris.catalog; -// Copyright 2012 Cloudera Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - import org.apache.doris.thrift.TColumnType; import org.apache.doris.thrift.TStructField; import org.apache.doris.thrift.TTypeDesc; diff --git a/fe/src/main/java/org/apache/doris/catalog/StructType.java b/fe/src/main/java/org/apache/doris/catalog/StructType.java index 25134a3105399b..9f9948d433fffb 100644 --- a/fe/src/main/java/org/apache/doris/catalog/StructType.java +++ b/fe/src/main/java/org/apache/doris/catalog/StructType.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/catalog/Table.java b/fe/src/main/java/org/apache/doris/catalog/Table.java index 01607998e04b32..ac0f5c39335a83 100644 --- a/fe/src/main/java/org/apache/doris/catalog/Table.java +++ b/fe/src/main/java/org/apache/doris/catalog/Table.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/catalog/Tablet.java b/fe/src/main/java/org/apache/doris/catalog/Tablet.java index f03ce345de264a..a88857248d599f 100644 --- a/fe/src/main/java/org/apache/doris/catalog/Tablet.java +++ b/fe/src/main/java/org/apache/doris/catalog/Tablet.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/catalog/TabletInvertedIndex.java b/fe/src/main/java/org/apache/doris/catalog/TabletInvertedIndex.java index 74991c485d1b79..68f5560db9c20d 100644 --- a/fe/src/main/java/org/apache/doris/catalog/TabletInvertedIndex.java +++ b/fe/src/main/java/org/apache/doris/catalog/TabletInvertedIndex.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/catalog/TabletMeta.java b/fe/src/main/java/org/apache/doris/catalog/TabletMeta.java index e9c73323339f39..2dac4f1cc3e54e 100644 --- a/fe/src/main/java/org/apache/doris/catalog/TabletMeta.java +++ b/fe/src/main/java/org/apache/doris/catalog/TabletMeta.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/catalog/TabletStatMgr.java b/fe/src/main/java/org/apache/doris/catalog/TabletStatMgr.java index 7b9ee28e23a377..5c41f908ab394c 100644 --- a/fe/src/main/java/org/apache/doris/catalog/TabletStatMgr.java +++ b/fe/src/main/java/org/apache/doris/catalog/TabletStatMgr.java @@ -1,3 +1,20 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package org.apache.doris.catalog; import org.apache.doris.catalog.Table.TableType; diff --git a/fe/src/main/java/org/apache/doris/catalog/Type.java b/fe/src/main/java/org/apache/doris/catalog/Type.java index 2cb9b973f821db..32332f0324b3a1 100644 --- a/fe/src/main/java/org/apache/doris/catalog/Type.java +++ b/fe/src/main/java/org/apache/doris/catalog/Type.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/catalog/Uda.java b/fe/src/main/java/org/apache/doris/catalog/Uda.java index 6d353d4ee5ce7a..1dc44a973457f1 100644 --- a/fe/src/main/java/org/apache/doris/catalog/Uda.java +++ b/fe/src/main/java/org/apache/doris/catalog/Uda.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/catalog/Udf.java b/fe/src/main/java/org/apache/doris/catalog/Udf.java index c676780090002c..741c978286294e 100644 --- a/fe/src/main/java/org/apache/doris/catalog/Udf.java +++ b/fe/src/main/java/org/apache/doris/catalog/Udf.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/catalog/View.java b/fe/src/main/java/org/apache/doris/catalog/View.java index a7898b0380cd73..177e5ede2ee10c 100644 --- a/fe/src/main/java/org/apache/doris/catalog/View.java +++ b/fe/src/main/java/org/apache/doris/catalog/View.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/clone/BackendLoadStatistic.java b/fe/src/main/java/org/apache/doris/clone/BackendLoadStatistic.java index aedd2ac12b0751..533612f5ff857d 100644 --- a/fe/src/main/java/org/apache/doris/clone/BackendLoadStatistic.java +++ b/fe/src/main/java/org/apache/doris/clone/BackendLoadStatistic.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/clone/BalanceStatus.java b/fe/src/main/java/org/apache/doris/clone/BalanceStatus.java index 40ee1be06cb339..297705c6ba7349 100644 --- a/fe/src/main/java/org/apache/doris/clone/BalanceStatus.java +++ b/fe/src/main/java/org/apache/doris/clone/BalanceStatus.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/clone/Clone.java b/fe/src/main/java/org/apache/doris/clone/Clone.java index 1a861421fd1ea7..72aa17759f6177 100644 --- a/fe/src/main/java/org/apache/doris/clone/Clone.java +++ b/fe/src/main/java/org/apache/doris/clone/Clone.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/clone/CloneChecker.java b/fe/src/main/java/org/apache/doris/clone/CloneChecker.java index 026d8ff259467d..91bc0b4b1bede8 100644 --- a/fe/src/main/java/org/apache/doris/clone/CloneChecker.java +++ b/fe/src/main/java/org/apache/doris/clone/CloneChecker.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/clone/CloneJob.java b/fe/src/main/java/org/apache/doris/clone/CloneJob.java index 7aaf6fd297af75..984b641ff9469a 100644 --- a/fe/src/main/java/org/apache/doris/clone/CloneJob.java +++ b/fe/src/main/java/org/apache/doris/clone/CloneJob.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/clone/ClusterLoadStatistic.java b/fe/src/main/java/org/apache/doris/clone/ClusterLoadStatistic.java index 495d70d67da5bf..db7086036d645c 100644 --- a/fe/src/main/java/org/apache/doris/clone/ClusterLoadStatistic.java +++ b/fe/src/main/java/org/apache/doris/clone/ClusterLoadStatistic.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/clone/LoadBalanceException.java b/fe/src/main/java/org/apache/doris/clone/LoadBalanceException.java index faf07cfed868e0..de5c086e61f1cd 100644 --- a/fe/src/main/java/org/apache/doris/clone/LoadBalanceException.java +++ b/fe/src/main/java/org/apache/doris/clone/LoadBalanceException.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/clone/LoadBalancer.java b/fe/src/main/java/org/apache/doris/clone/LoadBalancer.java index 46a5795c13f4b6..a6d784db97744f 100644 --- a/fe/src/main/java/org/apache/doris/clone/LoadBalancer.java +++ b/fe/src/main/java/org/apache/doris/clone/LoadBalancer.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/clone/RootPathLoadStatistic.java b/fe/src/main/java/org/apache/doris/clone/RootPathLoadStatistic.java index 5bc3513c6dc68b..4c0f6913622f65 100644 --- a/fe/src/main/java/org/apache/doris/clone/RootPathLoadStatistic.java +++ b/fe/src/main/java/org/apache/doris/clone/RootPathLoadStatistic.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/cluster/BaseParam.java b/fe/src/main/java/org/apache/doris/cluster/BaseParam.java index f7f61559374491..39359b3814f1ed 100644 --- a/fe/src/main/java/org/apache/doris/cluster/BaseParam.java +++ b/fe/src/main/java/org/apache/doris/cluster/BaseParam.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/cluster/Cluster.java b/fe/src/main/java/org/apache/doris/cluster/Cluster.java index 112dbf02432559..fcc0e774f9c9dc 100644 --- a/fe/src/main/java/org/apache/doris/cluster/Cluster.java +++ b/fe/src/main/java/org/apache/doris/cluster/Cluster.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/cluster/ClusterNamespace.java b/fe/src/main/java/org/apache/doris/cluster/ClusterNamespace.java index 99c7ef1439f533..81106b54a75e13 100644 --- a/fe/src/main/java/org/apache/doris/cluster/ClusterNamespace.java +++ b/fe/src/main/java/org/apache/doris/cluster/ClusterNamespace.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/common/AliasGenerator.java b/fe/src/main/java/org/apache/doris/common/AliasGenerator.java index 6875bf7c2e2c38..ad8f4f7e99f8c4 100644 --- a/fe/src/main/java/org/apache/doris/common/AliasGenerator.java +++ b/fe/src/main/java/org/apache/doris/common/AliasGenerator.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/AnalysisException.java b/fe/src/main/java/org/apache/doris/common/AnalysisException.java index 52b3f357a7d35b..066fc4db7ca68a 100644 --- a/fe/src/main/java/org/apache/doris/common/AnalysisException.java +++ b/fe/src/main/java/org/apache/doris/common/AnalysisException.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/AuditLog.java b/fe/src/main/java/org/apache/doris/common/AuditLog.java index 4af25a7fda39b7..0e1b609713cd00 100644 --- a/fe/src/main/java/org/apache/doris/common/AuditLog.java +++ b/fe/src/main/java/org/apache/doris/common/AuditLog.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/AuthenticationException.java b/fe/src/main/java/org/apache/doris/common/AuthenticationException.java index ec81daf784f0f5..89a2bf5272c377 100644 --- a/fe/src/main/java/org/apache/doris/common/AuthenticationException.java +++ b/fe/src/main/java/org/apache/doris/common/AuthenticationException.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/CIDR.java b/fe/src/main/java/org/apache/doris/common/CIDR.java index 502759795f650e..f119f43a816407 100644 --- a/fe/src/main/java/org/apache/doris/common/CIDR.java +++ b/fe/src/main/java/org/apache/doris/common/CIDR.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/common/CaseSensibility.java b/fe/src/main/java/org/apache/doris/common/CaseSensibility.java index f293e3e7d17413..170f8b37ec2a76 100644 --- a/fe/src/main/java/org/apache/doris/common/CaseSensibility.java +++ b/fe/src/main/java/org/apache/doris/common/CaseSensibility.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/common/ClientPool.java b/fe/src/main/java/org/apache/doris/common/ClientPool.java index a7a3e8d97b8786..6c727ac69cf81f 100644 --- a/fe/src/main/java/org/apache/doris/common/ClientPool.java +++ b/fe/src/main/java/org/apache/doris/common/ClientPool.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/ColumnAliasGenerator.java b/fe/src/main/java/org/apache/doris/common/ColumnAliasGenerator.java index a3341c804a49ed..330f35a52eaf96 100644 --- a/fe/src/main/java/org/apache/doris/common/ColumnAliasGenerator.java +++ b/fe/src/main/java/org/apache/doris/common/ColumnAliasGenerator.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/CommandLineOptions.java b/fe/src/main/java/org/apache/doris/common/CommandLineOptions.java index ca0909a2f42a05..67dc9e45f23b05 100644 --- a/fe/src/main/java/org/apache/doris/common/CommandLineOptions.java +++ b/fe/src/main/java/org/apache/doris/common/CommandLineOptions.java @@ -1,3 +1,20 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package org.apache.doris.common; import org.apache.doris.journal.bdbje.BDBToolOptions; diff --git a/fe/src/main/java/org/apache/doris/common/Config.java b/fe/src/main/java/org/apache/doris/common/Config.java index 3ecf0b8c575e72..75ac8579d64257 100644 --- a/fe/src/main/java/org/apache/doris/common/Config.java +++ b/fe/src/main/java/org/apache/doris/common/Config.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/common/ConfigBase.java b/fe/src/main/java/org/apache/doris/common/ConfigBase.java index 951a076d493b36..9b8a210ead35cd 100644 --- a/fe/src/main/java/org/apache/doris/common/ConfigBase.java +++ b/fe/src/main/java/org/apache/doris/common/ConfigBase.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/ConfigWatcher.java b/fe/src/main/java/org/apache/doris/common/ConfigWatcher.java index ef448f13018b6d..1f31f880e48b4d 100644 --- a/fe/src/main/java/org/apache/doris/common/ConfigWatcher.java +++ b/fe/src/main/java/org/apache/doris/common/ConfigWatcher.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/DdlException.java b/fe/src/main/java/org/apache/doris/common/DdlException.java index 67495ab30119a6..803810dd77d816 100644 --- a/fe/src/main/java/org/apache/doris/common/DdlException.java +++ b/fe/src/main/java/org/apache/doris/common/DdlException.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/ErrorCode.java b/fe/src/main/java/org/apache/doris/common/ErrorCode.java index fdc4c18c973eff..d283d2af7480ad 100644 --- a/fe/src/main/java/org/apache/doris/common/ErrorCode.java +++ b/fe/src/main/java/org/apache/doris/common/ErrorCode.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/ErrorReport.java b/fe/src/main/java/org/apache/doris/common/ErrorReport.java index 33386faebec052..2bd344a18ac20f 100644 --- a/fe/src/main/java/org/apache/doris/common/ErrorReport.java +++ b/fe/src/main/java/org/apache/doris/common/ErrorReport.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/FeConstants.java b/fe/src/main/java/org/apache/doris/common/FeConstants.java index 9b14181f7fff9d..03f078d66f2b10 100644 --- a/fe/src/main/java/org/apache/doris/common/FeConstants.java +++ b/fe/src/main/java/org/apache/doris/common/FeConstants.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/FeMetaVersion.java b/fe/src/main/java/org/apache/doris/common/FeMetaVersion.java index 82acc82009cf60..f8be0a0465a5b7 100644 --- a/fe/src/main/java/org/apache/doris/common/FeMetaVersion.java +++ b/fe/src/main/java/org/apache/doris/common/FeMetaVersion.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/FeNameFormat.java b/fe/src/main/java/org/apache/doris/common/FeNameFormat.java index 1bb2832cfb64b0..722d825a6a230b 100644 --- a/fe/src/main/java/org/apache/doris/common/FeNameFormat.java +++ b/fe/src/main/java/org/apache/doris/common/FeNameFormat.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/GenericPool.java b/fe/src/main/java/org/apache/doris/common/GenericPool.java index 26eade54b48fd1..549a6dabb736c8 100644 --- a/fe/src/main/java/org/apache/doris/common/GenericPool.java +++ b/fe/src/main/java/org/apache/doris/common/GenericPool.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/Id.java b/fe/src/main/java/org/apache/doris/common/Id.java index 09844a1dfd5558..5976d94d4154a4 100644 --- a/fe/src/main/java/org/apache/doris/common/Id.java +++ b/fe/src/main/java/org/apache/doris/common/Id.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/IdGenerator.java b/fe/src/main/java/org/apache/doris/common/IdGenerator.java index b6fffef1912f09..a401739136e3cf 100644 --- a/fe/src/main/java/org/apache/doris/common/IdGenerator.java +++ b/fe/src/main/java/org/apache/doris/common/IdGenerator.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/LoadException.java b/fe/src/main/java/org/apache/doris/common/LoadException.java index 8fd12567babef9..7e269302bb5d2c 100644 --- a/fe/src/main/java/org/apache/doris/common/LoadException.java +++ b/fe/src/main/java/org/apache/doris/common/LoadException.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/Log4jConfig.java b/fe/src/main/java/org/apache/doris/common/Log4jConfig.java index f446d7796b5de0..e860d1aa178828 100644 --- a/fe/src/main/java/org/apache/doris/common/Log4jConfig.java +++ b/fe/src/main/java/org/apache/doris/common/Log4jConfig.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/MarkDownParser.java b/fe/src/main/java/org/apache/doris/common/MarkDownParser.java index 3d2915fe1ac692..573f2333822230 100644 --- a/fe/src/main/java/org/apache/doris/common/MarkDownParser.java +++ b/fe/src/main/java/org/apache/doris/common/MarkDownParser.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/MarkedCountDownLatch.java b/fe/src/main/java/org/apache/doris/common/MarkedCountDownLatch.java index 7f1067a185ba80..85e680427a82b3 100644 --- a/fe/src/main/java/org/apache/doris/common/MarkedCountDownLatch.java +++ b/fe/src/main/java/org/apache/doris/common/MarkedCountDownLatch.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/MetaNotFoundException.java b/fe/src/main/java/org/apache/doris/common/MetaNotFoundException.java index f3840caa6c88ff..4e2ff0408dd4d4 100644 --- a/fe/src/main/java/org/apache/doris/common/MetaNotFoundException.java +++ b/fe/src/main/java/org/apache/doris/common/MetaNotFoundException.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/NotImplementedException.java b/fe/src/main/java/org/apache/doris/common/NotImplementedException.java index 5a59fce4271f42..b56cf40b93e687 100644 --- a/fe/src/main/java/org/apache/doris/common/NotImplementedException.java +++ b/fe/src/main/java/org/apache/doris/common/NotImplementedException.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/Pair.java b/fe/src/main/java/org/apache/doris/common/Pair.java index c7c26823c44b80..e2be6bbfe9b55c 100644 --- a/fe/src/main/java/org/apache/doris/common/Pair.java +++ b/fe/src/main/java/org/apache/doris/common/Pair.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/PatternMatcher.java b/fe/src/main/java/org/apache/doris/common/PatternMatcher.java index bda1e5780e38ab..141f336a3b00f7 100644 --- a/fe/src/main/java/org/apache/doris/common/PatternMatcher.java +++ b/fe/src/main/java/org/apache/doris/common/PatternMatcher.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/Reference.java b/fe/src/main/java/org/apache/doris/common/Reference.java index 3978b1f9ec16e4..9c2e289a13c06b 100644 --- a/fe/src/main/java/org/apache/doris/common/Reference.java +++ b/fe/src/main/java/org/apache/doris/common/Reference.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/Status.java b/fe/src/main/java/org/apache/doris/common/Status.java index 0bec25af330b93..65f83f7c03cd13 100644 --- a/fe/src/main/java/org/apache/doris/common/Status.java +++ b/fe/src/main/java/org/apache/doris/common/Status.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/SystemIdGenerator.java b/fe/src/main/java/org/apache/doris/common/SystemIdGenerator.java index ea32e29db1cd7c..fa976148b6a919 100644 --- a/fe/src/main/java/org/apache/doris/common/SystemIdGenerator.java +++ b/fe/src/main/java/org/apache/doris/common/SystemIdGenerator.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/TableAliasGenerator.java b/fe/src/main/java/org/apache/doris/common/TableAliasGenerator.java index 7743501fa5ce06..0bb1ef2cf61180 100644 --- a/fe/src/main/java/org/apache/doris/common/TableAliasGenerator.java +++ b/fe/src/main/java/org/apache/doris/common/TableAliasGenerator.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/ThreadIdConverter.java b/fe/src/main/java/org/apache/doris/common/ThreadIdConverter.java index 12837fc1c12155..c1f448d6eff10b 100644 --- a/fe/src/main/java/org/apache/doris/common/ThreadIdConverter.java +++ b/fe/src/main/java/org/apache/doris/common/ThreadIdConverter.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/ThriftServer.java b/fe/src/main/java/org/apache/doris/common/ThriftServer.java index 256f1c8a928293..94cfcc99671b12 100644 --- a/fe/src/main/java/org/apache/doris/common/ThriftServer.java +++ b/fe/src/main/java/org/apache/doris/common/ThriftServer.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/common/ThriftServerContext.java b/fe/src/main/java/org/apache/doris/common/ThriftServerContext.java index a5ea9e3beba254..3237f72302c49e 100644 --- a/fe/src/main/java/org/apache/doris/common/ThriftServerContext.java +++ b/fe/src/main/java/org/apache/doris/common/ThriftServerContext.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/common/ThriftServerEventProcessor.java b/fe/src/main/java/org/apache/doris/common/ThriftServerEventProcessor.java index 1af0848b0cb4a9..994941383c961f 100644 --- a/fe/src/main/java/org/apache/doris/common/ThriftServerEventProcessor.java +++ b/fe/src/main/java/org/apache/doris/common/ThriftServerEventProcessor.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/common/TreeNode.java b/fe/src/main/java/org/apache/doris/common/TreeNode.java index a3138c4e47f324..a75563d4c15ff8 100644 --- a/fe/src/main/java/org/apache/doris/common/TreeNode.java +++ b/fe/src/main/java/org/apache/doris/common/TreeNode.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/UserException.java b/fe/src/main/java/org/apache/doris/common/UserException.java index d590e7542f6a6a..7f04a08f92fd58 100644 --- a/fe/src/main/java/org/apache/doris/common/UserException.java +++ b/fe/src/main/java/org/apache/doris/common/UserException.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/io/DataInputBuffer.java b/fe/src/main/java/org/apache/doris/common/io/DataInputBuffer.java index cf0b2239bd309c..1c8f808265c1fa 100644 --- a/fe/src/main/java/org/apache/doris/common/io/DataInputBuffer.java +++ b/fe/src/main/java/org/apache/doris/common/io/DataInputBuffer.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/io/DataOutputBuffer.java b/fe/src/main/java/org/apache/doris/common/io/DataOutputBuffer.java index d51d79927a48d3..e5abdf6a45113b 100644 --- a/fe/src/main/java/org/apache/doris/common/io/DataOutputBuffer.java +++ b/fe/src/main/java/org/apache/doris/common/io/DataOutputBuffer.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/io/DeepCopy.java b/fe/src/main/java/org/apache/doris/common/io/DeepCopy.java index b4143e8bb967a3..94418d412e6b77 100644 --- a/fe/src/main/java/org/apache/doris/common/io/DeepCopy.java +++ b/fe/src/main/java/org/apache/doris/common/io/DeepCopy.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2018, Baidu.com, Inc. -// Copyright 2018 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/io/FastByteArrayInputStream.java b/fe/src/main/java/org/apache/doris/common/io/FastByteArrayInputStream.java index 0e7aa3a94af762..c34ccf02e131b4 100644 --- a/fe/src/main/java/org/apache/doris/common/io/FastByteArrayInputStream.java +++ b/fe/src/main/java/org/apache/doris/common/io/FastByteArrayInputStream.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2018, Baidu.com, Inc. -// Copyright 2018 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/io/FastByteArrayOutputStream.java b/fe/src/main/java/org/apache/doris/common/io/FastByteArrayOutputStream.java index 8cfd262c7e96e0..e02acf0ba65e13 100644 --- a/fe/src/main/java/org/apache/doris/common/io/FastByteArrayOutputStream.java +++ b/fe/src/main/java/org/apache/doris/common/io/FastByteArrayOutputStream.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2018, Baidu.com, Inc. -// Copyright 2018 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/io/IOUtils.java b/fe/src/main/java/org/apache/doris/common/io/IOUtils.java index 49e54fdca758fc..5dadf85793bbc3 100644 --- a/fe/src/main/java/org/apache/doris/common/io/IOUtils.java +++ b/fe/src/main/java/org/apache/doris/common/io/IOUtils.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/io/InputBuffer.java b/fe/src/main/java/org/apache/doris/common/io/InputBuffer.java index d871db20937d68..8fd52b0fe051f4 100644 --- a/fe/src/main/java/org/apache/doris/common/io/InputBuffer.java +++ b/fe/src/main/java/org/apache/doris/common/io/InputBuffer.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/io/LimitInputStream.java b/fe/src/main/java/org/apache/doris/common/io/LimitInputStream.java index 18bb1a01def8c1..dbe836f1c60bda 100644 --- a/fe/src/main/java/org/apache/doris/common/io/LimitInputStream.java +++ b/fe/src/main/java/org/apache/doris/common/io/LimitInputStream.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/io/LimitOutputStream.java b/fe/src/main/java/org/apache/doris/common/io/LimitOutputStream.java index f9f3eb3e1bbcd1..96516efa835a0e 100644 --- a/fe/src/main/java/org/apache/doris/common/io/LimitOutputStream.java +++ b/fe/src/main/java/org/apache/doris/common/io/LimitOutputStream.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/io/OutputBuffer.java b/fe/src/main/java/org/apache/doris/common/io/OutputBuffer.java index f3b6d2e2b11f2d..63e17b20295220 100644 --- a/fe/src/main/java/org/apache/doris/common/io/OutputBuffer.java +++ b/fe/src/main/java/org/apache/doris/common/io/OutputBuffer.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/io/Text.java b/fe/src/main/java/org/apache/doris/common/io/Text.java index 2381dfbb72cc72..71da100e6f5c55 100644 --- a/fe/src/main/java/org/apache/doris/common/io/Text.java +++ b/fe/src/main/java/org/apache/doris/common/io/Text.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/io/Writable.java b/fe/src/main/java/org/apache/doris/common/io/Writable.java index 040991308a6324..58742c724301a6 100644 --- a/fe/src/main/java/org/apache/doris/common/io/Writable.java +++ b/fe/src/main/java/org/apache/doris/common/io/Writable.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/path/PathTrie.java b/fe/src/main/java/org/apache/doris/common/path/PathTrie.java index 06ec942af7e9fb..6f587b187b41ab 100644 --- a/fe/src/main/java/org/apache/doris/common/path/PathTrie.java +++ b/fe/src/main/java/org/apache/doris/common/path/PathTrie.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/proc/AuthProcDir.java b/fe/src/main/java/org/apache/doris/common/proc/AuthProcDir.java index abc372eebe07ed..3630ae1d437f8c 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/AuthProcDir.java +++ b/fe/src/main/java/org/apache/doris/common/proc/AuthProcDir.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/proc/BackendLoadStatisticProcNode.java b/fe/src/main/java/org/apache/doris/common/proc/BackendLoadStatisticProcNode.java index 1e0bdaa5282f8e..8ca17e9c794a83 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/BackendLoadStatisticProcNode.java +++ b/fe/src/main/java/org/apache/doris/common/proc/BackendLoadStatisticProcNode.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/common/proc/BackendProcNode.java b/fe/src/main/java/org/apache/doris/common/proc/BackendProcNode.java index f845e383087205..a9b48e1a692b85 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/BackendProcNode.java +++ b/fe/src/main/java/org/apache/doris/common/proc/BackendProcNode.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/proc/BackendsProcDir.java b/fe/src/main/java/org/apache/doris/common/proc/BackendsProcDir.java index ad1170a64f6fc3..c534c9bbe093bc 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/BackendsProcDir.java +++ b/fe/src/main/java/org/apache/doris/common/proc/BackendsProcDir.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/proc/BaseProcDir.java b/fe/src/main/java/org/apache/doris/common/proc/BaseProcDir.java index 1cc6dd6f1db078..71bb69224341ce 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/BaseProcDir.java +++ b/fe/src/main/java/org/apache/doris/common/proc/BaseProcDir.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/proc/BaseProcNode.java b/fe/src/main/java/org/apache/doris/common/proc/BaseProcNode.java index 5e90f2286c9d07..1bf04cf790bed6 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/BaseProcNode.java +++ b/fe/src/main/java/org/apache/doris/common/proc/BaseProcNode.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/proc/BaseProcResult.java b/fe/src/main/java/org/apache/doris/common/proc/BaseProcResult.java index 352930d69b56b7..9c6f127723657a 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/BaseProcResult.java +++ b/fe/src/main/java/org/apache/doris/common/proc/BaseProcResult.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/proc/CloneProcNode.java b/fe/src/main/java/org/apache/doris/common/proc/CloneProcNode.java index a9d6920957b11d..7b5b9d71bf93db 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/CloneProcNode.java +++ b/fe/src/main/java/org/apache/doris/common/proc/CloneProcNode.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/proc/ClusterLoadStatisticProcDir.java b/fe/src/main/java/org/apache/doris/common/proc/ClusterLoadStatisticProcDir.java index e3d4f3a24a9dd0..6473bfc98dcd5c 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/ClusterLoadStatisticProcDir.java +++ b/fe/src/main/java/org/apache/doris/common/proc/ClusterLoadStatisticProcDir.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/common/proc/CurrentQueryBackendInstanceProcDir.java b/fe/src/main/java/org/apache/doris/common/proc/CurrentQueryBackendInstanceProcDir.java index 7f2581b8b7f092..f7bdc1a47b8cf0 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/CurrentQueryBackendInstanceProcDir.java +++ b/fe/src/main/java/org/apache/doris/common/proc/CurrentQueryBackendInstanceProcDir.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/common/proc/CurrentQueryFragmentProcNode.java b/fe/src/main/java/org/apache/doris/common/proc/CurrentQueryFragmentProcNode.java index afda8c7c17f645..2b39b87ed3e08d 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/CurrentQueryFragmentProcNode.java +++ b/fe/src/main/java/org/apache/doris/common/proc/CurrentQueryFragmentProcNode.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/common/proc/CurrentQuerySqlProcDir.java b/fe/src/main/java/org/apache/doris/common/proc/CurrentQuerySqlProcDir.java index 4262d58a71bda6..182cd67776917c 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/CurrentQuerySqlProcDir.java +++ b/fe/src/main/java/org/apache/doris/common/proc/CurrentQuerySqlProcDir.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/common/proc/CurrentQueryStatisticsProcDir.java b/fe/src/main/java/org/apache/doris/common/proc/CurrentQueryStatisticsProcDir.java index e29ba081c7e532..c100e09b47f8e5 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/CurrentQueryStatisticsProcDir.java +++ b/fe/src/main/java/org/apache/doris/common/proc/CurrentQueryStatisticsProcDir.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/common/proc/DbsProcDir.java b/fe/src/main/java/org/apache/doris/common/proc/DbsProcDir.java index bc968363a83674..f7945eb393846e 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/DbsProcDir.java +++ b/fe/src/main/java/org/apache/doris/common/proc/DbsProcDir.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/proc/DeleteInfoProcDir.java b/fe/src/main/java/org/apache/doris/common/proc/DeleteInfoProcDir.java index 7e710460a2d13f..7979bb06d9b761 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/DeleteInfoProcDir.java +++ b/fe/src/main/java/org/apache/doris/common/proc/DeleteInfoProcDir.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/proc/DeleteJobProcNode.java b/fe/src/main/java/org/apache/doris/common/proc/DeleteJobProcNode.java index 316af29dd8c1ec..aa9521cd603721 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/DeleteJobProcNode.java +++ b/fe/src/main/java/org/apache/doris/common/proc/DeleteJobProcNode.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/proc/EsPartitionsProcDir.java b/fe/src/main/java/org/apache/doris/common/proc/EsPartitionsProcDir.java index c15de9b7420c90..043fd240149b5a 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/EsPartitionsProcDir.java +++ b/fe/src/main/java/org/apache/doris/common/proc/EsPartitionsProcDir.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/common/proc/EsShardProcDir.java b/fe/src/main/java/org/apache/doris/common/proc/EsShardProcDir.java index 6e3847aac59883..51574a2c4e7281 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/EsShardProcDir.java +++ b/fe/src/main/java/org/apache/doris/common/proc/EsShardProcDir.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/common/proc/ExportProcNode.java b/fe/src/main/java/org/apache/doris/common/proc/ExportProcNode.java index c55322baa39096..fa12e5c5a1c0a6 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/ExportProcNode.java +++ b/fe/src/main/java/org/apache/doris/common/proc/ExportProcNode.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/common/proc/FrontendsProcNode.java b/fe/src/main/java/org/apache/doris/common/proc/FrontendsProcNode.java index 09581c0ad87a47..369bcd84332c4f 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/FrontendsProcNode.java +++ b/fe/src/main/java/org/apache/doris/common/proc/FrontendsProcNode.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/proc/IncompleteTabletsProcNode.java b/fe/src/main/java/org/apache/doris/common/proc/IncompleteTabletsProcNode.java index 1d1ff3fa36b475..c27c00aad47c17 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/IncompleteTabletsProcNode.java +++ b/fe/src/main/java/org/apache/doris/common/proc/IncompleteTabletsProcNode.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/proc/IndexInfoProcDir.java b/fe/src/main/java/org/apache/doris/common/proc/IndexInfoProcDir.java index bed3b2720cf34f..c1c5b50e9f41a3 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/IndexInfoProcDir.java +++ b/fe/src/main/java/org/apache/doris/common/proc/IndexInfoProcDir.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/proc/IndexSchemaProcNode.java b/fe/src/main/java/org/apache/doris/common/proc/IndexSchemaProcNode.java index 4f7f4647a419e2..b2d7f0e5b26fe3 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/IndexSchemaProcNode.java +++ b/fe/src/main/java/org/apache/doris/common/proc/IndexSchemaProcNode.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/proc/IndicesProcDir.java b/fe/src/main/java/org/apache/doris/common/proc/IndicesProcDir.java index 18902a146f3c6c..be4986cfca2970 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/IndicesProcDir.java +++ b/fe/src/main/java/org/apache/doris/common/proc/IndicesProcDir.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/proc/JobsDbProcDir.java b/fe/src/main/java/org/apache/doris/common/proc/JobsDbProcDir.java index 2b5bd786c15b59..c9da8e3aaba871 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/JobsDbProcDir.java +++ b/fe/src/main/java/org/apache/doris/common/proc/JobsDbProcDir.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/proc/JobsProcDir.java b/fe/src/main/java/org/apache/doris/common/proc/JobsProcDir.java index 50630df7042f79..57683fe60fb27e 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/JobsProcDir.java +++ b/fe/src/main/java/org/apache/doris/common/proc/JobsProcDir.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/proc/JvmProcDir.java b/fe/src/main/java/org/apache/doris/common/proc/JvmProcDir.java index aa9d8cdd5a529f..ca3cffa6844a62 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/JvmProcDir.java +++ b/fe/src/main/java/org/apache/doris/common/proc/JvmProcDir.java @@ -1,3 +1,20 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package org.apache.doris.common.proc; import org.apache.doris.common.AnalysisException; diff --git a/fe/src/main/java/org/apache/doris/common/proc/LoadErrorProcNode.java b/fe/src/main/java/org/apache/doris/common/proc/LoadErrorProcNode.java index 00a8df5d8ebed0..2f8f755ef14f25 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/LoadErrorProcNode.java +++ b/fe/src/main/java/org/apache/doris/common/proc/LoadErrorProcNode.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/proc/LoadJobProcNode.java b/fe/src/main/java/org/apache/doris/common/proc/LoadJobProcNode.java index dbcc00224485e5..3c3c437635157c 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/LoadJobProcNode.java +++ b/fe/src/main/java/org/apache/doris/common/proc/LoadJobProcNode.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/proc/LoadProcDir.java b/fe/src/main/java/org/apache/doris/common/proc/LoadProcDir.java index 4eda61b85a0247..9115e448e3a7c7 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/LoadProcDir.java +++ b/fe/src/main/java/org/apache/doris/common/proc/LoadProcDir.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/proc/MonitorProcDir.java b/fe/src/main/java/org/apache/doris/common/proc/MonitorProcDir.java index 71c55b7057db53..bb55fb5266b911 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/MonitorProcDir.java +++ b/fe/src/main/java/org/apache/doris/common/proc/MonitorProcDir.java @@ -1,3 +1,20 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package org.apache.doris.common.proc; import org.apache.doris.common.AnalysisException; diff --git a/fe/src/main/java/org/apache/doris/common/proc/PartitionsProcDir.java b/fe/src/main/java/org/apache/doris/common/proc/PartitionsProcDir.java index f8d2fa814412f9..4430f16a5e1449 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/PartitionsProcDir.java +++ b/fe/src/main/java/org/apache/doris/common/proc/PartitionsProcDir.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/proc/ProcDirInterface.java b/fe/src/main/java/org/apache/doris/common/proc/ProcDirInterface.java index 62c37f5fa960e9..41331fc92e3522 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/ProcDirInterface.java +++ b/fe/src/main/java/org/apache/doris/common/proc/ProcDirInterface.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/proc/ProcNodeInterface.java b/fe/src/main/java/org/apache/doris/common/proc/ProcNodeInterface.java index e5b6974c6fa721..9586cfeae47cc5 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/ProcNodeInterface.java +++ b/fe/src/main/java/org/apache/doris/common/proc/ProcNodeInterface.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/proc/ProcResult.java b/fe/src/main/java/org/apache/doris/common/proc/ProcResult.java index add8210c69cc06..40c66fc5996fbf 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/ProcResult.java +++ b/fe/src/main/java/org/apache/doris/common/proc/ProcResult.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/proc/ProcService.java b/fe/src/main/java/org/apache/doris/common/proc/ProcService.java index a61e4a835acc91..2c9e1c21384718 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/ProcService.java +++ b/fe/src/main/java/org/apache/doris/common/proc/ProcService.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/proc/ReplicasProcNode.java b/fe/src/main/java/org/apache/doris/common/proc/ReplicasProcNode.java index 052cd48c8ad718..fdafddb6c0e508 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/ReplicasProcNode.java +++ b/fe/src/main/java/org/apache/doris/common/proc/ReplicasProcNode.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/proc/RollupJobProcDir.java b/fe/src/main/java/org/apache/doris/common/proc/RollupJobProcDir.java index 48f898aab394fe..8e2096367d7bf1 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/RollupJobProcDir.java +++ b/fe/src/main/java/org/apache/doris/common/proc/RollupJobProcDir.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/proc/RollupProcDir.java b/fe/src/main/java/org/apache/doris/common/proc/RollupProcDir.java index f98b25c06f348e..8b773b95fc1053 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/RollupProcDir.java +++ b/fe/src/main/java/org/apache/doris/common/proc/RollupProcDir.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/proc/RollupTabletsProcNode.java b/fe/src/main/java/org/apache/doris/common/proc/RollupTabletsProcNode.java index ea8028a423fc2f..08ad1ff195bd42 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/RollupTabletsProcNode.java +++ b/fe/src/main/java/org/apache/doris/common/proc/RollupTabletsProcNode.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/proc/SchemaChangeProcNode.java b/fe/src/main/java/org/apache/doris/common/proc/SchemaChangeProcNode.java index 991d2fbceaf9bd..e6d54016de60b7 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/SchemaChangeProcNode.java +++ b/fe/src/main/java/org/apache/doris/common/proc/SchemaChangeProcNode.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/proc/StatisticProcDir.java b/fe/src/main/java/org/apache/doris/common/proc/StatisticProcDir.java index 41cc54a3e7ba11..41586a0fecfacf 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/StatisticProcDir.java +++ b/fe/src/main/java/org/apache/doris/common/proc/StatisticProcDir.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/proc/TableProcDir.java b/fe/src/main/java/org/apache/doris/common/proc/TableProcDir.java index 74e4aa490d9073..f02c2ec1b6539b 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/TableProcDir.java +++ b/fe/src/main/java/org/apache/doris/common/proc/TableProcDir.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/proc/TablesProcDir.java b/fe/src/main/java/org/apache/doris/common/proc/TablesProcDir.java index 49801d6f9a278e..2f0a5b70797cc6 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/TablesProcDir.java +++ b/fe/src/main/java/org/apache/doris/common/proc/TablesProcDir.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/proc/TabletsProcDir.java b/fe/src/main/java/org/apache/doris/common/proc/TabletsProcDir.java index 5875d1a536c9af..3b2ea0dadd807c 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/TabletsProcDir.java +++ b/fe/src/main/java/org/apache/doris/common/proc/TabletsProcDir.java @@ -1,5 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information @@ -16,6 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. + package org.apache.doris.common.proc; import org.apache.doris.catalog.Catalog; diff --git a/fe/src/main/java/org/apache/doris/common/proc/TaskFailedProcNode.java b/fe/src/main/java/org/apache/doris/common/proc/TaskFailedProcNode.java index 8b379fa97139cc..61851a88bcfb78 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/TaskFailedProcNode.java +++ b/fe/src/main/java/org/apache/doris/common/proc/TaskFailedProcNode.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/proc/TaskTypeProcNode.java b/fe/src/main/java/org/apache/doris/common/proc/TaskTypeProcNode.java index 43e32a9049b7e7..4cad265cf079bc 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/TaskTypeProcNode.java +++ b/fe/src/main/java/org/apache/doris/common/proc/TaskTypeProcNode.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/proc/TasksProcDir.java b/fe/src/main/java/org/apache/doris/common/proc/TasksProcDir.java index ae5af5569c4fee..977d1dd9b351b7 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/TasksProcDir.java +++ b/fe/src/main/java/org/apache/doris/common/proc/TasksProcDir.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/proc/TransDbProcDir.java b/fe/src/main/java/org/apache/doris/common/proc/TransDbProcDir.java index 68274696e9002b..06a5c7a15a4f4c 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/TransDbProcDir.java +++ b/fe/src/main/java/org/apache/doris/common/proc/TransDbProcDir.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/common/proc/TransPartitionProcNode.java b/fe/src/main/java/org/apache/doris/common/proc/TransPartitionProcNode.java index 3e67b6cd9757e8..1db9124f98baeb 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/TransPartitionProcNode.java +++ b/fe/src/main/java/org/apache/doris/common/proc/TransPartitionProcNode.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/common/proc/TransProcDir.java b/fe/src/main/java/org/apache/doris/common/proc/TransProcDir.java index c2247ad271468a..f18edd03fe8a76 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/TransProcDir.java +++ b/fe/src/main/java/org/apache/doris/common/proc/TransProcDir.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/common/proc/TransTablesProcDir.java b/fe/src/main/java/org/apache/doris/common/proc/TransTablesProcDir.java index 24dbc234b7fed6..265f63b8dcea52 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/TransTablesProcDir.java +++ b/fe/src/main/java/org/apache/doris/common/proc/TransTablesProcDir.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/common/proc/UserPropertyProcNode.java b/fe/src/main/java/org/apache/doris/common/proc/UserPropertyProcNode.java index ec4dd47b931542..4cff089b07e3b6 100644 --- a/fe/src/main/java/org/apache/doris/common/proc/UserPropertyProcNode.java +++ b/fe/src/main/java/org/apache/doris/common/proc/UserPropertyProcNode.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/publish/AckResponseHandler.java b/fe/src/main/java/org/apache/doris/common/publish/AckResponseHandler.java index 0a7cb2bef78810..1d6206ab6e9ef1 100644 --- a/fe/src/main/java/org/apache/doris/common/publish/AckResponseHandler.java +++ b/fe/src/main/java/org/apache/doris/common/publish/AckResponseHandler.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/publish/ClusterStatePublisher.java b/fe/src/main/java/org/apache/doris/common/publish/ClusterStatePublisher.java index 07b2452da6b1a3..324287eaa8e6be 100644 --- a/fe/src/main/java/org/apache/doris/common/publish/ClusterStatePublisher.java +++ b/fe/src/main/java/org/apache/doris/common/publish/ClusterStatePublisher.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/publish/ClusterStateUpdate.java b/fe/src/main/java/org/apache/doris/common/publish/ClusterStateUpdate.java index 93b2557f97c8f4..3755c3106855cb 100644 --- a/fe/src/main/java/org/apache/doris/common/publish/ClusterStateUpdate.java +++ b/fe/src/main/java/org/apache/doris/common/publish/ClusterStateUpdate.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/publish/FixedTimePublisher.java b/fe/src/main/java/org/apache/doris/common/publish/FixedTimePublisher.java index 9b655b0e0445c0..d67a09e1f8757c 100644 --- a/fe/src/main/java/org/apache/doris/common/publish/FixedTimePublisher.java +++ b/fe/src/main/java/org/apache/doris/common/publish/FixedTimePublisher.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/publish/Listener.java b/fe/src/main/java/org/apache/doris/common/publish/Listener.java index 417b4f66fe48a2..1795ab39d14596 100644 --- a/fe/src/main/java/org/apache/doris/common/publish/Listener.java +++ b/fe/src/main/java/org/apache/doris/common/publish/Listener.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/publish/Listeners.java b/fe/src/main/java/org/apache/doris/common/publish/Listeners.java index 8706e7d5d09cac..14192cd4bd143a 100644 --- a/fe/src/main/java/org/apache/doris/common/publish/Listeners.java +++ b/fe/src/main/java/org/apache/doris/common/publish/Listeners.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/publish/ResponseHandler.java b/fe/src/main/java/org/apache/doris/common/publish/ResponseHandler.java index 1f14cf0ca4b071..fe44842bd53f18 100644 --- a/fe/src/main/java/org/apache/doris/common/publish/ResponseHandler.java +++ b/fe/src/main/java/org/apache/doris/common/publish/ResponseHandler.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/publish/TopicUpdate.java b/fe/src/main/java/org/apache/doris/common/publish/TopicUpdate.java index 10cc6db8dd8c9f..9d1350a46a3894 100644 --- a/fe/src/main/java/org/apache/doris/common/publish/TopicUpdate.java +++ b/fe/src/main/java/org/apache/doris/common/publish/TopicUpdate.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/util/BrokerUtil.java b/fe/src/main/java/org/apache/doris/common/util/BrokerUtil.java index 88d0dacd6ccea2..9a792e8770e779 100644 --- a/fe/src/main/java/org/apache/doris/common/util/BrokerUtil.java +++ b/fe/src/main/java/org/apache/doris/common/util/BrokerUtil.java @@ -1,3 +1,20 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package org.apache.doris.common.util; import org.apache.doris.analysis.BrokerDesc; diff --git a/fe/src/main/java/org/apache/doris/common/util/CommandResult.java b/fe/src/main/java/org/apache/doris/common/util/CommandResult.java index 8058b7f9613e1c..ea15f9e9c45681 100644 --- a/fe/src/main/java/org/apache/doris/common/util/CommandResult.java +++ b/fe/src/main/java/org/apache/doris/common/util/CommandResult.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/util/Counter.java b/fe/src/main/java/org/apache/doris/common/util/Counter.java index d12cc6b70bf106..41e0c77b353243 100644 --- a/fe/src/main/java/org/apache/doris/common/util/Counter.java +++ b/fe/src/main/java/org/apache/doris/common/util/Counter.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/util/Daemon.java b/fe/src/main/java/org/apache/doris/common/util/Daemon.java index 074b0c64f2ed31..c6b6b9f81180b7 100644 --- a/fe/src/main/java/org/apache/doris/common/util/Daemon.java +++ b/fe/src/main/java/org/apache/doris/common/util/Daemon.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/util/DebugUtil.java b/fe/src/main/java/org/apache/doris/common/util/DebugUtil.java index 23b4fb7e949845..5e239fcfdf2bd8 100644 --- a/fe/src/main/java/org/apache/doris/common/util/DebugUtil.java +++ b/fe/src/main/java/org/apache/doris/common/util/DebugUtil.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/util/KuduUtil.java b/fe/src/main/java/org/apache/doris/common/util/KuduUtil.java index f60b0e1aef12fd..0919433d2b9c8c 100644 --- a/fe/src/main/java/org/apache/doris/common/util/KuduUtil.java +++ b/fe/src/main/java/org/apache/doris/common/util/KuduUtil.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/util/ListComparator.java b/fe/src/main/java/org/apache/doris/common/util/ListComparator.java index b7b3a4af7f30ee..729ffdefc4465f 100644 --- a/fe/src/main/java/org/apache/doris/common/util/ListComparator.java +++ b/fe/src/main/java/org/apache/doris/common/util/ListComparator.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/util/LoadBalancer.java b/fe/src/main/java/org/apache/doris/common/util/LoadBalancer.java index e29321b0db357f..63bc2e185e12e2 100644 --- a/fe/src/main/java/org/apache/doris/common/util/LoadBalancer.java +++ b/fe/src/main/java/org/apache/doris/common/util/LoadBalancer.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/util/MysqlUtil.java b/fe/src/main/java/org/apache/doris/common/util/MysqlUtil.java index 0ff380da4f527e..b33b5e39f7ec9d 100644 --- a/fe/src/main/java/org/apache/doris/common/util/MysqlUtil.java +++ b/fe/src/main/java/org/apache/doris/common/util/MysqlUtil.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/util/NetUtils.java b/fe/src/main/java/org/apache/doris/common/util/NetUtils.java index 8aeb98acc57c8e..ff0d1f861a66e4 100644 --- a/fe/src/main/java/org/apache/doris/common/util/NetUtils.java +++ b/fe/src/main/java/org/apache/doris/common/util/NetUtils.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/common/util/OrderByPair.java b/fe/src/main/java/org/apache/doris/common/util/OrderByPair.java index 280c4232637b54..f4600331b2f91e 100644 --- a/fe/src/main/java/org/apache/doris/common/util/OrderByPair.java +++ b/fe/src/main/java/org/apache/doris/common/util/OrderByPair.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/util/PlatformName.java b/fe/src/main/java/org/apache/doris/common/util/PlatformName.java index b10fd47050982d..75c677a988d395 100644 --- a/fe/src/main/java/org/apache/doris/common/util/PlatformName.java +++ b/fe/src/main/java/org/apache/doris/common/util/PlatformName.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/util/PrintableMap.java b/fe/src/main/java/org/apache/doris/common/util/PrintableMap.java index 154ecd4e63c467..615211de5a09e4 100644 --- a/fe/src/main/java/org/apache/doris/common/util/PrintableMap.java +++ b/fe/src/main/java/org/apache/doris/common/util/PrintableMap.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/util/ProfileManager.java b/fe/src/main/java/org/apache/doris/common/util/ProfileManager.java index 04be1afcbe090f..9c641dce54ca64 100644 --- a/fe/src/main/java/org/apache/doris/common/util/ProfileManager.java +++ b/fe/src/main/java/org/apache/doris/common/util/ProfileManager.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/util/PropertyAnalyzer.java b/fe/src/main/java/org/apache/doris/common/util/PropertyAnalyzer.java index b1963c7a0f7b02..87f3ec8b261055 100644 --- a/fe/src/main/java/org/apache/doris/common/util/PropertyAnalyzer.java +++ b/fe/src/main/java/org/apache/doris/common/util/PropertyAnalyzer.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/util/ReflectionUtils.java b/fe/src/main/java/org/apache/doris/common/util/ReflectionUtils.java index 855f61602c5523..03db66eb69b642 100644 --- a/fe/src/main/java/org/apache/doris/common/util/ReflectionUtils.java +++ b/fe/src/main/java/org/apache/doris/common/util/ReflectionUtils.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/util/RuntimeProfile.java b/fe/src/main/java/org/apache/doris/common/util/RuntimeProfile.java index 2390329183d3b5..047ab76fb2ee95 100644 --- a/fe/src/main/java/org/apache/doris/common/util/RuntimeProfile.java +++ b/fe/src/main/java/org/apache/doris/common/util/RuntimeProfile.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/util/SqlUtils.java b/fe/src/main/java/org/apache/doris/common/util/SqlUtils.java index 98fd39a9940021..f1bd21ab5772fc 100644 --- a/fe/src/main/java/org/apache/doris/common/util/SqlUtils.java +++ b/fe/src/main/java/org/apache/doris/common/util/SqlUtils.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/util/TimeUtils.java b/fe/src/main/java/org/apache/doris/common/util/TimeUtils.java index fd2da554c956f2..fdf50b7f0d146d 100644 --- a/fe/src/main/java/org/apache/doris/common/util/TimeUtils.java +++ b/fe/src/main/java/org/apache/doris/common/util/TimeUtils.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/common/util/Util.java b/fe/src/main/java/org/apache/doris/common/util/Util.java index 0920c266a46482..a96bc0a0b4964c 100644 --- a/fe/src/main/java/org/apache/doris/common/util/Util.java +++ b/fe/src/main/java/org/apache/doris/common/util/Util.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/consistency/CheckConsistencyJob.java b/fe/src/main/java/org/apache/doris/consistency/CheckConsistencyJob.java index f2ba4fc1a3fd13..af37c99d12218c 100644 --- a/fe/src/main/java/org/apache/doris/consistency/CheckConsistencyJob.java +++ b/fe/src/main/java/org/apache/doris/consistency/CheckConsistencyJob.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/consistency/ConsistencyChecker.java b/fe/src/main/java/org/apache/doris/consistency/ConsistencyChecker.java index da06b9b9fbef40..8fdb765e00da17 100644 --- a/fe/src/main/java/org/apache/doris/consistency/ConsistencyChecker.java +++ b/fe/src/main/java/org/apache/doris/consistency/ConsistencyChecker.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/deploy/DeployManager.java b/fe/src/main/java/org/apache/doris/deploy/DeployManager.java index f412671109e7fe..3640af3641fff2 100644 --- a/fe/src/main/java/org/apache/doris/deploy/DeployManager.java +++ b/fe/src/main/java/org/apache/doris/deploy/DeployManager.java @@ -1,3 +1,20 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package org.apache.doris.deploy; import org.apache.doris.catalog.BrokerMgr.BrokerAddress; diff --git a/fe/src/main/java/org/apache/doris/deploy/impl/AmbariDeployManager.java b/fe/src/main/java/org/apache/doris/deploy/impl/AmbariDeployManager.java index 13d4a51f8acc02..be256fc4146e62 100644 --- a/fe/src/main/java/org/apache/doris/deploy/impl/AmbariDeployManager.java +++ b/fe/src/main/java/org/apache/doris/deploy/impl/AmbariDeployManager.java @@ -1,3 +1,20 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package org.apache.doris.deploy.impl; import org.apache.doris.catalog.Catalog; diff --git a/fe/src/main/java/org/apache/doris/deploy/impl/K8sDeployManager.java b/fe/src/main/java/org/apache/doris/deploy/impl/K8sDeployManager.java index a9e39c9448b505..9144daaf5bc33a 100644 --- a/fe/src/main/java/org/apache/doris/deploy/impl/K8sDeployManager.java +++ b/fe/src/main/java/org/apache/doris/deploy/impl/K8sDeployManager.java @@ -1,3 +1,20 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package org.apache.doris.deploy.impl; import org.apache.doris.catalog.Catalog; diff --git a/fe/src/main/java/org/apache/doris/deploy/impl/LocalFileDeployManager.java b/fe/src/main/java/org/apache/doris/deploy/impl/LocalFileDeployManager.java index 07e6c66ac3f744..55538be6a3f660 100644 --- a/fe/src/main/java/org/apache/doris/deploy/impl/LocalFileDeployManager.java +++ b/fe/src/main/java/org/apache/doris/deploy/impl/LocalFileDeployManager.java @@ -1,3 +1,20 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package org.apache.doris.deploy.impl; import org.apache.doris.catalog.Catalog; diff --git a/fe/src/main/java/org/apache/doris/external/EsIndexState.java b/fe/src/main/java/org/apache/doris/external/EsIndexState.java index 6f4fa793b9b193..60ce59daa8eba3 100644 --- a/fe/src/main/java/org/apache/doris/external/EsIndexState.java +++ b/fe/src/main/java/org/apache/doris/external/EsIndexState.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/external/EsShardRouting.java b/fe/src/main/java/org/apache/doris/external/EsShardRouting.java index de10d4de3f3533..d42725c63b58f2 100644 --- a/fe/src/main/java/org/apache/doris/external/EsShardRouting.java +++ b/fe/src/main/java/org/apache/doris/external/EsShardRouting.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/external/EsStateStore.java b/fe/src/main/java/org/apache/doris/external/EsStateStore.java index 486e3640ef898c..1b97a740f3c2dc 100644 --- a/fe/src/main/java/org/apache/doris/external/EsStateStore.java +++ b/fe/src/main/java/org/apache/doris/external/EsStateStore.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/external/EsTableState.java b/fe/src/main/java/org/apache/doris/external/EsTableState.java index 55b4fbb14f2779..a7620cfd04a9cb 100644 --- a/fe/src/main/java/org/apache/doris/external/EsTableState.java +++ b/fe/src/main/java/org/apache/doris/external/EsTableState.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/external/EsUtil.java b/fe/src/main/java/org/apache/doris/external/EsUtil.java index a0c39d064036c8..51a3f1c7c57301 100644 --- a/fe/src/main/java/org/apache/doris/external/EsUtil.java +++ b/fe/src/main/java/org/apache/doris/external/EsUtil.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/external/ExternalDataSourceException.java b/fe/src/main/java/org/apache/doris/external/ExternalDataSourceException.java index 798bd2a9281fc6..aee34a6a782db0 100644 --- a/fe/src/main/java/org/apache/doris/external/ExternalDataSourceException.java +++ b/fe/src/main/java/org/apache/doris/external/ExternalDataSourceException.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/ha/BDBHA.java b/fe/src/main/java/org/apache/doris/ha/BDBHA.java index 669196e2862213..1ff5fe7ee0ee1a 100644 --- a/fe/src/main/java/org/apache/doris/ha/BDBHA.java +++ b/fe/src/main/java/org/apache/doris/ha/BDBHA.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/ha/BDBStateChangeListener.java b/fe/src/main/java/org/apache/doris/ha/BDBStateChangeListener.java index bca3d6b509f906..f32c107385497e 100644 --- a/fe/src/main/java/org/apache/doris/ha/BDBStateChangeListener.java +++ b/fe/src/main/java/org/apache/doris/ha/BDBStateChangeListener.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/ha/FrontendNodeType.java b/fe/src/main/java/org/apache/doris/ha/FrontendNodeType.java index 5ee13efd5f9b5b..e6d644bac0e7fc 100644 --- a/fe/src/main/java/org/apache/doris/ha/FrontendNodeType.java +++ b/fe/src/main/java/org/apache/doris/ha/FrontendNodeType.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/ha/HAProtocol.java b/fe/src/main/java/org/apache/doris/ha/HAProtocol.java index 4501d2eb89e2e6..87c8f403b2babd 100644 --- a/fe/src/main/java/org/apache/doris/ha/HAProtocol.java +++ b/fe/src/main/java/org/apache/doris/ha/HAProtocol.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/ha/MasterInfo.java b/fe/src/main/java/org/apache/doris/ha/MasterInfo.java index 452609f4a4a74d..27ba1e61aeeb87 100644 --- a/fe/src/main/java/org/apache/doris/ha/MasterInfo.java +++ b/fe/src/main/java/org/apache/doris/ha/MasterInfo.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/ActionController.java b/fe/src/main/java/org/apache/doris/http/ActionController.java index 6c01b4ac6d9837..a613dddc7016b3 100644 --- a/fe/src/main/java/org/apache/doris/http/ActionController.java +++ b/fe/src/main/java/org/apache/doris/http/ActionController.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/BaseAction.java b/fe/src/main/java/org/apache/doris/http/BaseAction.java index 80743f518f3a00..0f072b6a5eb36f 100644 --- a/fe/src/main/java/org/apache/doris/http/BaseAction.java +++ b/fe/src/main/java/org/apache/doris/http/BaseAction.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/BaseRequest.java b/fe/src/main/java/org/apache/doris/http/BaseRequest.java index 00e9289d768084..23e72525f6a759 100644 --- a/fe/src/main/java/org/apache/doris/http/BaseRequest.java +++ b/fe/src/main/java/org/apache/doris/http/BaseRequest.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/BaseResponse.java b/fe/src/main/java/org/apache/doris/http/BaseResponse.java index 9164cb21599f9e..97b643ea91a9c8 100644 --- a/fe/src/main/java/org/apache/doris/http/BaseResponse.java +++ b/fe/src/main/java/org/apache/doris/http/BaseResponse.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/HttpAuthManager.java b/fe/src/main/java/org/apache/doris/http/HttpAuthManager.java index 48efa4b86401ae..d9787831dc4607 100644 --- a/fe/src/main/java/org/apache/doris/http/HttpAuthManager.java +++ b/fe/src/main/java/org/apache/doris/http/HttpAuthManager.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/HttpServer.java b/fe/src/main/java/org/apache/doris/http/HttpServer.java index 0d75246340961f..06cdbf43591b8e 100644 --- a/fe/src/main/java/org/apache/doris/http/HttpServer.java +++ b/fe/src/main/java/org/apache/doris/http/HttpServer.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/HttpServerHandler.java b/fe/src/main/java/org/apache/doris/http/HttpServerHandler.java index 9b72bfac677f81..43248f5e583ac4 100644 --- a/fe/src/main/java/org/apache/doris/http/HttpServerHandler.java +++ b/fe/src/main/java/org/apache/doris/http/HttpServerHandler.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/IAction.java b/fe/src/main/java/org/apache/doris/http/IAction.java index 4a38638413fe8b..a89d0ee3d035fa 100644 --- a/fe/src/main/java/org/apache/doris/http/IAction.java +++ b/fe/src/main/java/org/apache/doris/http/IAction.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/IllegalArgException.java b/fe/src/main/java/org/apache/doris/http/IllegalArgException.java index 2eced09d8a45c6..9e82202d8344a5 100644 --- a/fe/src/main/java/org/apache/doris/http/IllegalArgException.java +++ b/fe/src/main/java/org/apache/doris/http/IllegalArgException.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/UnauthorizedException.java b/fe/src/main/java/org/apache/doris/http/UnauthorizedException.java index 22c3cc0ead6849..4802498ce09b98 100644 --- a/fe/src/main/java/org/apache/doris/http/UnauthorizedException.java +++ b/fe/src/main/java/org/apache/doris/http/UnauthorizedException.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/WebUtils.java b/fe/src/main/java/org/apache/doris/http/WebUtils.java index 7b8b0fd548402f..c9efe86ac0195e 100644 --- a/fe/src/main/java/org/apache/doris/http/WebUtils.java +++ b/fe/src/main/java/org/apache/doris/http/WebUtils.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/action/BackendAction.java b/fe/src/main/java/org/apache/doris/http/action/BackendAction.java index 114df1c0c5bee5..73b44131189e49 100644 --- a/fe/src/main/java/org/apache/doris/http/action/BackendAction.java +++ b/fe/src/main/java/org/apache/doris/http/action/BackendAction.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/action/HaAction.java b/fe/src/main/java/org/apache/doris/http/action/HaAction.java index 02d9d1397d9987..d9ddaadd698c83 100644 --- a/fe/src/main/java/org/apache/doris/http/action/HaAction.java +++ b/fe/src/main/java/org/apache/doris/http/action/HaAction.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/action/HelpAction.java b/fe/src/main/java/org/apache/doris/http/action/HelpAction.java index 60389b0e8ca698..65179e97e97c3c 100644 --- a/fe/src/main/java/org/apache/doris/http/action/HelpAction.java +++ b/fe/src/main/java/org/apache/doris/http/action/HelpAction.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/action/IndexAction.java b/fe/src/main/java/org/apache/doris/http/action/IndexAction.java index 0df58e848eefa1..9dca0fdb73d917 100644 --- a/fe/src/main/java/org/apache/doris/http/action/IndexAction.java +++ b/fe/src/main/java/org/apache/doris/http/action/IndexAction.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/action/LogAction.java b/fe/src/main/java/org/apache/doris/http/action/LogAction.java index 542b69fde714f8..6c89e9b2c6151f 100644 --- a/fe/src/main/java/org/apache/doris/http/action/LogAction.java +++ b/fe/src/main/java/org/apache/doris/http/action/LogAction.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/action/NotFoundAction.java b/fe/src/main/java/org/apache/doris/http/action/NotFoundAction.java index deae9210af67b6..0808812f9af9b2 100644 --- a/fe/src/main/java/org/apache/doris/http/action/NotFoundAction.java +++ b/fe/src/main/java/org/apache/doris/http/action/NotFoundAction.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/action/QueryAction.java b/fe/src/main/java/org/apache/doris/http/action/QueryAction.java index 93ce1516a4b8fb..bebbb429abbad5 100644 --- a/fe/src/main/java/org/apache/doris/http/action/QueryAction.java +++ b/fe/src/main/java/org/apache/doris/http/action/QueryAction.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/action/QueryProfileAction.java b/fe/src/main/java/org/apache/doris/http/action/QueryProfileAction.java index 0222b1a918effd..77db97d1075cd8 100644 --- a/fe/src/main/java/org/apache/doris/http/action/QueryProfileAction.java +++ b/fe/src/main/java/org/apache/doris/http/action/QueryProfileAction.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/action/SessionAction.java b/fe/src/main/java/org/apache/doris/http/action/SessionAction.java index 480e75c6bfe5c6..f1712abb0daed4 100644 --- a/fe/src/main/java/org/apache/doris/http/action/SessionAction.java +++ b/fe/src/main/java/org/apache/doris/http/action/SessionAction.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/action/StaticResourceAction.java b/fe/src/main/java/org/apache/doris/http/action/StaticResourceAction.java index 9a7fff084c215b..ed9295e6a090a5 100644 --- a/fe/src/main/java/org/apache/doris/http/action/StaticResourceAction.java +++ b/fe/src/main/java/org/apache/doris/http/action/StaticResourceAction.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/action/SystemAction.java b/fe/src/main/java/org/apache/doris/http/action/SystemAction.java index 6045c676493d06..8f120d77d42e34 100644 --- a/fe/src/main/java/org/apache/doris/http/action/SystemAction.java +++ b/fe/src/main/java/org/apache/doris/http/action/SystemAction.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/action/VariableAction.java b/fe/src/main/java/org/apache/doris/http/action/VariableAction.java index 06413a3df7dbff..14981837c029ce 100644 --- a/fe/src/main/java/org/apache/doris/http/action/VariableAction.java +++ b/fe/src/main/java/org/apache/doris/http/action/VariableAction.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/action/WebBaseAction.java b/fe/src/main/java/org/apache/doris/http/action/WebBaseAction.java index 9e80c581f84cee..565a952fdc2b4a 100644 --- a/fe/src/main/java/org/apache/doris/http/action/WebBaseAction.java +++ b/fe/src/main/java/org/apache/doris/http/action/WebBaseAction.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/meta/InvalidClientException.java b/fe/src/main/java/org/apache/doris/http/meta/InvalidClientException.java index fd71252cf91fe1..6c5d9dbcf00826 100644 --- a/fe/src/main/java/org/apache/doris/http/meta/InvalidClientException.java +++ b/fe/src/main/java/org/apache/doris/http/meta/InvalidClientException.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/meta/MetaBaseAction.java b/fe/src/main/java/org/apache/doris/http/meta/MetaBaseAction.java index 80e61308a7b6da..653d19df8d607f 100644 --- a/fe/src/main/java/org/apache/doris/http/meta/MetaBaseAction.java +++ b/fe/src/main/java/org/apache/doris/http/meta/MetaBaseAction.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/meta/MetaService.java b/fe/src/main/java/org/apache/doris/http/meta/MetaService.java index 7eafd987c90718..15ea6e45fd2575 100644 --- a/fe/src/main/java/org/apache/doris/http/meta/MetaService.java +++ b/fe/src/main/java/org/apache/doris/http/meta/MetaService.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/rest/ActionStatus.java b/fe/src/main/java/org/apache/doris/http/rest/ActionStatus.java index 711ecdfbc40d12..a72b94cd946adb 100644 --- a/fe/src/main/java/org/apache/doris/http/rest/ActionStatus.java +++ b/fe/src/main/java/org/apache/doris/http/rest/ActionStatus.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/rest/BootstrapFinishAction.java b/fe/src/main/java/org/apache/doris/http/rest/BootstrapFinishAction.java index 0e427984d6ec9d..95cdb733af462b 100644 --- a/fe/src/main/java/org/apache/doris/http/rest/BootstrapFinishAction.java +++ b/fe/src/main/java/org/apache/doris/http/rest/BootstrapFinishAction.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/rest/CancelStreamLoad.java b/fe/src/main/java/org/apache/doris/http/rest/CancelStreamLoad.java index c187ec9a705fc6..5a149dbd0b56a5 100644 --- a/fe/src/main/java/org/apache/doris/http/rest/CancelStreamLoad.java +++ b/fe/src/main/java/org/apache/doris/http/rest/CancelStreamLoad.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/rest/CheckDecommissionAction.java b/fe/src/main/java/org/apache/doris/http/rest/CheckDecommissionAction.java index 90e38cf75d24e9..7279203c495fec 100644 --- a/fe/src/main/java/org/apache/doris/http/rest/CheckDecommissionAction.java +++ b/fe/src/main/java/org/apache/doris/http/rest/CheckDecommissionAction.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/rest/GetDdlStmtAction.java b/fe/src/main/java/org/apache/doris/http/rest/GetDdlStmtAction.java index 866732e4aa6110..5df28ee432b56d 100644 --- a/fe/src/main/java/org/apache/doris/http/rest/GetDdlStmtAction.java +++ b/fe/src/main/java/org/apache/doris/http/rest/GetDdlStmtAction.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/rest/GetLoadInfoAction.java b/fe/src/main/java/org/apache/doris/http/rest/GetLoadInfoAction.java index 0cb3a149fd72c1..cdb98b7ba959a2 100644 --- a/fe/src/main/java/org/apache/doris/http/rest/GetLoadInfoAction.java +++ b/fe/src/main/java/org/apache/doris/http/rest/GetLoadInfoAction.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/rest/GetLogFileAction.java b/fe/src/main/java/org/apache/doris/http/rest/GetLogFileAction.java index ac1b24788d60d7..5e7cefb7b59a5e 100644 --- a/fe/src/main/java/org/apache/doris/http/rest/GetLogFileAction.java +++ b/fe/src/main/java/org/apache/doris/http/rest/GetLogFileAction.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/rest/GetStreamLoadState.java b/fe/src/main/java/org/apache/doris/http/rest/GetStreamLoadState.java index 6a9129db93ec49..be003c691caca0 100644 --- a/fe/src/main/java/org/apache/doris/http/rest/GetStreamLoadState.java +++ b/fe/src/main/java/org/apache/doris/http/rest/GetStreamLoadState.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/rest/HealthAction.java b/fe/src/main/java/org/apache/doris/http/rest/HealthAction.java index 00618a966621bd..78322a68ad563f 100644 --- a/fe/src/main/java/org/apache/doris/http/rest/HealthAction.java +++ b/fe/src/main/java/org/apache/doris/http/rest/HealthAction.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/rest/LoadAction.java b/fe/src/main/java/org/apache/doris/http/rest/LoadAction.java index a5df89bbeab231..ccc670c28efbbb 100644 --- a/fe/src/main/java/org/apache/doris/http/rest/LoadAction.java +++ b/fe/src/main/java/org/apache/doris/http/rest/LoadAction.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/rest/MetaReplayerCheckAction.java b/fe/src/main/java/org/apache/doris/http/rest/MetaReplayerCheckAction.java index bdc56fd2c3c7e5..18fff3367560f6 100644 --- a/fe/src/main/java/org/apache/doris/http/rest/MetaReplayerCheckAction.java +++ b/fe/src/main/java/org/apache/doris/http/rest/MetaReplayerCheckAction.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/rest/MetricsAction.java b/fe/src/main/java/org/apache/doris/http/rest/MetricsAction.java index f908a5d2d1d32c..5f1219fe3cea0c 100644 --- a/fe/src/main/java/org/apache/doris/http/rest/MetricsAction.java +++ b/fe/src/main/java/org/apache/doris/http/rest/MetricsAction.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/rest/MigrationAction.java b/fe/src/main/java/org/apache/doris/http/rest/MigrationAction.java index dc8781ff005305..d73a98f90af6d7 100644 --- a/fe/src/main/java/org/apache/doris/http/rest/MigrationAction.java +++ b/fe/src/main/java/org/apache/doris/http/rest/MigrationAction.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/rest/MultiAbort.java b/fe/src/main/java/org/apache/doris/http/rest/MultiAbort.java index e106927990bf26..af1a14f4e974a3 100644 --- a/fe/src/main/java/org/apache/doris/http/rest/MultiAbort.java +++ b/fe/src/main/java/org/apache/doris/http/rest/MultiAbort.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/rest/MultiCommit.java b/fe/src/main/java/org/apache/doris/http/rest/MultiCommit.java index 51e490c801f1d3..c465b2510742bb 100644 --- a/fe/src/main/java/org/apache/doris/http/rest/MultiCommit.java +++ b/fe/src/main/java/org/apache/doris/http/rest/MultiCommit.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/rest/MultiDesc.java b/fe/src/main/java/org/apache/doris/http/rest/MultiDesc.java index 7aee7ebcbd80b8..0c93c17d7bc2e1 100644 --- a/fe/src/main/java/org/apache/doris/http/rest/MultiDesc.java +++ b/fe/src/main/java/org/apache/doris/http/rest/MultiDesc.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/rest/MultiList.java b/fe/src/main/java/org/apache/doris/http/rest/MultiList.java index 761ac190bb6a76..094c9eafa50742 100644 --- a/fe/src/main/java/org/apache/doris/http/rest/MultiList.java +++ b/fe/src/main/java/org/apache/doris/http/rest/MultiList.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/rest/MultiStart.java b/fe/src/main/java/org/apache/doris/http/rest/MultiStart.java index 503dd8fc6ac490..907258e447acde 100644 --- a/fe/src/main/java/org/apache/doris/http/rest/MultiStart.java +++ b/fe/src/main/java/org/apache/doris/http/rest/MultiStart.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/rest/MultiUnload.java b/fe/src/main/java/org/apache/doris/http/rest/MultiUnload.java index 418460d4df0680..8333d139e01ab1 100644 --- a/fe/src/main/java/org/apache/doris/http/rest/MultiUnload.java +++ b/fe/src/main/java/org/apache/doris/http/rest/MultiUnload.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/rest/RestBaseAction.java b/fe/src/main/java/org/apache/doris/http/rest/RestBaseAction.java index 8552f9819c39bd..6da7d1c9be51cc 100644 --- a/fe/src/main/java/org/apache/doris/http/rest/RestBaseAction.java +++ b/fe/src/main/java/org/apache/doris/http/rest/RestBaseAction.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/rest/RestBaseResult.java b/fe/src/main/java/org/apache/doris/http/rest/RestBaseResult.java index b18f04da9826f6..d4a4a6f40a9e1f 100644 --- a/fe/src/main/java/org/apache/doris/http/rest/RestBaseResult.java +++ b/fe/src/main/java/org/apache/doris/http/rest/RestBaseResult.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/rest/RestResult.java b/fe/src/main/java/org/apache/doris/http/rest/RestResult.java index 94b51bc4f37e86..d8819848c151ae 100644 --- a/fe/src/main/java/org/apache/doris/http/rest/RestResult.java +++ b/fe/src/main/java/org/apache/doris/http/rest/RestResult.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/rest/RowCountAction.java b/fe/src/main/java/org/apache/doris/http/rest/RowCountAction.java index be63373ff20ded..58a0d1a9ac61d7 100644 --- a/fe/src/main/java/org/apache/doris/http/rest/RowCountAction.java +++ b/fe/src/main/java/org/apache/doris/http/rest/RowCountAction.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/rest/SetConfigAction.java b/fe/src/main/java/org/apache/doris/http/rest/SetConfigAction.java index 13c392cf108478..e045bf7ca19279 100644 --- a/fe/src/main/java/org/apache/doris/http/rest/SetConfigAction.java +++ b/fe/src/main/java/org/apache/doris/http/rest/SetConfigAction.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/rest/ShowMetaInfoAction.java b/fe/src/main/java/org/apache/doris/http/rest/ShowMetaInfoAction.java index 473d68fe8679eb..9ff93a253a8418 100644 --- a/fe/src/main/java/org/apache/doris/http/rest/ShowMetaInfoAction.java +++ b/fe/src/main/java/org/apache/doris/http/rest/ShowMetaInfoAction.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/rest/ShowProcAction.java b/fe/src/main/java/org/apache/doris/http/rest/ShowProcAction.java index b554510d2dcc14..14ce56a8aa5d9e 100644 --- a/fe/src/main/java/org/apache/doris/http/rest/ShowProcAction.java +++ b/fe/src/main/java/org/apache/doris/http/rest/ShowProcAction.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/rest/ShowRuntimeInfoAction.java b/fe/src/main/java/org/apache/doris/http/rest/ShowRuntimeInfoAction.java index 6426eb3bb237cb..66ec5c4c3500da 100644 --- a/fe/src/main/java/org/apache/doris/http/rest/ShowRuntimeInfoAction.java +++ b/fe/src/main/java/org/apache/doris/http/rest/ShowRuntimeInfoAction.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/http/rest/StorageTypeCheckAction.java b/fe/src/main/java/org/apache/doris/http/rest/StorageTypeCheckAction.java index ea84f5564e2456..94eb38f34c0c5c 100644 --- a/fe/src/main/java/org/apache/doris/http/rest/StorageTypeCheckAction.java +++ b/fe/src/main/java/org/apache/doris/http/rest/StorageTypeCheckAction.java @@ -1,3 +1,20 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package org.apache.doris.http.rest; import org.apache.doris.catalog.Database; diff --git a/fe/src/main/java/org/apache/doris/journal/Journal.java b/fe/src/main/java/org/apache/doris/journal/Journal.java index f2de8b7d6aa951..56853194a3bec0 100644 --- a/fe/src/main/java/org/apache/doris/journal/Journal.java +++ b/fe/src/main/java/org/apache/doris/journal/Journal.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/journal/JournalCursor.java b/fe/src/main/java/org/apache/doris/journal/JournalCursor.java index c805345ad1e7b0..64f63dd1c9476f 100644 --- a/fe/src/main/java/org/apache/doris/journal/JournalCursor.java +++ b/fe/src/main/java/org/apache/doris/journal/JournalCursor.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/journal/JournalEntity.java b/fe/src/main/java/org/apache/doris/journal/JournalEntity.java index 1ceddc36c77e01..29c0544bff04c5 100644 --- a/fe/src/main/java/org/apache/doris/journal/JournalEntity.java +++ b/fe/src/main/java/org/apache/doris/journal/JournalEntity.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/journal/bdbje/BDBEnvironment.java b/fe/src/main/java/org/apache/doris/journal/bdbje/BDBEnvironment.java index 082b49a5fc530a..a6f863a4c39b83 100644 --- a/fe/src/main/java/org/apache/doris/journal/bdbje/BDBEnvironment.java +++ b/fe/src/main/java/org/apache/doris/journal/bdbje/BDBEnvironment.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/journal/bdbje/BDBJEJournal.java b/fe/src/main/java/org/apache/doris/journal/bdbje/BDBJEJournal.java index 678c608fbd4435..9c9a4bbe1e9773 100644 --- a/fe/src/main/java/org/apache/doris/journal/bdbje/BDBJEJournal.java +++ b/fe/src/main/java/org/apache/doris/journal/bdbje/BDBJEJournal.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/journal/bdbje/BDBJournalCursor.java b/fe/src/main/java/org/apache/doris/journal/bdbje/BDBJournalCursor.java index c2806725ff3f82..7f23ba9209296e 100644 --- a/fe/src/main/java/org/apache/doris/journal/bdbje/BDBJournalCursor.java +++ b/fe/src/main/java/org/apache/doris/journal/bdbje/BDBJournalCursor.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/journal/bdbje/BDBTool.java b/fe/src/main/java/org/apache/doris/journal/bdbje/BDBTool.java index ed76b7c2f2ec95..22360dc7e37dbd 100644 --- a/fe/src/main/java/org/apache/doris/journal/bdbje/BDBTool.java +++ b/fe/src/main/java/org/apache/doris/journal/bdbje/BDBTool.java @@ -1,3 +1,20 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package org.apache.doris.journal.bdbje; import org.apache.doris.catalog.Catalog; diff --git a/fe/src/main/java/org/apache/doris/journal/bdbje/BDBToolOptions.java b/fe/src/main/java/org/apache/doris/journal/bdbje/BDBToolOptions.java index b426acc2559fbe..a89db5316267cd 100644 --- a/fe/src/main/java/org/apache/doris/journal/bdbje/BDBToolOptions.java +++ b/fe/src/main/java/org/apache/doris/journal/bdbje/BDBToolOptions.java @@ -1,3 +1,20 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package org.apache.doris.journal.bdbje; import org.apache.doris.common.FeConstants; diff --git a/fe/src/main/java/org/apache/doris/journal/bdbje/Timestamp.java b/fe/src/main/java/org/apache/doris/journal/bdbje/Timestamp.java index ddc110f6680e5a..0723e555311432 100644 --- a/fe/src/main/java/org/apache/doris/journal/bdbje/Timestamp.java +++ b/fe/src/main/java/org/apache/doris/journal/bdbje/Timestamp.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/journal/local/LocalJournal.java b/fe/src/main/java/org/apache/doris/journal/local/LocalJournal.java index cb8f75c48755f1..b1502d8c5dfca0 100644 --- a/fe/src/main/java/org/apache/doris/journal/local/LocalJournal.java +++ b/fe/src/main/java/org/apache/doris/journal/local/LocalJournal.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/journal/local/LocalJournalCursor.java b/fe/src/main/java/org/apache/doris/journal/local/LocalJournalCursor.java index b56263a7605645..c6e027160d34bb 100644 --- a/fe/src/main/java/org/apache/doris/journal/local/LocalJournalCursor.java +++ b/fe/src/main/java/org/apache/doris/journal/local/LocalJournalCursor.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/kudu/KuduAgent.java b/fe/src/main/java/org/apache/doris/kudu/KuduAgent.java index f6706a3c8ed403..86a6db9d032536 100644 --- a/fe/src/main/java/org/apache/doris/kudu/KuduAgent.java +++ b/fe/src/main/java/org/apache/doris/kudu/KuduAgent.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/load/AsyncDeleteJob.java b/fe/src/main/java/org/apache/doris/load/AsyncDeleteJob.java index de7988922a7996..91ec81023caf07 100644 --- a/fe/src/main/java/org/apache/doris/load/AsyncDeleteJob.java +++ b/fe/src/main/java/org/apache/doris/load/AsyncDeleteJob.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/load/BrokerFileGroup.java b/fe/src/main/java/org/apache/doris/load/BrokerFileGroup.java index 79e38ea8f6cb75..abe71b3e05c6da 100644 --- a/fe/src/main/java/org/apache/doris/load/BrokerFileGroup.java +++ b/fe/src/main/java/org/apache/doris/load/BrokerFileGroup.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/load/DeleteInfo.java b/fe/src/main/java/org/apache/doris/load/DeleteInfo.java index a03b23e71a986c..9bb0427721c93d 100644 --- a/fe/src/main/java/org/apache/doris/load/DeleteInfo.java +++ b/fe/src/main/java/org/apache/doris/load/DeleteInfo.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/load/DppConfig.java b/fe/src/main/java/org/apache/doris/load/DppConfig.java index f8a4ffe22c2987..4303143343d1f8 100644 --- a/fe/src/main/java/org/apache/doris/load/DppConfig.java +++ b/fe/src/main/java/org/apache/doris/load/DppConfig.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/load/DppScheduler.java b/fe/src/main/java/org/apache/doris/load/DppScheduler.java index dd4eab1c4e2183..4aeb170cf1f96b 100644 --- a/fe/src/main/java/org/apache/doris/load/DppScheduler.java +++ b/fe/src/main/java/org/apache/doris/load/DppScheduler.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/load/EtlJobInfo.java b/fe/src/main/java/org/apache/doris/load/EtlJobInfo.java index 869a1a11554d2b..cf3469b29aaa99 100644 --- a/fe/src/main/java/org/apache/doris/load/EtlJobInfo.java +++ b/fe/src/main/java/org/apache/doris/load/EtlJobInfo.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/load/EtlStatus.java b/fe/src/main/java/org/apache/doris/load/EtlStatus.java index a3573214a49365..ebd176c4a13388 100644 --- a/fe/src/main/java/org/apache/doris/load/EtlStatus.java +++ b/fe/src/main/java/org/apache/doris/load/EtlStatus.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/load/EtlSubmitResult.java b/fe/src/main/java/org/apache/doris/load/EtlSubmitResult.java index dd6b5d92d95590..12cb6827f8365a 100644 --- a/fe/src/main/java/org/apache/doris/load/EtlSubmitResult.java +++ b/fe/src/main/java/org/apache/doris/load/EtlSubmitResult.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/load/ExportChecker.java b/fe/src/main/java/org/apache/doris/load/ExportChecker.java index b57e6e6396849d..460e8cece306fb 100644 --- a/fe/src/main/java/org/apache/doris/load/ExportChecker.java +++ b/fe/src/main/java/org/apache/doris/load/ExportChecker.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/load/ExportFailMsg.java b/fe/src/main/java/org/apache/doris/load/ExportFailMsg.java index fa8a0b71734cd4..c8e0dd6a044744 100644 --- a/fe/src/main/java/org/apache/doris/load/ExportFailMsg.java +++ b/fe/src/main/java/org/apache/doris/load/ExportFailMsg.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/load/ExportJob.java b/fe/src/main/java/org/apache/doris/load/ExportJob.java index a2117e65b113d0..dd0291b59414fd 100644 --- a/fe/src/main/java/org/apache/doris/load/ExportJob.java +++ b/fe/src/main/java/org/apache/doris/load/ExportJob.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/load/ExportMgr.java b/fe/src/main/java/org/apache/doris/load/ExportMgr.java index f6e49e8d7d5bf5..dd020c7dd20264 100644 --- a/fe/src/main/java/org/apache/doris/load/ExportMgr.java +++ b/fe/src/main/java/org/apache/doris/load/ExportMgr.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/load/FailMsg.java b/fe/src/main/java/org/apache/doris/load/FailMsg.java index 218ff7023bf5e9..93fff33edc0331 100644 --- a/fe/src/main/java/org/apache/doris/load/FailMsg.java +++ b/fe/src/main/java/org/apache/doris/load/FailMsg.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/load/HadoopEtlJobInfo.java b/fe/src/main/java/org/apache/doris/load/HadoopEtlJobInfo.java index 9150ae6d42cc85..bab5d5d808f03c 100644 --- a/fe/src/main/java/org/apache/doris/load/HadoopEtlJobInfo.java +++ b/fe/src/main/java/org/apache/doris/load/HadoopEtlJobInfo.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/load/Load.java b/fe/src/main/java/org/apache/doris/load/Load.java index b98e903306880c..3932603ce67301 100644 --- a/fe/src/main/java/org/apache/doris/load/Load.java +++ b/fe/src/main/java/org/apache/doris/load/Load.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/load/LoadChecker.java b/fe/src/main/java/org/apache/doris/load/LoadChecker.java index 03b7f96e464abc..789086f2110249 100644 --- a/fe/src/main/java/org/apache/doris/load/LoadChecker.java +++ b/fe/src/main/java/org/apache/doris/load/LoadChecker.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/load/LoadErrorHub.java b/fe/src/main/java/org/apache/doris/load/LoadErrorHub.java index 4821938405c501..5e18ac7fc8d811 100644 --- a/fe/src/main/java/org/apache/doris/load/LoadErrorHub.java +++ b/fe/src/main/java/org/apache/doris/load/LoadErrorHub.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/load/LoadJob.java b/fe/src/main/java/org/apache/doris/load/LoadJob.java index cd0be58b52541a..46fccd6270666b 100644 --- a/fe/src/main/java/org/apache/doris/load/LoadJob.java +++ b/fe/src/main/java/org/apache/doris/load/LoadJob.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/load/MiniEtlJobInfo.java b/fe/src/main/java/org/apache/doris/load/MiniEtlJobInfo.java index 6a4c3c484bb2ad..a46b12d0c417c0 100644 --- a/fe/src/main/java/org/apache/doris/load/MiniEtlJobInfo.java +++ b/fe/src/main/java/org/apache/doris/load/MiniEtlJobInfo.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/load/MiniEtlTaskInfo.java b/fe/src/main/java/org/apache/doris/load/MiniEtlTaskInfo.java index ff3c2b7c8cd196..539e096357f793 100644 --- a/fe/src/main/java/org/apache/doris/load/MiniEtlTaskInfo.java +++ b/fe/src/main/java/org/apache/doris/load/MiniEtlTaskInfo.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/load/MysqlLoadErrorHub.java b/fe/src/main/java/org/apache/doris/load/MysqlLoadErrorHub.java index 9a085e750209c6..fee5e4e551f893 100644 --- a/fe/src/main/java/org/apache/doris/load/MysqlLoadErrorHub.java +++ b/fe/src/main/java/org/apache/doris/load/MysqlLoadErrorHub.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/load/PartitionLoadInfo.java b/fe/src/main/java/org/apache/doris/load/PartitionLoadInfo.java index efc99fa4153758..11b0bf5c74c570 100644 --- a/fe/src/main/java/org/apache/doris/load/PartitionLoadInfo.java +++ b/fe/src/main/java/org/apache/doris/load/PartitionLoadInfo.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/load/PullLoadSourceInfo.java b/fe/src/main/java/org/apache/doris/load/PullLoadSourceInfo.java index 1dc624a0f8424d..a211185502ae19 100644 --- a/fe/src/main/java/org/apache/doris/load/PullLoadSourceInfo.java +++ b/fe/src/main/java/org/apache/doris/load/PullLoadSourceInfo.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/load/Source.java b/fe/src/main/java/org/apache/doris/load/Source.java index 99fb50f7fe9a75..3e5f879e5e214d 100644 --- a/fe/src/main/java/org/apache/doris/load/Source.java +++ b/fe/src/main/java/org/apache/doris/load/Source.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/load/TableLoadInfo.java b/fe/src/main/java/org/apache/doris/load/TableLoadInfo.java index 6cee24b1b56d52..277879230f7e11 100644 --- a/fe/src/main/java/org/apache/doris/load/TableLoadInfo.java +++ b/fe/src/main/java/org/apache/doris/load/TableLoadInfo.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/load/TabletLoadInfo.java b/fe/src/main/java/org/apache/doris/load/TabletLoadInfo.java index 76ba2e7fbc62a2..66a1a8a70594eb 100644 --- a/fe/src/main/java/org/apache/doris/load/TabletLoadInfo.java +++ b/fe/src/main/java/org/apache/doris/load/TabletLoadInfo.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/master/Checkpoint.java b/fe/src/main/java/org/apache/doris/master/Checkpoint.java index f7d0891acd3a66..13019510929956 100644 --- a/fe/src/main/java/org/apache/doris/master/Checkpoint.java +++ b/fe/src/main/java/org/apache/doris/master/Checkpoint.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/master/MasterImpl.java b/fe/src/main/java/org/apache/doris/master/MasterImpl.java index ad7c3871311102..ff51d2e62238b4 100644 --- a/fe/src/main/java/org/apache/doris/master/MasterImpl.java +++ b/fe/src/main/java/org/apache/doris/master/MasterImpl.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/master/MetaHelper.java b/fe/src/main/java/org/apache/doris/master/MetaHelper.java index 47ecb678583649..4ae630e33367b4 100644 --- a/fe/src/main/java/org/apache/doris/master/MetaHelper.java +++ b/fe/src/main/java/org/apache/doris/master/MetaHelper.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/master/ReportHandler.java b/fe/src/main/java/org/apache/doris/master/ReportHandler.java index afd388e794d580..049490e90424ac 100644 --- a/fe/src/main/java/org/apache/doris/master/ReportHandler.java +++ b/fe/src/main/java/org/apache/doris/master/ReportHandler.java @@ -1,7 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // @@ -11,6 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. + package org.apache.doris.master; import org.apache.doris.catalog.Catalog; diff --git a/fe/src/main/java/org/apache/doris/metric/MetricLabel.java b/fe/src/main/java/org/apache/doris/metric/MetricLabel.java index da9681c9eaed05..6c88fa020b193e 100644 --- a/fe/src/main/java/org/apache/doris/metric/MetricLabel.java +++ b/fe/src/main/java/org/apache/doris/metric/MetricLabel.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2018, Baidu.com, Inc. -// Copyright 2018 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/metric/MetricRepo.java b/fe/src/main/java/org/apache/doris/metric/MetricRepo.java index af5b306e38d5ab..7f69f0057703bd 100644 --- a/fe/src/main/java/org/apache/doris/metric/MetricRepo.java +++ b/fe/src/main/java/org/apache/doris/metric/MetricRepo.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2018, Baidu.com, Inc. -// Copyright 2018 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/metric/PaloCounterMetric.java b/fe/src/main/java/org/apache/doris/metric/PaloCounterMetric.java index 6381833d624938..dec52f2cf724d4 100644 --- a/fe/src/main/java/org/apache/doris/metric/PaloCounterMetric.java +++ b/fe/src/main/java/org/apache/doris/metric/PaloCounterMetric.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2018, Baidu.com, Inc. -// Copyright 2018 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/metric/PaloDoubleCounterMetric.java b/fe/src/main/java/org/apache/doris/metric/PaloDoubleCounterMetric.java index 1aa7167eb745d1..f664a22fc75336 100644 --- a/fe/src/main/java/org/apache/doris/metric/PaloDoubleCounterMetric.java +++ b/fe/src/main/java/org/apache/doris/metric/PaloDoubleCounterMetric.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2018, Baidu.com, Inc. -// Copyright 2018 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/metric/PaloGaugeMetric.java b/fe/src/main/java/org/apache/doris/metric/PaloGaugeMetric.java index 75945ebc1a336b..8e5bbd5b7b6860 100644 --- a/fe/src/main/java/org/apache/doris/metric/PaloGaugeMetric.java +++ b/fe/src/main/java/org/apache/doris/metric/PaloGaugeMetric.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2018, Baidu.com, Inc. -// Copyright 2018 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/metric/PaloLongCounterMetric.java b/fe/src/main/java/org/apache/doris/metric/PaloLongCounterMetric.java index 06ab40b62f4e60..816615c7f097f8 100644 --- a/fe/src/main/java/org/apache/doris/metric/PaloLongCounterMetric.java +++ b/fe/src/main/java/org/apache/doris/metric/PaloLongCounterMetric.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2018, Baidu.com, Inc. -// Copyright 2018 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/metric/PaloMetric.java b/fe/src/main/java/org/apache/doris/metric/PaloMetric.java index a74d8f9e5e9241..47c32712757db1 100644 --- a/fe/src/main/java/org/apache/doris/metric/PaloMetric.java +++ b/fe/src/main/java/org/apache/doris/metric/PaloMetric.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2018, Baidu.com, Inc. -// Copyright 2018 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/metric/PaloMetricRegistry.java b/fe/src/main/java/org/apache/doris/metric/PaloMetricRegistry.java index 500af47f931627..8dd12336f5b4b0 100644 --- a/fe/src/main/java/org/apache/doris/metric/PaloMetricRegistry.java +++ b/fe/src/main/java/org/apache/doris/metric/PaloMetricRegistry.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2018, Baidu.com, Inc. -// Copyright 2018 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/metric/PaloMetricVisitor.java b/fe/src/main/java/org/apache/doris/metric/PaloMetricVisitor.java index 5a4deabe5c68cc..3462a02cff4804 100644 --- a/fe/src/main/java/org/apache/doris/metric/PaloMetricVisitor.java +++ b/fe/src/main/java/org/apache/doris/metric/PaloMetricVisitor.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2018, Baidu.com, Inc. -// Copyright 2018 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/metric/PrometheusMetricVisitor.java b/fe/src/main/java/org/apache/doris/metric/PrometheusMetricVisitor.java index 459307efb3c50b..cc3d2b0f62c0e9 100644 --- a/fe/src/main/java/org/apache/doris/metric/PrometheusMetricVisitor.java +++ b/fe/src/main/java/org/apache/doris/metric/PrometheusMetricVisitor.java @@ -1,24 +1,21 @@ -package org.apache.doris.metric; -//Modifications copyright (C) 2018, Baidu.com, Inc. - -//Copyright 2018 The Apache Software Foundation - -//Licensed to the Apache Software Foundation (ASF) under one -//or more contributor license agreements. See the NOTICE file -//distributed with this work for additional information -//regarding copyright ownership. The ASF licenses this file -//to you under the Apache License, Version 2.0 (the -//"License"); you may not use this file except in compliance -//with the License. You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // -//http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // -//Unless required by applicable law or agreed to in writing, -//software distributed under the License is distributed on an -//"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -//KIND, either express or implied. See the License for the -//specific language governing permissions and limitations -//under the License. +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + +package org.apache.doris.metric; import org.apache.doris.catalog.Catalog; import org.apache.doris.monitor.jvm.JvmStats; diff --git a/fe/src/main/java/org/apache/doris/monitor/jvm/GcNames.java b/fe/src/main/java/org/apache/doris/monitor/jvm/GcNames.java index e652122543f500..a97224d6af1024 100644 --- a/fe/src/main/java/org/apache/doris/monitor/jvm/GcNames.java +++ b/fe/src/main/java/org/apache/doris/monitor/jvm/GcNames.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/monitor/jvm/JvmInfo.java b/fe/src/main/java/org/apache/doris/monitor/jvm/JvmInfo.java index 8ffbee33f5ea27..5304cdb036925f 100644 --- a/fe/src/main/java/org/apache/doris/monitor/jvm/JvmInfo.java +++ b/fe/src/main/java/org/apache/doris/monitor/jvm/JvmInfo.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/monitor/jvm/JvmService.java b/fe/src/main/java/org/apache/doris/monitor/jvm/JvmService.java index ebbf4058271696..5c69260bb46ebe 100644 --- a/fe/src/main/java/org/apache/doris/monitor/jvm/JvmService.java +++ b/fe/src/main/java/org/apache/doris/monitor/jvm/JvmService.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/monitor/jvm/JvmStats.java b/fe/src/main/java/org/apache/doris/monitor/jvm/JvmStats.java index 362c9686f71366..a758f36637a362 100644 --- a/fe/src/main/java/org/apache/doris/monitor/jvm/JvmStats.java +++ b/fe/src/main/java/org/apache/doris/monitor/jvm/JvmStats.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/monitor/unit/ByteSizeUnit.java b/fe/src/main/java/org/apache/doris/monitor/unit/ByteSizeUnit.java index cbe661cfed1b2e..504e3bc9c94ea8 100644 --- a/fe/src/main/java/org/apache/doris/monitor/unit/ByteSizeUnit.java +++ b/fe/src/main/java/org/apache/doris/monitor/unit/ByteSizeUnit.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/monitor/unit/ByteSizeValue.java b/fe/src/main/java/org/apache/doris/monitor/unit/ByteSizeValue.java index 59e6017b675faa..da41ba15349ee3 100644 --- a/fe/src/main/java/org/apache/doris/monitor/unit/ByteSizeValue.java +++ b/fe/src/main/java/org/apache/doris/monitor/unit/ByteSizeValue.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/monitor/unit/TimeValue.java b/fe/src/main/java/org/apache/doris/monitor/unit/TimeValue.java index 5d4b926a17fe92..8f15c01968a02c 100644 --- a/fe/src/main/java/org/apache/doris/monitor/unit/TimeValue.java +++ b/fe/src/main/java/org/apache/doris/monitor/unit/TimeValue.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/monitor/utils/Strings.java b/fe/src/main/java/org/apache/doris/monitor/utils/Strings.java index 20e7c975fac7ea..875d4bc8ba6f22 100644 --- a/fe/src/main/java/org/apache/doris/monitor/utils/Strings.java +++ b/fe/src/main/java/org/apache/doris/monitor/utils/Strings.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/mysql/MysqlAuthPacket.java b/fe/src/main/java/org/apache/doris/mysql/MysqlAuthPacket.java index 86ec26b5ca6498..76c12c6899253b 100644 --- a/fe/src/main/java/org/apache/doris/mysql/MysqlAuthPacket.java +++ b/fe/src/main/java/org/apache/doris/mysql/MysqlAuthPacket.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/mysql/MysqlCapability.java b/fe/src/main/java/org/apache/doris/mysql/MysqlCapability.java index a81f6cbee3d775..55f950a521d693 100644 --- a/fe/src/main/java/org/apache/doris/mysql/MysqlCapability.java +++ b/fe/src/main/java/org/apache/doris/mysql/MysqlCapability.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/mysql/MysqlChannel.java b/fe/src/main/java/org/apache/doris/mysql/MysqlChannel.java index 17ddc702c7902b..bef48c111552f8 100644 --- a/fe/src/main/java/org/apache/doris/mysql/MysqlChannel.java +++ b/fe/src/main/java/org/apache/doris/mysql/MysqlChannel.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/mysql/MysqlColDef.java b/fe/src/main/java/org/apache/doris/mysql/MysqlColDef.java index 6ebb85e213f09b..8c2b3614ef1d5a 100644 --- a/fe/src/main/java/org/apache/doris/mysql/MysqlColDef.java +++ b/fe/src/main/java/org/apache/doris/mysql/MysqlColDef.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/mysql/MysqlColType.java b/fe/src/main/java/org/apache/doris/mysql/MysqlColType.java index b7b04e5d785cc8..4a9b11f2fee4e1 100644 --- a/fe/src/main/java/org/apache/doris/mysql/MysqlColType.java +++ b/fe/src/main/java/org/apache/doris/mysql/MysqlColType.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/mysql/MysqlCommand.java b/fe/src/main/java/org/apache/doris/mysql/MysqlCommand.java index a21332496fb604..69c13f15a290f3 100644 --- a/fe/src/main/java/org/apache/doris/mysql/MysqlCommand.java +++ b/fe/src/main/java/org/apache/doris/mysql/MysqlCommand.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/mysql/MysqlEofPacket.java b/fe/src/main/java/org/apache/doris/mysql/MysqlEofPacket.java index 25618126aada5a..5f5d808a4b242d 100644 --- a/fe/src/main/java/org/apache/doris/mysql/MysqlEofPacket.java +++ b/fe/src/main/java/org/apache/doris/mysql/MysqlEofPacket.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/mysql/MysqlErrPacket.java b/fe/src/main/java/org/apache/doris/mysql/MysqlErrPacket.java index aeacbbdbae32d8..946024e9e69519 100644 --- a/fe/src/main/java/org/apache/doris/mysql/MysqlErrPacket.java +++ b/fe/src/main/java/org/apache/doris/mysql/MysqlErrPacket.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/mysql/MysqlHandshakePacket.java b/fe/src/main/java/org/apache/doris/mysql/MysqlHandshakePacket.java index 4c5be2181c1c5e..d92a8a59d21115 100644 --- a/fe/src/main/java/org/apache/doris/mysql/MysqlHandshakePacket.java +++ b/fe/src/main/java/org/apache/doris/mysql/MysqlHandshakePacket.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/mysql/MysqlOkPacket.java b/fe/src/main/java/org/apache/doris/mysql/MysqlOkPacket.java index 22e8932d089414..5a70e6eec93bf8 100644 --- a/fe/src/main/java/org/apache/doris/mysql/MysqlOkPacket.java +++ b/fe/src/main/java/org/apache/doris/mysql/MysqlOkPacket.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/mysql/MysqlPacket.java b/fe/src/main/java/org/apache/doris/mysql/MysqlPacket.java index 4e42b52ca13c23..f18a6462268a13 100644 --- a/fe/src/main/java/org/apache/doris/mysql/MysqlPacket.java +++ b/fe/src/main/java/org/apache/doris/mysql/MysqlPacket.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/mysql/MysqlPassword.java b/fe/src/main/java/org/apache/doris/mysql/MysqlPassword.java index 0146fee6163039..f0641819fd6bc4 100644 --- a/fe/src/main/java/org/apache/doris/mysql/MysqlPassword.java +++ b/fe/src/main/java/org/apache/doris/mysql/MysqlPassword.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/mysql/MysqlProto.java b/fe/src/main/java/org/apache/doris/mysql/MysqlProto.java index 67b325acd6d69a..2e661f09ede166 100644 --- a/fe/src/main/java/org/apache/doris/mysql/MysqlProto.java +++ b/fe/src/main/java/org/apache/doris/mysql/MysqlProto.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/mysql/MysqlSerializer.java b/fe/src/main/java/org/apache/doris/mysql/MysqlSerializer.java index 91b0c66d96ae9a..5145b48aecb633 100644 --- a/fe/src/main/java/org/apache/doris/mysql/MysqlSerializer.java +++ b/fe/src/main/java/org/apache/doris/mysql/MysqlSerializer.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/mysql/MysqlServer.java b/fe/src/main/java/org/apache/doris/mysql/MysqlServer.java index a018a683f99398..8fe8fda33ec9ed 100644 --- a/fe/src/main/java/org/apache/doris/mysql/MysqlServer.java +++ b/fe/src/main/java/org/apache/doris/mysql/MysqlServer.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/mysql/MysqlServerStatusFlag.java b/fe/src/main/java/org/apache/doris/mysql/MysqlServerStatusFlag.java index 9a98d67d16b9cd..7c6a55c2d1f230 100644 --- a/fe/src/main/java/org/apache/doris/mysql/MysqlServerStatusFlag.java +++ b/fe/src/main/java/org/apache/doris/mysql/MysqlServerStatusFlag.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/mysql/privilege/DbPrivEntry.java b/fe/src/main/java/org/apache/doris/mysql/privilege/DbPrivEntry.java index 1d1175a397631e..725042bae966b1 100644 --- a/fe/src/main/java/org/apache/doris/mysql/privilege/DbPrivEntry.java +++ b/fe/src/main/java/org/apache/doris/mysql/privilege/DbPrivEntry.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/mysql/privilege/DbPrivTable.java b/fe/src/main/java/org/apache/doris/mysql/privilege/DbPrivTable.java index 2ea65b9e403adf..f30afbe283863b 100644 --- a/fe/src/main/java/org/apache/doris/mysql/privilege/DbPrivTable.java +++ b/fe/src/main/java/org/apache/doris/mysql/privilege/DbPrivTable.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/mysql/privilege/GlobalPrivEntry.java b/fe/src/main/java/org/apache/doris/mysql/privilege/GlobalPrivEntry.java index 77629fdf8f7c0d..19580cd39dcb0d 100644 --- a/fe/src/main/java/org/apache/doris/mysql/privilege/GlobalPrivEntry.java +++ b/fe/src/main/java/org/apache/doris/mysql/privilege/GlobalPrivEntry.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/mysql/privilege/PaloAuth.java b/fe/src/main/java/org/apache/doris/mysql/privilege/PaloAuth.java index 4f809c157f27f8..90302437be4857 100644 --- a/fe/src/main/java/org/apache/doris/mysql/privilege/PaloAuth.java +++ b/fe/src/main/java/org/apache/doris/mysql/privilege/PaloAuth.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/mysql/privilege/PaloPrivilege.java b/fe/src/main/java/org/apache/doris/mysql/privilege/PaloPrivilege.java index 8514c88c7a278f..78f679e13aed3d 100644 --- a/fe/src/main/java/org/apache/doris/mysql/privilege/PaloPrivilege.java +++ b/fe/src/main/java/org/apache/doris/mysql/privilege/PaloPrivilege.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/mysql/privilege/PaloRole.java b/fe/src/main/java/org/apache/doris/mysql/privilege/PaloRole.java index acf7d8ae13e51a..b3f8f49de132e9 100644 --- a/fe/src/main/java/org/apache/doris/mysql/privilege/PaloRole.java +++ b/fe/src/main/java/org/apache/doris/mysql/privilege/PaloRole.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/mysql/privilege/PrivBitSet.java b/fe/src/main/java/org/apache/doris/mysql/privilege/PrivBitSet.java index 9687a9dfced15b..3c9055e3e41c84 100644 --- a/fe/src/main/java/org/apache/doris/mysql/privilege/PrivBitSet.java +++ b/fe/src/main/java/org/apache/doris/mysql/privilege/PrivBitSet.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/mysql/privilege/PrivEntry.java b/fe/src/main/java/org/apache/doris/mysql/privilege/PrivEntry.java index 07c7a28b4b8bab..8b1ac2fefc6baf 100644 --- a/fe/src/main/java/org/apache/doris/mysql/privilege/PrivEntry.java +++ b/fe/src/main/java/org/apache/doris/mysql/privilege/PrivEntry.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/mysql/privilege/PrivPredicate.java b/fe/src/main/java/org/apache/doris/mysql/privilege/PrivPredicate.java index 36a2ad3287b50f..518d4ff9f05778 100644 --- a/fe/src/main/java/org/apache/doris/mysql/privilege/PrivPredicate.java +++ b/fe/src/main/java/org/apache/doris/mysql/privilege/PrivPredicate.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/mysql/privilege/PrivTable.java b/fe/src/main/java/org/apache/doris/mysql/privilege/PrivTable.java index bcfacf6bb5608a..ff914c41379aa1 100644 --- a/fe/src/main/java/org/apache/doris/mysql/privilege/PrivTable.java +++ b/fe/src/main/java/org/apache/doris/mysql/privilege/PrivTable.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/mysql/privilege/RoleManager.java b/fe/src/main/java/org/apache/doris/mysql/privilege/RoleManager.java index 1b2b59513a5b62..3b4afb9a03b335 100644 --- a/fe/src/main/java/org/apache/doris/mysql/privilege/RoleManager.java +++ b/fe/src/main/java/org/apache/doris/mysql/privilege/RoleManager.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/mysql/privilege/TablePrivEntry.java b/fe/src/main/java/org/apache/doris/mysql/privilege/TablePrivEntry.java index ee4ea21d6922eb..bfe839527e5d66 100644 --- a/fe/src/main/java/org/apache/doris/mysql/privilege/TablePrivEntry.java +++ b/fe/src/main/java/org/apache/doris/mysql/privilege/TablePrivEntry.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/mysql/privilege/TablePrivTable.java b/fe/src/main/java/org/apache/doris/mysql/privilege/TablePrivTable.java index 9201e2e6497ff2..973ed7fabcdba5 100644 --- a/fe/src/main/java/org/apache/doris/mysql/privilege/TablePrivTable.java +++ b/fe/src/main/java/org/apache/doris/mysql/privilege/TablePrivTable.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/mysql/privilege/UserPrivTable.java b/fe/src/main/java/org/apache/doris/mysql/privilege/UserPrivTable.java index 3c5717ead236e3..768fd0ec8a6d2f 100644 --- a/fe/src/main/java/org/apache/doris/mysql/privilege/UserPrivTable.java +++ b/fe/src/main/java/org/apache/doris/mysql/privilege/UserPrivTable.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/mysql/privilege/UserProperty.java b/fe/src/main/java/org/apache/doris/mysql/privilege/UserProperty.java index 887d8ede1c3846..b02043fcbacd4c 100644 --- a/fe/src/main/java/org/apache/doris/mysql/privilege/UserProperty.java +++ b/fe/src/main/java/org/apache/doris/mysql/privilege/UserProperty.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/mysql/privilege/UserPropertyInfo.java b/fe/src/main/java/org/apache/doris/mysql/privilege/UserPropertyInfo.java index e797d2774a771d..96723becbec65b 100644 --- a/fe/src/main/java/org/apache/doris/mysql/privilege/UserPropertyInfo.java +++ b/fe/src/main/java/org/apache/doris/mysql/privilege/UserPropertyInfo.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/mysql/privilege/UserPropertyMgr.java b/fe/src/main/java/org/apache/doris/mysql/privilege/UserPropertyMgr.java index 68a15efcaa5fc2..202c14e0b5e792 100644 --- a/fe/src/main/java/org/apache/doris/mysql/privilege/UserPropertyMgr.java +++ b/fe/src/main/java/org/apache/doris/mysql/privilege/UserPropertyMgr.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/mysql/privilege/UserResource.java b/fe/src/main/java/org/apache/doris/mysql/privilege/UserResource.java index 35cd197f89239f..d178a32f091c63 100644 --- a/fe/src/main/java/org/apache/doris/mysql/privilege/UserResource.java +++ b/fe/src/main/java/org/apache/doris/mysql/privilege/UserResource.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/mysql/privilege/WhiteList.java b/fe/src/main/java/org/apache/doris/mysql/privilege/WhiteList.java index 6cb59f627e9121..b2c15d364bb717 100644 --- a/fe/src/main/java/org/apache/doris/mysql/privilege/WhiteList.java +++ b/fe/src/main/java/org/apache/doris/mysql/privilege/WhiteList.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/persist/BackendIdsUpdateInfo.java b/fe/src/main/java/org/apache/doris/persist/BackendIdsUpdateInfo.java index 734b62696b46d1..7492ecb097dee0 100644 --- a/fe/src/main/java/org/apache/doris/persist/BackendIdsUpdateInfo.java +++ b/fe/src/main/java/org/apache/doris/persist/BackendIdsUpdateInfo.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/persist/CloneInfo.java b/fe/src/main/java/org/apache/doris/persist/CloneInfo.java index 823cb5cd26805f..4f18e2d567d4a2 100644 --- a/fe/src/main/java/org/apache/doris/persist/CloneInfo.java +++ b/fe/src/main/java/org/apache/doris/persist/CloneInfo.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/persist/ClusterInfo.java b/fe/src/main/java/org/apache/doris/persist/ClusterInfo.java index 6cf33d3f17a69b..8b6f410ba68dce 100644 --- a/fe/src/main/java/org/apache/doris/persist/ClusterInfo.java +++ b/fe/src/main/java/org/apache/doris/persist/ClusterInfo.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/persist/ConsistencyCheckInfo.java b/fe/src/main/java/org/apache/doris/persist/ConsistencyCheckInfo.java index 6f290094093c2c..ef4eb12b453c09 100644 --- a/fe/src/main/java/org/apache/doris/persist/ConsistencyCheckInfo.java +++ b/fe/src/main/java/org/apache/doris/persist/ConsistencyCheckInfo.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/persist/CreateTableInfo.java b/fe/src/main/java/org/apache/doris/persist/CreateTableInfo.java index f5bd114a90868e..16a72025264ac4 100644 --- a/fe/src/main/java/org/apache/doris/persist/CreateTableInfo.java +++ b/fe/src/main/java/org/apache/doris/persist/CreateTableInfo.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/persist/DatabaseInfo.java b/fe/src/main/java/org/apache/doris/persist/DatabaseInfo.java index e281c3917ac0c9..37eb4179a4963a 100644 --- a/fe/src/main/java/org/apache/doris/persist/DatabaseInfo.java +++ b/fe/src/main/java/org/apache/doris/persist/DatabaseInfo.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/persist/DropInfo.java b/fe/src/main/java/org/apache/doris/persist/DropInfo.java index 5dc4ef697cf227..676acf57f48eac 100644 --- a/fe/src/main/java/org/apache/doris/persist/DropInfo.java +++ b/fe/src/main/java/org/apache/doris/persist/DropInfo.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/persist/DropLinkDbAndUpdateDbInfo.java b/fe/src/main/java/org/apache/doris/persist/DropLinkDbAndUpdateDbInfo.java index e61b876ebb7ebc..4372a35acb1428 100644 --- a/fe/src/main/java/org/apache/doris/persist/DropLinkDbAndUpdateDbInfo.java +++ b/fe/src/main/java/org/apache/doris/persist/DropLinkDbAndUpdateDbInfo.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/persist/DropPartitionInfo.java b/fe/src/main/java/org/apache/doris/persist/DropPartitionInfo.java index 45ba5b47264f4b..a52a03fe26a9f6 100644 --- a/fe/src/main/java/org/apache/doris/persist/DropPartitionInfo.java +++ b/fe/src/main/java/org/apache/doris/persist/DropPartitionInfo.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/persist/EditLog.java b/fe/src/main/java/org/apache/doris/persist/EditLog.java index 430270faf02fbd..5e7879441f5689 100644 --- a/fe/src/main/java/org/apache/doris/persist/EditLog.java +++ b/fe/src/main/java/org/apache/doris/persist/EditLog.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/persist/EditLogFileInputStream.java b/fe/src/main/java/org/apache/doris/persist/EditLogFileInputStream.java index b47489e6af4f9c..62d9a513bbb633 100644 --- a/fe/src/main/java/org/apache/doris/persist/EditLogFileInputStream.java +++ b/fe/src/main/java/org/apache/doris/persist/EditLogFileInputStream.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/persist/EditLogFileOutputStream.java b/fe/src/main/java/org/apache/doris/persist/EditLogFileOutputStream.java index 6a98a4fde3f981..44ca81215ddc72 100644 --- a/fe/src/main/java/org/apache/doris/persist/EditLogFileOutputStream.java +++ b/fe/src/main/java/org/apache/doris/persist/EditLogFileOutputStream.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/persist/EditLogInputStream.java b/fe/src/main/java/org/apache/doris/persist/EditLogInputStream.java index 59531c9d0fdad4..f63b9e144f9503 100644 --- a/fe/src/main/java/org/apache/doris/persist/EditLogInputStream.java +++ b/fe/src/main/java/org/apache/doris/persist/EditLogInputStream.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/persist/EditLogOutputStream.java b/fe/src/main/java/org/apache/doris/persist/EditLogOutputStream.java index 46936bc264318b..a07e5bc8a8f294 100644 --- a/fe/src/main/java/org/apache/doris/persist/EditLogOutputStream.java +++ b/fe/src/main/java/org/apache/doris/persist/EditLogOutputStream.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/persist/LinkDbInfo.java b/fe/src/main/java/org/apache/doris/persist/LinkDbInfo.java index 642c8f1b9a04d1..1924fd4e6108ad 100644 --- a/fe/src/main/java/org/apache/doris/persist/LinkDbInfo.java +++ b/fe/src/main/java/org/apache/doris/persist/LinkDbInfo.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/persist/MetaCleaner.java b/fe/src/main/java/org/apache/doris/persist/MetaCleaner.java index 7b10599578bc71..2c2b17a9410c13 100644 --- a/fe/src/main/java/org/apache/doris/persist/MetaCleaner.java +++ b/fe/src/main/java/org/apache/doris/persist/MetaCleaner.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/persist/ModifyPartitionInfo.java b/fe/src/main/java/org/apache/doris/persist/ModifyPartitionInfo.java index 2ef529e473deb8..c235888713dc9d 100644 --- a/fe/src/main/java/org/apache/doris/persist/ModifyPartitionInfo.java +++ b/fe/src/main/java/org/apache/doris/persist/ModifyPartitionInfo.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/persist/OperationType.java b/fe/src/main/java/org/apache/doris/persist/OperationType.java index c631d89858beca..9d2344f67512b6 100644 --- a/fe/src/main/java/org/apache/doris/persist/OperationType.java +++ b/fe/src/main/java/org/apache/doris/persist/OperationType.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/persist/PartitionPersistInfo.java b/fe/src/main/java/org/apache/doris/persist/PartitionPersistInfo.java index 8cfb2c302f8061..35debd6031c923 100644 --- a/fe/src/main/java/org/apache/doris/persist/PartitionPersistInfo.java +++ b/fe/src/main/java/org/apache/doris/persist/PartitionPersistInfo.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/persist/PrivInfo.java b/fe/src/main/java/org/apache/doris/persist/PrivInfo.java index 56d28fe2bb54fd..bcf2e99ae7dfc8 100644 --- a/fe/src/main/java/org/apache/doris/persist/PrivInfo.java +++ b/fe/src/main/java/org/apache/doris/persist/PrivInfo.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/persist/RecoverInfo.java b/fe/src/main/java/org/apache/doris/persist/RecoverInfo.java index d3b6593915572a..e3cde339f2aa26 100644 --- a/fe/src/main/java/org/apache/doris/persist/RecoverInfo.java +++ b/fe/src/main/java/org/apache/doris/persist/RecoverInfo.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/persist/ReplicaPersistInfo.java b/fe/src/main/java/org/apache/doris/persist/ReplicaPersistInfo.java index 42fc8e56ed9f6f..e634435d8806f0 100644 --- a/fe/src/main/java/org/apache/doris/persist/ReplicaPersistInfo.java +++ b/fe/src/main/java/org/apache/doris/persist/ReplicaPersistInfo.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/persist/Storage.java b/fe/src/main/java/org/apache/doris/persist/Storage.java index d3c6c9ff3257e0..5f79d54d6c7224 100644 --- a/fe/src/main/java/org/apache/doris/persist/Storage.java +++ b/fe/src/main/java/org/apache/doris/persist/Storage.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/persist/StorageInfo.java b/fe/src/main/java/org/apache/doris/persist/StorageInfo.java index d3df528de8b1dc..db331f46b53129 100644 --- a/fe/src/main/java/org/apache/doris/persist/StorageInfo.java +++ b/fe/src/main/java/org/apache/doris/persist/StorageInfo.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/persist/TableInfo.java b/fe/src/main/java/org/apache/doris/persist/TableInfo.java index 0bce563a1a5fd7..bf0af3332bfc91 100644 --- a/fe/src/main/java/org/apache/doris/persist/TableInfo.java +++ b/fe/src/main/java/org/apache/doris/persist/TableInfo.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/planner/AggregationNode.java b/fe/src/main/java/org/apache/doris/planner/AggregationNode.java index 8538324a682eb6..940287c46013fc 100644 --- a/fe/src/main/java/org/apache/doris/planner/AggregationNode.java +++ b/fe/src/main/java/org/apache/doris/planner/AggregationNode.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/planner/AnalyticEvalNode.java b/fe/src/main/java/org/apache/doris/planner/AnalyticEvalNode.java index dbae1645649685..9c80062da27b1c 100644 --- a/fe/src/main/java/org/apache/doris/planner/AnalyticEvalNode.java +++ b/fe/src/main/java/org/apache/doris/planner/AnalyticEvalNode.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/planner/AnalyticPlanner.java b/fe/src/main/java/org/apache/doris/planner/AnalyticPlanner.java index bd95250a5c2eca..9dbe1a3a00d897 100644 --- a/fe/src/main/java/org/apache/doris/planner/AnalyticPlanner.java +++ b/fe/src/main/java/org/apache/doris/planner/AnalyticPlanner.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/planner/BrokerScanNode.java b/fe/src/main/java/org/apache/doris/planner/BrokerScanNode.java index 7da8be04242991..8ade6c9006b9de 100644 --- a/fe/src/main/java/org/apache/doris/planner/BrokerScanNode.java +++ b/fe/src/main/java/org/apache/doris/planner/BrokerScanNode.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/planner/CrossJoinNode.java b/fe/src/main/java/org/apache/doris/planner/CrossJoinNode.java index 4fa91e540e1d93..d3eafb83cb970a 100644 --- a/fe/src/main/java/org/apache/doris/planner/CrossJoinNode.java +++ b/fe/src/main/java/org/apache/doris/planner/CrossJoinNode.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/planner/CsvScanNode.java b/fe/src/main/java/org/apache/doris/planner/CsvScanNode.java index ab1854a3b135b4..71939f646af878 100644 --- a/fe/src/main/java/org/apache/doris/planner/CsvScanNode.java +++ b/fe/src/main/java/org/apache/doris/planner/CsvScanNode.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/planner/DataPartition.java b/fe/src/main/java/org/apache/doris/planner/DataPartition.java index 93ad379c83b9db..df72bac0b99542 100644 --- a/fe/src/main/java/org/apache/doris/planner/DataPartition.java +++ b/fe/src/main/java/org/apache/doris/planner/DataPartition.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/planner/DataSink.java b/fe/src/main/java/org/apache/doris/planner/DataSink.java index c6e9ac598af902..63eb5aa116d5f0 100644 --- a/fe/src/main/java/org/apache/doris/planner/DataSink.java +++ b/fe/src/main/java/org/apache/doris/planner/DataSink.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/planner/DataSplitSink.java b/fe/src/main/java/org/apache/doris/planner/DataSplitSink.java index f587b953621f59..e817a28e7d3368 100644 --- a/fe/src/main/java/org/apache/doris/planner/DataSplitSink.java +++ b/fe/src/main/java/org/apache/doris/planner/DataSplitSink.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/planner/DataStreamSink.java b/fe/src/main/java/org/apache/doris/planner/DataStreamSink.java index da0d5bb33d3293..a07c914fc40936 100644 --- a/fe/src/main/java/org/apache/doris/planner/DataStreamSink.java +++ b/fe/src/main/java/org/apache/doris/planner/DataStreamSink.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/planner/DistributedPlanner.java b/fe/src/main/java/org/apache/doris/planner/DistributedPlanner.java index 431eff02558a2d..c8844a0b414e0a 100644 --- a/fe/src/main/java/org/apache/doris/planner/DistributedPlanner.java +++ b/fe/src/main/java/org/apache/doris/planner/DistributedPlanner.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/planner/DistributionPruner.java b/fe/src/main/java/org/apache/doris/planner/DistributionPruner.java index 92d6b164f6fabc..ab7c2135f33b98 100644 --- a/fe/src/main/java/org/apache/doris/planner/DistributionPruner.java +++ b/fe/src/main/java/org/apache/doris/planner/DistributionPruner.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/planner/EmptySetNode.java b/fe/src/main/java/org/apache/doris/planner/EmptySetNode.java index 2008d66dd51229..935f6feb44d4ca 100644 --- a/fe/src/main/java/org/apache/doris/planner/EmptySetNode.java +++ b/fe/src/main/java/org/apache/doris/planner/EmptySetNode.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/planner/EsScanNode.java b/fe/src/main/java/org/apache/doris/planner/EsScanNode.java index 0b65592e143610..fe1977d3975f6f 100644 --- a/fe/src/main/java/org/apache/doris/planner/EsScanNode.java +++ b/fe/src/main/java/org/apache/doris/planner/EsScanNode.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/planner/ExchangeNode.java b/fe/src/main/java/org/apache/doris/planner/ExchangeNode.java index 577177401fca29..614407191637de 100644 --- a/fe/src/main/java/org/apache/doris/planner/ExchangeNode.java +++ b/fe/src/main/java/org/apache/doris/planner/ExchangeNode.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/planner/ExportSink.java b/fe/src/main/java/org/apache/doris/planner/ExportSink.java index 51a6a586b4b622..1914bb4123d91d 100644 --- a/fe/src/main/java/org/apache/doris/planner/ExportSink.java +++ b/fe/src/main/java/org/apache/doris/planner/ExportSink.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/planner/HashDistributionPruner.java b/fe/src/main/java/org/apache/doris/planner/HashDistributionPruner.java index c5e5ea0493dff2..5746cec1b88f83 100644 --- a/fe/src/main/java/org/apache/doris/planner/HashDistributionPruner.java +++ b/fe/src/main/java/org/apache/doris/planner/HashDistributionPruner.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/planner/HashJoinNode.java b/fe/src/main/java/org/apache/doris/planner/HashJoinNode.java index 3862bf9a5a68f9..3168186606556f 100644 --- a/fe/src/main/java/org/apache/doris/planner/HashJoinNode.java +++ b/fe/src/main/java/org/apache/doris/planner/HashJoinNode.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/planner/ListPartitionPruner.java b/fe/src/main/java/org/apache/doris/planner/ListPartitionPruner.java index cfb91759114f97..9c840a8fcc9c6d 100644 --- a/fe/src/main/java/org/apache/doris/planner/ListPartitionPruner.java +++ b/fe/src/main/java/org/apache/doris/planner/ListPartitionPruner.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/planner/MergeJoinNode.java b/fe/src/main/java/org/apache/doris/planner/MergeJoinNode.java index 9be5828768247a..a636611b20f546 100644 --- a/fe/src/main/java/org/apache/doris/planner/MergeJoinNode.java +++ b/fe/src/main/java/org/apache/doris/planner/MergeJoinNode.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/planner/MergeNode.java b/fe/src/main/java/org/apache/doris/planner/MergeNode.java index 6d23b85fa1cc4a..1f7f9d487953d8 100644 --- a/fe/src/main/java/org/apache/doris/planner/MergeNode.java +++ b/fe/src/main/java/org/apache/doris/planner/MergeNode.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/planner/MysqlScanNode.java b/fe/src/main/java/org/apache/doris/planner/MysqlScanNode.java index c29f7d6772dd9a..a1ab57247fc9c7 100644 --- a/fe/src/main/java/org/apache/doris/planner/MysqlScanNode.java +++ b/fe/src/main/java/org/apache/doris/planner/MysqlScanNode.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/planner/MysqlTableSink.java b/fe/src/main/java/org/apache/doris/planner/MysqlTableSink.java index e2056e45fabaab..6d8cc7755e22f5 100644 --- a/fe/src/main/java/org/apache/doris/planner/MysqlTableSink.java +++ b/fe/src/main/java/org/apache/doris/planner/MysqlTableSink.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/planner/OlapRewriteNode.java b/fe/src/main/java/org/apache/doris/planner/OlapRewriteNode.java index eca7740a70ab8e..850dd5b4259471 100644 --- a/fe/src/main/java/org/apache/doris/planner/OlapRewriteNode.java +++ b/fe/src/main/java/org/apache/doris/planner/OlapRewriteNode.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/planner/OlapScanNode.java b/fe/src/main/java/org/apache/doris/planner/OlapScanNode.java index a5836c88f7911a..42fd43ff97785a 100644 --- a/fe/src/main/java/org/apache/doris/planner/OlapScanNode.java +++ b/fe/src/main/java/org/apache/doris/planner/OlapScanNode.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/planner/OlapTableSink.java b/fe/src/main/java/org/apache/doris/planner/OlapTableSink.java index 655e38ebbb2ecc..e9131987153777 100644 --- a/fe/src/main/java/org/apache/doris/planner/OlapTableSink.java +++ b/fe/src/main/java/org/apache/doris/planner/OlapTableSink.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/planner/PartitionColumnFilter.java b/fe/src/main/java/org/apache/doris/planner/PartitionColumnFilter.java index c525b19b76d364..191354a5c68222 100644 --- a/fe/src/main/java/org/apache/doris/planner/PartitionColumnFilter.java +++ b/fe/src/main/java/org/apache/doris/planner/PartitionColumnFilter.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/planner/PartitionPruner.java b/fe/src/main/java/org/apache/doris/planner/PartitionPruner.java index 345d367c89e4e1..738ccda95e3664 100644 --- a/fe/src/main/java/org/apache/doris/planner/PartitionPruner.java +++ b/fe/src/main/java/org/apache/doris/planner/PartitionPruner.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/planner/PlanFragment.java b/fe/src/main/java/org/apache/doris/planner/PlanFragment.java index a0b23b2a6174fb..5c9220332867b2 100644 --- a/fe/src/main/java/org/apache/doris/planner/PlanFragment.java +++ b/fe/src/main/java/org/apache/doris/planner/PlanFragment.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/planner/PlanFragmentId.java b/fe/src/main/java/org/apache/doris/planner/PlanFragmentId.java index 7c4dbef88c4f51..537e4ed93ca7cc 100644 --- a/fe/src/main/java/org/apache/doris/planner/PlanFragmentId.java +++ b/fe/src/main/java/org/apache/doris/planner/PlanFragmentId.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/planner/PlanNode.java b/fe/src/main/java/org/apache/doris/planner/PlanNode.java index 8cbb741d4e5b26..aaeb74882420df 100644 --- a/fe/src/main/java/org/apache/doris/planner/PlanNode.java +++ b/fe/src/main/java/org/apache/doris/planner/PlanNode.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/planner/PlanNodeId.java b/fe/src/main/java/org/apache/doris/planner/PlanNodeId.java index 466dcf7b20026c..9e7cc3f3069859 100644 --- a/fe/src/main/java/org/apache/doris/planner/PlanNodeId.java +++ b/fe/src/main/java/org/apache/doris/planner/PlanNodeId.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/planner/Planner.java b/fe/src/main/java/org/apache/doris/planner/Planner.java index 2d7912455f6a7b..96d3c5dedaa0d8 100644 --- a/fe/src/main/java/org/apache/doris/planner/Planner.java +++ b/fe/src/main/java/org/apache/doris/planner/Planner.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/planner/PlannerContext.java b/fe/src/main/java/org/apache/doris/planner/PlannerContext.java index 749ed4ac9e0ca7..2fae004fb6f471 100644 --- a/fe/src/main/java/org/apache/doris/planner/PlannerContext.java +++ b/fe/src/main/java/org/apache/doris/planner/PlannerContext.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/planner/RangePartitionPruner.java b/fe/src/main/java/org/apache/doris/planner/RangePartitionPruner.java index fe26f940550ba7..81eeb01386eea7 100644 --- a/fe/src/main/java/org/apache/doris/planner/RangePartitionPruner.java +++ b/fe/src/main/java/org/apache/doris/planner/RangePartitionPruner.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/planner/ResultSink.java b/fe/src/main/java/org/apache/doris/planner/ResultSink.java index d4a1dfd6ce7e0f..e71242e9b465cc 100644 --- a/fe/src/main/java/org/apache/doris/planner/ResultSink.java +++ b/fe/src/main/java/org/apache/doris/planner/ResultSink.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/planner/ScanNode.java b/fe/src/main/java/org/apache/doris/planner/ScanNode.java index 9ca39788be88d0..209cfc03a3aa3c 100644 --- a/fe/src/main/java/org/apache/doris/planner/ScanNode.java +++ b/fe/src/main/java/org/apache/doris/planner/ScanNode.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/planner/SchemaScanNode.java b/fe/src/main/java/org/apache/doris/planner/SchemaScanNode.java index e09df32cba85b8..e087e1c27bf693 100644 --- a/fe/src/main/java/org/apache/doris/planner/SchemaScanNode.java +++ b/fe/src/main/java/org/apache/doris/planner/SchemaScanNode.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/planner/SelectNode.java b/fe/src/main/java/org/apache/doris/planner/SelectNode.java index 03e266f6f6b02b..c7cb70621dbcbc 100644 --- a/fe/src/main/java/org/apache/doris/planner/SelectNode.java +++ b/fe/src/main/java/org/apache/doris/planner/SelectNode.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/planner/SingleNodePlanner.java b/fe/src/main/java/org/apache/doris/planner/SingleNodePlanner.java index 7e2b69e2d64215..245a8357417cf0 100644 --- a/fe/src/main/java/org/apache/doris/planner/SingleNodePlanner.java +++ b/fe/src/main/java/org/apache/doris/planner/SingleNodePlanner.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/planner/SortNode.java b/fe/src/main/java/org/apache/doris/planner/SortNode.java index 5c0c925e57ac5f..01ecea9fa9572e 100644 --- a/fe/src/main/java/org/apache/doris/planner/SortNode.java +++ b/fe/src/main/java/org/apache/doris/planner/SortNode.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/planner/StreamLoadPlanner.java b/fe/src/main/java/org/apache/doris/planner/StreamLoadPlanner.java index 020a0deb7e9c53..79f4bfe811b61b 100644 --- a/fe/src/main/java/org/apache/doris/planner/StreamLoadPlanner.java +++ b/fe/src/main/java/org/apache/doris/planner/StreamLoadPlanner.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/planner/StreamLoadScanNode.java b/fe/src/main/java/org/apache/doris/planner/StreamLoadScanNode.java index b66cdcb2bccdcc..c56ac4f6e04d87 100644 --- a/fe/src/main/java/org/apache/doris/planner/StreamLoadScanNode.java +++ b/fe/src/main/java/org/apache/doris/planner/StreamLoadScanNode.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/planner/UnionNode.java b/fe/src/main/java/org/apache/doris/planner/UnionNode.java index 286ac9ff0cfafe..35ecb1a11c9b4c 100644 --- a/fe/src/main/java/org/apache/doris/planner/UnionNode.java +++ b/fe/src/main/java/org/apache/doris/planner/UnionNode.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/qe/AuditBuilder.java b/fe/src/main/java/org/apache/doris/qe/AuditBuilder.java index f023850b845f0b..8e5ae369123b21 100644 --- a/fe/src/main/java/org/apache/doris/qe/AuditBuilder.java +++ b/fe/src/main/java/org/apache/doris/qe/AuditBuilder.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/qe/ConnectContext.java b/fe/src/main/java/org/apache/doris/qe/ConnectContext.java index 31b4fced7261b0..18275c6f41d887 100644 --- a/fe/src/main/java/org/apache/doris/qe/ConnectContext.java +++ b/fe/src/main/java/org/apache/doris/qe/ConnectContext.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/qe/ConnectProcessor.java b/fe/src/main/java/org/apache/doris/qe/ConnectProcessor.java index bede2a648fd5fe..560d538bb2589e 100644 --- a/fe/src/main/java/org/apache/doris/qe/ConnectProcessor.java +++ b/fe/src/main/java/org/apache/doris/qe/ConnectProcessor.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/qe/ConnectScheduler.java b/fe/src/main/java/org/apache/doris/qe/ConnectScheduler.java index f0ab8cab9d2428..a7d08df933c07e 100644 --- a/fe/src/main/java/org/apache/doris/qe/ConnectScheduler.java +++ b/fe/src/main/java/org/apache/doris/qe/ConnectScheduler.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/qe/Coordinator.java b/fe/src/main/java/org/apache/doris/qe/Coordinator.java index e71dd3904209b1..e1a37add50a7b5 100644 --- a/fe/src/main/java/org/apache/doris/qe/Coordinator.java +++ b/fe/src/main/java/org/apache/doris/qe/Coordinator.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/qe/DdlExecutor.java b/fe/src/main/java/org/apache/doris/qe/DdlExecutor.java index 77daa10a3543af..1ef1d33b23d495 100644 --- a/fe/src/main/java/org/apache/doris/qe/DdlExecutor.java +++ b/fe/src/main/java/org/apache/doris/qe/DdlExecutor.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/qe/GlobalVariable.java b/fe/src/main/java/org/apache/doris/qe/GlobalVariable.java index 893883ba4b7e13..f6f491ae8297b3 100644 --- a/fe/src/main/java/org/apache/doris/qe/GlobalVariable.java +++ b/fe/src/main/java/org/apache/doris/qe/GlobalVariable.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/qe/HelpCategory.java b/fe/src/main/java/org/apache/doris/qe/HelpCategory.java index 8af32f8c5a00f2..4f545ce652bdef 100644 --- a/fe/src/main/java/org/apache/doris/qe/HelpCategory.java +++ b/fe/src/main/java/org/apache/doris/qe/HelpCategory.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/qe/HelpModule.java b/fe/src/main/java/org/apache/doris/qe/HelpModule.java index cbc4b801ba9ee3..b1eff9d1ec3ea7 100644 --- a/fe/src/main/java/org/apache/doris/qe/HelpModule.java +++ b/fe/src/main/java/org/apache/doris/qe/HelpModule.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/qe/HelpObjectIface.java b/fe/src/main/java/org/apache/doris/qe/HelpObjectIface.java index b4441ec9c8b9d0..79cab5cc0280a1 100644 --- a/fe/src/main/java/org/apache/doris/qe/HelpObjectIface.java +++ b/fe/src/main/java/org/apache/doris/qe/HelpObjectIface.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/qe/HelpObjectLoader.java b/fe/src/main/java/org/apache/doris/qe/HelpObjectLoader.java index 9c2c496e4f6546..596bb27a5c31f1 100644 --- a/fe/src/main/java/org/apache/doris/qe/HelpObjectLoader.java +++ b/fe/src/main/java/org/apache/doris/qe/HelpObjectLoader.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/qe/HelpTopic.java b/fe/src/main/java/org/apache/doris/qe/HelpTopic.java index 2b3c8c9763c01c..72cf29e5802ea4 100644 --- a/fe/src/main/java/org/apache/doris/qe/HelpTopic.java +++ b/fe/src/main/java/org/apache/doris/qe/HelpTopic.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/qe/JournalObservable.java b/fe/src/main/java/org/apache/doris/qe/JournalObservable.java index 4a20802ecca709..9e7ad754888289 100644 --- a/fe/src/main/java/org/apache/doris/qe/JournalObservable.java +++ b/fe/src/main/java/org/apache/doris/qe/JournalObservable.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/qe/JournalObserver.java b/fe/src/main/java/org/apache/doris/qe/JournalObserver.java index 8c7aec40082f78..ec089a7c3b3c15 100644 --- a/fe/src/main/java/org/apache/doris/qe/JournalObserver.java +++ b/fe/src/main/java/org/apache/doris/qe/JournalObserver.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/qe/MasterOpExecutor.java b/fe/src/main/java/org/apache/doris/qe/MasterOpExecutor.java index 260963ad78eddf..e2ff93f7319677 100644 --- a/fe/src/main/java/org/apache/doris/qe/MasterOpExecutor.java +++ b/fe/src/main/java/org/apache/doris/qe/MasterOpExecutor.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/qe/MultiLoadMgr.java b/fe/src/main/java/org/apache/doris/qe/MultiLoadMgr.java index eb074834486d43..a3d3327ba90472 100644 --- a/fe/src/main/java/org/apache/doris/qe/MultiLoadMgr.java +++ b/fe/src/main/java/org/apache/doris/qe/MultiLoadMgr.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/qe/QeProcessor.java b/fe/src/main/java/org/apache/doris/qe/QeProcessor.java index dc0f9c763fc2f6..a94d4fd43821c2 100644 --- a/fe/src/main/java/org/apache/doris/qe/QeProcessor.java +++ b/fe/src/main/java/org/apache/doris/qe/QeProcessor.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/qe/QeProcessorImpl.java b/fe/src/main/java/org/apache/doris/qe/QeProcessorImpl.java index c4ce09bf3c2dd9..4261094643807b 100644 --- a/fe/src/main/java/org/apache/doris/qe/QeProcessorImpl.java +++ b/fe/src/main/java/org/apache/doris/qe/QeProcessorImpl.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/qe/QeService.java b/fe/src/main/java/org/apache/doris/qe/QeService.java index bc21e03fef0217..56f71baf525b92 100644 --- a/fe/src/main/java/org/apache/doris/qe/QeService.java +++ b/fe/src/main/java/org/apache/doris/qe/QeService.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/qe/QueryState.java b/fe/src/main/java/org/apache/doris/qe/QueryState.java index 4f93c408bfc03a..6674c9e339efa8 100644 --- a/fe/src/main/java/org/apache/doris/qe/QueryState.java +++ b/fe/src/main/java/org/apache/doris/qe/QueryState.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/qe/QueryStatisticsItem.java b/fe/src/main/java/org/apache/doris/qe/QueryStatisticsItem.java index 8076b2e330217d..37a6a1bc26f9bb 100644 --- a/fe/src/main/java/org/apache/doris/qe/QueryStatisticsItem.java +++ b/fe/src/main/java/org/apache/doris/qe/QueryStatisticsItem.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/qe/ResultReceiver.java b/fe/src/main/java/org/apache/doris/qe/ResultReceiver.java index acd038f8d3bb02..acb87f135d8fa6 100644 --- a/fe/src/main/java/org/apache/doris/qe/ResultReceiver.java +++ b/fe/src/main/java/org/apache/doris/qe/ResultReceiver.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/qe/SessionVariable.java b/fe/src/main/java/org/apache/doris/qe/SessionVariable.java index 6f2b83ea1db88b..15e83cd182272f 100644 --- a/fe/src/main/java/org/apache/doris/qe/SessionVariable.java +++ b/fe/src/main/java/org/apache/doris/qe/SessionVariable.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/qe/SetExecutor.java b/fe/src/main/java/org/apache/doris/qe/SetExecutor.java index c1bfc4e9b30ed0..6e6ab38e3ec5be 100644 --- a/fe/src/main/java/org/apache/doris/qe/SetExecutor.java +++ b/fe/src/main/java/org/apache/doris/qe/SetExecutor.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/qe/ShowExecutor.java b/fe/src/main/java/org/apache/doris/qe/ShowExecutor.java index 132b2772bb197c..ca3be123712e5e 100644 --- a/fe/src/main/java/org/apache/doris/qe/ShowExecutor.java +++ b/fe/src/main/java/org/apache/doris/qe/ShowExecutor.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/qe/ShowResultSet.java b/fe/src/main/java/org/apache/doris/qe/ShowResultSet.java index f4f2625fbe0623..77b2ff20d6c1b0 100644 --- a/fe/src/main/java/org/apache/doris/qe/ShowResultSet.java +++ b/fe/src/main/java/org/apache/doris/qe/ShowResultSet.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/qe/ShowResultSetMetaData.java b/fe/src/main/java/org/apache/doris/qe/ShowResultSetMetaData.java index deb056083c5393..cc44aa0afb6c30 100644 --- a/fe/src/main/java/org/apache/doris/qe/ShowResultSetMetaData.java +++ b/fe/src/main/java/org/apache/doris/qe/ShowResultSetMetaData.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/qe/SimpleScheduler.java b/fe/src/main/java/org/apache/doris/qe/SimpleScheduler.java index 4d6f8cd6510662..2e59ee16035569 100644 --- a/fe/src/main/java/org/apache/doris/qe/SimpleScheduler.java +++ b/fe/src/main/java/org/apache/doris/qe/SimpleScheduler.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/qe/StmtExecutor.java b/fe/src/main/java/org/apache/doris/qe/StmtExecutor.java index 138b485549dcd3..7d7f87950d26e3 100644 --- a/fe/src/main/java/org/apache/doris/qe/StmtExecutor.java +++ b/fe/src/main/java/org/apache/doris/qe/StmtExecutor.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/qe/VariableMgr.java b/fe/src/main/java/org/apache/doris/qe/VariableMgr.java index 8c6a63df35e74e..fc97afd192c309 100644 --- a/fe/src/main/java/org/apache/doris/qe/VariableMgr.java +++ b/fe/src/main/java/org/apache/doris/qe/VariableMgr.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/rewrite/BetweenToCompoundRule.java b/fe/src/main/java/org/apache/doris/rewrite/BetweenToCompoundRule.java index 7a3be3d5435a7f..2ba3985d9d83f9 100644 --- a/fe/src/main/java/org/apache/doris/rewrite/BetweenToCompoundRule.java +++ b/fe/src/main/java/org/apache/doris/rewrite/BetweenToCompoundRule.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/rewrite/ExprRewriteRule.java b/fe/src/main/java/org/apache/doris/rewrite/ExprRewriteRule.java index f571b27ffb3c7e..4bc195a27b3e89 100644 --- a/fe/src/main/java/org/apache/doris/rewrite/ExprRewriteRule.java +++ b/fe/src/main/java/org/apache/doris/rewrite/ExprRewriteRule.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/rewrite/ExprRewriter.java b/fe/src/main/java/org/apache/doris/rewrite/ExprRewriter.java index 424dad949950dd..d5207ff5960beb 100644 --- a/fe/src/main/java/org/apache/doris/rewrite/ExprRewriter.java +++ b/fe/src/main/java/org/apache/doris/rewrite/ExprRewriter.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/rewrite/NormalizeBinaryPredicatesRule.java b/fe/src/main/java/org/apache/doris/rewrite/NormalizeBinaryPredicatesRule.java index 88d67adc68ada6..f5c26f626d636f 100644 --- a/fe/src/main/java/org/apache/doris/rewrite/NormalizeBinaryPredicatesRule.java +++ b/fe/src/main/java/org/apache/doris/rewrite/NormalizeBinaryPredicatesRule.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/rpc/AttachmentRequest.java b/fe/src/main/java/org/apache/doris/rpc/AttachmentRequest.java index 91df1b9ee9dd94..166a9c93ec349c 100644 --- a/fe/src/main/java/org/apache/doris/rpc/AttachmentRequest.java +++ b/fe/src/main/java/org/apache/doris/rpc/AttachmentRequest.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/rpc/BackendServiceProxy.java b/fe/src/main/java/org/apache/doris/rpc/BackendServiceProxy.java index e437ae2274decb..f81f5e1a5dce5c 100644 --- a/fe/src/main/java/org/apache/doris/rpc/BackendServiceProxy.java +++ b/fe/src/main/java/org/apache/doris/rpc/BackendServiceProxy.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/rpc/PCancelPlanFragmentRequest.java b/fe/src/main/java/org/apache/doris/rpc/PCancelPlanFragmentRequest.java index 9b32f691d1396d..266ffa254298f9 100644 --- a/fe/src/main/java/org/apache/doris/rpc/PCancelPlanFragmentRequest.java +++ b/fe/src/main/java/org/apache/doris/rpc/PCancelPlanFragmentRequest.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/rpc/PCancelPlanFragmentResult.java b/fe/src/main/java/org/apache/doris/rpc/PCancelPlanFragmentResult.java index 3392ebf45fcc8a..5f31c631266292 100644 --- a/fe/src/main/java/org/apache/doris/rpc/PCancelPlanFragmentResult.java +++ b/fe/src/main/java/org/apache/doris/rpc/PCancelPlanFragmentResult.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/rpc/PExecPlanFragmentRequest.java b/fe/src/main/java/org/apache/doris/rpc/PExecPlanFragmentRequest.java index 9d892af95b42e0..a183795435570f 100644 --- a/fe/src/main/java/org/apache/doris/rpc/PExecPlanFragmentRequest.java +++ b/fe/src/main/java/org/apache/doris/rpc/PExecPlanFragmentRequest.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/rpc/PExecPlanFragmentResult.java b/fe/src/main/java/org/apache/doris/rpc/PExecPlanFragmentResult.java index e8f18f9e831aa6..b2026f225e4e4f 100644 --- a/fe/src/main/java/org/apache/doris/rpc/PExecPlanFragmentResult.java +++ b/fe/src/main/java/org/apache/doris/rpc/PExecPlanFragmentResult.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/rpc/PFetchDataRequest.java b/fe/src/main/java/org/apache/doris/rpc/PFetchDataRequest.java index f712153b274743..cf26e71359fd8b 100644 --- a/fe/src/main/java/org/apache/doris/rpc/PFetchDataRequest.java +++ b/fe/src/main/java/org/apache/doris/rpc/PFetchDataRequest.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/rpc/PFetchDataResult.java b/fe/src/main/java/org/apache/doris/rpc/PFetchDataResult.java index 576e7da9601dc9..cd4af477e49196 100644 --- a/fe/src/main/java/org/apache/doris/rpc/PFetchDataResult.java +++ b/fe/src/main/java/org/apache/doris/rpc/PFetchDataResult.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/rpc/PFetchFragmentExecInfoRequest.java b/fe/src/main/java/org/apache/doris/rpc/PFetchFragmentExecInfoRequest.java index b054957bb61cb8..78ad30a223d3b2 100644 --- a/fe/src/main/java/org/apache/doris/rpc/PFetchFragmentExecInfoRequest.java +++ b/fe/src/main/java/org/apache/doris/rpc/PFetchFragmentExecInfoRequest.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/rpc/PFetchFragmentExecInfosResult.java b/fe/src/main/java/org/apache/doris/rpc/PFetchFragmentExecInfosResult.java index a430eb929ae90b..1d0b757efdebc1 100644 --- a/fe/src/main/java/org/apache/doris/rpc/PFetchFragmentExecInfosResult.java +++ b/fe/src/main/java/org/apache/doris/rpc/PFetchFragmentExecInfosResult.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/rpc/PFragmentExecInfo.java b/fe/src/main/java/org/apache/doris/rpc/PFragmentExecInfo.java index 45a3895e9b4aa7..8f7bab3e9ce73a 100644 --- a/fe/src/main/java/org/apache/doris/rpc/PFragmentExecInfo.java +++ b/fe/src/main/java/org/apache/doris/rpc/PFragmentExecInfo.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/rpc/PInternalService.java b/fe/src/main/java/org/apache/doris/rpc/PInternalService.java index 46914612cba770..1fed5162eb9ca8 100644 --- a/fe/src/main/java/org/apache/doris/rpc/PInternalService.java +++ b/fe/src/main/java/org/apache/doris/rpc/PInternalService.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/rpc/PStatus.java b/fe/src/main/java/org/apache/doris/rpc/PStatus.java index c3df531cba2900..920c5bf511e773 100644 --- a/fe/src/main/java/org/apache/doris/rpc/PStatus.java +++ b/fe/src/main/java/org/apache/doris/rpc/PStatus.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/rpc/PUniqueId.java b/fe/src/main/java/org/apache/doris/rpc/PUniqueId.java index 9fd1b83284d639..c93db47c4785bd 100644 --- a/fe/src/main/java/org/apache/doris/rpc/PUniqueId.java +++ b/fe/src/main/java/org/apache/doris/rpc/PUniqueId.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/rpc/RpcException.java b/fe/src/main/java/org/apache/doris/rpc/RpcException.java index b528162a1e692e..5166ddecbde44b 100644 --- a/fe/src/main/java/org/apache/doris/rpc/RpcException.java +++ b/fe/src/main/java/org/apache/doris/rpc/RpcException.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/rpc/ThriftClientAttachmentHandler.java b/fe/src/main/java/org/apache/doris/rpc/ThriftClientAttachmentHandler.java index c0fc2a942c0d6a..a6f05c92e198db 100644 --- a/fe/src/main/java/org/apache/doris/rpc/ThriftClientAttachmentHandler.java +++ b/fe/src/main/java/org/apache/doris/rpc/ThriftClientAttachmentHandler.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/service/ExecuteEnv.java b/fe/src/main/java/org/apache/doris/service/ExecuteEnv.java index 5463b06019a98e..4115b1ed4bae98 100644 --- a/fe/src/main/java/org/apache/doris/service/ExecuteEnv.java +++ b/fe/src/main/java/org/apache/doris/service/ExecuteEnv.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/service/FeServer.java b/fe/src/main/java/org/apache/doris/service/FeServer.java index 7cf0f940799789..569d762a2ae181 100644 --- a/fe/src/main/java/org/apache/doris/service/FeServer.java +++ b/fe/src/main/java/org/apache/doris/service/FeServer.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/service/FrontendOptions.java b/fe/src/main/java/org/apache/doris/service/FrontendOptions.java index cbada0f90ac79d..bcdff8aa5e43a4 100644 --- a/fe/src/main/java/org/apache/doris/service/FrontendOptions.java +++ b/fe/src/main/java/org/apache/doris/service/FrontendOptions.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/service/FrontendServiceImpl.java b/fe/src/main/java/org/apache/doris/service/FrontendServiceImpl.java index 514bdf055e268c..ffce942bc97bdd 100644 --- a/fe/src/main/java/org/apache/doris/service/FrontendServiceImpl.java +++ b/fe/src/main/java/org/apache/doris/service/FrontendServiceImpl.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/system/Backend.java b/fe/src/main/java/org/apache/doris/system/Backend.java index 5b5b29906d82af..a05121cf626e23 100644 --- a/fe/src/main/java/org/apache/doris/system/Backend.java +++ b/fe/src/main/java/org/apache/doris/system/Backend.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/system/BackendEvent.java b/fe/src/main/java/org/apache/doris/system/BackendEvent.java index a8e2d44354fd06..90d4d6d58f12f0 100644 --- a/fe/src/main/java/org/apache/doris/system/BackendEvent.java +++ b/fe/src/main/java/org/apache/doris/system/BackendEvent.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/system/Frontend.java b/fe/src/main/java/org/apache/doris/system/Frontend.java index 355b9ebaf3d58f..4fbb121275f4e2 100644 --- a/fe/src/main/java/org/apache/doris/system/Frontend.java +++ b/fe/src/main/java/org/apache/doris/system/Frontend.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/system/SystemInfoObserver.java b/fe/src/main/java/org/apache/doris/system/SystemInfoObserver.java index ad899b3560fe2f..fcc970532b01f4 100644 --- a/fe/src/main/java/org/apache/doris/system/SystemInfoObserver.java +++ b/fe/src/main/java/org/apache/doris/system/SystemInfoObserver.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/system/SystemInfoService.java b/fe/src/main/java/org/apache/doris/system/SystemInfoService.java index ad034063906d84..5979bfaa423e02 100644 --- a/fe/src/main/java/org/apache/doris/system/SystemInfoService.java +++ b/fe/src/main/java/org/apache/doris/system/SystemInfoService.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/task/AgentBatchTask.java b/fe/src/main/java/org/apache/doris/task/AgentBatchTask.java index 493ca7052e9f67..4d429f9c94bb8a 100644 --- a/fe/src/main/java/org/apache/doris/task/AgentBatchTask.java +++ b/fe/src/main/java/org/apache/doris/task/AgentBatchTask.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/task/AgentClient.java b/fe/src/main/java/org/apache/doris/task/AgentClient.java index e849ba1da4d520..dbb1717a340fca 100644 --- a/fe/src/main/java/org/apache/doris/task/AgentClient.java +++ b/fe/src/main/java/org/apache/doris/task/AgentClient.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/task/AgentTask.java b/fe/src/main/java/org/apache/doris/task/AgentTask.java index 160a51bfb08770..7e2f04292c7e5a 100644 --- a/fe/src/main/java/org/apache/doris/task/AgentTask.java +++ b/fe/src/main/java/org/apache/doris/task/AgentTask.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/task/AgentTaskExecutor.java b/fe/src/main/java/org/apache/doris/task/AgentTaskExecutor.java index 7c889d48fbde9d..7a83e807f9d507 100644 --- a/fe/src/main/java/org/apache/doris/task/AgentTaskExecutor.java +++ b/fe/src/main/java/org/apache/doris/task/AgentTaskExecutor.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/task/AgentTaskQueue.java b/fe/src/main/java/org/apache/doris/task/AgentTaskQueue.java index dce3fe4d189ff1..38e4fdfab3a8b9 100644 --- a/fe/src/main/java/org/apache/doris/task/AgentTaskQueue.java +++ b/fe/src/main/java/org/apache/doris/task/AgentTaskQueue.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/task/CancelDeleteTask.java b/fe/src/main/java/org/apache/doris/task/CancelDeleteTask.java index 9c07735f6192fc..9357c052e551d8 100644 --- a/fe/src/main/java/org/apache/doris/task/CancelDeleteTask.java +++ b/fe/src/main/java/org/apache/doris/task/CancelDeleteTask.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/task/CheckConsistencyTask.java b/fe/src/main/java/org/apache/doris/task/CheckConsistencyTask.java index 723a9d8e4c51b1..23a611153d7ca6 100644 --- a/fe/src/main/java/org/apache/doris/task/CheckConsistencyTask.java +++ b/fe/src/main/java/org/apache/doris/task/CheckConsistencyTask.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/task/ClearAlterTask.java b/fe/src/main/java/org/apache/doris/task/ClearAlterTask.java index 2220c9beb4a6a6..53e80151bff15c 100644 --- a/fe/src/main/java/org/apache/doris/task/ClearAlterTask.java +++ b/fe/src/main/java/org/apache/doris/task/ClearAlterTask.java @@ -1,3 +1,20 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package org.apache.doris.task; import org.apache.doris.thrift.TClearAlterTaskRequest; diff --git a/fe/src/main/java/org/apache/doris/task/ClearTransactionTask.java b/fe/src/main/java/org/apache/doris/task/ClearTransactionTask.java index cfad8e4c3cfba6..7b1caea876b153 100644 --- a/fe/src/main/java/org/apache/doris/task/ClearTransactionTask.java +++ b/fe/src/main/java/org/apache/doris/task/ClearTransactionTask.java @@ -1,3 +1,20 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package org.apache.doris.task; import java.util.List; diff --git a/fe/src/main/java/org/apache/doris/task/CloneTask.java b/fe/src/main/java/org/apache/doris/task/CloneTask.java index 7a601926605647..81a567ab531560 100644 --- a/fe/src/main/java/org/apache/doris/task/CloneTask.java +++ b/fe/src/main/java/org/apache/doris/task/CloneTask.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/task/CreateReplicaTask.java b/fe/src/main/java/org/apache/doris/task/CreateReplicaTask.java index fedfc7ca59a269..de535b84919541 100644 --- a/fe/src/main/java/org/apache/doris/task/CreateReplicaTask.java +++ b/fe/src/main/java/org/apache/doris/task/CreateReplicaTask.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/task/CreateRollupTask.java b/fe/src/main/java/org/apache/doris/task/CreateRollupTask.java index fb6a2d520577d1..c8a71d7f309a94 100644 --- a/fe/src/main/java/org/apache/doris/task/CreateRollupTask.java +++ b/fe/src/main/java/org/apache/doris/task/CreateRollupTask.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/task/DirMoveTask.java b/fe/src/main/java/org/apache/doris/task/DirMoveTask.java index fdbd09d0229583..fca5cd90c47232 100644 --- a/fe/src/main/java/org/apache/doris/task/DirMoveTask.java +++ b/fe/src/main/java/org/apache/doris/task/DirMoveTask.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2018, Baidu.com, Inc. -// Copyright 2018 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/task/DownloadTask.java b/fe/src/main/java/org/apache/doris/task/DownloadTask.java index 37ab47875d3144..3bb5ddecc9e377 100644 --- a/fe/src/main/java/org/apache/doris/task/DownloadTask.java +++ b/fe/src/main/java/org/apache/doris/task/DownloadTask.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2018, Baidu.com, Inc. -// Copyright 2018 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/main/java/org/apache/doris/task/DropReplicaTask.java b/fe/src/main/java/org/apache/doris/task/DropReplicaTask.java index d98ca5a5cf1bba..653ef688ef3a2c 100644 --- a/fe/src/main/java/org/apache/doris/task/DropReplicaTask.java +++ b/fe/src/main/java/org/apache/doris/task/DropReplicaTask.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/task/ExportExportingTask.java b/fe/src/main/java/org/apache/doris/task/ExportExportingTask.java index aa306f4c94d6c7..599a7fa29a287c 100644 --- a/fe/src/main/java/org/apache/doris/task/ExportExportingTask.java +++ b/fe/src/main/java/org/apache/doris/task/ExportExportingTask.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/task/ExportPendingTask.java b/fe/src/main/java/org/apache/doris/task/ExportPendingTask.java index 6037f379c8e3a7..78933c1b67e571 100644 --- a/fe/src/main/java/org/apache/doris/task/ExportPendingTask.java +++ b/fe/src/main/java/org/apache/doris/task/ExportPendingTask.java @@ -1,9 +1,10 @@ - -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/task/HadoopLoadEtlTask.java b/fe/src/main/java/org/apache/doris/task/HadoopLoadEtlTask.java index 6f389895376a6a..40e932cc6e33de 100644 --- a/fe/src/main/java/org/apache/doris/task/HadoopLoadEtlTask.java +++ b/fe/src/main/java/org/apache/doris/task/HadoopLoadEtlTask.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/task/HadoopLoadPendingTask.java b/fe/src/main/java/org/apache/doris/task/HadoopLoadPendingTask.java index 121217fc1ac405..dff2ad46fc489e 100644 --- a/fe/src/main/java/org/apache/doris/task/HadoopLoadPendingTask.java +++ b/fe/src/main/java/org/apache/doris/task/HadoopLoadPendingTask.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/task/InsertLoadEtlTask.java b/fe/src/main/java/org/apache/doris/task/InsertLoadEtlTask.java index 0b2830090702b3..8a85a9c4b11024 100644 --- a/fe/src/main/java/org/apache/doris/task/InsertLoadEtlTask.java +++ b/fe/src/main/java/org/apache/doris/task/InsertLoadEtlTask.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/task/LoadEtlTask.java b/fe/src/main/java/org/apache/doris/task/LoadEtlTask.java index 29b811b6384d1b..350a388db90829 100644 --- a/fe/src/main/java/org/apache/doris/task/LoadEtlTask.java +++ b/fe/src/main/java/org/apache/doris/task/LoadEtlTask.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/task/LoadPendingTask.java b/fe/src/main/java/org/apache/doris/task/LoadPendingTask.java index 065b24a77e6974..f2b98cdc4afe4f 100644 --- a/fe/src/main/java/org/apache/doris/task/LoadPendingTask.java +++ b/fe/src/main/java/org/apache/doris/task/LoadPendingTask.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/task/MasterTask.java b/fe/src/main/java/org/apache/doris/task/MasterTask.java index 8ec5632635da7b..6ab92a57b6d0e6 100644 --- a/fe/src/main/java/org/apache/doris/task/MasterTask.java +++ b/fe/src/main/java/org/apache/doris/task/MasterTask.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/task/MasterTaskExecutor.java b/fe/src/main/java/org/apache/doris/task/MasterTaskExecutor.java index 05b72eedcad5ba..f367cf6a2794a4 100644 --- a/fe/src/main/java/org/apache/doris/task/MasterTaskExecutor.java +++ b/fe/src/main/java/org/apache/doris/task/MasterTaskExecutor.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/task/MiniLoadEtlTask.java b/fe/src/main/java/org/apache/doris/task/MiniLoadEtlTask.java index 2c849fa9edbc9f..95b9ede88a4530 100644 --- a/fe/src/main/java/org/apache/doris/task/MiniLoadEtlTask.java +++ b/fe/src/main/java/org/apache/doris/task/MiniLoadEtlTask.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/task/MiniLoadPendingTask.java b/fe/src/main/java/org/apache/doris/task/MiniLoadPendingTask.java index ffd9302cc5f001..fe58ef92631715 100644 --- a/fe/src/main/java/org/apache/doris/task/MiniLoadPendingTask.java +++ b/fe/src/main/java/org/apache/doris/task/MiniLoadPendingTask.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/task/PublishVersionTask.java b/fe/src/main/java/org/apache/doris/task/PublishVersionTask.java index 3bd5c7c3ef8dae..97e31a6d790e3b 100644 --- a/fe/src/main/java/org/apache/doris/task/PublishVersionTask.java +++ b/fe/src/main/java/org/apache/doris/task/PublishVersionTask.java @@ -1,3 +1,20 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package org.apache.doris.task; import java.util.ArrayList; diff --git a/fe/src/main/java/org/apache/doris/task/PullLoadEtlTask.java b/fe/src/main/java/org/apache/doris/task/PullLoadEtlTask.java index 32959d24ec1072..76d817bbb0560b 100644 --- a/fe/src/main/java/org/apache/doris/task/PullLoadEtlTask.java +++ b/fe/src/main/java/org/apache/doris/task/PullLoadEtlTask.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/task/PullLoadJob.java b/fe/src/main/java/org/apache/doris/task/PullLoadJob.java index 0273b6860fbd5a..e77a77706dec32 100644 --- a/fe/src/main/java/org/apache/doris/task/PullLoadJob.java +++ b/fe/src/main/java/org/apache/doris/task/PullLoadJob.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/task/PullLoadJobMgr.java b/fe/src/main/java/org/apache/doris/task/PullLoadJobMgr.java index e88252ee64416a..a8298156a54e7f 100644 --- a/fe/src/main/java/org/apache/doris/task/PullLoadJobMgr.java +++ b/fe/src/main/java/org/apache/doris/task/PullLoadJobMgr.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/task/PullLoadPendingTask.java b/fe/src/main/java/org/apache/doris/task/PullLoadPendingTask.java index e1f36351ebe4c8..be0aba0bc8922f 100644 --- a/fe/src/main/java/org/apache/doris/task/PullLoadPendingTask.java +++ b/fe/src/main/java/org/apache/doris/task/PullLoadPendingTask.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/task/PullLoadTask.java b/fe/src/main/java/org/apache/doris/task/PullLoadTask.java index 8af59bc802751e..d5fea3737a1a7f 100644 --- a/fe/src/main/java/org/apache/doris/task/PullLoadTask.java +++ b/fe/src/main/java/org/apache/doris/task/PullLoadTask.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/task/PullLoadTaskPlanner.java b/fe/src/main/java/org/apache/doris/task/PullLoadTaskPlanner.java index 46fee66c19f952..d07b6a197c7b3f 100644 --- a/fe/src/main/java/org/apache/doris/task/PullLoadTaskPlanner.java +++ b/fe/src/main/java/org/apache/doris/task/PullLoadTaskPlanner.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/task/PushTask.java b/fe/src/main/java/org/apache/doris/task/PushTask.java index 8a5f39176a7a72..147fcbc9d7a782 100644 --- a/fe/src/main/java/org/apache/doris/task/PushTask.java +++ b/fe/src/main/java/org/apache/doris/task/PushTask.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/task/RecoverTabletTask.java b/fe/src/main/java/org/apache/doris/task/RecoverTabletTask.java index dae14de95a9161..eb2e12aebeafd8 100644 --- a/fe/src/main/java/org/apache/doris/task/RecoverTabletTask.java +++ b/fe/src/main/java/org/apache/doris/task/RecoverTabletTask.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/task/ReleaseSnapshotTask.java b/fe/src/main/java/org/apache/doris/task/ReleaseSnapshotTask.java index c7d9a7822cdeea..57d25a9236d1aa 100644 --- a/fe/src/main/java/org/apache/doris/task/ReleaseSnapshotTask.java +++ b/fe/src/main/java/org/apache/doris/task/ReleaseSnapshotTask.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/task/SchemaChangeTask.java b/fe/src/main/java/org/apache/doris/task/SchemaChangeTask.java index 96869f825a44b6..b201f9ad2cb7fe 100644 --- a/fe/src/main/java/org/apache/doris/task/SchemaChangeTask.java +++ b/fe/src/main/java/org/apache/doris/task/SchemaChangeTask.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/task/SnapshotTask.java b/fe/src/main/java/org/apache/doris/task/SnapshotTask.java index 014c04e2c193dd..ac3bb851e049a0 100644 --- a/fe/src/main/java/org/apache/doris/task/SnapshotTask.java +++ b/fe/src/main/java/org/apache/doris/task/SnapshotTask.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/task/StorageMediaMigrationTask.java b/fe/src/main/java/org/apache/doris/task/StorageMediaMigrationTask.java index ece29e69a97924..72aef5a4d9ea02 100644 --- a/fe/src/main/java/org/apache/doris/task/StorageMediaMigrationTask.java +++ b/fe/src/main/java/org/apache/doris/task/StorageMediaMigrationTask.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/task/UploadTask.java b/fe/src/main/java/org/apache/doris/task/UploadTask.java index 1303552cbc2530..82646cb014297e 100644 --- a/fe/src/main/java/org/apache/doris/task/UploadTask.java +++ b/fe/src/main/java/org/apache/doris/task/UploadTask.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/transaction/BeginTransactionException.java b/fe/src/main/java/org/apache/doris/transaction/BeginTransactionException.java index a4faaf1ef2decc..071c29ab9edc00 100644 --- a/fe/src/main/java/org/apache/doris/transaction/BeginTransactionException.java +++ b/fe/src/main/java/org/apache/doris/transaction/BeginTransactionException.java @@ -1,3 +1,20 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package org.apache.doris.transaction; import org.apache.doris.common.UserException; diff --git a/fe/src/main/java/org/apache/doris/transaction/GlobalTransactionMgr.java b/fe/src/main/java/org/apache/doris/transaction/GlobalTransactionMgr.java index 6114a9387df8a9..620d62b4ce3b7f 100644 --- a/fe/src/main/java/org/apache/doris/transaction/GlobalTransactionMgr.java +++ b/fe/src/main/java/org/apache/doris/transaction/GlobalTransactionMgr.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/transaction/IllegalTransactionParameterException.java b/fe/src/main/java/org/apache/doris/transaction/IllegalTransactionParameterException.java index 69aeb295c86b30..39b0f9821099cf 100644 --- a/fe/src/main/java/org/apache/doris/transaction/IllegalTransactionParameterException.java +++ b/fe/src/main/java/org/apache/doris/transaction/IllegalTransactionParameterException.java @@ -1,3 +1,20 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package org.apache.doris.transaction; import org.apache.doris.common.UserException; diff --git a/fe/src/main/java/org/apache/doris/transaction/LabelAlreadyExistsException.java b/fe/src/main/java/org/apache/doris/transaction/LabelAlreadyExistsException.java index 007dabfc9c22bd..c0de405ca60729 100644 --- a/fe/src/main/java/org/apache/doris/transaction/LabelAlreadyExistsException.java +++ b/fe/src/main/java/org/apache/doris/transaction/LabelAlreadyExistsException.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/transaction/PartitionCommitInfo.java b/fe/src/main/java/org/apache/doris/transaction/PartitionCommitInfo.java index bf30d2f2a17769..dc9b2fc6a3caf4 100644 --- a/fe/src/main/java/org/apache/doris/transaction/PartitionCommitInfo.java +++ b/fe/src/main/java/org/apache/doris/transaction/PartitionCommitInfo.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/transaction/PublishVersionDaemon.java b/fe/src/main/java/org/apache/doris/transaction/PublishVersionDaemon.java index 1bb38f83a2bd37..b31f1a50cab1e9 100644 --- a/fe/src/main/java/org/apache/doris/transaction/PublishVersionDaemon.java +++ b/fe/src/main/java/org/apache/doris/transaction/PublishVersionDaemon.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/transaction/TableCommitInfo.java b/fe/src/main/java/org/apache/doris/transaction/TableCommitInfo.java index c02352a37a345c..884cb6d4dfecea 100644 --- a/fe/src/main/java/org/apache/doris/transaction/TableCommitInfo.java +++ b/fe/src/main/java/org/apache/doris/transaction/TableCommitInfo.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/transaction/TabletCommitInfo.java b/fe/src/main/java/org/apache/doris/transaction/TabletCommitInfo.java index 435b33456546ed..91f6f43d43b854 100644 --- a/fe/src/main/java/org/apache/doris/transaction/TabletCommitInfo.java +++ b/fe/src/main/java/org/apache/doris/transaction/TabletCommitInfo.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/transaction/TransactionCommitFailedException.java b/fe/src/main/java/org/apache/doris/transaction/TransactionCommitFailedException.java index 0f24449478f16e..3b507483ab1e65 100644 --- a/fe/src/main/java/org/apache/doris/transaction/TransactionCommitFailedException.java +++ b/fe/src/main/java/org/apache/doris/transaction/TransactionCommitFailedException.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/transaction/TransactionIDGenerator.java b/fe/src/main/java/org/apache/doris/transaction/TransactionIDGenerator.java index 14b6c86c6156e8..749d1bf20f0985 100644 --- a/fe/src/main/java/org/apache/doris/transaction/TransactionIDGenerator.java +++ b/fe/src/main/java/org/apache/doris/transaction/TransactionIDGenerator.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/transaction/TransactionState.java b/fe/src/main/java/org/apache/doris/transaction/TransactionState.java index 8699031f54675c..f876349011d1dc 100644 --- a/fe/src/main/java/org/apache/doris/transaction/TransactionState.java +++ b/fe/src/main/java/org/apache/doris/transaction/TransactionState.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/java/org/apache/doris/transaction/TransactionStatus.java b/fe/src/main/java/org/apache/doris/transaction/TransactionStatus.java index 8db82e24fe1ada..5f88c6fdf0ae55 100644 --- a/fe/src/main/java/org/apache/doris/transaction/TransactionStatus.java +++ b/fe/src/main/java/org/apache/doris/transaction/TransactionStatus.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/main/jflex/sql_scanner.flex b/fe/src/main/jflex/sql_scanner.flex index d464471ed8d9a0..8bf045ce4f1209 100644 --- a/fe/src/main/jflex/sql_scanner.flex +++ b/fe/src/main/jflex/sql_scanner.flex @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/alter/RollupJobTest.java b/fe/src/test/java/org/apache/doris/alter/RollupJobTest.java index 4f6158e4eb7aa7..cb92f4b2297aee 100644 --- a/fe/src/test/java/org/apache/doris/alter/RollupJobTest.java +++ b/fe/src/test/java/org/apache/doris/alter/RollupJobTest.java @@ -1,3 +1,20 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package org.apache.doris.alter; import static org.junit.Assert.assertEquals; diff --git a/fe/src/test/java/org/apache/doris/alter/SchemaChangeJobTest.java b/fe/src/test/java/org/apache/doris/alter/SchemaChangeJobTest.java index 97353d13e239a5..5d6bff4d792f96 100644 --- a/fe/src/test/java/org/apache/doris/alter/SchemaChangeJobTest.java +++ b/fe/src/test/java/org/apache/doris/alter/SchemaChangeJobTest.java @@ -1,3 +1,20 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package org.apache.doris.alter; import static org.junit.Assert.assertEquals; diff --git a/fe/src/test/java/org/apache/doris/analysis/AccessTestUtil.java b/fe/src/test/java/org/apache/doris/analysis/AccessTestUtil.java index 22b090c4ec9888..51f0f363503052 100644 --- a/fe/src/test/java/org/apache/doris/analysis/AccessTestUtil.java +++ b/fe/src/test/java/org/apache/doris/analysis/AccessTestUtil.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/AddColumnClauseTest.java b/fe/src/test/java/org/apache/doris/analysis/AddColumnClauseTest.java index 31b9ce2d0cf9bf..04e49ff7312de5 100644 --- a/fe/src/test/java/org/apache/doris/analysis/AddColumnClauseTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/AddColumnClauseTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/AddColumnsClauseTest.java b/fe/src/test/java/org/apache/doris/analysis/AddColumnsClauseTest.java index f8372014a0c1b5..7e2f1f33ae58e3 100644 --- a/fe/src/test/java/org/apache/doris/analysis/AddColumnsClauseTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/AddColumnsClauseTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/AddRollupClauseTest.java b/fe/src/test/java/org/apache/doris/analysis/AddRollupClauseTest.java index 309ace802615fa..cab0572ad35e0e 100644 --- a/fe/src/test/java/org/apache/doris/analysis/AddRollupClauseTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/AddRollupClauseTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/AdminShowReplicaTest.java b/fe/src/test/java/org/apache/doris/analysis/AdminShowReplicaTest.java index 21269c99e68cb7..271f207a7ec20a 100644 --- a/fe/src/test/java/org/apache/doris/analysis/AdminShowReplicaTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/AdminShowReplicaTest.java @@ -1,3 +1,20 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package org.apache.doris.analysis; import org.junit.Assert; diff --git a/fe/src/test/java/org/apache/doris/analysis/AlterClusterStmtTest.java b/fe/src/test/java/org/apache/doris/analysis/AlterClusterStmtTest.java index c7e54b2b0b259d..303024c25f1ac9 100644 --- a/fe/src/test/java/org/apache/doris/analysis/AlterClusterStmtTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/AlterClusterStmtTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/AlterTableStmtTest.java b/fe/src/test/java/org/apache/doris/analysis/AlterTableStmtTest.java index dae3e45a0a811a..10a5d9e2ed4862 100644 --- a/fe/src/test/java/org/apache/doris/analysis/AlterTableStmtTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/AlterTableStmtTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/BackendStmtTest.java b/fe/src/test/java/org/apache/doris/analysis/BackendStmtTest.java index e0907fa9f0adc1..2ea5326da85aba 100644 --- a/fe/src/test/java/org/apache/doris/analysis/BackendStmtTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/BackendStmtTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/CancelAlterStmtTest.java b/fe/src/test/java/org/apache/doris/analysis/CancelAlterStmtTest.java index 4def07573fe1e0..7456dfa1271a5a 100644 --- a/fe/src/test/java/org/apache/doris/analysis/CancelAlterStmtTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/CancelAlterStmtTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/ColumnPositionTest.java b/fe/src/test/java/org/apache/doris/analysis/ColumnPositionTest.java index 59132d00d7fa93..5920ae3b727da1 100644 --- a/fe/src/test/java/org/apache/doris/analysis/ColumnPositionTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/ColumnPositionTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/ColumnSeparatorTest.java b/fe/src/test/java/org/apache/doris/analysis/ColumnSeparatorTest.java index fe1c1944c21a63..76e5feddf52957 100644 --- a/fe/src/test/java/org/apache/doris/analysis/ColumnSeparatorTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/ColumnSeparatorTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/ColumnTest.java b/fe/src/test/java/org/apache/doris/analysis/ColumnTest.java index 16cdf98d13732f..6349399fecbeb8 100644 --- a/fe/src/test/java/org/apache/doris/analysis/ColumnTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/ColumnTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/CreateClusterStmtTest.java b/fe/src/test/java/org/apache/doris/analysis/CreateClusterStmtTest.java index f05267acb2793a..2b8b0e91258514 100644 --- a/fe/src/test/java/org/apache/doris/analysis/CreateClusterStmtTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/CreateClusterStmtTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/CreateDbStmtTest.java b/fe/src/test/java/org/apache/doris/analysis/CreateDbStmtTest.java index 0ddd92efca87a1..21d7431ed387da 100644 --- a/fe/src/test/java/org/apache/doris/analysis/CreateDbStmtTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/CreateDbStmtTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/CreateTableStmtTest.java b/fe/src/test/java/org/apache/doris/analysis/CreateTableStmtTest.java index a1e20b68eb1ab1..d2669b50ac5be0 100644 --- a/fe/src/test/java/org/apache/doris/analysis/CreateTableStmtTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/CreateTableStmtTest.java @@ -1,7 +1,3 @@ - -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/CreateUserStmtTest.java b/fe/src/test/java/org/apache/doris/analysis/CreateUserStmtTest.java index f7230201387af7..c740f1aa78a87b 100644 --- a/fe/src/test/java/org/apache/doris/analysis/CreateUserStmtTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/CreateUserStmtTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/DataDescriptionTest.java b/fe/src/test/java/org/apache/doris/analysis/DataDescriptionTest.java index 6c67c0dcfcef86..1b518856fd9ff4 100644 --- a/fe/src/test/java/org/apache/doris/analysis/DataDescriptionTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/DataDescriptionTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/DecimalLiteralTest.java b/fe/src/test/java/org/apache/doris/analysis/DecimalLiteralTest.java index ca7176544817bb..20d1d5142111ed 100644 --- a/fe/src/test/java/org/apache/doris/analysis/DecimalLiteralTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/DecimalLiteralTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/DeleteStmtTest.java b/fe/src/test/java/org/apache/doris/analysis/DeleteStmtTest.java index ac426777adae25..310514223b979c 100644 --- a/fe/src/test/java/org/apache/doris/analysis/DeleteStmtTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/DeleteStmtTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/DescribeStmtTest.java b/fe/src/test/java/org/apache/doris/analysis/DescribeStmtTest.java index efa7e4a87b298f..b8c7c12155c616 100644 --- a/fe/src/test/java/org/apache/doris/analysis/DescribeStmtTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/DescribeStmtTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/DropClusterStmtTest.java b/fe/src/test/java/org/apache/doris/analysis/DropClusterStmtTest.java index 34ed3097b884c4..936575d38a03e9 100644 --- a/fe/src/test/java/org/apache/doris/analysis/DropClusterStmtTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/DropClusterStmtTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/DropColumnClauseTest.java b/fe/src/test/java/org/apache/doris/analysis/DropColumnClauseTest.java index ebf986865c1625..19bee3dc136b76 100644 --- a/fe/src/test/java/org/apache/doris/analysis/DropColumnClauseTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/DropColumnClauseTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/DropDbStmtTest.java b/fe/src/test/java/org/apache/doris/analysis/DropDbStmtTest.java index ee83eee3ef0e4f..2d827eb023f1b8 100644 --- a/fe/src/test/java/org/apache/doris/analysis/DropDbStmtTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/DropDbStmtTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/DropRollupClauseTest.java b/fe/src/test/java/org/apache/doris/analysis/DropRollupClauseTest.java index 6e4e20ad4d91ae..2783bf5ba17ea2 100644 --- a/fe/src/test/java/org/apache/doris/analysis/DropRollupClauseTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/DropRollupClauseTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/DropTableStmtTest.java b/fe/src/test/java/org/apache/doris/analysis/DropTableStmtTest.java index d14ee6b7449f2b..2db1c07166c9e9 100644 --- a/fe/src/test/java/org/apache/doris/analysis/DropTableStmtTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/DropTableStmtTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/DropUserStmtTest.java b/fe/src/test/java/org/apache/doris/analysis/DropUserStmtTest.java index 3c013076fea9f7..e17e65b52baf6d 100644 --- a/fe/src/test/java/org/apache/doris/analysis/DropUserStmtTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/DropUserStmtTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/GrantStmtTest.java b/fe/src/test/java/org/apache/doris/analysis/GrantStmtTest.java index 4b5d53800461e7..68fc383798f674 100644 --- a/fe/src/test/java/org/apache/doris/analysis/GrantStmtTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/GrantStmtTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/HelpStmtTest.java b/fe/src/test/java/org/apache/doris/analysis/HelpStmtTest.java index 189a5740559a1c..21d9e8fbc2a05b 100644 --- a/fe/src/test/java/org/apache/doris/analysis/HelpStmtTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/HelpStmtTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/KillStmtTest.java b/fe/src/test/java/org/apache/doris/analysis/KillStmtTest.java index 6f0e5a276d2844..0da23c6cb5a613 100644 --- a/fe/src/test/java/org/apache/doris/analysis/KillStmtTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/KillStmtTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/LabelNameTest.java b/fe/src/test/java/org/apache/doris/analysis/LabelNameTest.java index 7c85aff90c839d..d52708b76f3a2b 100644 --- a/fe/src/test/java/org/apache/doris/analysis/LabelNameTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/LabelNameTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/LinkDbStmtTest.java b/fe/src/test/java/org/apache/doris/analysis/LinkDbStmtTest.java index c85e3af717bea9..145d35159d4058 100644 --- a/fe/src/test/java/org/apache/doris/analysis/LinkDbStmtTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/LinkDbStmtTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/LiteralExprCompareTest.java b/fe/src/test/java/org/apache/doris/analysis/LiteralExprCompareTest.java index 3298300228e798..d3c197d95e9a37 100644 --- a/fe/src/test/java/org/apache/doris/analysis/LiteralExprCompareTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/LiteralExprCompareTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/LoadStmtTest.java b/fe/src/test/java/org/apache/doris/analysis/LoadStmtTest.java index 95795213d0d8d8..91d331f86bfdbd 100644 --- a/fe/src/test/java/org/apache/doris/analysis/LoadStmtTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/LoadStmtTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/MigrateDbStmtTest.java b/fe/src/test/java/org/apache/doris/analysis/MigrateDbStmtTest.java index ae4d219e57f5fc..962b81b156b387 100644 --- a/fe/src/test/java/org/apache/doris/analysis/MigrateDbStmtTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/MigrateDbStmtTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/ModifyColumnClauseTest.java b/fe/src/test/java/org/apache/doris/analysis/ModifyColumnClauseTest.java index 1c463dd660980a..8f6692e52d8753 100644 --- a/fe/src/test/java/org/apache/doris/analysis/ModifyColumnClauseTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/ModifyColumnClauseTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/PartitionKeyDescTest.java b/fe/src/test/java/org/apache/doris/analysis/PartitionKeyDescTest.java index f2e34b9e6cf1cb..66057644cbb0e2 100644 --- a/fe/src/test/java/org/apache/doris/analysis/PartitionKeyDescTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/PartitionKeyDescTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/ReorderColumnsClauseTest.java b/fe/src/test/java/org/apache/doris/analysis/ReorderColumnsClauseTest.java index c4bbaf307e6fdb..8a40c863bbe353 100644 --- a/fe/src/test/java/org/apache/doris/analysis/ReorderColumnsClauseTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/ReorderColumnsClauseTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/SetNamesVarTest.java b/fe/src/test/java/org/apache/doris/analysis/SetNamesVarTest.java index 798f06b5519006..8d9558379ebb43 100644 --- a/fe/src/test/java/org/apache/doris/analysis/SetNamesVarTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/SetNamesVarTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/SetPassVarTest.java b/fe/src/test/java/org/apache/doris/analysis/SetPassVarTest.java index 3ac11b2226eec1..5ab138161417f2 100644 --- a/fe/src/test/java/org/apache/doris/analysis/SetPassVarTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/SetPassVarTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/SetStmtTest.java b/fe/src/test/java/org/apache/doris/analysis/SetStmtTest.java index 23513965c8e7c4..4cc5d77ef40088 100644 --- a/fe/src/test/java/org/apache/doris/analysis/SetStmtTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/SetStmtTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/SetTypeTest.java b/fe/src/test/java/org/apache/doris/analysis/SetTypeTest.java index 875bab3b55a67b..d2e5279ab14725 100644 --- a/fe/src/test/java/org/apache/doris/analysis/SetTypeTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/SetTypeTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/SetUserPropertyStmtTest.java b/fe/src/test/java/org/apache/doris/analysis/SetUserPropertyStmtTest.java index dfde984f30bc2d..57c1b322a07e40 100644 --- a/fe/src/test/java/org/apache/doris/analysis/SetUserPropertyStmtTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/SetUserPropertyStmtTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/SetUserPropertyVarTest.java b/fe/src/test/java/org/apache/doris/analysis/SetUserPropertyVarTest.java index 6e3e300927ce61..4c5be14f042d6d 100644 --- a/fe/src/test/java/org/apache/doris/analysis/SetUserPropertyVarTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/SetUserPropertyVarTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/SetVarTest.java b/fe/src/test/java/org/apache/doris/analysis/SetVarTest.java index 9681798d50130f..539c03486b66db 100644 --- a/fe/src/test/java/org/apache/doris/analysis/SetVarTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/SetVarTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/ShowAlterStmtTest.java b/fe/src/test/java/org/apache/doris/analysis/ShowAlterStmtTest.java index e450e1006b06c6..53468920c1b597 100644 --- a/fe/src/test/java/org/apache/doris/analysis/ShowAlterStmtTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/ShowAlterStmtTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/ShowCreateDbStmtTest.java b/fe/src/test/java/org/apache/doris/analysis/ShowCreateDbStmtTest.java index fd02350bd1e74d..93fdccc965278f 100644 --- a/fe/src/test/java/org/apache/doris/analysis/ShowCreateDbStmtTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/ShowCreateDbStmtTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/ShowCreateTableStmtTest.java b/fe/src/test/java/org/apache/doris/analysis/ShowCreateTableStmtTest.java index 8bec82e361d64b..dc019409bd32f9 100644 --- a/fe/src/test/java/org/apache/doris/analysis/ShowCreateTableStmtTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/ShowCreateTableStmtTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/ShowDataStmtTest.java b/fe/src/test/java/org/apache/doris/analysis/ShowDataStmtTest.java index 45efbd49afb03c..b753e061cbe190 100644 --- a/fe/src/test/java/org/apache/doris/analysis/ShowDataStmtTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/ShowDataStmtTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/ShowDbStmtTest.java b/fe/src/test/java/org/apache/doris/analysis/ShowDbStmtTest.java index 97b49646b92856..024799b0737191 100644 --- a/fe/src/test/java/org/apache/doris/analysis/ShowDbStmtTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/ShowDbStmtTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/ShowEnginesStmtTest.java b/fe/src/test/java/org/apache/doris/analysis/ShowEnginesStmtTest.java index 367e83ae447f71..1c29c0a8ee2f4d 100644 --- a/fe/src/test/java/org/apache/doris/analysis/ShowEnginesStmtTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/ShowEnginesStmtTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/ShowLoadStmtTest.java b/fe/src/test/java/org/apache/doris/analysis/ShowLoadStmtTest.java index 1d61f3a6f7d498..d0627c9bdc44dd 100644 --- a/fe/src/test/java/org/apache/doris/analysis/ShowLoadStmtTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/ShowLoadStmtTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/ShowRollupStmtTest.java b/fe/src/test/java/org/apache/doris/analysis/ShowRollupStmtTest.java index b7512786fab46c..76633e69bd455c 100644 --- a/fe/src/test/java/org/apache/doris/analysis/ShowRollupStmtTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/ShowRollupStmtTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/ShowTableStmtTest.java b/fe/src/test/java/org/apache/doris/analysis/ShowTableStmtTest.java index 79a995e2945131..f1c5194379ca03 100644 --- a/fe/src/test/java/org/apache/doris/analysis/ShowTableStmtTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/ShowTableStmtTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/ShowUserPropertyStmtTest.java b/fe/src/test/java/org/apache/doris/analysis/ShowUserPropertyStmtTest.java index ddea5e99b565c2..aabf9d024cbe62 100644 --- a/fe/src/test/java/org/apache/doris/analysis/ShowUserPropertyStmtTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/ShowUserPropertyStmtTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/ShowVariablesStmtTest.java b/fe/src/test/java/org/apache/doris/analysis/ShowVariablesStmtTest.java index 54642071710e81..699efacb9cf792 100644 --- a/fe/src/test/java/org/apache/doris/analysis/ShowVariablesStmtTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/ShowVariablesStmtTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/SysVariableDescTest.java b/fe/src/test/java/org/apache/doris/analysis/SysVariableDescTest.java index 51af748e5c7e2b..5afebdd810e04b 100644 --- a/fe/src/test/java/org/apache/doris/analysis/SysVariableDescTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/SysVariableDescTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/analysis/UseStmtTest.java b/fe/src/test/java/org/apache/doris/analysis/UseStmtTest.java index af06590e54e9cb..35e37436bba219 100644 --- a/fe/src/test/java/org/apache/doris/analysis/UseStmtTest.java +++ b/fe/src/test/java/org/apache/doris/analysis/UseStmtTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/backup/AlterClauseRWTest.java b/fe/src/test/java/org/apache/doris/backup/AlterClauseRWTest.java index 9a73021abc9fe9..206fa0dc9ad032 100644 --- a/fe/src/test/java/org/apache/doris/backup/AlterClauseRWTest.java +++ b/fe/src/test/java/org/apache/doris/backup/AlterClauseRWTest.java @@ -1,5 +1,3 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/backup/BackupHandlerTest.java b/fe/src/test/java/org/apache/doris/backup/BackupHandlerTest.java index af7120b061dc3a..db90cba79c5d9b 100644 --- a/fe/src/test/java/org/apache/doris/backup/BackupHandlerTest.java +++ b/fe/src/test/java/org/apache/doris/backup/BackupHandlerTest.java @@ -1,3 +1,20 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package org.apache.doris.backup; import org.apache.doris.analysis.BackupStmt; diff --git a/fe/src/test/java/org/apache/doris/backup/BackupJobInfoTest.java b/fe/src/test/java/org/apache/doris/backup/BackupJobInfoTest.java index 65e76e00493d80..13fb4e81eaa2b8 100644 --- a/fe/src/test/java/org/apache/doris/backup/BackupJobInfoTest.java +++ b/fe/src/test/java/org/apache/doris/backup/BackupJobInfoTest.java @@ -1,3 +1,20 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package org.apache.doris.backup; import org.junit.AfterClass; diff --git a/fe/src/test/java/org/apache/doris/backup/BackupJobTest.java b/fe/src/test/java/org/apache/doris/backup/BackupJobTest.java index 793aa213de462e..9bb7dbc74e1f1e 100644 --- a/fe/src/test/java/org/apache/doris/backup/BackupJobTest.java +++ b/fe/src/test/java/org/apache/doris/backup/BackupJobTest.java @@ -1,5 +1,3 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/backup/CatalogMocker.java b/fe/src/test/java/org/apache/doris/backup/CatalogMocker.java index 689cc3db530741..b29981a1add944 100644 --- a/fe/src/test/java/org/apache/doris/backup/CatalogMocker.java +++ b/fe/src/test/java/org/apache/doris/backup/CatalogMocker.java @@ -1,5 +1,3 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/backup/FileSaverITest.java b/fe/src/test/java/org/apache/doris/backup/FileSaverITest.java index de7b6ffaf8397a..28e6490877a956 100644 --- a/fe/src/test/java/org/apache/doris/backup/FileSaverITest.java +++ b/fe/src/test/java/org/apache/doris/backup/FileSaverITest.java @@ -1,5 +1,3 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/backup/PartitionNameTest.java b/fe/src/test/java/org/apache/doris/backup/PartitionNameTest.java index b2c44ee4e817dd..de4d869ef121ce 100644 --- a/fe/src/test/java/org/apache/doris/backup/PartitionNameTest.java +++ b/fe/src/test/java/org/apache/doris/backup/PartitionNameTest.java @@ -1,5 +1,3 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/backup/PathMakerTest.java b/fe/src/test/java/org/apache/doris/backup/PathMakerTest.java index 76ab5c05c5f736..de9ff4f0b3f26a 100644 --- a/fe/src/test/java/org/apache/doris/backup/PathMakerTest.java +++ b/fe/src/test/java/org/apache/doris/backup/PathMakerTest.java @@ -1,5 +1,3 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/backup/RepositoryTest.java b/fe/src/test/java/org/apache/doris/backup/RepositoryTest.java index acd441007d2a44..ed95cbbe3f587b 100644 --- a/fe/src/test/java/org/apache/doris/backup/RepositoryTest.java +++ b/fe/src/test/java/org/apache/doris/backup/RepositoryTest.java @@ -1,3 +1,20 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package org.apache.doris.backup; import org.apache.doris.analysis.ShowRepositoriesStmt; diff --git a/fe/src/test/java/org/apache/doris/backup/RestoreFileMappingTest.java b/fe/src/test/java/org/apache/doris/backup/RestoreFileMappingTest.java index b70358f4e52d2d..c0caedd43a451e 100644 --- a/fe/src/test/java/org/apache/doris/backup/RestoreFileMappingTest.java +++ b/fe/src/test/java/org/apache/doris/backup/RestoreFileMappingTest.java @@ -1,3 +1,20 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package org.apache.doris.backup; import org.apache.doris.backup.RestoreFileMapping.IdChain; diff --git a/fe/src/test/java/org/apache/doris/backup/RestoreJobTest.java b/fe/src/test/java/org/apache/doris/backup/RestoreJobTest.java index c237746cd0cf5a..075a2bc0c871b5 100644 --- a/fe/src/test/java/org/apache/doris/backup/RestoreJobTest.java +++ b/fe/src/test/java/org/apache/doris/backup/RestoreJobTest.java @@ -1,3 +1,20 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package org.apache.doris.backup; import org.apache.doris.backup.BackupJobInfo.BackupIndexInfo; diff --git a/fe/src/test/java/org/apache/doris/bdb/BDBToolOptionsTest.java b/fe/src/test/java/org/apache/doris/bdb/BDBToolOptionsTest.java index 3a4d5b1a51e01d..d6d93fa1332124 100644 --- a/fe/src/test/java/org/apache/doris/bdb/BDBToolOptionsTest.java +++ b/fe/src/test/java/org/apache/doris/bdb/BDBToolOptionsTest.java @@ -1,3 +1,20 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package org.apache.doris.bdb; import org.apache.doris.common.FeConstants; diff --git a/fe/src/test/java/org/apache/doris/bdb/BDBToolTest.java b/fe/src/test/java/org/apache/doris/bdb/BDBToolTest.java index 93477eda882b10..0faf081c00c3e9 100644 --- a/fe/src/test/java/org/apache/doris/bdb/BDBToolTest.java +++ b/fe/src/test/java/org/apache/doris/bdb/BDBToolTest.java @@ -1,3 +1,20 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package org.apache.doris.bdb; import org.apache.doris.common.io.DataOutputBuffer; diff --git a/fe/src/test/java/org/apache/doris/catalog/BackendTest.java b/fe/src/test/java/org/apache/doris/catalog/BackendTest.java index 4f0a345bd98866..9177b1fd152318 100644 --- a/fe/src/test/java/org/apache/doris/catalog/BackendTest.java +++ b/fe/src/test/java/org/apache/doris/catalog/BackendTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/catalog/CatalogTest.java b/fe/src/test/java/org/apache/doris/catalog/CatalogTest.java index af10a0d8d28387..bf6d4f76422ec7 100644 --- a/fe/src/test/java/org/apache/doris/catalog/CatalogTest.java +++ b/fe/src/test/java/org/apache/doris/catalog/CatalogTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/catalog/CatalogTestUtil.java b/fe/src/test/java/org/apache/doris/catalog/CatalogTestUtil.java index dfca67d2a00aee..78688e837c4073 100644 --- a/fe/src/test/java/org/apache/doris/catalog/CatalogTestUtil.java +++ b/fe/src/test/java/org/apache/doris/catalog/CatalogTestUtil.java @@ -1,3 +1,20 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package org.apache.doris.catalog; import org.apache.doris.analysis.PartitionKeyDesc; diff --git a/fe/src/test/java/org/apache/doris/catalog/ColumnStatsTest.java b/fe/src/test/java/org/apache/doris/catalog/ColumnStatsTest.java index cb02464c73385a..2b79787fac6be8 100644 --- a/fe/src/test/java/org/apache/doris/catalog/ColumnStatsTest.java +++ b/fe/src/test/java/org/apache/doris/catalog/ColumnStatsTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/catalog/ColumnTest.java b/fe/src/test/java/org/apache/doris/catalog/ColumnTest.java index 079bf06af0d6b6..8a0e6558c774bf 100644 --- a/fe/src/test/java/org/apache/doris/catalog/ColumnTest.java +++ b/fe/src/test/java/org/apache/doris/catalog/ColumnTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/catalog/ColumnTypeTest.java b/fe/src/test/java/org/apache/doris/catalog/ColumnTypeTest.java index 64319d45e2469f..2e393c1d8e8741 100644 --- a/fe/src/test/java/org/apache/doris/catalog/ColumnTypeTest.java +++ b/fe/src/test/java/org/apache/doris/catalog/ColumnTypeTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/catalog/CreateTableTest.java b/fe/src/test/java/org/apache/doris/catalog/CreateTableTest.java index 4d5e25f713cc1b..a9738328ee33cc 100644 --- a/fe/src/test/java/org/apache/doris/catalog/CreateTableTest.java +++ b/fe/src/test/java/org/apache/doris/catalog/CreateTableTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/catalog/DatabaseTest.java b/fe/src/test/java/org/apache/doris/catalog/DatabaseTest.java index bf0d6d8e811b4c..aa308f5ac23977 100644 --- a/fe/src/test/java/org/apache/doris/catalog/DatabaseTest.java +++ b/fe/src/test/java/org/apache/doris/catalog/DatabaseTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/catalog/FakeCatalog.java b/fe/src/test/java/org/apache/doris/catalog/FakeCatalog.java index 04341815ac7743..3b42841bd2384d 100644 --- a/fe/src/test/java/org/apache/doris/catalog/FakeCatalog.java +++ b/fe/src/test/java/org/apache/doris/catalog/FakeCatalog.java @@ -1,3 +1,20 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package org.apache.doris.catalog; import org.apache.doris.common.FeMetaVersion; diff --git a/fe/src/test/java/org/apache/doris/catalog/FakeEditLog.java b/fe/src/test/java/org/apache/doris/catalog/FakeEditLog.java index 0d7338ef87e601..dcb74d4ac25fb7 100644 --- a/fe/src/test/java/org/apache/doris/catalog/FakeEditLog.java +++ b/fe/src/test/java/org/apache/doris/catalog/FakeEditLog.java @@ -1,3 +1,20 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package org.apache.doris.catalog; import org.apache.doris.alter.RollupJob; diff --git a/fe/src/test/java/org/apache/doris/catalog/InfoSchemaDbTest.java b/fe/src/test/java/org/apache/doris/catalog/InfoSchemaDbTest.java index f08f38611c9d33..00ae89bc47696b 100644 --- a/fe/src/test/java/org/apache/doris/catalog/InfoSchemaDbTest.java +++ b/fe/src/test/java/org/apache/doris/catalog/InfoSchemaDbTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/catalog/MaterializedIndexTest.java b/fe/src/test/java/org/apache/doris/catalog/MaterializedIndexTest.java index 918b077ca12f97..5bc0d86d6fee39 100644 --- a/fe/src/test/java/org/apache/doris/catalog/MaterializedIndexTest.java +++ b/fe/src/test/java/org/apache/doris/catalog/MaterializedIndexTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/catalog/MetadataViewerTest.java b/fe/src/test/java/org/apache/doris/catalog/MetadataViewerTest.java index 094e3803b832f9..ce4cf76b8611df 100644 --- a/fe/src/test/java/org/apache/doris/catalog/MetadataViewerTest.java +++ b/fe/src/test/java/org/apache/doris/catalog/MetadataViewerTest.java @@ -1,3 +1,20 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package org.apache.doris.catalog; import org.apache.doris.analysis.BinaryPredicate.Operator; diff --git a/fe/src/test/java/org/apache/doris/catalog/MysqlTableTest.java b/fe/src/test/java/org/apache/doris/catalog/MysqlTableTest.java index 81d277fe82433e..86b1559d3953bf 100644 --- a/fe/src/test/java/org/apache/doris/catalog/MysqlTableTest.java +++ b/fe/src/test/java/org/apache/doris/catalog/MysqlTableTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/catalog/OlapTableTest.java b/fe/src/test/java/org/apache/doris/catalog/OlapTableTest.java index 4935b02b0a68da..63d67a390c51c0 100644 --- a/fe/src/test/java/org/apache/doris/catalog/OlapTableTest.java +++ b/fe/src/test/java/org/apache/doris/catalog/OlapTableTest.java @@ -1,3 +1,20 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package org.apache.doris.catalog; import org.apache.doris.catalog.Table.TableType; diff --git a/fe/src/test/java/org/apache/doris/catalog/PartitionKeyTest.java b/fe/src/test/java/org/apache/doris/catalog/PartitionKeyTest.java index 40575162bdca27..6bd8c63b331caf 100644 --- a/fe/src/test/java/org/apache/doris/catalog/PartitionKeyTest.java +++ b/fe/src/test/java/org/apache/doris/catalog/PartitionKeyTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/catalog/RangePartitionInfoTest.java b/fe/src/test/java/org/apache/doris/catalog/RangePartitionInfoTest.java index c745c6c309db2f..bb5ee2e90e3a8c 100644 --- a/fe/src/test/java/org/apache/doris/catalog/RangePartitionInfoTest.java +++ b/fe/src/test/java/org/apache/doris/catalog/RangePartitionInfoTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/catalog/ReplicaTest.java b/fe/src/test/java/org/apache/doris/catalog/ReplicaTest.java index 80817923b82e0f..8035a96d836970 100644 --- a/fe/src/test/java/org/apache/doris/catalog/ReplicaTest.java +++ b/fe/src/test/java/org/apache/doris/catalog/ReplicaTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/catalog/ResourceGroupTest.java b/fe/src/test/java/org/apache/doris/catalog/ResourceGroupTest.java index 64bcc6be5325fc..ef3f7ba575bdc9 100644 --- a/fe/src/test/java/org/apache/doris/catalog/ResourceGroupTest.java +++ b/fe/src/test/java/org/apache/doris/catalog/ResourceGroupTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/catalog/TableTest.java b/fe/src/test/java/org/apache/doris/catalog/TableTest.java index 07510a468f0f15..fa6eb8ec9d4f53 100644 --- a/fe/src/test/java/org/apache/doris/catalog/TableTest.java +++ b/fe/src/test/java/org/apache/doris/catalog/TableTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/catalog/TabletTest.java b/fe/src/test/java/org/apache/doris/catalog/TabletTest.java index 1872c8c1f2e09a..3c588833770ef0 100644 --- a/fe/src/test/java/org/apache/doris/catalog/TabletTest.java +++ b/fe/src/test/java/org/apache/doris/catalog/TabletTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/catalog/UserPropertyTest.java b/fe/src/test/java/org/apache/doris/catalog/UserPropertyTest.java index 2a8b1177bb3a6e..7fc08f80230f0b 100644 --- a/fe/src/test/java/org/apache/doris/catalog/UserPropertyTest.java +++ b/fe/src/test/java/org/apache/doris/catalog/UserPropertyTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/catalog/UserResourceTest.java b/fe/src/test/java/org/apache/doris/catalog/UserResourceTest.java index da2618d52699ed..504d905015838c 100644 --- a/fe/src/test/java/org/apache/doris/catalog/UserResourceTest.java +++ b/fe/src/test/java/org/apache/doris/catalog/UserResourceTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/clone/CloneTest.java b/fe/src/test/java/org/apache/doris/clone/CloneTest.java index af4b175796aa51..5bfa053da6572b 100644 --- a/fe/src/test/java/org/apache/doris/clone/CloneTest.java +++ b/fe/src/test/java/org/apache/doris/clone/CloneTest.java @@ -1,5 +1,3 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/clone/ClusterLoadStatisticsTest.java b/fe/src/test/java/org/apache/doris/clone/ClusterLoadStatisticsTest.java index acee59284df875..0e00bc5a98bfca 100644 --- a/fe/src/test/java/org/apache/doris/clone/ClusterLoadStatisticsTest.java +++ b/fe/src/test/java/org/apache/doris/clone/ClusterLoadStatisticsTest.java @@ -1,3 +1,20 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package org.apache.doris.clone; import org.apache.doris.catalog.Catalog; diff --git a/fe/src/test/java/org/apache/doris/cluster/SystemInfoServiceTest.java b/fe/src/test/java/org/apache/doris/cluster/SystemInfoServiceTest.java index 4ef3ec950a5eaa..d81cc2b2f4e82b 100644 --- a/fe/src/test/java/org/apache/doris/cluster/SystemInfoServiceTest.java +++ b/fe/src/test/java/org/apache/doris/cluster/SystemInfoServiceTest.java @@ -1,5 +1,3 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/common/CIDRTest.java b/fe/src/test/java/org/apache/doris/common/CIDRTest.java index 1c0f051a2360bf..141aa223981155 100644 --- a/fe/src/test/java/org/apache/doris/common/CIDRTest.java +++ b/fe/src/test/java/org/apache/doris/common/CIDRTest.java @@ -1,13 +1,16 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, -// software distributed under the License is distributed on an // "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. diff --git a/fe/src/test/java/org/apache/doris/common/CommandLineOptionsTest.java b/fe/src/test/java/org/apache/doris/common/CommandLineOptionsTest.java index cfb4a4ace7cb9d..b8d504598825e9 100644 --- a/fe/src/test/java/org/apache/doris/common/CommandLineOptionsTest.java +++ b/fe/src/test/java/org/apache/doris/common/CommandLineOptionsTest.java @@ -1,3 +1,20 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package org.apache.doris.common; import org.apache.doris.journal.bdbje.BDBToolOptions; diff --git a/fe/src/test/java/org/apache/doris/common/GenericPoolTest.java b/fe/src/test/java/org/apache/doris/common/GenericPoolTest.java index 2638aefa35d265..da68702f7ee325 100644 --- a/fe/src/test/java/org/apache/doris/common/GenericPoolTest.java +++ b/fe/src/test/java/org/apache/doris/common/GenericPoolTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/common/MD5Test.java b/fe/src/test/java/org/apache/doris/common/MD5Test.java index 967beb781196cd..2e61abe31f146e 100644 --- a/fe/src/test/java/org/apache/doris/common/MD5Test.java +++ b/fe/src/test/java/org/apache/doris/common/MD5Test.java @@ -1,3 +1,20 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package org.apache.doris.common; import org.apache.commons.codec.digest.DigestUtils; diff --git a/fe/src/test/java/org/apache/doris/common/MarkDownParserTest.java b/fe/src/test/java/org/apache/doris/common/MarkDownParserTest.java index 6872758f0d6414..3cd40e74844398 100644 --- a/fe/src/test/java/org/apache/doris/common/MarkDownParserTest.java +++ b/fe/src/test/java/org/apache/doris/common/MarkDownParserTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/common/PatternMatcherTest.java b/fe/src/test/java/org/apache/doris/common/PatternMatcherTest.java index b98f086de99d1f..0f280d8562ac14 100644 --- a/fe/src/test/java/org/apache/doris/common/PatternMatcherTest.java +++ b/fe/src/test/java/org/apache/doris/common/PatternMatcherTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/common/PropertyAnalyzerTest.java b/fe/src/test/java/org/apache/doris/common/PropertyAnalyzerTest.java index fc266d34286730..a1e648565b3e81 100644 --- a/fe/src/test/java/org/apache/doris/common/PropertyAnalyzerTest.java +++ b/fe/src/test/java/org/apache/doris/common/PropertyAnalyzerTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/common/path/PathTrieTest.java b/fe/src/test/java/org/apache/doris/common/path/PathTrieTest.java index 91c0abe26b2633..0fe21676fad2ec 100644 --- a/fe/src/test/java/org/apache/doris/common/path/PathTrieTest.java +++ b/fe/src/test/java/org/apache/doris/common/path/PathTrieTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/common/proc/BackendProcNodeTest.java b/fe/src/test/java/org/apache/doris/common/proc/BackendProcNodeTest.java index 57859312f47d41..d5e28a97cf68ef 100644 --- a/fe/src/test/java/org/apache/doris/common/proc/BackendProcNodeTest.java +++ b/fe/src/test/java/org/apache/doris/common/proc/BackendProcNodeTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/common/proc/BackendsProcDirTest.java b/fe/src/test/java/org/apache/doris/common/proc/BackendsProcDirTest.java index a139d2964836aa..cdc472cffe3c07 100644 --- a/fe/src/test/java/org/apache/doris/common/proc/BackendsProcDirTest.java +++ b/fe/src/test/java/org/apache/doris/common/proc/BackendsProcDirTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/common/proc/DbsProcDirTest.java b/fe/src/test/java/org/apache/doris/common/proc/DbsProcDirTest.java index 6242c3259bb6ac..85c964ab5d0de0 100644 --- a/fe/src/test/java/org/apache/doris/common/proc/DbsProcDirTest.java +++ b/fe/src/test/java/org/apache/doris/common/proc/DbsProcDirTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/common/proc/ProcServiceTest.java b/fe/src/test/java/org/apache/doris/common/proc/ProcServiceTest.java index 4a8abdf9f0f3ab..b0b94d021a2165 100644 --- a/fe/src/test/java/org/apache/doris/common/proc/ProcServiceTest.java +++ b/fe/src/test/java/org/apache/doris/common/proc/ProcServiceTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/common/util/DebugUtilTest.java b/fe/src/test/java/org/apache/doris/common/util/DebugUtilTest.java index bd2604a2735ad3..ff78c3840b4d33 100644 --- a/fe/src/test/java/org/apache/doris/common/util/DebugUtilTest.java +++ b/fe/src/test/java/org/apache/doris/common/util/DebugUtilTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/common/util/ListComparatorTest.java b/fe/src/test/java/org/apache/doris/common/util/ListComparatorTest.java index 5b0d0ad8c4ddce..3404855d0daa00 100644 --- a/fe/src/test/java/org/apache/doris/common/util/ListComparatorTest.java +++ b/fe/src/test/java/org/apache/doris/common/util/ListComparatorTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/common/util/LoadBalancerTest.java b/fe/src/test/java/org/apache/doris/common/util/LoadBalancerTest.java index f40f5164048ee1..c221bc1fa32a61 100644 --- a/fe/src/test/java/org/apache/doris/common/util/LoadBalancerTest.java +++ b/fe/src/test/java/org/apache/doris/common/util/LoadBalancerTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/common/util/RuntimeProfileTest.java b/fe/src/test/java/org/apache/doris/common/util/RuntimeProfileTest.java index 26d2444a151299..5cf0701c59c501 100644 --- a/fe/src/test/java/org/apache/doris/common/util/RuntimeProfileTest.java +++ b/fe/src/test/java/org/apache/doris/common/util/RuntimeProfileTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/common/util/TimeUtilsTest.java b/fe/src/test/java/org/apache/doris/common/util/TimeUtilsTest.java index a293bef934ca87..49e86f36c686bd 100644 --- a/fe/src/test/java/org/apache/doris/common/util/TimeUtilsTest.java +++ b/fe/src/test/java/org/apache/doris/common/util/TimeUtilsTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/common/util/UnitTestUtil.java b/fe/src/test/java/org/apache/doris/common/util/UnitTestUtil.java index e46b74bd6f8001..e4c3ccb7cd1c4c 100644 --- a/fe/src/test/java/org/apache/doris/common/util/UnitTestUtil.java +++ b/fe/src/test/java/org/apache/doris/common/util/UnitTestUtil.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/deploy/AmbariDeployManagerTest.java b/fe/src/test/java/org/apache/doris/deploy/AmbariDeployManagerTest.java index 06e83146452627..f2d0a197f1f461 100644 --- a/fe/src/test/java/org/apache/doris/deploy/AmbariDeployManagerTest.java +++ b/fe/src/test/java/org/apache/doris/deploy/AmbariDeployManagerTest.java @@ -1,3 +1,20 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package org.apache.doris.deploy; import org.apache.doris.catalog.Catalog; diff --git a/fe/src/test/java/org/apache/doris/es/EsStateStoreTest.java b/fe/src/test/java/org/apache/doris/es/EsStateStoreTest.java index 3f85f6f16a50f2..eb5338826316e2 100644 --- a/fe/src/test/java/org/apache/doris/es/EsStateStoreTest.java +++ b/fe/src/test/java/org/apache/doris/es/EsStateStoreTest.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/test/java/org/apache/doris/es/EsUtilTest.java b/fe/src/test/java/org/apache/doris/es/EsUtilTest.java index 195a817ebfa17d..876a8ead61a36d 100644 --- a/fe/src/test/java/org/apache/doris/es/EsUtilTest.java +++ b/fe/src/test/java/org/apache/doris/es/EsUtilTest.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/test/java/org/apache/doris/http/HttpAuthManagerTest.java b/fe/src/test/java/org/apache/doris/http/HttpAuthManagerTest.java index e4aa95a57ab0c3..e6c55c171eff06 100644 --- a/fe/src/test/java/org/apache/doris/http/HttpAuthManagerTest.java +++ b/fe/src/test/java/org/apache/doris/http/HttpAuthManagerTest.java @@ -1,5 +1,3 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/load/DppConfigTest.java b/fe/src/test/java/org/apache/doris/load/DppConfigTest.java index 893239f8b0e0fc..a218267f4af4fe 100644 --- a/fe/src/test/java/org/apache/doris/load/DppConfigTest.java +++ b/fe/src/test/java/org/apache/doris/load/DppConfigTest.java @@ -1,5 +1,3 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/load/DppSchedulerTest.java b/fe/src/test/java/org/apache/doris/load/DppSchedulerTest.java index 1f503db734ada7..812cfc65ced80f 100644 --- a/fe/src/test/java/org/apache/doris/load/DppSchedulerTest.java +++ b/fe/src/test/java/org/apache/doris/load/DppSchedulerTest.java @@ -1,5 +1,3 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/load/EtlJobStatusTest.java b/fe/src/test/java/org/apache/doris/load/EtlJobStatusTest.java index 0dccdc4ecc52d3..0d5a8be29a73dc 100644 --- a/fe/src/test/java/org/apache/doris/load/EtlJobStatusTest.java +++ b/fe/src/test/java/org/apache/doris/load/EtlJobStatusTest.java @@ -1,5 +1,3 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/load/FailMsgTest.java b/fe/src/test/java/org/apache/doris/load/FailMsgTest.java index 28f1021156e9f5..aa11d82f43b306 100644 --- a/fe/src/test/java/org/apache/doris/load/FailMsgTest.java +++ b/fe/src/test/java/org/apache/doris/load/FailMsgTest.java @@ -1,5 +1,3 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/load/LoadCheckerTest.java b/fe/src/test/java/org/apache/doris/load/LoadCheckerTest.java index 9ceb18b6842a5d..ccf43f16d1b768 100644 --- a/fe/src/test/java/org/apache/doris/load/LoadCheckerTest.java +++ b/fe/src/test/java/org/apache/doris/load/LoadCheckerTest.java @@ -1,5 +1,3 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/load/LoadJobTest.java b/fe/src/test/java/org/apache/doris/load/LoadJobTest.java index 8280d7c7ac2107..0bf7ff1451a177 100644 --- a/fe/src/test/java/org/apache/doris/load/LoadJobTest.java +++ b/fe/src/test/java/org/apache/doris/load/LoadJobTest.java @@ -1,5 +1,3 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/load/PartitionLoadInfoTest.java b/fe/src/test/java/org/apache/doris/load/PartitionLoadInfoTest.java index 4109d3f0ec2486..5885a9014e502c 100644 --- a/fe/src/test/java/org/apache/doris/load/PartitionLoadInfoTest.java +++ b/fe/src/test/java/org/apache/doris/load/PartitionLoadInfoTest.java @@ -1,5 +1,3 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/load/SourceTest.java b/fe/src/test/java/org/apache/doris/load/SourceTest.java index 79bb237353887e..da84d163b03167 100644 --- a/fe/src/test/java/org/apache/doris/load/SourceTest.java +++ b/fe/src/test/java/org/apache/doris/load/SourceTest.java @@ -1,5 +1,3 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/load/TabletLoadInfoTest.java b/fe/src/test/java/org/apache/doris/load/TabletLoadInfoTest.java index 0949727620c324..aa6fac6539da74 100644 --- a/fe/src/test/java/org/apache/doris/load/TabletLoadInfoTest.java +++ b/fe/src/test/java/org/apache/doris/load/TabletLoadInfoTest.java @@ -1,5 +1,3 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/mysql/MysqlAuthPacketTest.java b/fe/src/test/java/org/apache/doris/mysql/MysqlAuthPacketTest.java index 745066e4120b35..02c7d5b7272ade 100644 --- a/fe/src/test/java/org/apache/doris/mysql/MysqlAuthPacketTest.java +++ b/fe/src/test/java/org/apache/doris/mysql/MysqlAuthPacketTest.java @@ -1,5 +1,3 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/mysql/MysqlCapabilityTest.java b/fe/src/test/java/org/apache/doris/mysql/MysqlCapabilityTest.java index 02bd52bf3a637e..5aa4d04574e65b 100644 --- a/fe/src/test/java/org/apache/doris/mysql/MysqlCapabilityTest.java +++ b/fe/src/test/java/org/apache/doris/mysql/MysqlCapabilityTest.java @@ -1,5 +1,3 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/mysql/MysqlChannelTest.java b/fe/src/test/java/org/apache/doris/mysql/MysqlChannelTest.java index f530e3ed79edea..0937f5aebba959 100644 --- a/fe/src/test/java/org/apache/doris/mysql/MysqlChannelTest.java +++ b/fe/src/test/java/org/apache/doris/mysql/MysqlChannelTest.java @@ -1,5 +1,3 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/mysql/MysqlColDefTest.java b/fe/src/test/java/org/apache/doris/mysql/MysqlColDefTest.java index ff3fd8bf76f72d..6e2129f2433e4e 100644 --- a/fe/src/test/java/org/apache/doris/mysql/MysqlColDefTest.java +++ b/fe/src/test/java/org/apache/doris/mysql/MysqlColDefTest.java @@ -1,5 +1,3 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/mysql/MysqlColTypeTest.java b/fe/src/test/java/org/apache/doris/mysql/MysqlColTypeTest.java index 7c1399e9a53ae6..d76ccad8ffab94 100644 --- a/fe/src/test/java/org/apache/doris/mysql/MysqlColTypeTest.java +++ b/fe/src/test/java/org/apache/doris/mysql/MysqlColTypeTest.java @@ -1,5 +1,3 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/mysql/MysqlCommandTest.java b/fe/src/test/java/org/apache/doris/mysql/MysqlCommandTest.java index 41ebfc763b4f95..97fad0c71e514f 100644 --- a/fe/src/test/java/org/apache/doris/mysql/MysqlCommandTest.java +++ b/fe/src/test/java/org/apache/doris/mysql/MysqlCommandTest.java @@ -1,5 +1,3 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/mysql/MysqlEofPacketTest.java b/fe/src/test/java/org/apache/doris/mysql/MysqlEofPacketTest.java index 285e5324781e40..c8af8ace737f1c 100644 --- a/fe/src/test/java/org/apache/doris/mysql/MysqlEofPacketTest.java +++ b/fe/src/test/java/org/apache/doris/mysql/MysqlEofPacketTest.java @@ -1,5 +1,3 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/mysql/MysqlErrPacketTest.java b/fe/src/test/java/org/apache/doris/mysql/MysqlErrPacketTest.java index e1f447edcf76fd..8354f2c67ced83 100644 --- a/fe/src/test/java/org/apache/doris/mysql/MysqlErrPacketTest.java +++ b/fe/src/test/java/org/apache/doris/mysql/MysqlErrPacketTest.java @@ -1,5 +1,3 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/mysql/MysqlHandshakePacketTest.java b/fe/src/test/java/org/apache/doris/mysql/MysqlHandshakePacketTest.java index b69d8f1e5c1056..23873f730bd502 100644 --- a/fe/src/test/java/org/apache/doris/mysql/MysqlHandshakePacketTest.java +++ b/fe/src/test/java/org/apache/doris/mysql/MysqlHandshakePacketTest.java @@ -1,5 +1,3 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/mysql/MysqlOkPacketTest.java b/fe/src/test/java/org/apache/doris/mysql/MysqlOkPacketTest.java index e7776379c64a21..58d455a1fdea7b 100644 --- a/fe/src/test/java/org/apache/doris/mysql/MysqlOkPacketTest.java +++ b/fe/src/test/java/org/apache/doris/mysql/MysqlOkPacketTest.java @@ -1,5 +1,3 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/mysql/MysqlPasswordTest.java b/fe/src/test/java/org/apache/doris/mysql/MysqlPasswordTest.java index 1bacd450c4226a..40303e7f21fdc0 100644 --- a/fe/src/test/java/org/apache/doris/mysql/MysqlPasswordTest.java +++ b/fe/src/test/java/org/apache/doris/mysql/MysqlPasswordTest.java @@ -1,5 +1,3 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/mysql/MysqlProtoTest.java b/fe/src/test/java/org/apache/doris/mysql/MysqlProtoTest.java index 277205b44f9952..2a1ee29fb1457c 100644 --- a/fe/src/test/java/org/apache/doris/mysql/MysqlProtoTest.java +++ b/fe/src/test/java/org/apache/doris/mysql/MysqlProtoTest.java @@ -1,5 +1,3 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/mysql/MysqlServerTest.java b/fe/src/test/java/org/apache/doris/mysql/MysqlServerTest.java index c413cac3bed489..e2c84404b024d8 100644 --- a/fe/src/test/java/org/apache/doris/mysql/MysqlServerTest.java +++ b/fe/src/test/java/org/apache/doris/mysql/MysqlServerTest.java @@ -1,5 +1,3 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/mysql/WrapperSocketChannel.java b/fe/src/test/java/org/apache/doris/mysql/WrapperSocketChannel.java index 05fa97c55ad0fd..e72befad0712ec 100644 --- a/fe/src/test/java/org/apache/doris/mysql/WrapperSocketChannel.java +++ b/fe/src/test/java/org/apache/doris/mysql/WrapperSocketChannel.java @@ -1,5 +1,3 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/mysql/privilege/AuthTest.java b/fe/src/test/java/org/apache/doris/mysql/privilege/AuthTest.java index d3bd22fed6e49b..2f1245086462f2 100644 --- a/fe/src/test/java/org/apache/doris/mysql/privilege/AuthTest.java +++ b/fe/src/test/java/org/apache/doris/mysql/privilege/AuthTest.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/test/java/org/apache/doris/mysql/privilege/MockedAuth.java b/fe/src/test/java/org/apache/doris/mysql/privilege/MockedAuth.java index 22c60761c563d0..a6bf7875c7bb62 100644 --- a/fe/src/test/java/org/apache/doris/mysql/privilege/MockedAuth.java +++ b/fe/src/test/java/org/apache/doris/mysql/privilege/MockedAuth.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/test/java/org/apache/doris/mysql/privilege/PrivTest.java b/fe/src/test/java/org/apache/doris/mysql/privilege/PrivTest.java index d7b2eca4a41ebd..d0b4de07a2c32a 100644 --- a/fe/src/test/java/org/apache/doris/mysql/privilege/PrivTest.java +++ b/fe/src/test/java/org/apache/doris/mysql/privilege/PrivTest.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/test/java/org/apache/doris/mysql/privilege/PrivilegeTest.java b/fe/src/test/java/org/apache/doris/mysql/privilege/PrivilegeTest.java index 4cd1a018500ada..e2cdcdc3c1967b 100644 --- a/fe/src/test/java/org/apache/doris/mysql/privilege/PrivilegeTest.java +++ b/fe/src/test/java/org/apache/doris/mysql/privilege/PrivilegeTest.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/test/java/org/apache/doris/mysql/privilege/UserIdentityTest.java b/fe/src/test/java/org/apache/doris/mysql/privilege/UserIdentityTest.java index 1e077a2cff2c01..9a1db1d245ed1f 100644 --- a/fe/src/test/java/org/apache/doris/mysql/privilege/UserIdentityTest.java +++ b/fe/src/test/java/org/apache/doris/mysql/privilege/UserIdentityTest.java @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/test/java/org/apache/doris/persist/CreateTableInfoTest.java b/fe/src/test/java/org/apache/doris/persist/CreateTableInfoTest.java index fe892d0b0c09c5..211f6041fb5c3d 100644 --- a/fe/src/test/java/org/apache/doris/persist/CreateTableInfoTest.java +++ b/fe/src/test/java/org/apache/doris/persist/CreateTableInfoTest.java @@ -1,5 +1,3 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/persist/DropInfoTest.java b/fe/src/test/java/org/apache/doris/persist/DropInfoTest.java index 7a43f32b6b99cf..a677d5d71b9c53 100644 --- a/fe/src/test/java/org/apache/doris/persist/DropInfoTest.java +++ b/fe/src/test/java/org/apache/doris/persist/DropInfoTest.java @@ -1,5 +1,3 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/persist/EditLogTest.java b/fe/src/test/java/org/apache/doris/persist/EditLogTest.java index f9c511d532507d..042dcc63c01510 100644 --- a/fe/src/test/java/org/apache/doris/persist/EditLogTest.java +++ b/fe/src/test/java/org/apache/doris/persist/EditLogTest.java @@ -1,5 +1,3 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/persist/ReplicaPersistInfoTest.java b/fe/src/test/java/org/apache/doris/persist/ReplicaPersistInfoTest.java index f605e176f329c3..4510f2fb0fe834 100644 --- a/fe/src/test/java/org/apache/doris/persist/ReplicaPersistInfoTest.java +++ b/fe/src/test/java/org/apache/doris/persist/ReplicaPersistInfoTest.java @@ -1,5 +1,3 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/persist/StorageInfoTest.java b/fe/src/test/java/org/apache/doris/persist/StorageInfoTest.java index 8caae34d00345b..2574e4286131bd 100644 --- a/fe/src/test/java/org/apache/doris/persist/StorageInfoTest.java +++ b/fe/src/test/java/org/apache/doris/persist/StorageInfoTest.java @@ -1,5 +1,3 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/persist/StorageTest.java b/fe/src/test/java/org/apache/doris/persist/StorageTest.java index 05a9b3e8566a96..1c2237a794a253 100644 --- a/fe/src/test/java/org/apache/doris/persist/StorageTest.java +++ b/fe/src/test/java/org/apache/doris/persist/StorageTest.java @@ -1,5 +1,3 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/planner/OlapScanNodeTest.java b/fe/src/test/java/org/apache/doris/planner/OlapScanNodeTest.java index 3f24101ead1bf2..f9f0f9362330fd 100644 --- a/fe/src/test/java/org/apache/doris/planner/OlapScanNodeTest.java +++ b/fe/src/test/java/org/apache/doris/planner/OlapScanNodeTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/planner/OlapTableSinkTest.java b/fe/src/test/java/org/apache/doris/planner/OlapTableSinkTest.java index 54bee419e7eed9..1346320eb8ad00 100644 --- a/fe/src/test/java/org/apache/doris/planner/OlapTableSinkTest.java +++ b/fe/src/test/java/org/apache/doris/planner/OlapTableSinkTest.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/test/java/org/apache/doris/planner/StreamLoadPlannerTest.java b/fe/src/test/java/org/apache/doris/planner/StreamLoadPlannerTest.java index 6a29c41e054a85..aff31fc986e4ed 100644 --- a/fe/src/test/java/org/apache/doris/planner/StreamLoadPlannerTest.java +++ b/fe/src/test/java/org/apache/doris/planner/StreamLoadPlannerTest.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/test/java/org/apache/doris/planner/StreamLoadScanNodeTest.java b/fe/src/test/java/org/apache/doris/planner/StreamLoadScanNodeTest.java index 11ad11dd4c5703..6b9bc77405de01 100644 --- a/fe/src/test/java/org/apache/doris/planner/StreamLoadScanNodeTest.java +++ b/fe/src/test/java/org/apache/doris/planner/StreamLoadScanNodeTest.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fe/src/test/java/org/apache/doris/qe/ConnectContextTest.java b/fe/src/test/java/org/apache/doris/qe/ConnectContextTest.java index 315d383fdf0adf..dd113fd2d99e51 100644 --- a/fe/src/test/java/org/apache/doris/qe/ConnectContextTest.java +++ b/fe/src/test/java/org/apache/doris/qe/ConnectContextTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/qe/ConnectProcessorTest.java b/fe/src/test/java/org/apache/doris/qe/ConnectProcessorTest.java index ddc8c4363b75a1..e3e4a573c60f17 100644 --- a/fe/src/test/java/org/apache/doris/qe/ConnectProcessorTest.java +++ b/fe/src/test/java/org/apache/doris/qe/ConnectProcessorTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/qe/ConnectSchedulerTest.java b/fe/src/test/java/org/apache/doris/qe/ConnectSchedulerTest.java index dc7c9be2ca3a0c..26e48374eb3ff9 100644 --- a/fe/src/test/java/org/apache/doris/qe/ConnectSchedulerTest.java +++ b/fe/src/test/java/org/apache/doris/qe/ConnectSchedulerTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/qe/CoordinatorTest.java b/fe/src/test/java/org/apache/doris/qe/CoordinatorTest.java index 0ee18cca1dbcfd..e8338d18fcd477 100644 --- a/fe/src/test/java/org/apache/doris/qe/CoordinatorTest.java +++ b/fe/src/test/java/org/apache/doris/qe/CoordinatorTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/qe/HelpModuleTest.java b/fe/src/test/java/org/apache/doris/qe/HelpModuleTest.java index 821c9c0ba2f288..981d3c18464788 100644 --- a/fe/src/test/java/org/apache/doris/qe/HelpModuleTest.java +++ b/fe/src/test/java/org/apache/doris/qe/HelpModuleTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/qe/HelpObjectLoaderTest.java b/fe/src/test/java/org/apache/doris/qe/HelpObjectLoaderTest.java index 957ccef6bed7da..eb5adf4ebaae4b 100644 --- a/fe/src/test/java/org/apache/doris/qe/HelpObjectLoaderTest.java +++ b/fe/src/test/java/org/apache/doris/qe/HelpObjectLoaderTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/qe/JournalObservableTest.java b/fe/src/test/java/org/apache/doris/qe/JournalObservableTest.java index e33de68d5d9fe2..2305f5284cb851 100644 --- a/fe/src/test/java/org/apache/doris/qe/JournalObservableTest.java +++ b/fe/src/test/java/org/apache/doris/qe/JournalObservableTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/qe/MultiLoadMgrTest.java b/fe/src/test/java/org/apache/doris/qe/MultiLoadMgrTest.java index db99f0e50a4a5e..3cc00ab28474d4 100644 --- a/fe/src/test/java/org/apache/doris/qe/MultiLoadMgrTest.java +++ b/fe/src/test/java/org/apache/doris/qe/MultiLoadMgrTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/qe/QueryStateTest.java b/fe/src/test/java/org/apache/doris/qe/QueryStateTest.java index 3e0efaa912bd10..99bcd47088987a 100644 --- a/fe/src/test/java/org/apache/doris/qe/QueryStateTest.java +++ b/fe/src/test/java/org/apache/doris/qe/QueryStateTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/qe/SetExecutorTest.java b/fe/src/test/java/org/apache/doris/qe/SetExecutorTest.java index 1072afd10a4890..f3062573aa45fe 100644 --- a/fe/src/test/java/org/apache/doris/qe/SetExecutorTest.java +++ b/fe/src/test/java/org/apache/doris/qe/SetExecutorTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/qe/ShowExecutorTest.java b/fe/src/test/java/org/apache/doris/qe/ShowExecutorTest.java index 35165964539189..62ee101b1deceb 100644 --- a/fe/src/test/java/org/apache/doris/qe/ShowExecutorTest.java +++ b/fe/src/test/java/org/apache/doris/qe/ShowExecutorTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/qe/ShowResultSetMetaDataTest.java b/fe/src/test/java/org/apache/doris/qe/ShowResultSetMetaDataTest.java index f7b0c124207a3c..a817064c8acc45 100644 --- a/fe/src/test/java/org/apache/doris/qe/ShowResultSetMetaDataTest.java +++ b/fe/src/test/java/org/apache/doris/qe/ShowResultSetMetaDataTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/qe/ShowResultSetTest.java b/fe/src/test/java/org/apache/doris/qe/ShowResultSetTest.java index 42eaf8095c43ff..8365aed12c0713 100644 --- a/fe/src/test/java/org/apache/doris/qe/ShowResultSetTest.java +++ b/fe/src/test/java/org/apache/doris/qe/ShowResultSetTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/qe/SimpleSchedulerTest.java b/fe/src/test/java/org/apache/doris/qe/SimpleSchedulerTest.java index 418a5be9b0f796..eb4e7af0267f51 100644 --- a/fe/src/test/java/org/apache/doris/qe/SimpleSchedulerTest.java +++ b/fe/src/test/java/org/apache/doris/qe/SimpleSchedulerTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/qe/StmtExecutorTest.java b/fe/src/test/java/org/apache/doris/qe/StmtExecutorTest.java index 37c2cfa2f533e3..0e35a7b7a5facf 100644 --- a/fe/src/test/java/org/apache/doris/qe/StmtExecutorTest.java +++ b/fe/src/test/java/org/apache/doris/qe/StmtExecutorTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/qe/VariableMgrTest.java b/fe/src/test/java/org/apache/doris/qe/VariableMgrTest.java index effdcee2bc5bb7..2570b58b9f5741 100644 --- a/fe/src/test/java/org/apache/doris/qe/VariableMgrTest.java +++ b/fe/src/test/java/org/apache/doris/qe/VariableMgrTest.java @@ -1,6 +1,3 @@ -// Modifications copyright (C) 2017, Baidu.com, Inc. -// Copyright 2017 The Apache Software Foundation - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/task/AgentTaskTest.java b/fe/src/test/java/org/apache/doris/task/AgentTaskTest.java index f1a8dd3d47ea22..3177996c92e3fb 100644 --- a/fe/src/test/java/org/apache/doris/task/AgentTaskTest.java +++ b/fe/src/test/java/org/apache/doris/task/AgentTaskTest.java @@ -1,5 +1,3 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/task/LoadEtlTaskTest.java b/fe/src/test/java/org/apache/doris/task/LoadEtlTaskTest.java index eadad00ed77aab..f420aabff0b09b 100644 --- a/fe/src/test/java/org/apache/doris/task/LoadEtlTaskTest.java +++ b/fe/src/test/java/org/apache/doris/task/LoadEtlTaskTest.java @@ -1,5 +1,3 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/task/LoadPendingTaskTest.java b/fe/src/test/java/org/apache/doris/task/LoadPendingTaskTest.java index 20dc721000eaca..1c15abc5420f38 100644 --- a/fe/src/test/java/org/apache/doris/task/LoadPendingTaskTest.java +++ b/fe/src/test/java/org/apache/doris/task/LoadPendingTaskTest.java @@ -1,5 +1,3 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/task/MasterTaskExecutorTest.java b/fe/src/test/java/org/apache/doris/task/MasterTaskExecutorTest.java index c29be25f31b37c..8bc68158100bcf 100644 --- a/fe/src/test/java/org/apache/doris/task/MasterTaskExecutorTest.java +++ b/fe/src/test/java/org/apache/doris/task/MasterTaskExecutorTest.java @@ -1,5 +1,3 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information diff --git a/fe/src/test/java/org/apache/doris/transaction/FakeTransactionIDGenerator.java b/fe/src/test/java/org/apache/doris/transaction/FakeTransactionIDGenerator.java index 3644afc2b690f0..677a413da552e8 100644 --- a/fe/src/test/java/org/apache/doris/transaction/FakeTransactionIDGenerator.java +++ b/fe/src/test/java/org/apache/doris/transaction/FakeTransactionIDGenerator.java @@ -1,3 +1,20 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package org.apache.doris.transaction; import org.apache.doris.persist.EditLog; diff --git a/fe/src/test/java/org/apache/doris/transaction/GlobalTransactionMgrTest.java b/fe/src/test/java/org/apache/doris/transaction/GlobalTransactionMgrTest.java index 22532e9667daab..f225f0c27d65df 100644 --- a/fe/src/test/java/org/apache/doris/transaction/GlobalTransactionMgrTest.java +++ b/fe/src/test/java/org/apache/doris/transaction/GlobalTransactionMgrTest.java @@ -1,3 +1,20 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + package org.apache.doris.transaction; import static org.junit.Assert.assertEquals; diff --git a/fs_brokers/apache_hdfs_broker/bin/start_broker.sh b/fs_brokers/apache_hdfs_broker/bin/start_broker.sh index 9642d5daf23c4c..01904bb55cd13c 100755 --- a/fs_brokers/apache_hdfs_broker/bin/start_broker.sh +++ b/fs_brokers/apache_hdfs_broker/bin/start_broker.sh @@ -1,10 +1,11 @@ #!/usr/bin/env bash - -# Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/fs_brokers/apache_hdfs_broker/bin/stop_broker.sh b/fs_brokers/apache_hdfs_broker/bin/stop_broker.sh index 90f234bad73f7b..ab06f4dc9900dc 100755 --- a/fs_brokers/apache_hdfs_broker/bin/stop_broker.sh +++ b/fs_brokers/apache_hdfs_broker/bin/stop_broker.sh @@ -1,10 +1,11 @@ #!/usr/bin/env bash - -# Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/fs_brokers/apache_hdfs_broker/build.sh b/fs_brokers/apache_hdfs_broker/build.sh index b125b1562ff4c0..83753c7d85e8a2 100755 --- a/fs_brokers/apache_hdfs_broker/build.sh +++ b/fs_brokers/apache_hdfs_broker/build.sh @@ -1,10 +1,11 @@ #!/usr/bin/env bash - -# Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/broker/hdfs/BrokerBootstrap.java b/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/broker/hdfs/BrokerBootstrap.java index 21fb250eda2ea3..acf0367e8438bd 100644 --- a/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/broker/hdfs/BrokerBootstrap.java +++ b/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/broker/hdfs/BrokerBootstrap.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/broker/hdfs/BrokerConfig.java b/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/broker/hdfs/BrokerConfig.java index 19d33c5a9c2b07..c5a7b66acd2113 100644 --- a/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/broker/hdfs/BrokerConfig.java +++ b/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/broker/hdfs/BrokerConfig.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/broker/hdfs/BrokerException.java b/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/broker/hdfs/BrokerException.java index 6d480272411596..d58173a170ccb5 100644 --- a/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/broker/hdfs/BrokerException.java +++ b/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/broker/hdfs/BrokerException.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/broker/hdfs/BrokerFileSystem.java b/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/broker/hdfs/BrokerFileSystem.java index b813b06f3a2c4c..7b9f6cc6798b24 100644 --- a/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/broker/hdfs/BrokerFileSystem.java +++ b/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/broker/hdfs/BrokerFileSystem.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/broker/hdfs/ClientContextManager.java b/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/broker/hdfs/ClientContextManager.java index f815fa218ac825..59f0e974b421e9 100644 --- a/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/broker/hdfs/ClientContextManager.java +++ b/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/broker/hdfs/ClientContextManager.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/broker/hdfs/FileSystemIdentity.java b/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/broker/hdfs/FileSystemIdentity.java index d6be7ceec23113..9446638a5295f6 100644 --- a/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/broker/hdfs/FileSystemIdentity.java +++ b/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/broker/hdfs/FileSystemIdentity.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/broker/hdfs/FileSystemManager.java b/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/broker/hdfs/FileSystemManager.java index 53f69ffca85391..d01a1f73cfed23 100644 --- a/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/broker/hdfs/FileSystemManager.java +++ b/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/broker/hdfs/FileSystemManager.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/broker/hdfs/HDFSBrokerServiceImpl.java b/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/broker/hdfs/HDFSBrokerServiceImpl.java index 7b979356967c36..c7114f58cd0a83 100644 --- a/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/broker/hdfs/HDFSBrokerServiceImpl.java +++ b/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/broker/hdfs/HDFSBrokerServiceImpl.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/common/BrokerPerfMonitor.java b/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/common/BrokerPerfMonitor.java index e228d06be675d2..5780405527d063 100644 --- a/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/common/BrokerPerfMonitor.java +++ b/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/common/BrokerPerfMonitor.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/common/ConfigBase.java b/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/common/ConfigBase.java index 65857a225a2f5e..909eff39e500ab 100644 --- a/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/common/ConfigBase.java +++ b/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/common/ConfigBase.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/common/LoggerMessageFormat.java b/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/common/LoggerMessageFormat.java index 6c52b444d792b2..05801c6b5b66ed 100644 --- a/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/common/LoggerMessageFormat.java +++ b/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/common/LoggerMessageFormat.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/common/ThriftServer.java b/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/common/ThriftServer.java index c0eb53587f400a..3bc8aa2d8fa490 100644 --- a/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/common/ThriftServer.java +++ b/fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/common/ThriftServer.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fs_brokers/apache_hdfs_broker/src/test/java/org/apache/doris/broker/hdfs/TestFileSystemManager.java b/fs_brokers/apache_hdfs_broker/src/test/java/org/apache/doris/broker/hdfs/TestFileSystemManager.java index 9ffeca7182659b..9cda0297d9b827 100644 --- a/fs_brokers/apache_hdfs_broker/src/test/java/org/apache/doris/broker/hdfs/TestFileSystemManager.java +++ b/fs_brokers/apache_hdfs_broker/src/test/java/org/apache/doris/broker/hdfs/TestFileSystemManager.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/fs_brokers/apache_hdfs_broker/src/test/java/org/apache/doris/broker/hdfs/TestHDFSBrokerService.java b/fs_brokers/apache_hdfs_broker/src/test/java/org/apache/doris/broker/hdfs/TestHDFSBrokerService.java index 7c6d57015216f4..7897a5b61b53ff 100644 --- a/fs_brokers/apache_hdfs_broker/src/test/java/org/apache/doris/broker/hdfs/TestHDFSBrokerService.java +++ b/fs_brokers/apache_hdfs_broker/src/test/java/org/apache/doris/broker/hdfs/TestHDFSBrokerService.java @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/gensrc/Makefile b/gensrc/Makefile index 3128fcbcbff7f5..d3be0e6905d395 100644 --- a/gensrc/Makefile +++ b/gensrc/Makefile @@ -1,8 +1,10 @@ -# Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/gensrc/proto/Makefile b/gensrc/proto/Makefile index 84a2295bfb2cec..c8f93d1a804ffe 100644 --- a/gensrc/proto/Makefile +++ b/gensrc/proto/Makefile @@ -1,8 +1,10 @@ -# Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/gensrc/proto/column_data_file.proto b/gensrc/proto/column_data_file.proto index 00d1ab50fe36e4..d2634d066c94fd 100644 --- a/gensrc/proto/column_data_file.proto +++ b/gensrc/proto/column_data_file.proto @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/gensrc/proto/data.proto b/gensrc/proto/data.proto index 363200399ab60f..aa6ba59543dd09 100644 --- a/gensrc/proto/data.proto +++ b/gensrc/proto/data.proto @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/gensrc/proto/descriptors.proto b/gensrc/proto/descriptors.proto index 60f53b2d23d2cb..eb676de741ab1d 100644 --- a/gensrc/proto/descriptors.proto +++ b/gensrc/proto/descriptors.proto @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/gensrc/proto/internal_service.proto b/gensrc/proto/internal_service.proto index b1c515be575fb7..604d5d5948d851 100644 --- a/gensrc/proto/internal_service.proto +++ b/gensrc/proto/internal_service.proto @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/gensrc/proto/olap_common.proto b/gensrc/proto/olap_common.proto index 262417429b410b..65e5922ad42e14 100644 --- a/gensrc/proto/olap_common.proto +++ b/gensrc/proto/olap_common.proto @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // @@ -12,7 +14,6 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. - // Define common messages shared by other proto files. package palo; diff --git a/gensrc/proto/olap_file.proto b/gensrc/proto/olap_file.proto index 36ef53f5e14969..ca8383b3cdaadf 100644 --- a/gensrc/proto/olap_file.proto +++ b/gensrc/proto/olap_file.proto @@ -1,8 +1,10 @@ -// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // @@ -12,7 +14,6 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. - // Define file format struct, like data header, index header. package palo; diff --git a/gensrc/proto/status.proto b/gensrc/proto/status.proto index 79f0f60d0e274d..a0ae554a7435b2 100644 --- a/gensrc/proto/status.proto +++ b/gensrc/proto/status.proto @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/gensrc/proto/types.proto b/gensrc/proto/types.proto index 9cf29e0b21d752..46782f34456bf0 100644 --- a/gensrc/proto/types.proto +++ b/gensrc/proto/types.proto @@ -1,8 +1,10 @@ -// Copyright (c) 2018, Baidu.com, Inc. All Rights Reserved - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // diff --git a/gensrc/script/Makefile b/gensrc/script/Makefile index ae53ea6c478cb4..0686bc2f5a0717 100644 --- a/gensrc/script/Makefile +++ b/gensrc/script/Makefile @@ -1,6 +1,3 @@ -# Modifications copyright (C) 2017, Baidu.com, Inc. -# Copyright 2017 The Apache Software Foundation - # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/gensrc/script/file2array.sh b/gensrc/script/file2array.sh index bcfa2b18661718..565871f4389eaf 100755 --- a/gensrc/script/file2array.sh +++ b/gensrc/script/file2array.sh @@ -1,8 +1,4 @@ #!/bin/bash - -# Modifications copyright (C) 2017, Baidu.com, Inc. -# Copyright 2017 The Apache Software Foundation - # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information @@ -20,6 +16,9 @@ # specific language governing permissions and limitations # under the License. +#################################################################### +# This script is used to build Doris used in Baidu + # Convert file to a C array with provided name. # # Also produce length variable of type size_t with _len suffix. diff --git a/gensrc/script/gen_build_version.sh b/gensrc/script/gen_build_version.sh index 26409e7307b097..e911164f15aa04 100755 --- a/gensrc/script/gen_build_version.sh +++ b/gensrc/script/gen_build_version.sh @@ -1,8 +1,4 @@ #!/usr/bin/env bash - -# Modifications copyright (C) 2017, Baidu.com, Inc. -# Copyright 2017 The Apache Software Foundation - # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information @@ -20,6 +16,9 @@ # specific language governing permissions and limitations # under the License. +#################################################################### +# This script is used to build Doris used in Baidu + ############################################################## # the script generates src/be/src/common/version.h and # fe/src/main/java/org/apache/doris/common/Version.java which @@ -77,9 +76,6 @@ build_info="${user}@${hostname}" VERSION_PACKAGE="${DORIS_HOME}/gensrc/build/java/org/apache/doris/common" mkdir -p ${VERSION_PACKAGE} cat >"${VERSION_PACKAGE}/Version.java" <"${GEN_CPP_DIR}/version.h" <