From a5ade0e96f492a22c75cf9a028e62c97b2364ba9 Mon Sep 17 00:00:00 2001 From: Radhika Garg Date: Mon, 18 May 2026 11:54:02 +0530 Subject: [PATCH 1/3] Update copyright and license marking. - Replaced "Qualcomm Innovation Center, Inc." with "Qualcomm Technologies, Inc. and/or its subsidiaries" across multiple source files. - Update SPDX identifier from BSD-3-Clause-Clear to BSD-3-Clause Signed-off-by: Radhika Garg --- ar_osal/api/ar_osal_error.h | 4 ++-- ar_osal/api/ar_osal_file_io.h | 4 ++-- ar_osal/api/ar_osal_heap.h | 4 ++-- ar_osal/api/ar_osal_log.h | 4 ++-- ar_osal/api/ar_osal_log_pkt_op.h | 4 ++-- ar_osal/api/ar_osal_mem_op.h | 4 ++-- ar_osal/api/ar_osal_mutex.h | 4 ++-- ar_osal/api/ar_osal_servreg.h | 4 ++-- ar_osal/api/ar_osal_shmem.h | 4 ++-- ar_osal/api/ar_osal_signal.h | 4 ++-- ar_osal/api/ar_osal_signal2.h | 4 ++-- ar_osal/api/ar_osal_sleep.h | 4 ++-- ar_osal/api/ar_osal_string.h | 4 ++-- ar_osal/api/ar_osal_sys_id.h | 4 ++-- ar_osal/api/ar_osal_thread.h | 4 ++-- ar_osal/api/ar_osal_timer.h | 4 ++-- ar_osal/api/ar_osal_types.h | 4 ++-- ar_osal/src/linux/ar_osal_file_io.c | 4 ++-- ar_osal/src/linux/ar_osal_heap.c | 4 ++-- ar_osal/src/linux/ar_osal_log.c | 4 ++-- ar_osal/src/linux/ar_osal_mem_op.c | 4 ++-- ar_osal/src/linux/ar_osal_mutex.c | 4 ++-- ar_osal/src/linux/ar_osal_signal.c | 4 ++-- ar_osal/src/linux/ar_osal_signal2.c | 4 ++-- ar_osal/src/linux/ar_osal_sleep.c | 4 ++-- ar_osal/src/linux/ar_osal_string.c | 4 ++-- ar_osal/src/linux/ar_osal_stub_log_pkt_op.c | 4 ++-- ar_osal/src/linux/ar_osal_thread.c | 4 ++-- ar_osal/src/linux/ar_osal_timer.c | 4 ++-- ar_osal/src/linux/qcom/ar_osal_log_pkt_op.c | 4 ++-- ar_osal/src/linux/qcom/ar_osal_servreg.c | 4 ++-- ar_osal/src/linux/qcom/ar_osal_shmem.c | 4 ++-- ar_osal/src/linux/qcom/ar_osal_shmem_db.c | 4 ++-- fwk/api/apm/apm_api.h | 2 +- fwk/api/apm/apm_api_version.h | 4 ++-- fwk/api/apm/apm_container_api.h | 4 ++-- fwk/api/apm/apm_debug_info.h | 4 ++-- fwk/api/apm/apm_graph_properties.h | 4 ++-- fwk/api/apm/apm_memmap_api.h | 2 +- fwk/api/apm/apm_module_api.h | 4 ++-- fwk/api/apm/apm_proxy_graph_mgmt_api.h | 2 +- fwk/api/apm/apm_sub_graph_api.h | 4 ++-- fwk/api/apm/private/apm_private_api.h | 4 ++-- fwk/api/ar_utils/ar_defs.h | 4 ++-- fwk/api/ar_utils/ar_error_codes.h | 4 ++-- fwk/api/ar_utils/ar_guids.h | 4 ++-- fwk/api/ar_utils/ar_ids.h | 4 ++-- fwk/api/ar_utils/ar_msg_island_override.h | 2 +- fwk/api/ar_utils/generic/ar_msg.h | 4 ++-- fwk/api/ar_utils/hexagon/sim/ar_msg.h | 4 ++-- fwk/api/ar_utils/hexagon/tgt/shared/ar_msg.h | 4 ++-- fwk/api/ar_utils/hexagon/tgt/static/ar_msg.h | 4 ++-- fwk/api/ar_utils/linux/ar_msg.h | 4 ++-- fwk/api/ar_utils/spf_begin_pack.h | 4 ++-- fwk/api/ar_utils/spf_begin_pragma.h | 4 ++-- fwk/api/ar_utils/spf_end_pack.h | 4 ++-- fwk/api/ar_utils/spf_end_pragma.h | 4 ++-- fwk/api/modules/amdb_api.h | 4 ++-- fwk/api/modules/ar_spf_cmd_api.h | 4 ++-- fwk/api/modules/audioss_dsp_mem_api.h | 4 ++-- fwk/api/modules/codec_metadata_api.h | 4 ++-- fwk/api/modules/common_enc_dec_api.h | 4 ++-- fwk/api/modules/congestion_buf_api.h | 4 ++-- fwk/api/modules/contexts_api.h | 4 ++-- fwk/api/modules/detection_cmn_api.h | 4 ++-- fwk/api/modules/dtmf_detection_api.h | 4 ++-- fwk/api/modules/imcl_fwk_intent_api.h | 4 ++-- fwk/api/modules/jitter_buf_api.h | 4 ++-- fwk/api/modules/media_fmt_api.h | 4 ++-- fwk/api/modules/media_fmt_api_basic.h | 4 ++-- fwk/api/modules/media_fmt_api_ext.h | 2 +- fwk/api/modules/metadata_api.h | 4 ++-- fwk/api/modules/module_cmn_api.h | 4 ++-- fwk/api/modules/module_cmn_shmem_api.h | 4 ++-- fwk/api/modules/rd_sh_mem_client_api.h | 4 ++-- fwk/api/modules/rd_sh_mem_ep_api.h | 4 ++-- fwk/api/modules/rtm_logging_api.h | 4 ++-- fwk/api/modules/vocoder_cmn_api.h | 4 ++-- fwk/api/modules/wr_sh_mem_client_api.h | 4 ++-- fwk/api/modules/wr_sh_mem_ep_api.h | 4 ++-- fwk/api/private/private_hw_intf_cmn_api.h | 4 ++-- fwk/api/private/private_irm_api.h | 4 ++-- fwk/api/vcpm/vcpm_api.h | 2 +- fwk/api/vcpm/vcpm_config_api.h | 2 +- fwk/api/vcpm/vcpm_tst_fwk_api.h | 4 ++-- fwk/platform/core_drv/inc/core_drv.h | 4 ++-- .../core_drv/platform_cfg/inc/platform_cfg.h | 4 ++-- fwk/platform/core_drv/voice_timer/inc/voice_timer.h | 4 ++-- .../core_drv/voice_timer/inc/voice_timer_wrapper.h | 4 ++-- .../endpoint/alsa_device/api/alsa_device_api.h | 4 ++-- .../endpoint/alsa_device/api/hw_intf_cmn_api.h | 4 ++-- .../endpoint/alsa_device/capi/inc/capi_alsa_device.h | 4 ++-- .../endpoint/alsa_device/capi/src/capi_alsa_device.c | 4 ++-- .../alsa_device/capi/src/capi_alsa_device_i.h | 4 ++-- .../capi/stub_src/capi_alsa_device_stub.c | 4 ++-- .../alsa_device/lib/inc/alsa_device_driver.h | 4 ++-- .../lib/src/tinyalsa/alsa_device_driver.c | 4 ++-- .../lib/src/tinyalsa/alsa_device_driver_i.h | 4 ++-- fwk/platform/posal/inc/generic/posal_atomic.h | 4 ++-- fwk/platform/posal/inc/generic/posal_channel.h | 4 ++-- fwk/platform/posal/inc/generic/posal_intrinsics.h | 4 ++-- fwk/platform/posal/inc/generic/posal_tgt_util.h | 4 ++-- fwk/platform/posal/inc/generic/posal_types.h | 4 ++-- fwk/platform/posal/inc/hexagon/posal_atomic.h | 4 ++-- fwk/platform/posal/inc/hexagon/posal_channel.h | 4 ++-- fwk/platform/posal/inc/hexagon/posal_intrinsics.h | 4 ++-- fwk/platform/posal/inc/hexagon/posal_mem_pool.h | 4 ++-- fwk/platform/posal/inc/hexagon/posal_qdi.h | 4 ++-- fwk/platform/posal/inc/hexagon/posal_timer.h | 4 ++-- fwk/platform/posal/inc/hexagon/posal_types.h | 4 ++-- fwk/platform/posal/inc/hexagon/stringl.h | 4 ++-- fwk/platform/posal/inc/linux/comdef.h | 4 ++-- fwk/platform/posal/inc/linux/posal_atomic.h | 4 ++-- fwk/platform/posal/inc/linux/posal_channel.h | 4 ++-- fwk/platform/posal/inc/linux/posal_inline_mutex.h | 4 ++-- fwk/platform/posal/inc/linux/posal_internal_inline.h | 4 ++-- fwk/platform/posal/inc/linux/posal_intrinsics.h | 4 ++-- fwk/platform/posal/inc/linux/posal_linux_signal.h | 4 ++-- fwk/platform/posal/inc/linux/posal_tgt_util.h | 4 ++-- fwk/platform/posal/inc/linux/posal_timer.h | 4 ++-- fwk/platform/posal/inc/linux/posal_types.h | 4 ++-- fwk/platform/posal/inc/linux/stringl/stringl.h | 4 ++-- fwk/platform/posal/inc/posal.h | 4 ++-- fwk/platform/posal/inc/posal_bufpool.h | 4 ++-- fwk/platform/posal/inc/posal_cache.h | 4 ++-- fwk/platform/posal/inc/posal_condvar.h | 4 ++-- fwk/platform/posal/inc/posal_data_log.h | 4 ++-- fwk/platform/posal/inc/posal_err_fatal.h | 4 ++-- fwk/platform/posal/inc/posal_globalstate.h | 4 ++-- fwk/platform/posal/inc/posal_heapmgr.h | 4 ++-- fwk/platform/posal/inc/posal_inline_mutex.h | 4 ++-- fwk/platform/posal/inc/posal_internal_inline.h | 4 ++-- fwk/platform/posal/inc/posal_interrupt.h | 4 ++-- fwk/platform/posal/inc/posal_island.h | 4 ++-- fwk/platform/posal/inc/posal_mem_prof.h | 4 ++-- fwk/platform/posal/inc/posal_memory.h | 4 ++-- fwk/platform/posal/inc/posal_memorymap.h | 2 +- fwk/platform/posal/inc/posal_mutex.h | 4 ++-- fwk/platform/posal/inc/posal_nmutex.h | 4 ++-- fwk/platform/posal/inc/posal_power_mgr.h | 4 ++-- fwk/platform/posal/inc/posal_queue.h | 2 +- fwk/platform/posal/inc/posal_root_msg.h | 4 ++-- fwk/platform/posal/inc/posal_rtld.h | 4 ++-- fwk/platform/posal/inc/posal_signal.h | 4 ++-- fwk/platform/posal/inc/posal_std.h | 4 ++-- fwk/platform/posal/inc/posal_thread.h | 4 ++-- fwk/platform/posal/inc/posal_thread_prio.h | 4 ++-- fwk/platform/posal/inc/posal_thread_profiling.h | 4 ++-- fwk/platform/posal/inc/posal_time.h | 2 +- .../posal/inc/private/posal_island_private.h | 4 ++-- fwk/platform/posal/inc/private/posal_private.h | 4 ++-- fwk/platform/posal/src/generic/posal_bufpool.c | 4 ++-- fwk/platform/posal/src/generic/posal_bufpool_i.h | 4 ++-- .../posal/src/generic/posal_bufpool_island.c | 4 ++-- fwk/platform/posal/src/generic/posal_channel.c | 4 ++-- .../posal/src/generic/posal_channel_island.c | 4 ++-- .../posal/src/generic/posal_data_log_island.c | 4 ++-- fwk/platform/posal/src/generic/posal_err_fatal.c | 4 ++-- fwk/platform/posal/src/generic/posal_power_mgr.c | 4 ++-- fwk/platform/posal/src/generic/posal_queue.c | 4 ++-- fwk/platform/posal/src/generic/posal_queue_i.h | 4 ++-- fwk/platform/posal/src/generic/posal_queue_island.c | 2 +- fwk/platform/posal/src/generic/posal_signal.c | 4 ++-- fwk/platform/posal/src/generic/posal_signal_island.c | 4 ++-- fwk/platform/posal/src/generic/posal_std.c | 4 ++-- .../posal/src/generic/posal_thread_attr_def.h | 4 ++-- fwk/platform/posal/src/generic/posal_thread_prio.c | 4 ++-- .../posal/src/generic/posal_thread_profiling.c | 4 ++-- .../posal/src/generic/posal_thread_profiling_i.h | 4 ++-- fwk/platform/posal/src/generic/posal_thread_util.c | 4 ++-- fwk/platform/posal/src/linux/posal.c | 4 ++-- fwk/platform/posal/src/linux/posal_cache.c | 4 ++-- fwk/platform/posal/src/linux/posal_cache_island.c | 4 ++-- fwk/platform/posal/src/linux/posal_condvar.c | 4 ++-- fwk/platform/posal/src/linux/posal_data_log.c | 4 ++-- fwk/platform/posal/src/linux/posal_data_log_i.h | 4 ++-- fwk/platform/posal/src/linux/posal_internal.h | 4 ++-- fwk/platform/posal/src/linux/posal_linux_signal.c | 4 ++-- fwk/platform/posal/src/linux/posal_linux_stubs.c | 4 ++-- fwk/platform/posal/src/linux/posal_linux_thread.c | 4 ++-- fwk/platform/posal/src/linux/posal_mem_prof.c | 4 ++-- fwk/platform/posal/src/linux/posal_memory.c | 4 ++-- fwk/platform/posal/src/linux/posal_memory_i.h | 4 ++-- fwk/platform/posal/src/linux/posal_memory_island.c | 4 ++-- fwk/platform/posal/src/linux/posal_memory_stats.c | 4 ++-- fwk/platform/posal/src/linux/posal_memorymap.c | 2 +- .../posal/src/linux/posal_memorymap_island.c | 4 ++-- fwk/platform/posal/src/linux/posal_mems_util.c | 4 ++-- fwk/platform/posal/src/linux/posal_mutex.c | 4 ++-- fwk/platform/posal/src/linux/posal_nmutex.c | 4 ++-- fwk/platform/posal/src/linux/posal_power_mgr.c | 4 ++-- fwk/platform/posal/src/linux/posal_rtld.c | 4 ++-- fwk/platform/posal/src/linux/posal_target_i.h | 4 ++-- fwk/platform/posal/src/linux/posal_thread_attr_cfg.c | 4 ++-- .../posal/src/linux/posal_thread_attr_cfg_i.h | 4 ++-- fwk/platform/posal/src/linux/posal_timer.c | 4 ++-- fwk/platform/posal/src/linux/private/posal_private.c | 4 ++-- fwk/platform/private/api/platform_internal_api.h | 4 ++-- fwk/platform/private/api/platform_internal_dcm_if.h | 4 ++-- fwk/spf/amdb/core/inc/amdb_autogen_def.h | 4 ++-- fwk/spf/amdb/core/inc/amdb_static.h | 4 ++-- fwk/spf/amdb/core/src/amdb.c | 4 ++-- fwk/spf/amdb/core/src/amdb_capi.c | 4 ++-- fwk/spf/amdb/core/src/amdb_capi_island.c | 4 ++-- fwk/spf/amdb/core/src/amdb_internal.h | 4 ++-- fwk/spf/amdb/core/src/amdb_static_loading.c | 4 ++-- fwk/spf/amdb/core/src/amdb_utils.c | 4 ++-- fwk/spf/amdb/core/src/private/amdb_private_utils.c | 4 ++-- fwk/spf/amdb/ext/inc/amdb_offload_utils.h | 4 ++-- fwk/spf/amdb/ext/inc/amdb_thread.h | 4 ++-- fwk/spf/amdb/ext/src/amdb_cmd_handler.c | 4 ++-- fwk/spf/amdb/ext/src/amdb_cmd_handler.h | 4 ++-- fwk/spf/amdb/ext/src/amdb_dynamic_loading.c | 4 ++-- fwk/spf/amdb/ext/src/amdb_offload_utils.c | 4 ++-- fwk/spf/amdb/ext/src/amdb_parallel_loader.c | 4 ++-- fwk/spf/amdb/ext/src/amdb_parallel_loader.h | 4 ++-- fwk/spf/amdb/ext/src/amdb_queue.c | 4 ++-- fwk/spf/amdb/ext/src/amdb_queue.h | 4 ++-- fwk/spf/amdb/ext/src/amdb_resource_voter.c | 4 ++-- fwk/spf/amdb/ext/src/amdb_resource_voter.h | 4 ++-- fwk/spf/amdb/ext/src/amdb_thread.c | 4 ++-- fwk/spf/amdb/ext/src/amdb_thread_i.h | 4 ++-- fwk/spf/amdb/ext/stub/amdb_offload_utils.c | 4 ++-- fwk/spf/amdb/ext/stub/amdb_thread_stub.c | 4 ++-- fwk/spf/apm/core/inc/apm.h | 4 ++-- fwk/spf/apm/core/inc/apm_graph_db.h | 2 +- fwk/spf/apm/core/src/apm.c | 4 ++-- fwk/spf/apm/core/src/apm_cmd_sequencer.c | 2 +- fwk/spf/apm/core/src/apm_cmd_sequencer.h | 4 ++-- fwk/spf/apm/core/src/apm_cmd_utils.c | 2 +- fwk/spf/apm/core/src/apm_cmd_utils.h | 4 ++-- fwk/spf/apm/core/src/apm_gpr_cmd_handler.c | 2 +- fwk/spf/apm/core/src/apm_gpr_cmd_handler.h | 4 ++-- fwk/spf/apm/core/src/apm_gpr_cmd_parser.c | 2 +- fwk/spf/apm/core/src/apm_gpr_cmd_parser.h | 2 +- fwk/spf/apm/core/src/apm_gpr_if.c | 4 ++-- fwk/spf/apm/core/src/apm_gpr_if.h | 4 ++-- fwk/spf/apm/core/src/apm_graph_db.c | 2 +- fwk/spf/apm/core/src/apm_i.h | 4 ++-- fwk/spf/apm/core/src/apm_internal.h | 4 ++-- fwk/spf/apm/core/src/apm_msg_rsp_handler.c | 2 +- fwk/spf/apm/core/src/apm_msg_rsp_handler.h | 4 ++-- fwk/spf/apm/core/src/apm_msg_utils.c | 4 ++-- fwk/spf/apm/core/src/apm_msg_utils.h | 2 +- fwk/spf/apm/ext/apm_db_query/inc/apm_db_query.h | 4 ++-- fwk/spf/apm/ext/apm_db_query/src/apm_db_query.c | 4 ++-- .../ext/apm_db_query/stub_src/apm_db_query_stub.c | 4 ++-- fwk/spf/apm/ext/close_all/inc/apm_close_all_utils.h | 4 ++-- fwk/spf/apm/ext/close_all/src/apm_close_all_utils.c | 4 ++-- .../apm/ext/close_all/stub_src/apm_close_all_utils.c | 4 ++-- fwk/spf/apm/ext/cmn/inc/apm_ext_cmn.h | 2 +- fwk/spf/apm/ext/cmn/src/apm_ext_cmn.c | 2 +- fwk/spf/apm/ext/cmn/stub_src/apm_ext_cmn.c | 4 ++-- .../inc/apm_cntr_peer_heap_utils.h | 4 ++-- .../src/apm_cntr_peer_heap_utils.c | 4 ++-- .../stub_src/apm_cntr_peer_heap_utils.c | 4 ++-- fwk/spf/apm/ext/data_path/inc/apm_data_path_utils.h | 4 ++-- fwk/spf/apm/ext/data_path/src/apm_data_path_utils.c | 4 ++-- .../apm/ext/data_path/src/apm_data_path_utils_i.h | 4 ++-- .../apm/ext/data_path/stub_src/apm_data_path_utils.c | 4 ++-- .../apm/ext/debug_info_cfg/inc/apm_debug_info_cfg.h | 4 ++-- .../apm/ext/debug_info_cfg/src/apm_debug_info_cfg.c | 4 ++-- .../ext/debug_info_cfg/stub_src/apm_debug_info_cfg.c | 4 ++-- .../ext/debug_info_dump/inc/apm_debug_info_dump.h | 4 ++-- .../ext/debug_info_dump/src/apm_debug_info_dump.c | 4 ++-- .../debug_info_dump/stub_src/apm_debug_info_dump.c | 4 ++-- fwk/spf/apm/ext/err_hdlr/inc/apm_err_hdlr_utils.h | 4 ++-- fwk/spf/apm/ext/err_hdlr/src/apm_err_hdlr_utils.c | 4 ++-- .../apm/ext/err_hdlr/stub_src/apm_err_hdlr_utils.c | 4 ++-- .../ext/gpr_cmd_rsp_hdlr/inc/apm_gpr_cmd_rsp_hdlr.h | 4 ++-- .../ext/gpr_cmd_rsp_hdlr/src/apm_gpr_cmd_rsp_hdlr.c | 2 +- .../gpr_cmd_rsp_hdlr/stub_src/apm_gpr_cmd_rsp_hdlr.c | 4 ++-- fwk/spf/apm/ext/graph_utils/inc/apm_graph_utils.h | 4 ++-- fwk/spf/apm/ext/graph_utils/src/apm_graph_utils.c | 4 ++-- .../apm/ext/graph_utils/stub_src/apm_graph_utils.c | 4 ++-- fwk/spf/apm/ext/multi_client/inc/apm_multi_client.h | 2 +- fwk/spf/apm/ext/multi_client/src/apm_multi_client.c | 2 +- .../apm/ext/multi_client/src/apm_multi_client_db.c | 2 +- .../src/apm_multi_client_msg_rsp_handler.c | 2 +- .../ext/multi_client/src/apm_multi_client_utils.c | 2 +- .../multi_client/stub_src/apm_multi_client_stub.c | 2 +- fwk/spf/apm/ext/offload/inc/apm_offload_mem.h | 2 +- fwk/spf/apm/ext/offload/inc/apm_offload_pd_info.h | 4 ++-- fwk/spf/apm/ext/offload/inc/apm_offload_utils.h | 2 +- .../apm/ext/offload/src/apm_offload_memmap_handler.c | 2 +- .../apm/ext/offload/src/apm_offload_memmap_handler.h | 2 +- .../apm/ext/offload/src/apm_offload_memmap_utils.c | 2 +- .../apm/ext/offload/src/apm_offload_memmap_utils.h | 2 +- .../ext/offload/src/apm_offload_memmap_utils_v2.c | 2 +- fwk/spf/apm/ext/offload/src/apm_offload_utils.c | 2 +- fwk/spf/apm/ext/offload/src/apm_offload_utils_i.h | 2 +- fwk/spf/apm/ext/offload/stub_src/apm_offload_utils.c | 4 ++-- .../parallel_cmd_utils/inc/apm_parallel_cmd_utils.h | 4 ++-- .../parallel_cmd_utils/src/apm_parallel_cmd_utils.c | 4 ++-- .../stub_src/apm_parallel_cmd_utils.c | 4 ++-- fwk/spf/apm/ext/proxy/proxy_cmn/inc/apm_proxy_def.h | 4 ++-- .../apm/ext/proxy/proxy_cmn/inc/apm_proxy_utils.h | 4 ++-- .../proxy/proxy_cmn/src/apm_proxy_cmd_rsp_handler.c | 4 ++-- .../apm/ext/proxy/proxy_cmn/src/apm_proxy_utils.c | 4 ++-- .../ext/proxy/proxy_cmn/stub_src/apm_proxy_stub.c | 4 ++-- .../ext/proxy/proxy_vcpm/inc/apm_proxy_vcpm_utils.h | 4 ++-- .../proxy_vcpm/src/apm_proxy_vcpm_cmd_rsp_handler.c | 4 ++-- .../ext/proxy/proxy_vcpm/src/apm_proxy_vcpm_utils.c | 4 ++-- .../proxy/proxy_vcpm/src/apm_proxy_vcpm_utils_i.h | 4 ++-- .../proxy/proxy_vcpm/stub_src/apm_proxy_vcpm_stub.c | 4 ++-- fwk/spf/apm/ext/proxy/proxy_vcpm/vcpm/inc/vcpm.h | 4 ++-- .../ext/proxy/proxy_vcpm/vcpm/stub_src/vcpm_stub.c | 4 ++-- .../ext/proxy_graph_mgmt/inc/apm_proxy_graph_mgmt.h | 2 +- .../ext/proxy_graph_mgmt/src/apm_proxy_graph_mgmt.c | 2 +- .../proxy_graph_mgmt/src/apm_proxy_graph_mgmt_gpr.c | 2 +- .../proxy_graph_mgmt/src/apm_proxy_graph_mgmt_i.h | 2 +- .../proxy_graph_mgmt/src/apm_proxy_graph_mgmt_tp.c | 2 +- fwk/spf/apm/ext/pwr_mgr/inc/apm_pwr_mgr_utils.h | 4 ++-- fwk/spf/apm/ext/pwr_mgr/src/apm_pwr_mgr_utils.c | 4 ++-- fwk/spf/apm/ext/pwr_mgr/stub_src/apm_pwr_mgr_utils.c | 4 ++-- .../inc/apm_runtime_link_hdlr_utils.h | 4 ++-- .../src/apm_runtime_link_hdlr_utils.c | 4 ++-- .../stub_src/apm_runtime_link_hdlr_utils.c | 4 ++-- .../apm/ext/set_get_cfg/inc/apm_set_get_cfg_utils.h | 4 ++-- .../apm/ext/set_get_cfg/src/apm_set_get_cfg_utils.c | 4 ++-- .../ext/set_get_cfg/stub_src/apm_set_get_cfg_utils.c | 4 ++-- fwk/spf/apm/ext/shared_mem/inc/apm_shmem_util.h | 2 +- fwk/spf/apm/ext/shared_mem/src/apm_shmem_util.c | 2 +- fwk/spf/apm/ext/shared_mem/src/apm_shmem_util_i.h | 2 +- fwk/spf/apm/ext/shared_mem/src/apm_shmem_util_v2.c | 2 +- fwk/spf/apm/ext/shared_mem/stub_src/apm_shmem_util.c | 4 ++-- fwk/spf/apm/ext/spf_cmd_hdlr/inc/apm_spf_cmd_hdlr.h | 4 ++-- fwk/spf/apm/ext/spf_cmd_hdlr/src/apm_spf_cmd_hdlr.c | 4 ++-- .../apm/ext/spf_cmd_hdlr/stub_src/apm_spf_cmd_hdlr.c | 4 ++-- fwk/spf/apm/ext/sys_util/inc/apm_sys_util.h | 4 ++-- fwk/spf/apm/ext/sys_util/src/apm_sys_util.c | 4 ++-- .../apm/ext/sys_util/stub_src/apm_sys_util_stub.c | 4 ++-- .../cmn/container_utils/core/inc/container_utils.h | 2 +- .../cmn/container_utils/core/inc/cu_events.h | 4 ++-- .../core/inc/generic/container_utils_tgt.h | 4 ++-- fwk/spf/containers/cmn/container_utils/core/src/cu.c | 4 ++-- .../cmn/container_utils/core/src/cu_buf_util.c | 4 ++-- .../cmn/container_utils/core/src/cu_cmd_handler.c | 2 +- .../cmn/container_utils/core/src/cu_data_handler.c | 4 ++-- .../container_utils/core/src/cu_data_msg_handler.c | 4 ++-- .../cmn/container_utils/core/src/cu_events.c | 4 ++-- .../cmn/container_utils/core/src/cu_ext_port_util.c | 4 ++-- .../cmn/container_utils/core/src/cu_gpr_if.c | 4 ++-- .../containers/cmn/container_utils/core/src/cu_i.h | 4 ++-- .../cmn/container_utils/core/src/cu_island.c | 4 ++-- .../containers/cmn/container_utils/core/src/cu_pm.c | 4 ++-- .../cmn/container_utils/core/src/cu_prebuffer.c | 4 ++-- .../cmn/container_utils/core/src/cu_state_handler.c | 4 ++-- .../cmn/container_utils/core/src/cu_utils.c | 4 ++-- .../cmn/container_utils/core/src/cu_utils_island.c | 4 ++-- .../core/src/cu_utils_qsh_audio_island.c | 4 ++-- .../ext/async_cmd_handle/inc/cu_async_cmd_handle.h | 4 ++-- .../ext/async_cmd_handle/src/cu_async_cmd_handle.c | 4 ++-- .../async_cmd_handle/stub_src/cu_async_cmd_handle.c | 4 ++-- .../container_utils/ext/ctrl_port/inc/cu_ctrl_port.h | 4 ++-- .../ext/ctrl_port/src/cu_ctrl_port_i.h | 4 ++-- .../ext/ctrl_port/src/cu_ctrl_port_util.c | 4 ++-- .../ext/ctrl_port/src/cu_ctrl_port_util_island.c | 4 ++-- .../ext/ctrl_port/src/cu_ext_ctrl_port_util.c | 4 ++-- .../ext/ctrl_port/src/cu_ext_ctrl_port_util_island.c | 4 ++-- .../ext/ctrl_port/src/cu_int_ctrl_port_util.c | 4 ++-- .../ext/ctrl_port/src/cu_int_ctrl_port_util_island.c | 4 ++-- .../ext/duty_cycle/inc/cu_duty_cycle.h | 4 ++-- .../ext/duty_cycle/src/cu_duty_cycle.c | 4 ++-- .../ext/duty_cycle/stub_src/cu_duty_cycle.c | 4 ++-- .../ext/global_shmem_msg/inc/cu_global_shmem_msg.h | 4 ++-- .../ext/global_shmem_msg/src/cu_global_shmem_msg.c | 4 ++-- .../global_shmem_msg/stub_src/cu_global_shmem_msg.c | 4 ++-- .../ext/island_exit/inc/cu_exit_island.h | 4 ++-- .../ext/island_exit/src/cu_ctrl_port_exit_island.c | 4 ++-- .../cmn/container_utils/ext/offload/inc/cu_offload.h | 4 ++-- .../ext/offload/src/cu_offload_util.c | 4 ++-- .../ext/offload/stub_src/cu_offload_util.c | 4 ++-- .../ext/path_delay/inc/cu_path_delay.h | 4 ++-- .../ext/path_delay/src/cu_path_delay.c | 4 ++-- .../ext/path_delay/stub_src/cu_path_delay.c | 4 ++-- .../cmn/container_utils/ext/prof/inc/cu_prof.h | 4 ++-- .../cmn/container_utils/ext/prof/src/cu_prof.c | 4 ++-- .../cmn/container_utils/ext/prof/stub_src/cu_prof.c | 4 ++-- .../soft_timer_fwk_ext/inc/cu_soft_timer_fwk_ext.h | 4 ++-- .../soft_timer_fwk_ext/src/cu_soft_timer_fwk_ext.c | 4 ++-- .../stub_src/cu_soft_timer_fwk_ext.c | 4 ++-- .../cmn/container_utils/ext/voice/inc/cu_voice.h | 2 +- .../container_utils/ext/voice/src/cu_voice_util.c | 2 +- .../ext/voice/stub_src/cu_voice_util.c | 2 +- fwk/spf/containers/cmn/graph_utils/inc/graph_utils.h | 4 ++-- fwk/spf/containers/cmn/graph_utils/src/graph_utils.c | 4 ++-- .../cmn/graph_utils/src/graph_utils_island.c | 4 ++-- fwk/spf/containers/cmn/icb/inc/icb.h | 4 ++-- fwk/spf/containers/cmn/icb/src/icb.c | 4 ++-- .../cmn/topologies/gen_topo/core/inc/gen_topo.h | 2 +- .../topologies/gen_topo/core/inc/gen_topo_buf_mgr.h | 4 ++-- .../cmn/topologies/gen_topo/core/inc/gen_topo_capi.h | 4 ++-- .../cmn/topologies/gen_topo/core/inc/topo_buf_mgr.h | 2 +- .../cmn/topologies/gen_topo/core/src/gen_topo.c | 2 +- .../gen_topo/core/src/gen_topo_buf_util_island.c | 2 +- .../cmn/topologies/gen_topo/core/src/gen_topo_capi.c | 2 +- .../gen_topo/core/src/gen_topo_capi_cb_handler.c | 4 ++-- .../core/src/gen_topo_capi_cb_handler_island.c | 4 ++-- .../gen_topo/core/src/gen_topo_data_flow_state.c | 4 ++-- .../core/src/gen_topo_data_flow_state_md_island.c | 4 ++-- .../gen_topo/core/src/gen_topo_data_process.c | 4 ++-- .../gen_topo/core/src/gen_topo_data_process_island.c | 2 +- .../gen_topo/core/src/gen_topo_debug_info.c | 4 ++-- .../gen_topo/core/src/gen_topo_fwk_extn_utils.c | 4 ++-- .../cmn/topologies/gen_topo/core/src/gen_topo_i.h | 2 +- .../gen_topo/core/src/gen_topo_intf_extn_utils.c | 4 ++-- .../topologies/gen_topo/core/src/gen_topo_island.c | 4 ++-- .../cmn/topologies/gen_topo/core/src/gen_topo_pm.c | 4 ++-- .../gen_topo/core/src/gen_topo_propagation.c | 4 ++-- .../gen_topo/core/src/gen_topo_public_functions.c | 2 +- .../core/src/gen_topo_public_functions_md_island.c | 4 ++-- .../gen_topo/core/src/gen_topo_trigger_policy.c | 4 ++-- .../core/src/gen_topo_trigger_policy_change_island.c | 2 +- .../core/src/gen_topo_trigger_policy_island.c | 4 ++-- .../cmn/topologies/gen_topo/core/src/topo_buf_mgr.c | 4 ++-- .../topologies/gen_topo/core/tst/topo_buf_mgr_test.c | 4 ++-- .../gen_topo/ext/ctrl_port/inc/gen_topo_ctrl_port.h | 4 ++-- .../gen_topo/ext/ctrl_port/src/gen_topo_ctrl_port.c | 4 ++-- .../ext/ctrl_port/src/gen_topo_ctrl_port_island.c | 4 ++-- .../inc/gen_topo_data_port_ops_intf_ext.h | 4 ++-- .../src/gen_topo_data_port_ops_intf_ext.c | 4 ++-- .../gen_topo/ext/dm_ext/inc/gen_topo_dm_ext.h | 4 ++-- .../gen_topo/ext/dm_ext/src/gen_topo_dm_ext.c | 4 ++-- .../gen_topo/ext/dm_ext/src/gen_topo_dm_ext_island.c | 4 ++-- .../gen_topo/ext/dm_ext/stub_src/gen_topo_dm_ext.c | 4 ++-- .../global_shmem_msg/inc/gen_topo_global_shmem_msg.h | 4 ++-- .../global_shmem_msg/src/gen_topo_global_shmem_msg.c | 4 ++-- .../stub_src/gen_topo_global_shmem_msg.c | 4 ++-- .../ext/island_exit/inc/gen_topo_exit_island.h | 4 ++-- .../src/gen_topo_capi_metadata_exit_island.c | 4 ++-- .../island_exit/src/gen_topo_metadata_exit_island.c | 4 ++-- .../gen_topo/ext/metadata/inc/gen_topo_metadata.h | 2 +- .../gen_topo/ext/metadata/src/gen_topo_metadata.c | 2 +- .../ext/metadata/src/gen_topo_metadata_island.c | 2 +- .../ext/module_bypass/inc/gen_topo_module_bypass.h | 4 ++-- .../ext/module_bypass/src/gen_topo_module_bypass.c | 4 ++-- .../module_bypass/stub_src/gen_topo_module_bypass.c | 4 ++-- .../ext/path_delay/inc/gen_topo_path_delay.h | 4 ++-- .../ext/path_delay/src/gen_topo_path_delay.c | 4 ++-- .../ext/path_delay/stub_src/gen_topo_path_delay.c | 4 ++-- .../ext/pcm_fwk_ext/inc/gen_topo_pcm_fwk_ext.h | 4 ++-- .../ext/pcm_fwk_ext/src/gen_topo_pcm_fwk_ext.c | 4 ++-- .../topologies/gen_topo/ext/prof/inc/gen_topo_prof.h | 4 ++-- .../topologies/gen_topo/ext/prof/src/gen_topo_prof.c | 4 ++-- .../gen_topo/ext/prof/stub_src/gen_topo_prof.c | 4 ++-- .../gen_topo/ext/pure_st_topo/inc/gen_topo_pure_st.h | 4 ++-- .../ext/pure_st_topo/src/gen_topo_pure_st_i.h | 4 ++-- .../ext/pure_st_topo/src/gen_topo_pure_st_process.c | 4 ++-- .../src/gen_topo_pure_st_process_island.c | 4 ++-- .../pure_st_topo/stub_src/gen_topo_pure_st_process.c | 4 ++-- .../ext/sync_fwk_ext/inc/gen_topo_sync_fwk_ext.h | 4 ++-- .../ext/sync_fwk_ext/src/gen_topo_sync_fwk_ext.c | 4 ++-- .../sync_fwk_ext/stub_src/gen_topo_sync_fwk_ext.c | 4 ++-- .../gen_topo/ext/thin_topo/inc/thin_topo.h | 2 +- .../gen_topo/ext/thin_topo/src/thin_topo.c | 2 +- .../gen_topo/ext/thin_topo/src/thin_topo_inline.h | 2 +- .../gen_topo/ext/thin_topo/stub_src/thin_topo.c | 2 +- .../ext/thin_topo/stub_src/thin_topo_inline.h | 2 +- .../cmn/topologies/spl_topo/core/inc/spl_topo.h | 4 ++-- .../cmn/topologies/spl_topo/core/src/simp_topo.c | 4 ++-- .../cmn/topologies/spl_topo/core/src/simp_topo_i.h | 4 ++-- .../cmn/topologies/spl_topo/core/src/spl_topo.c | 4 ++-- .../spl_topo/core/src/spl_topo_buf_utils.c | 4 ++-- .../cmn/topologies/spl_topo/core/src/spl_topo_capi.c | 4 ++-- .../spl_topo/core/src/spl_topo_capi_cb_handler.c | 4 ++-- .../spl_topo/core/src/spl_topo_data_process.c | 4 ++-- .../cmn/topologies/spl_topo/core/src/spl_topo_i.h | 4 ++-- .../spl_topo/core/src/spl_topo_media_format_utils.c | 4 ++-- .../topologies/spl_topo/core/src/spl_topo_metadata.c | 4 ++-- .../cmn/topologies/spl_topo/core/src/spl_topo_pm.c | 4 ++-- .../topologies/spl_topo/core/src/spl_topo_utils.c | 4 ++-- .../ext/dm_fwk_ext/inc/spl_topo_dm_fwk_ext.h | 4 ++-- .../ext/dm_fwk_ext/src/spl_topo_dm_fwk_ext.c | 4 ++-- .../ext/dm_fwk_ext/stub_src/spl_topo_dm_fwk_ext.c | 4 ++-- .../inc/spl_topo_mimo_proc_state_intf_extn.h | 4 ++-- .../src/spl_topo_mimo_proc_state_intf_extn.c | 4 ++-- .../stub_src/spl_topo_mimo_proc_state_intf_extn.c | 4 ++-- .../ext/sync_fwk_ext/inc/spl_topo_sync_fwk_ext.h | 4 ++-- .../ext/sync_fwk_ext/src/spl_topo_sync_fwk_ext.c | 4 ++-- .../inc/spl_topo_trigger_policy_fwk_ext.h | 4 ++-- .../src/spl_topo_trigger_policy_fwk_ext.c | 4 ++-- .../stub_src/spl_topo_trigger_policy_fwk_ext.c | 4 ++-- .../topologies/topo_interface/inc/topo_interface.h | 4 ++-- .../cmn/topologies/topo_utils/inc/topo_utils.h | 4 ++-- .../containers/cmn/topologies/topo_utils/src/tu.c | 4 ++-- .../cmn/topologies/topo_utils/src/tu_island.c | 4 ++-- .../cmn/topologies/topo_utils/src/tu_mf_utils.c | 4 ++-- .../containers/gen_cntr/cmn/inc/gen_cntr_cmn_utils.h | 4 ++-- fwk/spf/containers/gen_cntr/core/inc/gen_cntr.h | 4 ++-- fwk/spf/containers/gen_cntr/core/src/gen_cntr.c | 4 ++-- .../containers/gen_cntr/core/src/gen_cntr_buf_util.c | 2 +- .../gen_cntr/core/src/gen_cntr_cmd_handler.c | 2 +- .../gen_cntr/core/src/gen_cntr_data_handler.c | 4 ++-- .../gen_cntr/core/src/gen_cntr_data_handler_island.c | 2 +- .../gen_cntr/core/src/gen_cntr_data_msg_handler.c | 2 +- .../gen_cntr/core/src/gen_cntr_fwk_extn_utils.c | 4 ++-- .../core/src/gen_cntr_fwk_extn_utils_island.c | 4 ++-- fwk/spf/containers/gen_cntr/core/src/gen_cntr_i.h | 2 +- .../containers/gen_cntr/core/src/gen_cntr_island.c | 2 +- fwk/spf/containers/gen_cntr/core/src/gen_cntr_pm.c | 4 ++-- .../gen_cntr/core/src/gen_cntr_st_handler.c | 4 ++-- .../gen_cntr/core/src/gen_cntr_st_handler_island.c | 2 +- .../gen_cntr/core/src/gen_cntr_trigger_policy.c | 4 ++-- .../core/src/gen_cntr_trigger_policy_island.c | 2 +- .../containers/gen_cntr/core/src/gen_cntr_utils.c | 2 +- .../containers/gen_cntr/core/src/gen_cntr_utils.h | 2 +- .../gen_cntr/core/src/gen_cntr_utils_island.c | 2 +- .../gen_cntr/core/src/gen_cntr_utils_md_island.c | 4 ++-- .../core/src/generic/gen_cntr_tgt_specific.h | 4 ++-- .../core/src/hexagon/gen_cntr_tgt_specific.h | 4 ++-- fwk/spf/containers/gen_cntr/core/stub_src/gen_cntr.c | 4 ++-- .../bt_codec_fwk_ext/inc/gen_cntr_bt_codec_fwk_ext.h | 4 ++-- .../bt_codec_fwk_ext/src/gen_cntr_bt_codec_fwk_ext.c | 4 ++-- .../stub_src/gen_cntr_bt_codec_fwk_ext.c | 4 ++-- .../ext/cmn_sh_mem/inc/gen_cntr_cmn_sh_mem.h | 4 ++-- .../ext/cmn_sh_mem/src/gen_cntr_cmn_sh_mem.c | 4 ++-- .../gen_cntr/ext/err_check/inc/gen_cntr_err_check.h | 4 ++-- .../gen_cntr/ext/err_check/src/gen_cntr_err_check.c | 4 ++-- .../ext/err_check/src/gen_cntr_err_handler.c | 4 ++-- .../ext/err_check/stub_src/gen_cntr_err_check.c | 4 ++-- .../ext/err_check/stub_src/gen_cntr_err_handler.c | 4 ++-- .../gen_cntr/ext/metadata/inc/gen_cntr_metadata.h | 4 ++-- .../gen_cntr/ext/metadata/src/gen_cntr_metadata.c | 4 ++-- .../ext/metadata/src/gen_cntr_metadata_island.c | 4 ++-- .../ext/metadata/stub_src/gen_cntr_metadata.c | 4 ++-- .../ext/offload/inc/gen_cntr_offload_utils.h | 4 ++-- .../ext/offload/src/gen_cntr_offload_utils.c | 4 ++-- .../ext/offload/stub_src/gen_cntr_offload_utils.c | 4 ++-- .../gen_cntr/ext/pass_thru_cntr/inc/pt_cntr.h | 4 ++-- .../gen_cntr/ext/pass_thru_cntr/src/pt_buf_utils.c | 2 +- .../gen_cntr/ext/pass_thru_cntr/src/pt_cmd_handler.c | 2 +- .../gen_cntr/ext/pass_thru_cntr/src/pt_cntr.c | 4 ++-- .../gen_cntr/ext/pass_thru_cntr/src/pt_cntr_i.h | 2 +- .../ext/pass_thru_cntr/src/pt_cntr_process.c | 2 +- .../gen_cntr/ext/pass_thru_cntr/stub_src/pt_cntr.c | 4 ++-- .../gen_cntr/ext/peer_cntr/inc/gen_cntr_peer_cntr.h | 2 +- .../ext/peer_cntr/src/gen_cntr_peer_cntr_input.c | 2 +- .../peer_cntr/src/gen_cntr_peer_cntr_input_island.c | 2 +- .../ext/peer_cntr/src/gen_cntr_peer_cntr_output.c | 4 ++-- .../peer_cntr/src/gen_cntr_peer_cntr_output_island.c | 2 +- .../ext/placeholder/inc/gen_cntr_placeholder.h | 4 ++-- .../ext/placeholder/src/gen_cntr_placeholder.c | 4 ++-- .../ext/placeholder/stub_src/gen_cntr_placeholder.c | 4 ++-- .../gen_cntr/ext/pure_st/inc/gen_cntr_pure_st.h | 4 ++-- .../ext/pure_st/src/gen_cntr_pure_st_handler.c | 4 ++-- .../pure_st/src/gen_cntr_pure_st_handler_island.c | 4 ++-- .../ext/pure_st/stub_src/gen_cntr_pure_st_handler.c | 4 ++-- .../stub_src/gen_cntr_pure_st_handler_island.c | 4 ++-- .../ext/rd_sh_mem_ep/inc/gen_cntr_rd_sh_mem_ep.h | 4 ++-- .../ext/rd_sh_mem_ep/src/gen_cntr_rd_sh_mem_ep.c | 2 +- .../ext/sync_fwk_ext/inc/gen_cntr_sync_fwk_ext.h | 4 ++-- .../ext/sync_fwk_ext/src/gen_cntr_sync_fwk_ext.c | 4 ++-- .../sync_fwk_ext/stub_src/gen_cntr_sync_fwk_ext.c | 4 ++-- .../thin_topo_cntr_utils/inc/thin_topo_cntr_utils.h | 2 +- .../thin_topo_cntr_utils/src/thin_topo_cntr_utils.c | 2 +- .../src/thin_topo_cntr_utils_i.h | 2 +- .../src/thin_topo_cntr_utils_island.c | 2 +- .../stub_src/thin_topo_cntr_utils.c | 2 +- .../ext/wr_sh_mem_ep/inc/gen_cntr_wr_sh_mem_ep.h | 4 ++-- .../ext/wr_sh_mem_ep/src/gen_cntr_wr_sh_mem_ep.c | 4 ++-- fwk/spf/containers/olc/cmn/inc/olc_cmn_utils.h | 4 ++-- fwk/spf/containers/olc/core/src/olc.c | 2 +- fwk/spf/containers/olc/core/src/olc_buf_util.c | 4 ++-- fwk/spf/containers/olc/core/src/olc_calib_utils.c | 4 ++-- fwk/spf/containers/olc/core/src/olc_cmd_handler.c | 2 +- fwk/spf/containers/olc/core/src/olc_data_handler.c | 4 ++-- fwk/spf/containers/olc/core/src/olc_eos_util.c | 4 ++-- fwk/spf/containers/olc/core/src/olc_i.h | 4 ++-- fwk/spf/containers/olc/core/src/olc_pm.c | 4 ++-- fwk/spf/containers/olc/core/src/olc_rsp_handler.c | 4 ++-- .../olc/core/src/olc_servreg_event_handler.c | 4 ++-- fwk/spf/containers/olc/core/src/olc_sp_utils.c | 4 ++-- fwk/spf/containers/olc/core/src/olc_timestamp.c | 4 ++-- fwk/spf/containers/olc/core/src/olc_util.c | 2 +- fwk/spf/containers/olc/core/stub_src/olc.c | 4 ++-- .../olc/driver/data_process_mgmt/inc/sdm.h | 4 ++-- .../data_process_mgmt/src/spdm_data_buf_handler.c | 4 ++-- .../driver/data_process_mgmt/src/spdm_data_handler.c | 4 ++-- .../data_process_mgmt/src/spdm_data_msg_handler.c | 4 ++-- .../data_process_mgmt/src/spdm_data_port_handler.c | 4 ++-- .../olc/driver/data_process_mgmt/src/spdm_i.h | 4 ++-- .../data_process_mgmt/src/spdm_media_fmt_handler.c | 4 ++-- .../data_process_mgmt/src/spdm_meta_data_handler.c | 4 ++-- .../data_process_mgmt/src/spdm_port_config_handler.c | 4 ++-- .../data_process_mgmt/src/spdm_port_event_handler.c | 4 ++-- .../data_process_mgmt/src/spdm_state_prop_handler.c | 4 ++-- .../olc/driver/data_process_mgmt/src/spdm_utils.c | 4 ++-- fwk/spf/containers/olc/driver/inc/olc_driver.h | 4 ++-- .../olc/driver/resource_mgmt_utils/inc/sprm.h | 4 ++-- .../olc/driver/resource_mgmt_utils/src/sprm_i.h | 4 ++-- .../resource_mgmt_utils/src/srm_ipc_comm_utils.c | 4 ++-- .../resource_mgmt_utils/src/srm_ipc_shmem_utils.c | 4 ++-- .../olc/driver/satellite_graph_mgmt/inc/sgm.h | 4 ++-- .../olc/driver/satellite_graph_mgmt/src/sgm.c | 4 ++-- .../satellite_graph_mgmt/src/sgm_cmd_handler.c | 4 ++-- .../satellite_graph_mgmt/src/sgm_cmd_handler_utils.c | 4 ++-- .../satellite_graph_mgmt/src/sgm_cmd_parser_utils.c | 4 ++-- .../satellite_graph_mgmt/src/sgm_cmd_parser_utils.h | 4 ++-- .../satellite_graph_mgmt/src/sgm_event_handler.c | 4 ++-- .../olc/driver/satellite_graph_mgmt/src/sgm_i.h | 4 ++-- .../satellite_graph_mgmt/src/sgm_path_delay_utils.c | 4 ++-- .../satellite_graph_mgmt/src/sgm_rsp_handler.c | 4 ++-- .../src/sgm_servreg_event_handler.c | 4 ++-- fwk/spf/containers/olc/inc/olc.h | 4 ++-- .../containers/spl_cntr/cmn/inc/spl_cntr_cmn_utils.h | 4 ++-- fwk/spf/containers/spl_cntr/core/src/spl_cntr.c | 2 +- .../containers/spl_cntr/core/src/spl_cntr_buf_util.c | 2 +- .../spl_cntr/core/src/spl_cntr_cmd_handler.c | 2 +- .../spl_cntr/core/src/spl_cntr_data_handler.c | 4 ++-- .../containers/spl_cntr/core/src/spl_cntr_eos_util.c | 2 +- .../spl_cntr/core/src/spl_cntr_event_util.c | 4 ++-- .../spl_cntr/core/src/spl_cntr_ext_port_util.c | 4 ++-- .../spl_cntr/core/src/spl_cntr_fwk_extns.c | 4 ++-- fwk/spf/containers/spl_cntr/core/src/spl_cntr_gpd.c | 4 ++-- fwk/spf/containers/spl_cntr/core/src/spl_cntr_i.h | 2 +- fwk/spf/containers/spl_cntr/core/src/spl_cntr_pm.c | 4 ++-- fwk/spf/containers/spl_cntr/core/stub_src/spl_cntr.c | 4 ++-- .../inc/spl_cntr_proc_dur_fwk_ext.h | 4 ++-- .../src/spl_cntr_proc_dur_fwk_ext.c | 4 ++-- .../stub_src/spl_cntr_proc_dur_fwk_ext.c | 4 ++-- .../ext/sync_fwk_ext/inc/spl_cntr_sync_fwk_ext.h | 4 ++-- .../ext/sync_fwk_ext/src/spl_cntr_sync_fwk_ext.c | 4 ++-- .../sync_fwk_ext/stub_src/spl_cntr_sync_fwk_ext.c | 4 ++-- .../inc/spl_cntr_voice_delivery_fwk_ext.h | 4 ++-- .../src/spl_cntr_voice_delivery_fwk_ext.c | 4 ++-- .../stub_src/spl_cntr_voice_delivery_fwk_ext.c | 4 ++-- fwk/spf/containers/spl_cntr/inc/spl_cntr.h | 4 ++-- fwk/spf/containers/wear_cntr/inc/wear_cntr.h | 4 ++-- fwk/spf/containers/wear_cntr/src/wc_graph_utils.c | 4 ++-- fwk/spf/containers/wear_cntr/src/wc_graph_utils.h | 4 ++-- fwk/spf/containers/wear_cntr/src/wc_topo.c | 2 +- fwk/spf/containers/wear_cntr/src/wc_topo.h | 4 ++-- fwk/spf/containers/wear_cntr/src/wc_topo_capi.c | 4 ++-- fwk/spf/containers/wear_cntr/src/wc_topo_capi.h | 4 ++-- .../wear_cntr/src/wc_topo_capi_cb_handler.c | 4 ++-- .../containers/wear_cntr/src/wc_topo_data_process.c | 4 ++-- fwk/spf/containers/wear_cntr/src/wc_topo_port_op.c | 4 ++-- fwk/spf/containers/wear_cntr/src/wear_cntr.c | 4 ++-- .../containers/wear_cntr/src/wear_cntr_buf_util.c | 4 ++-- .../containers/wear_cntr/src/wear_cntr_cmd_handler.c | 4 ++-- .../wear_cntr/src/wear_cntr_control_port.c | 4 ++-- fwk/spf/containers/wear_cntr/src/wear_cntr_events.c | 4 ++-- fwk/spf/containers/wear_cntr/src/wear_cntr_events.h | 4 ++-- fwk/spf/containers/wear_cntr/src/wear_cntr_i.h | 4 ++-- fwk/spf/containers/wear_cntr/src/wear_cntr_pm.c | 4 ++-- .../wear_cntr/src/wear_cntr_st_and_data_handler.c | 4 ++-- fwk/spf/containers/wear_cntr/src/wear_cntr_utils.c | 4 ++-- fwk/spf/containers/wear_cntr/src/wear_cntr_utils.h | 4 ++-- fwk/spf/dls/api/dls_api.h | 4 ++-- fwk/spf/dls/api/dls_log_pkt_hdr_api.h | 4 ++-- fwk/spf/dls/inc/dls.h | 4 ++-- fwk/spf/dls/src/dls.c | 4 ++-- fwk/spf/dls/src/dls_gpr_cmd_handler.c | 4 ++-- fwk/spf/dls/src/dls_gpr_cmd_handler.h | 4 ++-- fwk/spf/dls/src/dls_i.h | 4 ++-- fwk/spf/dls/src/dls_set_param_handler.c | 4 ++-- fwk/spf/dls/stub_src/dls_stub.c | 4 ++-- fwk/spf/interfaces/fwk/api/amdb_cntr_if.h | 4 ++-- fwk/spf/interfaces/fwk/api/apm_cntr_debug_if.h | 4 ++-- fwk/spf/interfaces/fwk/api/apm_cntr_if.h | 4 ++-- fwk/spf/interfaces/fwk/api/apm_cntr_path_delay_if.h | 4 ++-- fwk/spf/interfaces/fwk/api/apm_db_query_if.h | 4 ++-- fwk/spf/interfaces/fwk/api/apm_internal_if.h | 4 ++-- fwk/spf/interfaces/fwk/api/apm_proxy_if.h | 4 ++-- fwk/spf/interfaces/fwk/api/cntr_cntr_if.h | 4 ++-- fwk/spf/interfaces/fwk/api/cntr_cntr_offload_if.h | 4 ++-- fwk/spf/interfaces/fwk/api/duty_cycle_cntr_if.h | 4 ++-- fwk/spf/interfaces/fwk/api/irm_cntr_if.h | 4 ++-- fwk/spf/interfaces/fwk/api/proxy_cntr_if.h | 2 +- fwk/spf/interfaces/fwk/api/spf_cmn_if.h | 4 ++-- .../module/audio_cmn_lib/shared_aud_cmn_lib.h | 4 ++-- .../adv/capi_fwk_extns_container_proc_duration.h | 4 ++-- .../interfaces/module/capi/adv/capi_fwk_extns_dm.h | 4 ++-- .../interfaces/module/capi/adv/capi_fwk_extns_ecns.h | 4 ++-- .../interfaces/module/capi/adv/capi_fwk_extns_pcm.h | 4 ++-- .../module/capi/adv/capi_fwk_extns_soft_timer.h | 4 ++-- .../interfaces/module/capi/adv/capi_fwk_extns_sync.h | 4 ++-- .../module/capi/adv/capi_fwk_extns_voice_delivery.h | 4 ++-- .../adv/capi_intf_extn_mimo_module_process_state.h | 4 ++-- .../capi/adv/capi_intf_extn_module_buffer_access.h | 4 ++-- .../module/capi/adv/capi_intf_extn_path_delay.h | 4 ++-- fwk/spf/interfaces/module/capi/capi.h | 2 +- fwk/spf/interfaces/module/capi/capi_events.h | 4 ++-- .../capi/capi_fwk_extns_async_signal_trigger.h | 4 ++-- .../interfaces/module/capi/capi_fwk_extns_bt_codec.h | 4 ++-- .../capi/capi_fwk_extns_container_frame_duration.h | 4 ++-- .../module/capi/capi_fwk_extns_global_shmem_msg.h | 4 ++-- .../interfaces/module/capi/capi_fwk_extns_island.h | 4 ++-- .../capi/capi_fwk_extns_multi_port_buffering.h | 4 ++-- .../capi/capi_fwk_extns_signal_triggered_module.h | 4 ++-- .../module/capi/capi_fwk_extns_thresh_cfg.h | 4 ++-- .../module/capi/capi_fwk_extns_trigger_policy.h | 4 ++-- .../module/capi/capi_intf_extn_calibration_ops.h | 2 +- .../module/capi/capi_intf_extn_data_port_operation.h | 4 ++-- .../capi/capi_intf_extn_duty_cycling_island_mode.h | 4 ++-- fwk/spf/interfaces/module/capi/capi_intf_extn_imcl.h | 4 ++-- .../interfaces/module/capi/capi_intf_extn_metadata.h | 4 ++-- .../interfaces/module/capi/capi_intf_extn_period.h | 4 ++-- .../capi/capi_intf_extn_prop_is_rt_port_property.h | 4 ++-- .../module/capi/capi_intf_extn_prop_port_ds_state.h | 4 ++-- .../interfaces/module/capi/capi_intf_extn_stm_ts.h | 4 ++-- .../module/capi/capi_lib_capi_process_thread.h | 4 ++-- .../module/capi/capi_lib_get_capi_module.h | 4 ++-- fwk/spf/interfaces/module/capi/capi_lib_get_imc.h | 4 ++-- fwk/spf/interfaces/module/capi/capi_lib_mem_mapper.h | 4 ++-- fwk/spf/interfaces/module/capi/capi_properties.h | 4 ++-- fwk/spf/interfaces/module/capi/capi_struct_align.h | 4 ++-- fwk/spf/interfaces/module/capi/capi_types.h | 4 ++-- .../interfaces/module/capi_cmn/cmn/inc/capi_cmn.h | 4 ++-- .../capi_cmn/cmn/inc/capi_mm_error_code_converter.h | 4 ++-- .../interfaces/module/capi_cmn/cmn/src/capi_cmn.c | 4 ++-- .../module/capi_cmn/cmn/src/capi_cmn_island.c | 4 ++-- .../capi_cmn/ctrl_port/inc/capi_cmn_ctrl_port_list.h | 4 ++-- .../capi_cmn/ctrl_port/inc/capi_cmn_imcl_utils.h | 4 ++-- .../capi_cmn/ctrl_port/src/capi_cmn_ctrl_port_list.c | 4 ++-- .../capi_cmn/ctrl_port/src/capi_cmn_imcl_utils.c | 4 ++-- .../ctrl_port/src/capi_cmn_imcl_utils_island.c | 4 ++-- .../inc/capi_library_internal_buffer.h | 4 ++-- .../src/capi_library_internal_buffer.c | 4 ++-- .../inc/capi_library_thread_pool.h | 4 ++-- .../src/capi_library_thread_pool.c | 4 ++-- .../api/imcl_bt_bitrate_level_encoder_feedback_api.h | 4 ++-- .../imcl/api/imcl_bt_conn_proxy_feedback_api.h | 4 ++-- .../module/imcl/api/imcl_bt_encoder_feedback_api.h | 4 ++-- .../imcl/api/imcl_bt_sideband_encoder_feedback_api.h | 4 ++-- .../module/imcl/api/imcl_dam_detection_api.h | 4 ++-- .../module/imcl/api/imcl_deadline_time_api.h | 4 ++-- .../module/imcl/api/imcl_prbdma_control_api.h | 4 ++-- fwk/spf/interfaces/module/imcl/api/imcl_sa_hdt_api.h | 2 +- .../module/imcl/api/imcl_stage2_stage1_api.h | 4 ++-- .../module/imcl/api/imcl_test_module_api.h | 4 ++-- .../module/imcl/api/imcl_timer_drift_info_api.h | 4 ++-- .../internal_api/modules_prv/api/irm_pvt_api.h | 4 ++-- fwk/spf/interfaces/module/metadata/api/bt_metadata.h | 4 ++-- .../module/metadata/api/dtmf_gen_metadata_api.h | 4 ++-- .../module/metadata/api/module_cmn_metadata.h | 4 ++-- .../interfaces/module/metadata/api/other_metadata.h | 4 ++-- .../module/metadata/api/sal_metadata_api.h | 4 ++-- .../module/metadata/api/tty_metadata_api.h | 4 ++-- .../module/offload/api/media_fmt_extn_api.h | 4 ++-- .../interfaces/module/offload/api/offload_apm_api.h | 4 ++-- .../interfaces/module/offload/api/offload_def_api.h | 4 ++-- .../module/offload/api/offload_metatdata_api.h | 4 ++-- .../module/offload/api/offload_path_delay_api.h | 4 ++-- .../interfaces/module/offload/api/offload_sp_api.h | 4 ++-- .../module/offload/api/rd_sh_mem_ep_ext_api.h | 4 ++-- .../module/offload/api/sh_mem_ep_metadata_api.h | 4 ++-- .../module/offload/api/wr_sh_mem_ep_ext_api.h | 4 ++-- .../inc/generic/spf_dyn_loading_func_mapping.h | 4 ++-- .../inc/hexagon/spf_dyn_loading_func_mapping.h | 4 ++-- .../module/shared_lib_api/inc/shared_lib_api.h | 2 +- .../module/shared_lib_api/src/shared_lib_api.c | 4 ++-- .../audio_dam_buffer/api/audio_dam_buffer_api.h | 4 ++-- .../capi/inc/capi_audio_dam_buffer.h | 4 ++-- .../capi/src/capi_audio_dam_buffer.c | 4 ++-- .../capi/src/capi_audio_dam_buffer_i.h | 4 ++-- .../capi/src/capi_audio_dam_buffer_imc_utils.c | 4 ++-- .../capi/src/capi_audio_dam_buffer_island.c | 4 ++-- .../src/capi_audio_dam_buffer_output_ctrl_island.c | 4 ++-- .../capi_audio_dam_imcl_utils_output_ctrl_island.c | 4 ++-- .../capi/stub_src/capi_audio_dam_buffer.c | 4 ++-- .../audio_dam_buffer/lib/inc/audio_dam_driver.h | 4 ++-- .../audio_dam_buffer/lib/inc/circular_buffer.h | 4 ++-- .../audio_dam_buffer/lib/src/audio_dam_driver.c | 4 ++-- .../audio_dam_buffer/lib/src/audio_dam_driver_i.h | 4 ++-- .../lib/src/audio_dam_driver_island.c | 4 ++-- .../lib/src/audio_dam_driver_read_island.c | 4 ++-- .../lib/src/audio_dam_driver_virt_wr_island.c | 4 ++-- .../audio_dam_buffer/lib/src/circular_buffer.c | 4 ++-- .../audio_dam_buffer/lib/src/circular_buffer_i.h | 4 ++-- .../lib/src/circular_buffer_island.c | 4 ++-- .../lib/src/circular_buffer_read_island.c | 4 ++-- .../congestion_buf/capi/inc/capi_congestion_buf.h | 4 ++-- .../congestion_buf/capi/src/capi_congestion_buf.c | 2 +- .../congestion_buf/capi/src/capi_congestion_buf_i.h | 2 +- .../capi/src/capi_congestion_buf_island.c | 2 +- .../capi/src/capi_congestion_buf_utils.c | 2 +- .../capi/src/capi_congestion_buf_utils_island.c | 2 +- .../congestion_buf/capi/src/congestion_buf_driver.c | 2 +- .../congestion_buf/capi/src/congestion_buf_driver.h | 4 ++-- .../capi/src/congestion_buf_driver_island.c | 2 +- .../capi/stub_src/capi_congestion_buf.c | 4 ++-- fwk/spf/modules/data_logging/api/data_logging_api.h | 4 ++-- .../data_logging/capi/inc/capi_data_logging.h | 4 ++-- .../data_logging/capi/src/capi_data_logging.c | 4 ++-- .../capi/src/capi_data_logging_config_utils.c | 4 ++-- .../data_logging/capi/src/capi_data_logging_i.h | 4 ++-- .../data_logging/capi/src/capi_data_logging_island.c | 4 ++-- .../capi/stub_src/capi_data_logging_stub.c | 4 ++-- fwk/spf/modules/data_marker/api/data_marker_api.h | 4 ++-- .../modules/data_marker/capi/inc/capi_data_marker.h | 4 ++-- .../modules/data_marker/capi/src/capi_data_marker.c | 4 ++-- .../data_marker/capi/src/capi_data_marker_i.h | 4 ++-- .../data_marker/capi/src/capi_data_marker_md_utils.c | 4 ++-- fwk/spf/modules/demuxer/api/demuxer_api.h | 4 ++-- fwk/spf/modules/demuxer/capi/inc/capi_demuxer.h | 4 ++-- fwk/spf/modules/demuxer/capi/src/capi_demuxer.c | 4 ++-- .../modules/demuxer/capi/src/capi_demuxer_utils.c | 4 ++-- .../modules/demuxer/capi/src/capi_demuxer_utils.h | 4 ++-- .../demuxer/capi/stub_src/capi_demuxer_stub.c | 4 ++-- .../api/duty_cycling_buf_module_api.h | 4 ++-- .../capi/inc/capi_duty_cycling_buf.h | 4 ++-- .../capi/src/capi_duty_cycling_buf.c | 4 ++-- .../capi/src/capi_duty_cycling_buf_island.c | 4 ++-- .../capi/src/capi_duty_cycling_buf_utils.c | 4 ++-- .../capi/src/capi_duty_cycling_buf_utils.h | 4 ++-- fwk/spf/modules/gapless/api/gapless_api.h | 4 ++-- fwk/spf/modules/gapless/capi/inc/capi_gapless.h | 4 ++-- fwk/spf/modules/gapless/capi/src/capi_gapless.c | 4 ++-- .../gapless/capi/src/capi_gapless_control_utils.c | 4 ++-- .../gapless/capi/src/capi_gapless_data_utils.c | 4 ++-- .../capi/src/capi_gapless_delay_buffer_utils.c | 4 ++-- .../gapless/capi/src/capi_gapless_event_utils.c | 4 ++-- fwk/spf/modules/gapless/capi/src/capi_gapless_i.h | 4 ++-- .../gapless/capi/src/capi_gapless_port_utils.c | 4 ++-- .../gapless/capi/stub_src/capi_gapless_stub.c | 4 ++-- fwk/spf/modules/gate/api/gate_api.h | 4 ++-- fwk/spf/modules/gate/capi/inc/capi_gate.h | 4 ++-- fwk/spf/modules/gate/capi/src/capi_gate.c | 4 ++-- fwk/spf/modules/gate/capi/src/capi_gate_i.h | 4 ++-- fwk/spf/modules/gate/capi/src/capi_gate_utils.c | 4 ++-- .../modules/history_buffer/api/history_buffer_api.h | 2 +- .../history_buffer/capi/inc/capi_history_buffer.h | 2 +- .../history_buffer/capi/src/capi_history_buffer.c | 2 +- .../history_buffer/capi/src/capi_history_buffer_i.h | 2 +- .../capi/src/capi_history_buffer_imcl_utils.c | 2 +- .../capi/src/capi_history_buffer_imcl_utils.h | 2 +- .../capi/src/capi_history_buffer_utils.c | 2 +- .../history_buffer/capi/stub_src/capi_history_buf.c | 2 +- fwk/spf/modules/irm/api/irm_api.h | 4 ++-- fwk/spf/modules/irm/inc/hexagon/irm_cntr_prof_util.h | 4 ++-- fwk/spf/modules/irm/inc/irm.h | 4 ++-- fwk/spf/modules/irm/inc/linux/irm_cntr_prof_util.h | 4 ++-- fwk/spf/modules/irm/src/avs_single_so/sysmon.c | 4 ++-- fwk/spf/modules/irm/src/irm.c | 4 ++-- fwk/spf/modules/irm/src/irm_apm_if_utils.c | 4 ++-- fwk/spf/modules/irm/src/irm_cmd_handler.c | 4 ++-- fwk/spf/modules/irm/src/irm_cntr_if_utils.c | 4 ++-- fwk/spf/modules/irm/src/irm_dev_cfg.h | 4 ++-- fwk/spf/modules/irm/src/irm_i.h | 4 ++-- fwk/spf/modules/irm/src/irm_list_utils.c | 4 ++-- fwk/spf/modules/irm/src/irm_offload_utils.c | 4 ++-- fwk/spf/modules/irm/src/irm_offload_utils.h | 4 ++-- fwk/spf/modules/irm/src/irm_prev_metric_info.h | 4 ++-- fwk/spf/modules/irm/src/irm_q6_prof_driver.c | 4 ++-- fwk/spf/modules/irm/src/irm_sim_utils.c | 4 ++-- fwk/spf/modules/irm/src/irm_static_module_utils.c | 4 ++-- fwk/spf/modules/irm/src/irm_sysmon_util.c | 4 ++-- fwk/spf/modules/irm/src/irm_sysmon_util.h | 4 ++-- fwk/spf/modules/irm/src/linux/irm_prof_driver.c | 4 ++-- fwk/spf/modules/irm/stub_src/irm_stub.c | 4 ++-- .../modules/jitter_buf/capi/inc/capi_jitter_buf.h | 4 ++-- .../modules/jitter_buf/capi/src/capi_jitter_buf.c | 2 +- .../modules/jitter_buf/capi/src/capi_jitter_buf_i.h | 2 +- .../jitter_buf/capi/src/capi_jitter_buf_imcl_utils.c | 2 +- .../capi/src/capi_jitter_buf_imcl_utils_island.c | 2 +- .../jitter_buf/capi/src/capi_jitter_buf_island.c | 2 +- .../jitter_buf/capi/src/capi_jitter_buf_utils.c | 4 ++-- .../modules/jitter_buf/capi/src/jitter_buf_driver.c | 2 +- .../modules/jitter_buf/capi/src/jitter_buf_driver.h | 4 ++-- .../jitter_buf/capi/src/jitter_buf_driver_island.c | 2 +- .../jitter_buf/capi/stub_src/capi_jitter_buf.c | 4 ++-- fwk/spf/modules/latency/api/latency_api.h | 4 ++-- fwk/spf/modules/latency/capi/inc/capi_latency.h | 4 ++-- fwk/spf/modules/latency/capi/src/capi_latency.c | 4 ++-- .../modules/latency/capi/src/capi_latency_utils.c | 4 ++-- .../modules/latency/capi/src/capi_latency_utils.h | 4 ++-- .../modules/latency/capi/src/capi_latency_utils_v2.c | 4 ++-- .../latency/capi/stub_src/capi_latency_stub.c | 4 ++-- fwk/spf/modules/latency/lib/inc/latency_buf_utils.h | 4 ++-- fwk/spf/modules/latency/lib/src/latency_buf_utils.c | 4 ++-- .../latency/lib/src/latency_delayline_update.S | 4 ++-- fwk/spf/modules/mux_demux/api/mux_demux_api.h | 4 ++-- fwk/spf/modules/mux_demux/capi/inc/capi_mux_demux.h | 4 ++-- fwk/spf/modules/mux_demux/capi/src/capi_mux_demux.c | 4 ++-- .../mux_demux/capi/src/capi_mux_demux_island.c | 4 ++-- .../mux_demux/capi/src/capi_mux_demux_utils.c | 4 ++-- .../mux_demux/capi/src/capi_mux_demux_utils.h | 4 ++-- .../modules/priority_sync/api/priority_sync_api.h | 4 ++-- .../priority_sync/capi/inc/capi_priority_sync.h | 4 ++-- .../priority_sync/capi/src/capi_priority_sync.c | 4 ++-- .../capi/src/capi_priority_sync_control_utils.c | 4 ++-- .../capi/src/capi_priority_sync_data_utils.c | 4 ++-- .../capi/src/capi_priority_sync_event_utils.c | 4 ++-- .../priority_sync/capi/src/capi_priority_sync_i.h | 4 ++-- .../priority_sync/capi/src/capi_priority_sync_ts.c | 4 ++-- fwk/spf/modules/rat/api/rate_adapted_timer_api.h | 4 ++-- fwk/spf/modules/rat/capi/inc/capi_rat.h | 4 ++-- .../modules/rat/capi/mimo_rat/inc/capi_mimo_rat.h | 4 ++-- fwk/spf/modules/rat/capi/mimo_rat/src/capi_rat.c | 4 ++-- fwk/spf/modules/rat/capi/mimo_rat/src/capi_rat_i.h | 4 ++-- .../modules/rat/capi/mimo_rat/src/capi_rat_island.c | 4 ++-- .../rat/capi/mimo_rat/src/capi_rat_port_utils.c | 4 ++-- .../modules/rat/capi/mimo_rat/src/capi_rat_utils.c | 4 ++-- .../modules/rat/capi/siso_rat/inc/capi_siso_rat.h | 4 ++-- fwk/spf/modules/rt_proxy/api/rt_proxy_api.h | 4 ++-- fwk/spf/modules/rt_proxy/capi/inc/capi_rt_proxy.h | 4 ++-- fwk/spf/modules/rt_proxy/capi/src/capi_rt_proxy.c | 4 ++-- fwk/spf/modules/rt_proxy/capi/src/capi_rt_proxy_i.h | 4 ++-- .../rt_proxy/capi/src/capi_rt_proxy_imcl_utils.c | 4 ++-- .../modules/rt_proxy/capi/src/capi_rt_proxy_utils.c | 4 ++-- fwk/spf/modules/rt_proxy/capi/src/rt_proxy_driver.c | 4 ++-- fwk/spf/modules/rt_proxy/capi/src/rt_proxy_driver.h | 4 ++-- .../modules/rt_proxy/capi/stub_src/capi_rt_proxy.c | 4 ++-- fwk/spf/modules/rt_proxy/lib/inc/circular_buffer.h | 4 ++-- fwk/spf/modules/rt_proxy/lib/src/cicular_buffer.c | 4 ++-- .../api/sh_mem_pull_push_mode_api.h | 4 ++-- .../inc/capi_sh_mem_pull_push_mode.h | 4 ++-- .../src/capi_sh_mem_pull_push_mode.c | 4 ++-- .../sh_mem_pull_push_mode/src/pull_push_mode.c | 4 ++-- .../sh_mem_pull_push_mode/src/pull_push_mode.h | 4 ++-- .../stub_src/capi_sh_mem_pull_push_mode_stub.c | 4 ++-- .../sh_mem_push_lab/api/sh_mem_push_lab_api.h | 4 ++-- .../sh_mem_push_lab/capi/inc/capi_sh_mem_push_lab.h | 4 ++-- .../sh_mem_push_lab/capi/src/capi_sh_mem_push_lab.c | 4 ++-- .../capi/src/capi_sh_mem_push_lab_imc_utils.c | 4 ++-- .../capi/stub_src/capi_sh_mem_push_lab_stub.c | 4 ++-- fwk/spf/modules/sh_mem_push_lab/lib/inc/push_lab.h | 4 ++-- fwk/spf/modules/sh_mem_push_lab/lib/src/push_lab.c | 4 ++-- fwk/spf/modules/simple_splitter/api/splitter_api.h | 4 ++-- .../modules/simple_splitter/capi/inc/capi_splitter.h | 4 ++-- .../modules/simple_splitter/capi/src/capi_splitter.c | 4 ++-- .../simple_splitter/capi/src/capi_splitter_island.c | 4 ++-- .../capi/src/capi_splitter_md_island.c | 4 ++-- .../simple_splitter/capi/src/capi_splitter_utils.c | 4 ++-- .../simple_splitter/capi/src/capi_splitter_utils.h | 4 ++-- fwk/spf/modules/smart_sync/api/smart_sync_api.h | 4 ++-- .../modules/smart_sync/capi/inc/capi_smart_sync.h | 4 ++-- .../modules/smart_sync/capi/src/capi_smart_sync.c | 4 ++-- .../modules/smart_sync/capi/src/capi_smart_sync_i.h | 4 ++-- .../capi/src/capi_smart_sync_ts_disc_utils.c | 4 ++-- .../smart_sync/capi/src/capi_smart_sync_utils.c | 4 ++-- .../smart_sync/capi/stub_src/capi_smart_sync_stub.c | 4 ++-- fwk/spf/modules/spr/api/spr_api.h | 4 ++-- fwk/spf/modules/spr/capi/inc/capi_spr.h | 4 ++-- fwk/spf/modules/spr/capi/src/capi_spr.c | 4 ++-- fwk/spf/modules/spr/capi/src/capi_spr_avsync.h | 4 ++-- fwk/spf/modules/spr/capi/src/capi_spr_avsync_utils.c | 4 ++-- .../spr/capi/src/capi_spr_avsync_utils_island.c | 4 ++-- .../spr/capi/src/capi_spr_data_utils_island.c | 4 ++-- fwk/spf/modules/spr/capi/src/capi_spr_i.h | 4 ++-- fwk/spf/modules/spr/capi/src/capi_spr_imc_utils.c | 4 ++-- .../modules/spr/capi/src/capi_spr_imc_utils_island.c | 4 ++-- .../modules/spr/capi/src/capi_spr_int_buf_utils.c | 4 ++-- .../spr/capi/src/capi_spr_int_buf_utils_island.c | 4 ++-- fwk/spf/modules/spr/capi/src/capi_spr_path_delay.c | 4 ++-- .../spr/capi/src/capi_spr_path_delay_island.c | 4 ++-- fwk/spf/modules/spr/capi/src/capi_spr_utils.c | 4 ++-- fwk/spf/modules/spr/capi/src/capi_spr_utils_island.c | 4 ++-- fwk/spf/modules/spr/capi/stub_src/capi_spr.c | 4 ++-- fwk/spf/modules/spr/lib/inc/circular_buffer.h | 4 ++-- fwk/spf/modules/spr/lib/inc/spr_lib.h | 4 ++-- fwk/spf/modules/spr/lib/src/cicular_buffer_island.c | 4 ++-- fwk/spf/modules/spr/lib/src/spr_lib_island.c | 4 ++-- fwk/spf/modules/sync_module/api/sync_api.h | 4 ++-- fwk/spf/modules/sync_module/capi/inc/capi_sync.h | 4 ++-- fwk/spf/modules/sync_module/capi/src/capi_sync.c | 4 ++-- .../sync_module/capi/src/capi_sync_control_utils.c | 4 ++-- .../sync_module/capi/src/capi_sync_data_utils.c | 4 ++-- .../sync_module/capi/src/capi_sync_event_utils.c | 4 ++-- fwk/spf/modules/sync_module/capi/src/capi_sync_i.h | 4 ++-- .../sync_module/capi/src/capi_sync_port_utils.c | 4 ++-- .../sync_module/capi/src/capi_sync_process_ec_mode.c | 4 ++-- .../sync_module/capi/src/capi_sync_process_generic.c | 4 ++-- .../modules/sync_module/capi/src/capi_sync_utils.c | 4 ++-- .../sync_module/capi/stub_src/capi_sync_stub.c | 4 ++-- fwk/spf/modules/timed_renderer/api/trm_api.h | 4 ++-- fwk/spf/modules/timed_renderer/capi/inc/capi_trm.h | 4 ++-- fwk/spf/modules/timed_renderer/capi/src/capi_trm.c | 4 ++-- .../timed_renderer/capi/src/capi_trm_island.c | 4 ++-- .../modules/timed_renderer/capi/src/capi_trm_utils.c | 4 ++-- .../modules/timed_renderer/capi/src/capi_trm_utils.h | 4 ++-- .../timed_renderer/capi/src/capi_trm_utils_island.c | 4 ++-- .../utils/circular_buffer/inc/spf_circular_buffer.h | 4 ++-- .../utils/circular_buffer/src/spf_circular_buffer.c | 4 ++-- .../circular_buffer/src/spf_circular_buffer_i.h | 4 ++-- .../circular_buffer/src/spf_circular_buffer_island.c | 4 ++-- .../src/spf_circular_buffer_md_utils.c | 4 ++-- .../circular_buffer/src/spf_circular_buffer_utils.c | 4 ++-- fwk/spf/utils/cmn/api/spf_sys_util_api.h | 4 ++-- fwk/spf/utils/cmn/inc/spf_bufmgr.h | 4 ++-- fwk/spf/utils/cmn/inc/spf_debug_info_dump.h | 4 ++-- fwk/spf/utils/cmn/inc/spf_hashtable.h | 4 ++-- fwk/spf/utils/cmn/inc/spf_macros.h | 4 ++-- fwk/spf/utils/cmn/inc/spf_main.h | 4 ++-- fwk/spf/utils/cmn/inc/spf_msg_util.h | 4 ++-- fwk/spf/utils/cmn/inc/spf_ref_counter.h | 4 ++-- fwk/spf/utils/cmn/inc/spf_svc_calib.h | 4 ++-- fwk/spf/utils/cmn/inc/spf_svc_utils.h | 4 ++-- fwk/spf/utils/cmn/inc/spf_sys_util.h | 4 ++-- fwk/spf/utils/cmn/inc/spf_utils.h | 4 ++-- fwk/spf/utils/cmn/src/spf_bufmgr.c | 4 ++-- fwk/spf/utils/cmn/src/spf_bufmgr_island.c | 4 ++-- fwk/spf/utils/cmn/src/spf_debug_info_dump.c | 4 ++-- fwk/spf/utils/cmn/src/spf_hashtable.c | 4 ++-- fwk/spf/utils/cmn/src/spf_main.c | 4 ++-- fwk/spf/utils/cmn/src/spf_msg_utils.c | 4 ++-- fwk/spf/utils/cmn/src/spf_msg_utils_island.c | 4 ++-- fwk/spf/utils/cmn/src/spf_ref_counter.c | 4 ++-- fwk/spf/utils/cmn/src/spf_svc_calib.c | 4 ++-- fwk/spf/utils/cmn/src/spf_svc_utils.c | 2 +- fwk/spf/utils/cmn/src/spf_sys_util.c | 4 ++-- fwk/spf/utils/interleaver/inc/spf_interleaver.h | 4 ++-- .../utils/interleaver/src/spf_interleaver_island.c | 4 ++-- fwk/spf/utils/list/inc/spf_list_utils.h | 4 ++-- fwk/spf/utils/list/src/spf_list_utils.c | 2 +- fwk/spf/utils/list/src/spf_list_utils_i.h | 2 +- fwk/spf/utils/list/src/spf_list_utils_island.c | 2 +- fwk/spf/utils/lpi_pool/inc/spf_lpi_pool_utils.h | 4 ++-- fwk/spf/utils/lpi_pool/src/spf_lpi_pool_utils.c | 4 ++-- .../utils/lpi_pool/src/spf_lpi_pool_utils_island.c | 4 ++-- .../lpi_pool/stub_src/spf_lpi_pool_utils_island.c | 4 ++-- fwk/spf/utils/thread_pool/inc/spf_thread_pool.h | 4 ++-- fwk/spf/utils/thread_pool/src/spf_thread_pool.c | 2 +- fwk/spf/utils/thread_pool/src/spf_thread_pool_i.h | 4 ++-- .../utils/thread_pool/src/spf_thread_pool_island.c | 4 ++-- fwk/spf/utils/thread_pool/tst/spf_thread_pool_test.c | 2 +- fwk/spf/utils/thread_pool/tst/spf_thread_pool_test.h | 2 +- fwk/spf/utils/watchdog_svc/inc/spf_watchdog_svc.h | 4 ++-- fwk/spf/utils/watchdog_svc/src/spf_watchdog_svc.c | 4 ++-- .../utils/watchdog_svc/stub_src/spf_watchdog_svc.c | 4 ++-- gpr/api/ar_guids.h | 4 ++-- gpr/api/ar_types.h | 4 ++-- gpr/api/gpr_api.h | 4 ++-- gpr/api/gpr_api_inline.h | 4 ++-- gpr/api/gpr_comdef.h | 4 ++-- gpr/api/gpr_ids_domains.h | 4 ++-- gpr/api/gpr_msg_if.h | 4 ++-- gpr/api/gpr_pack_begin.h | 4 ++-- gpr/api/gpr_pack_end.h | 4 ++-- gpr/api/gpr_packet.h | 4 ++-- gpr/api/gpr_proc_info_api.h | 4 ++-- gpr/api/ipc_dl_api.h | 4 ++-- gpr/api/private/gpr_private_api.h | 4 ++-- gpr/core/inc/ar_utils/audioss/ar_msg.h | 4 ++-- gpr/core/inc/ar_utils/generic/ar_msg.h | 4 ++-- gpr/core/inc/ar_utils/hexagon/ar_msg.h | 4 ++-- gpr/core/inc/gpr_api_i.h | 4 ++-- gpr/core/inc/gpr_heap_i.h | 4 ++-- gpr/core/inc/gpr_list.h | 4 ++-- gpr/core/inc/gpr_session.h | 4 ++-- gpr/core/src/array_based/gpr_session.c | 4 ++-- gpr/core/src/array_based/gpr_session_island.c | 4 ++-- gpr/core/src/gpr_drv.c | 4 ++-- gpr/core/src/gpr_drv_i.h | 4 ++-- gpr/core/src/gpr_drv_island.c | 4 ++-- gpr/core/src/gpr_list.c | 4 ++-- gpr/core/src/gpr_list_i.h | 4 ++-- gpr/core/src/gpr_list_island.c | 4 ++-- gpr/core/src/gpr_main.c | 4 ++-- gpr/core/src/gpr_memq.c | 4 ++-- gpr/core/src/gpr_memq.h | 4 ++-- gpr/core/src/gpr_memq_island.c | 4 ++-- gpr/core/src/hash_based/gpr_session.c | 4 ++-- gpr/core/src/hash_based/gpr_session_island.c | 4 ++-- gpr/datalinks/gpr_lx/inc/gpr_lx.h | 4 ++-- gpr/datalinks/gpr_lx/inc/list.h | 4 ++-- gpr/datalinks/gpr_lx/src/gpr_lx.c | 4 ++-- .../dynamic_allocation/inc/gpr_dynamic_allocation.h | 4 ++-- .../dynamic_allocation/src/gpr_dynamic_allocation.c | 4 ++-- .../stub_src/gpr_dynamic_allocation.c | 4 ++-- gpr/ext/logging/inc/gpr_log.h | 4 ++-- gpr/ext/logging/src/gpr_log_adsp.c | 4 ++-- gpr/ext/logging/src/gpr_log_diag.c | 4 ++-- gpr/ext/logging/src/gpr_log_generic.c | 4 ++-- gpr/ext/logging/src/gpr_log_i.h | 4 ++-- gpr/ext/logging/stub_src/gpr_log_diag_stub.c | 4 ++-- gpr/ext/logging/stub_src/gpr_log_stub.c | 4 ++-- gpr/platform/linux/gpr_init_lx_wrapper.c | 4 ++-- modules/audio/pcm_decoder/api/pcm_decoder_api.h | 4 ++-- modules/audio/pcm_decoder/inc/capi_pcm_dec.h | 4 ++-- modules/audio/pcm_encoder/api/pcm_encoder_api.h | 4 ++-- modules/audio/pcm_encoder/inc/capi_pcm_enc.h | 4 ++-- modules/cmn/api/imcl_spm_intent_api.h | 4 ++-- modules/cmn/common/internal_api/imcl_drc_info_api.h | 4 ++-- .../cmn/common/internal_api/imcl_module_gain_api.h | 4 ++-- modules/cmn/common/internal_api/imcl_mute_api.h | 4 ++-- modules/cmn/common/internal_api/imcl_p_eq_vol_api.h | 4 ++-- modules/cmn/common/utils/inc/AEEStdDef.h | 4 ++-- modules/cmn/common/utils/inc/AudioComdef.h | 4 ++-- modules/cmn/common/utils/inc/adsp_redef.h | 4 ++-- modules/cmn/common/utils/inc/audio_apiir_df1_opt.h | 4 ++-- modules/cmn/common/utils/inc/audio_basic_op.h | 4 ++-- modules/cmn/common/utils/inc/audio_basic_op_ext.h | 4 ++-- modules/cmn/common/utils/inc/audio_clips.h | 4 ++-- modules/cmn/common/utils/inc/audio_comdef.h | 4 ++-- .../cmn/common/utils/inc/audio_common_param_calib.h | 4 ++-- .../cmn/common/utils/inc/audio_complex_basic_op.h | 4 ++-- modules/cmn/common/utils/inc/audio_divide_qx.h | 4 ++-- modules/cmn/common/utils/inc/audio_dsp.h | 4 ++-- modules/cmn/common/utils/inc/audio_dsp32.h | 4 ++-- modules/cmn/common/utils/inc/audio_exp10.h | 4 ++-- modules/cmn/common/utils/inc/audio_fft_basic_ops.h | 4 ++-- modules/cmn/common/utils/inc/audio_iir_tdf2.h | 4 ++-- modules/cmn/common/utils/inc/audio_log10.h | 4 ++-- modules/cmn/common/utils/inc/audpp_common.h | 4 ++-- modules/cmn/common/utils/inc/audpp_converter.h | 4 ++-- modules/cmn/common/utils/inc/audpp_mathlib.h | 4 ++-- modules/cmn/common/utils/inc/audpp_util.h | 4 ++-- modules/cmn/common/utils/inc/basic_math.h | 4 ++-- modules/cmn/common/utils/inc/byte_conversion.h | 4 ++-- modules/cmn/common/utils/inc/crossfade.h | 4 ++-- modules/cmn/common/utils/inc/crossfade_api.h | 4 ++-- .../cmn/common/utils/inc/crossfade_calibration_api.h | 4 ++-- modules/cmn/common/utils/inc/filter_design.h | 4 ++-- modules/cmn/common/utils/inc/legacy_map.h | 4 ++-- modules/cmn/common/utils/inc/simple_mm.h | 4 ++-- modules/cmn/common/utils/src/apiir_df1_opt.c | 4 ++-- modules/cmn/common/utils/src/audio_basic_op_ext.c | 4 ++-- .../cmn/common/utils/src/audio_basic_op_ext_island.c | 4 ++-- modules/cmn/common/utils/src/audio_buffer.cpp | 4 ++-- modules/cmn/common/utils/src/audio_buffer32.c | 4 ++-- modules/cmn/common/utils/src/audio_buffer32_island.c | 4 ++-- .../cmn/common/utils/src/audio_complex_basic_op.c | 4 ++-- modules/cmn/common/utils/src/audio_delay.cpp | 4 ++-- modules/cmn/common/utils/src/audio_delay32.c | 4 ++-- modules/cmn/common/utils/src/audio_filter.cpp | 4 ++-- modules/cmn/common/utils/src/audio_panner.cpp | 4 ++-- modules/cmn/common/utils/src/basic_math.c | 4 ++-- modules/cmn/common/utils/src/basic_op.c | 4 ++-- modules/cmn/common/utils/src/buffer_converter.c | 4 ++-- modules/cmn/common/utils/src/clips.c | 4 ++-- modules/cmn/common/utils/src/convert_linear.c | 4 ++-- modules/cmn/common/utils/src/converter_state.c | 4 ++-- modules/cmn/common/utils/src/crossfade.c | 4 ++-- modules/cmn/common/utils/src/divide_qx.c | 4 ++-- modules/cmn/common/utils/src/divide_qx_island.c | 4 ++-- modules/cmn/common/utils/src/exp10.c | 4 ++-- modules/cmn/common/utils/src/filterDesign.c | 4 ++-- modules/cmn/common/utils/src/iir_tdf2.c | 4 ++-- modules/cmn/common/utils/src/log10.c | 4 ++-- modules/cmn/common/utils/src/mathlib.c | 4 ++-- modules/cmn/common/utils/src/simple_mm.c | 4 ++-- modules/cmn/common/utils/src/util.c | 4 ++-- modules/cmn/pcm_mf_cnv/capi/mfc/api/mfc_api.h | 4 ++-- modules/cmn/pcm_mf_cnv/capi/mfc/inc/capi_mfc.h | 4 ++-- .../pcm_mf_cnv/capi/pcm_cnv/api/pcm_converter_api.h | 4 ++-- .../cmn/pcm_mf_cnv/capi/pcm_cnv/inc/capi_pcm_cnv.h | 4 ++-- .../pcm_mf_cnv/capi/pcm_cnv/src/capi_pcm_mf_cnv.cpp | 4 ++-- .../pcm_mf_cnv/capi/pcm_cnv/src/capi_pcm_mf_cnv_i.h | 4 ++-- .../capi/pcm_cnv/src/capi_pcm_mf_cnv_island.cpp | 4 ++-- .../capi/pcm_cnv/src/capi_pcm_mf_cnv_utils.cpp | 4 ++-- .../capi/pcm_cnv/src/capi_pcm_mf_cnv_utils.h | 4 ++-- .../pcm_cnv/src/capi_pcm_mf_cnv_utils_island.cpp | 4 ++-- .../capi/pcm_cnv/stub_src/capi_pcm_cnv_stub.cpp | 4 ++-- modules/cmn/pcm_mf_cnv/lib/inc/pc_converter.h | 4 ++-- modules/cmn/pcm_mf_cnv/lib/src/pc_converter.cpp | 4 ++-- .../cmn/pcm_mf_cnv/lib/src/pc_converter_island.cpp | 4 ++-- modules/cmn/pcm_mf_cnv/lib/src/pc_float/pc_float.cpp | 4 ++-- modules/cmn/pcm_mf_cnv/lib/src/pc_init.cpp | 4 ++-- modules/cmn/pcm_mf_cnv/lib/src/pc_process.cpp | 4 ++-- modules/cmn/pcm_mf_cnv/lib/src/pc_process_island.cpp | 4 ++-- .../lib/stub_src/pc_float/pc_float_stub.cpp | 4 ++-- modules/cmn/pcm_mf_cnv/lib/tst/main.cpp | 4 ++-- modules/cmn/simple_accumulator_limiter/api/sal_api.h | 4 ++-- .../simple_accumulator_limiter/capi/inc/capi_sal.h | 4 ++-- .../simple_accumulator_limiter/capi/src/capi_sal.cpp | 4 ++-- .../capi/src/capi_sal_island.cpp | 4 ++-- .../capi/src/capi_sal_md_utils_island.cpp | 4 ++-- .../capi/src/capi_sal_port_utils.cpp | 4 ++-- .../capi/src/capi_sal_utils.cpp | 4 ++-- .../capi/src/capi_sal_utils.h | 4 ++-- .../echo_cancellation/api/ecns_calibration_api.h | 4 ++-- .../examples/echo_cancellation/capi/inc/capi_ecns.h | 4 ++-- .../examples/echo_cancellation/capi/src/capi_ecns.c | 4 ++-- .../capi/src/capi_ecns_data_port_utils.c | 4 ++-- .../echo_cancellation/capi/src/capi_ecns_i.h | 4 ++-- .../capi/src/capi_ecns_metadata_utils.c | 4 ++-- .../echo_cancellation/capi/src/capi_ecns_utils.c | 4 ++-- .../encoder/api/example_encoder_module_api.h | 4 ++-- .../encoder/capi/inc/capi_example_enc_module.h | 4 ++-- .../encoder/capi/src/capi_example_enc_module.c | 4 ++-- .../capi/src/capi_example_enc_module_structs.h | 4 ++-- .../encoder/capi/src/capi_example_enc_module_utils.c | 4 ++-- modules/examples/encoder/lib/inc/example_enc_lib.h | 4 ++-- modules/examples/encoder/lib/src/example_enc_lib.c | 4 ++-- modules/examples/gain/api/example_gain_module_api.h | 4 ++-- .../gain/capi/inc/capi_example_gain_module.h | 4 ++-- .../gain/capi/src/capi_example_gain_module.c | 4 ++-- .../gain/capi/src/capi_example_gain_module_structs.h | 4 ++-- .../gain/capi/src/capi_example_gain_module_utils.c | 4 ++-- .../examples/gain/lib/inc/example_gain_module_lib.h | 4 ++-- .../examples/gain/lib/src/example_gain_module_lib.c | 4 ++-- .../PoplessEqualizer/api/popless_equalizer_api.h | 4 ++-- .../capi/inc/capi_popless_equalizer.h | 4 ++-- .../capi/src/capi_popless_equalizer.cpp | 4 ++-- .../capi/src/capi_popless_equalizer_kpps.cpp | 4 ++-- .../capi/src/capi_popless_equalizer_utils.cpp | 4 ++-- .../capi/src/capi_popless_equalizer_utils.h | 4 ++-- .../capi/stub_src/capi_popless_equalizer_stub.cpp | 4 ++-- .../PoplessEqualizer/lib/inc/equalizer_api.h | 4 ++-- .../lib/inc/equalizer_calibration_api.h | 4 ++-- .../processing/PoplessEqualizer/lib/src/equalizer.c | 4 ++-- .../processing/PoplessEqualizer/lib/src/equalizer.h | 4 ++-- .../lib/src/equalizer_filter_design.c | 4 ++-- .../lib/src/equalizer_filter_design.h | 4 ++-- .../PoplessEqualizer/lib/src/equalizer_preset.c | 4 ++-- .../PoplessEqualizer/lib/src/equalizer_preset.h | 4 ++-- .../processing/PoplessEqualizer/lib/src/tangent.c | 4 ++-- .../processing/PoplessEqualizer/lib/src/tangent.h | 4 ++-- modules/processing/Virtualizer/api/Virtualizer_api.h | 4 ++-- .../processing/Virtualizer/inc/capi_virtualizer.h | 4 ++-- .../Virtualizer/inc/virtualizer_calibration_api.h | 4 ++-- .../processing/Virtualizer/inc/virtualizer_lib_api.h | 4 ++-- modules/processing/bassboost/api/api_bassboost.h | 4 ++-- .../processing/bassboost/capi/inc/capi_bassboost.h | 4 ++-- .../processing/bassboost/capi/src/capi_bassboost.cpp | 4 ++-- .../bassboost/capi/src/capi_bassboost_kpps.cpp | 4 ++-- .../bassboost/capi/src/capi_bassboost_utils.cpp | 4 ++-- .../bassboost/capi/src/capi_bassboost_utils.h | 4 ++-- .../bassboost/capi/stub_src/capi_bassboost_stub.cpp | 4 ++-- modules/processing/bassboost/lib/inc/bassboost_api.h | 4 ++-- .../bassboost/lib/inc/bassboost_calibration_api.h | 4 ++-- modules/processing/bassboost/lib/src/bassboost.c | 4 ++-- modules/processing/bassboost/lib/src/bassboost.h | 4 ++-- modules/processing/channel_mixer/api/chmixer_api.h | 4 ++-- .../channel_mixer/api/chmixer_common_api.h | 4 ++-- .../processing/channel_mixer/capi/inc/capi_chmixer.h | 4 ++-- .../channel_mixer/capi/src/capi_chmixer.cpp | 4 ++-- .../channel_mixer/capi/src/capi_chmixer_utils.cpp | 4 ++-- .../channel_mixer/capi/src/capi_chmixer_utils.h | 4 ++-- .../channel_mixer/capi/stub_src/capi_chmixer.cpp | 4 ++-- .../channel_mixer/lib/inc/ChannelMixerLib.h | 4 ++-- .../channel_mixer/lib/src/ChannelMixerLib.c | 4 ++-- .../channel_mixer/lib/src/ChannelMixerLib_island.c | 4 ++-- .../channel_mixer/lib/src/ChannelMixerRemapRules.c | 4 ++-- .../channel_mixer/lib/src/ChannelMixerRemapRules.h | 4 ++-- .../channel_mixer/lib/stub/ChannelMixerLib.c | 4 ++-- modules/processing/filters/fir/api/api_fir.h | 4 ++-- .../filters/fir/capi/inc/capi_fir_filter.h | 4 ++-- .../filters/fir/capi/src/capi_fir_filter.cpp | 4 ++-- .../filters/fir/capi/src/capi_fir_filter_utils.cpp | 4 ++-- .../filters/fir/capi/src/capi_fir_filter_utils.h | 4 ++-- .../fir/capi/src/capi_fir_filter_utils_v2.cpp | 4 ++-- .../fir/capi/src/capi_fir_filter_xfade_utils.cpp | 4 ++-- .../processing/filters/fir/lib/inc/FIR_ASM_macro.h | 4 ++-- modules/processing/filters/fir/lib/inc/fir_api.h | 4 ++-- .../filters/fir/lib/inc/fir_calibration_api.h | 4 ++-- modules/processing/filters/fir/lib/src/fir_lib.c | 4 ++-- modules/processing/filters/fir/lib/src/fir_lib.h | 4 ++-- .../processing/filters/fir/lib/src/fir_lib_process.c | 4 ++-- .../filters/multi_stage_iir/api/api_msiir.h | 4 ++-- .../multi_stage_iir/capi/inc/capi_multistageiir.h | 4 ++-- .../multi_stage_iir/capi/src/capi_multistageiir.cpp | 4 ++-- .../capi/src/capi_multistageiir_utils.cpp | 4 ++-- .../capi/src/capi_multistageiir_utils.h | 4 ++-- .../capi/src/capi_multistageiir_utils_v2.cpp | 4 ++-- .../capi/stub_src/capi_multistageiir_stub.cpp | 4 ++-- .../filters/multi_stage_iir/capi/tst/main.cpp | 4 ++-- .../filters/multi_stage_iir/lib/inc/CMultiStageIIR.h | 4 ++-- .../filters/multi_stage_iir/lib/inc/msiir_api.h | 4 ++-- .../multi_stage_iir/lib/inc/msiir_calibration_api.h | 4 ++-- .../filters/multi_stage_iir/lib/src/CMultiStageIIR.c | 4 ++-- .../filters/multi_stage_iir/lib/src/msiir.c | 4 ++-- .../filters/multi_stage_iir/lib/src/msiir.h | 4 ++-- modules/processing/gain_control/drc/api/api_drc.h | 4 ++-- modules/processing/gain_control/drc/inc/CDrcLib.h | 4 ++-- modules/processing/gain_control/drc/inc/capi_drc.h | 4 ++-- .../processing/gain_control/drc/inc/capi_drc_utils.h | 4 ++-- modules/processing/gain_control/drc/inc/drc_api.h | 4 ++-- .../processing/gain_control/drc/inc/drc_calib_api.h | 4 ++-- modules/processing/gain_control/drc/inc/drc_lib.h | 4 ++-- .../gain_control/iir_mbdrc/api/mbdrc_api.h | 4 ++-- .../gain_control/iir_mbdrc/inc/capi_iir_mbdrc.h | 4 ++-- .../iir_mbdrc/inc/capi_iir_mbdrc_utils.h | 4 ++-- .../gain_control/iir_mbdrc/inc/iir_mbdrc.h | 4 ++-- .../gain_control/iir_mbdrc/inc/iir_mbdrc_api.h | 4 ++-- .../iir_mbdrc/inc/iir_mbdrc_calibration_api.h | 4 ++-- .../iir_mbdrc/inc/iir_mbdrc_function_defines.h | 4 ++-- .../gain_control/limiter/api/api_limiter.h | 4 ++-- .../gain_control/limiter/lib/inc/limiter24_api.h | 4 ++-- .../gain_control/limiter/lib/inc/limiter_api.h | 4 ++-- .../limiter/lib/inc/limiter_calibration_api.h | 4 ++-- .../gain_control/limiter/lib/src/limiter.c | 4 ++-- .../gain_control/limiter/lib/src/limiter.h | 4 ++-- .../gain_control/limiter/lib/src/limiter24.c | 4 ++-- .../gain_control/limiter/lib/src/limiter24.h | 4 ++-- .../dynamic_resampler/api/dynamic_resampler_api.h | 4 ++-- .../resamplers/dynamic_resampler/inc/hw_rs_lib.h | 4 ++-- .../resamplers/dynamic_resampler/inc/hwsw_rs_lib.h | 4 ++-- .../dynamic_resampler/inc/hwsw_rs_lib_hw.h | 4 ++-- .../dynamic_resampler/inc/multi_def_resampler.h | 4 ++-- .../dynamic_resampler/inc/resampler_32b_ext.h | 4 ++-- .../resamplers/dynamic_resampler/inc/rs_common.h | 4 ++-- .../resamplers/dynamic_resampler/inc/rs_driver.h | 4 ++-- .../resamplers/dynamic_resampler/inc/rs_driver_ext.h | 4 ++-- .../resamplers/iir_resampler/api/iir_resampler_api.h | 4 ++-- .../resamplers/iir_resampler/inc/iir_resampler.h | 4 ++-- .../resamplers/iir_resampler/inc/iir_rs_lib.h | 4 ++-- modules/processing/shoebox_reverb/api/api_reverb.h | 4 ++-- modules/processing/shoebox_reverb/api/shoebox_api.h | 4 ++-- .../shoebox_reverb/inc/ShoeBox_calibration_api.h | 4 ++-- modules/processing/shoebox_reverb/inc/capi_shoebox.h | 4 ++-- modules/processing/shoebox_reverb/inc/reverb_api.h | 4 ++-- .../shoebox_reverb/inc/reverb_calibration_api.h | 4 ++-- modules/processing/shoebox_reverb/inc/reverbglobal.h | 4 ++-- .../processing/shoebox_reverb/inc/shoebox_lib_api.h | 4 ++-- .../volume_control/capi/gain/api/gain_api.h | 4 ++-- .../volume_control/capi/gain/inc/capi_gain.h | 4 ++-- .../volume_control/capi/gain/src/capi_gain.c | 4 ++-- .../volume_control/capi/gain/src/capi_gain_utils.c | 4 ++-- .../volume_control/capi/gain/src/capi_gain_utils.h | 4 ++-- .../capi/gain/stub_src/capi_gain_stub.cpp | 4 ++-- .../volume_control/capi/soft_vol/api/soft_vol_api.h | 4 ++-- .../volume_control/capi/soft_vol/inc/capi_soft_vol.h | 4 ++-- .../capi/soft_vol/src/capi_soft_vol.cpp | 4 ++-- .../capi/soft_vol/src/capi_soft_vol_island.cpp | 4 ++-- .../capi/soft_vol/src/capi_soft_vol_utils.cpp | 4 ++-- .../capi/soft_vol/src/capi_soft_vol_utils.h | 4 ++-- .../capi/soft_vol/src/capi_soft_vol_utils_v2.cpp | 4 ++-- .../capi/soft_vol/stub_src/capi_soft_vol_stub.cpp | 4 ++-- .../volume_control/lib/inc/SoftVolumeControls.h | 4 ++-- .../processing/volume_control/lib/inc/apply_gain.h | 4 ++-- .../processing/volume_control/lib/src/apply_gain.c | 4 ++-- .../volume_control/lib/src/softvolumecontrols.cpp | 4 ++-- .../lib/src/softvolumecontrols_island.cpp | 4 ++-- scripts/spf/spf_libs_config_parser.py | 12 ++++++------ 1318 files changed, 2502 insertions(+), 2502 deletions(-) diff --git a/ar_osal/api/ar_osal_error.h b/ar_osal/api/ar_osal_error.h index 59c75024..99c0abd3 100644 --- a/ar_osal/api/ar_osal_error.h +++ b/ar_osal/api/ar_osal_error.h @@ -6,8 +6,8 @@ * \brief * This file contains error codes used by AudioReach. * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ----------------------------------------------------------------------- diff --git a/ar_osal/api/ar_osal_file_io.h b/ar_osal/api/ar_osal_file_io.h index 0d770211..f6daf034 100644 --- a/ar_osal/api/ar_osal_file_io.h +++ b/ar_osal/api/ar_osal_file_io.h @@ -6,8 +6,8 @@ * \brief * Defines public APIs for file IO operations. * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_osal_types.h" diff --git a/ar_osal/api/ar_osal_heap.h b/ar_osal/api/ar_osal_heap.h index d38715f7..7c06a0db 100644 --- a/ar_osal/api/ar_osal_heap.h +++ b/ar_osal/api/ar_osal_heap.h @@ -6,8 +6,8 @@ * \brief * Defines public APIs for heap memory allocation. * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_osal_types.h" diff --git a/ar_osal/api/ar_osal_log.h b/ar_osal/api/ar_osal_log.h index c2abf16b..939e6cd8 100644 --- a/ar_osal/api/ar_osal_log.h +++ b/ar_osal/api/ar_osal_log.h @@ -6,8 +6,8 @@ * \brief * Defines public APIs for message logging. * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_osal_types.h" diff --git a/ar_osal/api/ar_osal_log_pkt_op.h b/ar_osal/api/ar_osal_log_pkt_op.h index b3afff43..669ea05d 100644 --- a/ar_osal/api/ar_osal_log_pkt_op.h +++ b/ar_osal/api/ar_osal_log_pkt_op.h @@ -7,8 +7,8 @@ * Defines platform agnostic APIs for sending log packets to * the PC. * \copyright -* Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. -* SPDX-License-Identifier: BSD-3-Clause-Clear +* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +* SPDX-License-Identifier: BSD-3-Clause */ #include "ar_osal_types.h" diff --git a/ar_osal/api/ar_osal_mem_op.h b/ar_osal/api/ar_osal_mem_op.h index 04caed18..f6c4e801 100644 --- a/ar_osal/api/ar_osal_mem_op.h +++ b/ar_osal/api/ar_osal_mem_op.h @@ -6,8 +6,8 @@ * \brief * Defines public APIs for memory operations. * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_osal_types.h" diff --git a/ar_osal/api/ar_osal_mutex.h b/ar_osal/api/ar_osal_mutex.h index d3d04657..b3d25304 100644 --- a/ar_osal/api/ar_osal_mutex.h +++ b/ar_osal/api/ar_osal_mutex.h @@ -7,8 +7,8 @@ * This file contains mutex APIs. Recursive mutexes are always used * for thread-safe programming. * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /** @weakgroup weakf_ar_osal_mutex_intro diff --git a/ar_osal/api/ar_osal_servreg.h b/ar_osal/api/ar_osal_servreg.h index 24cf5304..20aa2ea4 100644 --- a/ar_osal/api/ar_osal_servreg.h +++ b/ar_osal/api/ar_osal_servreg.h @@ -7,8 +7,8 @@ * Defines public APIs for service location, * notification and state registration. * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_osal_types.h" diff --git a/ar_osal/api/ar_osal_shmem.h b/ar_osal/api/ar_osal_shmem.h index 8f3515e0..99048cbd 100644 --- a/ar_osal/api/ar_osal_shmem.h +++ b/ar_osal/api/ar_osal_shmem.h @@ -6,8 +6,8 @@ * \brief * Defines public APIs for shared memory allocation for DSP. * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_osal_types.h" diff --git a/ar_osal/api/ar_osal_signal.h b/ar_osal/api/ar_osal_signal.h index e02129e3..03d09c0c 100644 --- a/ar_osal/api/ar_osal_signal.h +++ b/ar_osal/api/ar_osal_signal.h @@ -6,8 +6,8 @@ * \brief * Defines public APIs for signal. * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /** @weakgroup weakf_osal_signal_intro diff --git a/ar_osal/api/ar_osal_signal2.h b/ar_osal/api/ar_osal_signal2.h index fabc9d7b..a673560a 100644 --- a/ar_osal/api/ar_osal_signal2.h +++ b/ar_osal/api/ar_osal_signal2.h @@ -6,8 +6,8 @@ * \brief * Defines public APIs for signal2 used by DSP. * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /** @weakgroup weakf_osal_signal2_intro diff --git a/ar_osal/api/ar_osal_sleep.h b/ar_osal/api/ar_osal_sleep.h index e8736ce5..5f9b6ced 100644 --- a/ar_osal/api/ar_osal_sleep.h +++ b/ar_osal/api/ar_osal_sleep.h @@ -7,8 +7,8 @@ * This file contains APIs to suspend thread execution * for the required duration. * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifdef __cplusplus diff --git a/ar_osal/api/ar_osal_string.h b/ar_osal/api/ar_osal_string.h index fca9f273..a8a15a63 100644 --- a/ar_osal/api/ar_osal_string.h +++ b/ar_osal/api/ar_osal_string.h @@ -6,8 +6,8 @@ * \brief * Defines public APIs for string operations. * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_osal_types.h" diff --git a/ar_osal/api/ar_osal_sys_id.h b/ar_osal/api/ar_osal_sys_id.h index df5df3c7..3da76a4e 100644 --- a/ar_osal/api/ar_osal_sys_id.h +++ b/ar_osal/api/ar_osal_sys_id.h @@ -6,8 +6,8 @@ * \brief * Defines Supported Sub-System IDs. * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifdef __cplusplus diff --git a/ar_osal/api/ar_osal_thread.h b/ar_osal/api/ar_osal_thread.h index 111bffa2..971e6e6c 100644 --- a/ar_osal/api/ar_osal_thread.h +++ b/ar_osal/api/ar_osal_thread.h @@ -6,8 +6,8 @@ * \brief * Defines public APIs for thread. * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /** @weakgroup weakf_osal_thread_intro diff --git a/ar_osal/api/ar_osal_timer.h b/ar_osal/api/ar_osal_timer.h index e2f26dc5..02c3ce28 100644 --- a/ar_osal/api/ar_osal_timer.h +++ b/ar_osal/api/ar_osal_timer.h @@ -6,8 +6,8 @@ * \brief * Defines public APIs for timer operations. * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_osal_types.h" diff --git a/ar_osal/api/ar_osal_types.h b/ar_osal/api/ar_osal_types.h index 327b0470..6b6a3292 100644 --- a/ar_osal/api/ar_osal_types.h +++ b/ar_osal/api/ar_osal_types.h @@ -6,8 +6,8 @@ * \brief * This file contains basic types and pre processor macros. * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #if defined(__H2XML__) diff --git a/ar_osal/src/linux/ar_osal_file_io.c b/ar_osal/src/linux/ar_osal_file_io.c index 8928d92e..26163061 100644 --- a/ar_osal/src/linux/ar_osal_file_io.c +++ b/ar_osal/src/linux/ar_osal_file_io.c @@ -6,8 +6,8 @@ * helper functions. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #define AR_OSAL_FILE_IO_LOG_TAG "COFI" diff --git a/ar_osal/src/linux/ar_osal_heap.c b/ar_osal/src/linux/ar_osal_heap.c index 7809924c..7b989837 100644 --- a/ar_osal/src/linux/ar_osal_heap.c +++ b/ar_osal/src/linux/ar_osal_heap.c @@ -5,8 +5,8 @@ * Defines public APIs for heap memory allocation. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_osal_heap.h" #include "ar_osal_error.h" diff --git a/ar_osal/src/linux/ar_osal_log.c b/ar_osal/src/linux/ar_osal_log.c index 6c5bc5d6..30d76533 100644 --- a/ar_osal/src/linux/ar_osal_log.c +++ b/ar_osal/src/linux/ar_osal_log.c @@ -5,8 +5,8 @@ * This file has implementation of logging related helper functions. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include diff --git a/ar_osal/src/linux/ar_osal_mem_op.c b/ar_osal/src/linux/ar_osal_mem_op.c index faacd461..5a97f410 100644 --- a/ar_osal/src/linux/ar_osal_mem_op.c +++ b/ar_osal/src/linux/ar_osal_mem_op.c @@ -5,8 +5,8 @@ * Defines public APIs for memory operations. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_osal_mem_op.h" diff --git a/ar_osal/src/linux/ar_osal_mutex.c b/ar_osal/src/linux/ar_osal_mutex.c index 1efca659..fdcd1511 100644 --- a/ar_osal/src/linux/ar_osal_mutex.c +++ b/ar_osal/src/linux/ar_osal_mutex.c @@ -6,8 +6,8 @@ * for thread-safe programming. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #define AR_OSAL_MUTEX_LOG_TAG "COMU" diff --git a/ar_osal/src/linux/ar_osal_signal.c b/ar_osal/src/linux/ar_osal_signal.c index 8718f0e3..44d9995a 100644 --- a/ar_osal/src/linux/ar_osal_signal.c +++ b/ar_osal/src/linux/ar_osal_signal.c @@ -5,8 +5,8 @@ * This file defines signal variable implementaion. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #define AR_OSAL_SIGNAL_LOG_TAG "COSI" diff --git a/ar_osal/src/linux/ar_osal_signal2.c b/ar_osal/src/linux/ar_osal_signal2.c index c89de21a..e275fd61 100644 --- a/ar_osal/src/linux/ar_osal_signal2.c +++ b/ar_osal/src/linux/ar_osal_signal2.c @@ -5,8 +5,8 @@ * This file has implementation of signal2 APIs. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include diff --git a/ar_osal/src/linux/ar_osal_sleep.c b/ar_osal/src/linux/ar_osal_sleep.c index d7a0a49d..f6eac73c 100644 --- a/ar_osal/src/linux/ar_osal_sleep.c +++ b/ar_osal/src/linux/ar_osal_sleep.c @@ -6,8 +6,8 @@ * duration. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #define AR_OSAL_SLEEP_LOG_TAG "COSL" diff --git a/ar_osal/src/linux/ar_osal_string.c b/ar_osal/src/linux/ar_osal_string.c index 72914d66..5e6dc37d 100644 --- a/ar_osal/src/linux/ar_osal_string.c +++ b/ar_osal/src/linux/ar_osal_string.c @@ -5,8 +5,8 @@ * Defines public APIs for string operations. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_osal_types.h" #include "ar_osal_error.h" diff --git a/ar_osal/src/linux/ar_osal_stub_log_pkt_op.c b/ar_osal/src/linux/ar_osal_stub_log_pkt_op.c index ca08bef5..e3af518d 100644 --- a/ar_osal/src/linux/ar_osal_stub_log_pkt_op.c +++ b/ar_osal/src/linux/ar_osal_stub_log_pkt_op.c @@ -3,8 +3,8 @@ * \brief * Defines stub APIs for ar_log_pkt. * \copyright -* Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. -* SPDX-License-Identifier: BSD-3-Clause-Clear +* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +* SPDX-License-Identifier: BSD-3-Clause */ #include "ar_osal_log_pkt_op.h" diff --git a/ar_osal/src/linux/ar_osal_thread.c b/ar_osal/src/linux/ar_osal_thread.c index 1652ab25..aff02f7f 100644 --- a/ar_osal/src/linux/ar_osal_thread.c +++ b/ar_osal/src/linux/ar_osal_thread.c @@ -5,8 +5,8 @@ * This file has implementation of thread related helper functions. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #define _GNU_SOURCE diff --git a/ar_osal/src/linux/ar_osal_timer.c b/ar_osal/src/linux/ar_osal_timer.c index 1babb1be..e3d0da17 100644 --- a/ar_osal/src/linux/ar_osal_timer.c +++ b/ar_osal/src/linux/ar_osal_timer.c @@ -5,8 +5,8 @@ * This file has implementation of timer operations. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include diff --git a/ar_osal/src/linux/qcom/ar_osal_log_pkt_op.c b/ar_osal/src/linux/qcom/ar_osal_log_pkt_op.c index c87842da..c19d1e34 100644 --- a/ar_osal/src/linux/qcom/ar_osal_log_pkt_op.c +++ b/ar_osal/src/linux/qcom/ar_osal_log_pkt_op.c @@ -4,8 +4,8 @@ * Defines platform agnostic APIs for sending log packets to * the PC. * \copyright -* Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. -* SPDX-License-Identifier: BSD-3-Clause-Clear +* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +* SPDX-License-Identifier: BSD-3-Clause */ #include "ar_osal_log_pkt_op.h" diff --git a/ar_osal/src/linux/qcom/ar_osal_servreg.c b/ar_osal/src/linux/qcom/ar_osal_servreg.c index 1c352dfd..59dcb974 100644 --- a/ar_osal/src/linux/qcom/ar_osal_servreg.c +++ b/ar_osal/src/linux/qcom/ar_osal_servreg.c @@ -6,8 +6,8 @@ * state registration. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #define AR_OSAL_SERVREG_TAG "COSR" diff --git a/ar_osal/src/linux/qcom/ar_osal_shmem.c b/ar_osal/src/linux/qcom/ar_osal_shmem.c index 14f37a97..d8fb3f5d 100644 --- a/ar_osal/src/linux/qcom/ar_osal_shmem.c +++ b/ar_osal/src/linux/qcom/ar_osal_shmem.c @@ -6,8 +6,8 @@ * This file has implementation of shared memory allocation for DSP. * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #define AR_OSAL_SHMEM_LOG_TAG "COSH" diff --git a/ar_osal/src/linux/qcom/ar_osal_shmem_db.c b/ar_osal/src/linux/qcom/ar_osal_shmem_db.c index ba00515e..7ac3c222 100644 --- a/ar_osal/src/linux/qcom/ar_osal_shmem_db.c +++ b/ar_osal/src/linux/qcom/ar_osal_shmem_db.c @@ -6,8 +6,8 @@ * This file has implementation of shared memory allocation for DSP. * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #define AR_OSAL_SHMEM_LOG_TAG "COSH" #include diff --git a/fwk/api/apm/apm_api.h b/fwk/api/apm/apm_api.h index 927e58ce..1e2d1da6 100644 --- a/fwk/api/apm/apm_api.h +++ b/fwk/api/apm/apm_api.h @@ -7,7 +7,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_defs.h" diff --git a/fwk/api/apm/apm_api_version.h b/fwk/api/apm/apm_api_version.h index 63e7dcb3..48438dba 100644 --- a/fwk/api/apm/apm_api_version.h +++ b/fwk/api/apm/apm_api_version.h @@ -6,8 +6,8 @@ * This file contains the version information for Audio Procesing Manager API * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /** @addtogroup spf_apm_version diff --git a/fwk/api/apm/apm_container_api.h b/fwk/api/apm/apm_container_api.h index 1fefa263..867aacd7 100644 --- a/fwk/api/apm/apm_container_api.h +++ b/fwk/api/apm/apm_container_api.h @@ -6,8 +6,8 @@ * This file contains APM container commands and events structures definitions. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_defs.h" diff --git a/fwk/api/apm/apm_debug_info.h b/fwk/api/apm/apm_debug_info.h index b8b9cd97..855dfc7a 100644 --- a/fwk/api/apm/apm_debug_info.h +++ b/fwk/api/apm/apm_debug_info.h @@ -6,8 +6,8 @@ * This file contains APM sub-graph related commands and events data structures definitions * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "media_fmt_api_basic.h" diff --git a/fwk/api/apm/apm_graph_properties.h b/fwk/api/apm/apm_graph_properties.h index 03e7484d..e5def51d 100644 --- a/fwk/api/apm/apm_graph_properties.h +++ b/fwk/api/apm/apm_graph_properties.h @@ -6,8 +6,8 @@ * This file contains APM graph property definitions. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_defs.h" diff --git a/fwk/api/apm/apm_memmap_api.h b/fwk/api/apm/apm_memmap_api.h index 91977060..01039635 100644 --- a/fwk/api/apm/apm_memmap_api.h +++ b/fwk/api/apm/apm_memmap_api.h @@ -5,7 +5,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _APM_MEMMAP_API_H_ diff --git a/fwk/api/apm/apm_module_api.h b/fwk/api/apm/apm_module_api.h index de86ceb7..6018dff6 100644 --- a/fwk/api/apm/apm_module_api.h +++ b/fwk/api/apm/apm_module_api.h @@ -6,8 +6,8 @@ * This file contains APM module related commands and events structures definitions * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_defs.h" diff --git a/fwk/api/apm/apm_proxy_graph_mgmt_api.h b/fwk/api/apm/apm_proxy_graph_mgmt_api.h index edc67b5e..6fdcb1f2 100644 --- a/fwk/api/apm/apm_proxy_graph_mgmt_api.h +++ b/fwk/api/apm/apm_proxy_graph_mgmt_api.h @@ -7,7 +7,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_defs.h" diff --git a/fwk/api/apm/apm_sub_graph_api.h b/fwk/api/apm/apm_sub_graph_api.h index b033bfd3..d537f35c 100644 --- a/fwk/api/apm/apm_sub_graph_api.h +++ b/fwk/api/apm/apm_sub_graph_api.h @@ -6,8 +6,8 @@ * This file contains APM sub-graph related commands and events data structures definitions * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_defs.h" diff --git a/fwk/api/apm/private/apm_private_api.h b/fwk/api/apm/private/apm_private_api.h index 2ca26e6d..7521b0ee 100644 --- a/fwk/api/apm/private/apm_private_api.h +++ b/fwk/api/apm/private/apm_private_api.h @@ -6,8 +6,8 @@ * This file contains the version information for Audio Procesing Manager Private API. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /** @addtogroup aapm_private_api diff --git a/fwk/api/ar_utils/ar_defs.h b/fwk/api/ar_utils/ar_defs.h index 8bea114e..2ec9a7d6 100644 --- a/fwk/api/ar_utils/ar_defs.h +++ b/fwk/api/ar_utils/ar_defs.h @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_osal_types.h" diff --git a/fwk/api/ar_utils/ar_error_codes.h b/fwk/api/ar_utils/ar_error_codes.h index 151bcb3c..26afa37b 100644 --- a/fwk/api/ar_utils/ar_error_codes.h +++ b/fwk/api/ar_utils/ar_error_codes.h @@ -6,8 +6,8 @@ * This file contains common error code definitions to be used across multimedia code bases * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifdef __cplusplus diff --git a/fwk/api/ar_utils/ar_guids.h b/fwk/api/ar_utils/ar_guids.h index 9be61682..0ea2eb60 100644 --- a/fwk/api/ar_utils/ar_guids.h +++ b/fwk/api/ar_utils/ar_guids.h @@ -6,8 +6,8 @@ GUID interpretation \copyright - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause */ /* diff --git a/fwk/api/ar_utils/ar_ids.h b/fwk/api/ar_utils/ar_ids.h index 97d75388..73589893 100644 --- a/fwk/api/ar_utils/ar_ids.h +++ b/fwk/api/ar_utils/ar_ids.h @@ -6,8 +6,8 @@ GUID interpretation \copyright - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause */ #include "ar_guids.h" diff --git a/fwk/api/ar_utils/ar_msg_island_override.h b/fwk/api/ar_utils/ar_msg_island_override.h index c6580fef..f4183a24 100644 --- a/fwk/api/ar_utils/ar_msg_island_override.h +++ b/fwk/api/ar_utils/ar_msg_island_override.h @@ -6,7 +6,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ // clang-format off /* diff --git a/fwk/api/ar_utils/generic/ar_msg.h b/fwk/api/ar_utils/generic/ar_msg.h index b0513b71..ef1aecfb 100644 --- a/fwk/api/ar_utils/generic/ar_msg.h +++ b/fwk/api/ar_utils/generic/ar_msg.h @@ -5,8 +5,8 @@ * This file defines macros for printing debug messages on the target or in simulation. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _AR_MSG_H diff --git a/fwk/api/ar_utils/hexagon/sim/ar_msg.h b/fwk/api/ar_utils/hexagon/sim/ar_msg.h index 4481144c..74d40268 100644 --- a/fwk/api/ar_utils/hexagon/sim/ar_msg.h +++ b/fwk/api/ar_utils/hexagon/sim/ar_msg.h @@ -5,8 +5,8 @@ * This file defines macros for printing debug messages on the target or in simulation * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _AR_MSG_H diff --git a/fwk/api/ar_utils/hexagon/tgt/shared/ar_msg.h b/fwk/api/ar_utils/hexagon/tgt/shared/ar_msg.h index 1d3e2085..3f219682 100644 --- a/fwk/api/ar_utils/hexagon/tgt/shared/ar_msg.h +++ b/fwk/api/ar_utils/hexagon/tgt/shared/ar_msg.h @@ -5,8 +5,8 @@ * This file defines macros for printing debug messages on the target or in simulation. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _AR_MSG_H diff --git a/fwk/api/ar_utils/hexagon/tgt/static/ar_msg.h b/fwk/api/ar_utils/hexagon/tgt/static/ar_msg.h index 39aaff45..515982d7 100644 --- a/fwk/api/ar_utils/hexagon/tgt/static/ar_msg.h +++ b/fwk/api/ar_utils/hexagon/tgt/static/ar_msg.h @@ -5,8 +5,8 @@ * This file defines macros for printing debug messages on the target or in simulation. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _AR_MSG_H diff --git a/fwk/api/ar_utils/linux/ar_msg.h b/fwk/api/ar_utils/linux/ar_msg.h index be4ae898..93f42063 100644 --- a/fwk/api/ar_utils/linux/ar_msg.h +++ b/fwk/api/ar_utils/linux/ar_msg.h @@ -5,8 +5,8 @@ * This file defines macros for printing debug messages on the target or in simulation. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _AR_MSG_H diff --git a/fwk/api/ar_utils/spf_begin_pack.h b/fwk/api/ar_utils/spf_begin_pack.h index 123ba9d1..c3716ee5 100644 --- a/fwk/api/ar_utils/spf_begin_pack.h +++ b/fwk/api/ar_utils/spf_begin_pack.h @@ -4,8 +4,8 @@ * This file defines pack attributes for different compilers to be used to pack spf API data structures * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/fwk/api/ar_utils/spf_begin_pragma.h b/fwk/api/ar_utils/spf_begin_pragma.h index 85d09562..8f7e4bab 100644 --- a/fwk/api/ar_utils/spf_begin_pragma.h +++ b/fwk/api/ar_utils/spf_begin_pragma.h @@ -4,8 +4,8 @@ * This file defines pragma to ignore zero length array warnings for different compilers * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/fwk/api/ar_utils/spf_end_pack.h b/fwk/api/ar_utils/spf_end_pack.h index 8589edab..35761645 100644 --- a/fwk/api/ar_utils/spf_end_pack.h +++ b/fwk/api/ar_utils/spf_end_pack.h @@ -4,8 +4,8 @@ * This file defines pack attributes for different compilers to be used to pack spf API data structures * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/fwk/api/ar_utils/spf_end_pragma.h b/fwk/api/ar_utils/spf_end_pragma.h index a2660e09..87300c1e 100644 --- a/fwk/api/ar_utils/spf_end_pragma.h +++ b/fwk/api/ar_utils/spf_end_pragma.h @@ -4,8 +4,8 @@ * This file defines pragma to ignore zero length array warnings for different compilers * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #if defined( __qdsp6__ ) diff --git a/fwk/api/modules/amdb_api.h b/fwk/api/modules/amdb_api.h index 501dae58..60a6db40 100644 --- a/fwk/api/modules/amdb_api.h +++ b/fwk/api/modules/amdb_api.h @@ -4,8 +4,8 @@ * API header for AMDB. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _AMDB_API_H_ diff --git a/fwk/api/modules/ar_spf_cmd_api.h b/fwk/api/modules/ar_spf_cmd_api.h index 67e892a1..abb09bcb 100644 --- a/fwk/api/modules/ar_spf_cmd_api.h +++ b/fwk/api/modules/ar_spf_cmd_api.h @@ -5,8 +5,8 @@ * used between client<->module and module<->module * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _AR_SPF_CMD_API_H_ diff --git a/fwk/api/modules/audioss_dsp_mem_api.h b/fwk/api/modules/audioss_dsp_mem_api.h index ba96219d..838ba2f2 100644 --- a/fwk/api/modules/audioss_dsp_mem_api.h +++ b/fwk/api/modules/audioss_dsp_mem_api.h @@ -6,8 +6,8 @@ * This file contains Audioss DSP memory util definitions * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ // clang-format off /* diff --git a/fwk/api/modules/codec_metadata_api.h b/fwk/api/modules/codec_metadata_api.h index f20de2cc..dc0c029e 100644 --- a/fwk/api/modules/codec_metadata_api.h +++ b/fwk/api/modules/codec_metadata_api.h @@ -6,8 +6,8 @@ * This file contains codec related metadata IDs. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_defs.h" diff --git a/fwk/api/modules/common_enc_dec_api.h b/fwk/api/modules/common_enc_dec_api.h index d704c427..a3109c8a 100644 --- a/fwk/api/modules/common_enc_dec_api.h +++ b/fwk/api/modules/common_enc_dec_api.h @@ -6,8 +6,8 @@ * This file contains media format IDs and definitions * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "module_cmn_api.h" diff --git a/fwk/api/modules/congestion_buf_api.h b/fwk/api/modules/congestion_buf_api.h index d2db97c2..fcf78532 100644 --- a/fwk/api/modules/congestion_buf_api.h +++ b/fwk/api/modules/congestion_buf_api.h @@ -6,8 +6,8 @@ * This file contains module published by Congestion Buf CAPI intialization. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_defs.h" diff --git a/fwk/api/modules/contexts_api.h b/fwk/api/modules/contexts_api.h index 34297201..367c57ac 100644 --- a/fwk/api/modules/contexts_api.h +++ b/fwk/api/modules/contexts_api.h @@ -5,8 +5,8 @@ @file contexts_api.h @brief This file contains Public Context IDs that can be used by clients to configure the ACD module - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ /** Environment*/ diff --git a/fwk/api/modules/detection_cmn_api.h b/fwk/api/modules/detection_cmn_api.h index 6211eefc..8985e82a 100644 --- a/fwk/api/modules/detection_cmn_api.h +++ b/fwk/api/modules/detection_cmn_api.h @@ -6,8 +6,8 @@ * This file contains common parameters for listen libraries * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "module_cmn_api.h" diff --git a/fwk/api/modules/dtmf_detection_api.h b/fwk/api/modules/dtmf_detection_api.h index bc9ef038..80f55ebf 100644 --- a/fwk/api/modules/dtmf_detection_api.h +++ b/fwk/api/modules/dtmf_detection_api.h @@ -4,8 +4,8 @@ * This file contains DTMF Detection Event api * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef DTMF_DETECTION_API_H diff --git a/fwk/api/modules/imcl_fwk_intent_api.h b/fwk/api/modules/imcl_fwk_intent_api.h index 624340a4..46503d77 100644 --- a/fwk/api/modules/imcl_fwk_intent_api.h +++ b/fwk/api/modules/imcl_fwk_intent_api.h @@ -7,8 +7,8 @@ * The intent related structs are defined in internal header file * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*------------------------------------------------------------------------------ diff --git a/fwk/api/modules/jitter_buf_api.h b/fwk/api/modules/jitter_buf_api.h index 5dfe9f3f..507cd51d 100644 --- a/fwk/api/modules/jitter_buf_api.h +++ b/fwk/api/modules/jitter_buf_api.h @@ -6,8 +6,8 @@ * This file contains module published by Jitter Buf CAPI intialization. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_defs.h" diff --git a/fwk/api/modules/media_fmt_api.h b/fwk/api/modules/media_fmt_api.h index 94af046f..9e9bbf73 100644 --- a/fwk/api/modules/media_fmt_api.h +++ b/fwk/api/modules/media_fmt_api.h @@ -6,8 +6,8 @@ * This file contains media format IDs and definitions * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_defs.h" diff --git a/fwk/api/modules/media_fmt_api_basic.h b/fwk/api/modules/media_fmt_api_basic.h index 08f67993..6e11e5de 100644 --- a/fwk/api/modules/media_fmt_api_basic.h +++ b/fwk/api/modules/media_fmt_api_basic.h @@ -6,8 +6,8 @@ * This file contains media format IDs and definitions * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_defs.h" diff --git a/fwk/api/modules/media_fmt_api_ext.h b/fwk/api/modules/media_fmt_api_ext.h index 605a8080..1696ad21 100644 --- a/fwk/api/modules/media_fmt_api_ext.h +++ b/fwk/api/modules/media_fmt_api_ext.h @@ -7,7 +7,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause * * Not a contribution. diff --git a/fwk/api/modules/metadata_api.h b/fwk/api/modules/metadata_api.h index e34a8b8a..cb1ebc77 100644 --- a/fwk/api/modules/metadata_api.h +++ b/fwk/api/modules/metadata_api.h @@ -7,8 +7,8 @@ * definitions will be in module_cmn_metadata. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_defs.h" diff --git a/fwk/api/modules/module_cmn_api.h b/fwk/api/modules/module_cmn_api.h index 998e870b..ef6674b1 100644 --- a/fwk/api/modules/module_cmn_api.h +++ b/fwk/api/modules/module_cmn_api.h @@ -6,8 +6,8 @@ * this file contains common module definitions * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "apm_graph_properties.h" diff --git a/fwk/api/modules/module_cmn_shmem_api.h b/fwk/api/modules/module_cmn_shmem_api.h index 204e0c0d..7f7ff179 100644 --- a/fwk/api/modules/module_cmn_shmem_api.h +++ b/fwk/api/modules/module_cmn_shmem_api.h @@ -6,8 +6,8 @@ * This file contains common api's for the Read, Write Shared mem module * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*------------------------------------------------------------------------ diff --git a/fwk/api/modules/rd_sh_mem_client_api.h b/fwk/api/modules/rd_sh_mem_client_api.h index 83f9c1f9..a02b354f 100644 --- a/fwk/api/modules/rd_sh_mem_client_api.h +++ b/fwk/api/modules/rd_sh_mem_client_api.h @@ -4,8 +4,8 @@ * This file contains Shared mem Client module APIs * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef RD_SH_MEM_CLIENT_API_H_ diff --git a/fwk/api/modules/rd_sh_mem_ep_api.h b/fwk/api/modules/rd_sh_mem_ep_api.h index 1ff6d4a6..968966e7 100644 --- a/fwk/api/modules/rd_sh_mem_ep_api.h +++ b/fwk/api/modules/rd_sh_mem_ep_api.h @@ -6,8 +6,8 @@ * This file contains Shared mem module APIs * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*------------------------------------------------------------------------ diff --git a/fwk/api/modules/rtm_logging_api.h b/fwk/api/modules/rtm_logging_api.h index 11dab4c4..559e87b1 100644 --- a/fwk/api/modules/rtm_logging_api.h +++ b/fwk/api/modules/rtm_logging_api.h @@ -6,8 +6,8 @@ * This file contains audio rtm logging parameters. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_defs.h" diff --git a/fwk/api/modules/vocoder_cmn_api.h b/fwk/api/modules/vocoder_cmn_api.h index 3c6c1bd3..06349640 100644 --- a/fwk/api/modules/vocoder_cmn_api.h +++ b/fwk/api/modules/vocoder_cmn_api.h @@ -7,8 +7,8 @@ * This file contains vocoder modules' commmon APIs * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /** @h2xml_title1 {Vocoder Common API} diff --git a/fwk/api/modules/wr_sh_mem_client_api.h b/fwk/api/modules/wr_sh_mem_client_api.h index 362d3437..0498801c 100644 --- a/fwk/api/modules/wr_sh_mem_client_api.h +++ b/fwk/api/modules/wr_sh_mem_client_api.h @@ -4,8 +4,8 @@ * This file contains Shared mem Client module APIs * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef WR_SH_MEM_CLEINT_API_H_ diff --git a/fwk/api/modules/wr_sh_mem_ep_api.h b/fwk/api/modules/wr_sh_mem_ep_api.h index 7c15269e..b00985b4 100644 --- a/fwk/api/modules/wr_sh_mem_ep_api.h +++ b/fwk/api/modules/wr_sh_mem_ep_api.h @@ -6,8 +6,8 @@ * This file contains Shared mem module APIs * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*------------------------------------------------------------------------ diff --git a/fwk/api/private/private_hw_intf_cmn_api.h b/fwk/api/private/private_hw_intf_cmn_api.h index 1ff9c4a3..2258ff2e 100644 --- a/fwk/api/private/private_hw_intf_cmn_api.h +++ b/fwk/api/private/private_hw_intf_cmn_api.h @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_defs.h" diff --git a/fwk/api/private/private_irm_api.h b/fwk/api/private/private_irm_api.h index ba857c12..5e6355d2 100644 --- a/fwk/api/private/private_irm_api.h +++ b/fwk/api/private/private_irm_api.h @@ -4,8 +4,8 @@ @brief Private internal api for Integrated Resource Monitor (IRM). ================================================================================ -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ // clang-format off // clang-format on diff --git a/fwk/api/vcpm/vcpm_api.h b/fwk/api/vcpm/vcpm_api.h index 91b7eac0..24562bd9 100644 --- a/fwk/api/vcpm/vcpm_api.h +++ b/fwk/api/vcpm/vcpm_api.h @@ -7,7 +7,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_defs.h" diff --git a/fwk/api/vcpm/vcpm_config_api.h b/fwk/api/vcpm/vcpm_config_api.h index 0e73275c..06d74dad 100644 --- a/fwk/api/vcpm/vcpm_config_api.h +++ b/fwk/api/vcpm/vcpm_config_api.h @@ -9,7 +9,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_defs.h" #include "apm_graph_properties.h" diff --git a/fwk/api/vcpm/vcpm_tst_fwk_api.h b/fwk/api/vcpm/vcpm_tst_fwk_api.h index afd4fe84..4fe77f66 100644 --- a/fwk/api/vcpm/vcpm_tst_fwk_api.h +++ b/fwk/api/vcpm/vcpm_tst_fwk_api.h @@ -9,8 +9,8 @@ * * * \copyright -* Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -* SPDX-License-Identifier: BSD-3-Clause-Clear +* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +* SPDX-License-Identifier: BSD-3-Clause */ #include "ar_defs.h" diff --git a/fwk/platform/core_drv/inc/core_drv.h b/fwk/platform/core_drv/inc/core_drv.h index 37c02ef1..5d52d016 100644 --- a/fwk/platform/core_drv/inc/core_drv.h +++ b/fwk/platform/core_drv/inc/core_drv.h @@ -1,6 +1,6 @@ /*======================================================================== - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ====================================================================== */ #ifndef _CORE_DRV_H_ diff --git a/fwk/platform/core_drv/platform_cfg/inc/platform_cfg.h b/fwk/platform/core_drv/platform_cfg/inc/platform_cfg.h index c383da66..0018d570 100644 --- a/fwk/platform/core_drv/platform_cfg/inc/platform_cfg.h +++ b/fwk/platform/core_drv/platform_cfg/inc/platform_cfg.h @@ -1,8 +1,8 @@ /*======================================================================== This file contains HWD device configuration functions - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ====================================================================== */ #ifndef _PLATFORM_CFG_H_ diff --git a/fwk/platform/core_drv/voice_timer/inc/voice_timer.h b/fwk/platform/core_drv/voice_timer/inc/voice_timer.h index 4d8db39c..82c967ae 100644 --- a/fwk/platform/core_drv/voice_timer/inc/voice_timer.h +++ b/fwk/platform/core_drv/voice_timer/inc/voice_timer.h @@ -2,8 +2,8 @@ @file voice_timer.h @brief This file contains declarations of voice timer API -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ #ifndef VOICE_TIMER_H diff --git a/fwk/platform/core_drv/voice_timer/inc/voice_timer_wrapper.h b/fwk/platform/core_drv/voice_timer/inc/voice_timer_wrapper.h index f79786a3..4f01e39c 100644 --- a/fwk/platform/core_drv/voice_timer/inc/voice_timer_wrapper.h +++ b/fwk/platform/core_drv/voice_timer/inc/voice_timer_wrapper.h @@ -2,8 +2,8 @@ @file voice_timer_wrapper.h @brief This file contains voice timer wrapper API -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ========================================================================= */ #ifndef VOICE_TIMER_WRAPPER_H diff --git a/fwk/platform/modules/generic/endpoint/alsa_device/api/alsa_device_api.h b/fwk/platform/modules/generic/endpoint/alsa_device/api/alsa_device_api.h index eb233576..2ebf5f1f 100644 --- a/fwk/platform/modules/generic/endpoint/alsa_device/api/alsa_device_api.h +++ b/fwk/platform/modules/generic/endpoint/alsa_device/api/alsa_device_api.h @@ -7,8 +7,8 @@ * configuration structures exposed by the ALSA Device Sink and Source Modules. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "hw_intf_cmn_api.h" diff --git a/fwk/platform/modules/generic/endpoint/alsa_device/api/hw_intf_cmn_api.h b/fwk/platform/modules/generic/endpoint/alsa_device/api/hw_intf_cmn_api.h index 20e75fe5..c2b5a087 100644 --- a/fwk/platform/modules/generic/endpoint/alsa_device/api/hw_intf_cmn_api.h +++ b/fwk/platform/modules/generic/endpoint/alsa_device/api/hw_intf_cmn_api.h @@ -5,8 +5,8 @@ * \brief * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "module_cmn_api.h" diff --git a/fwk/platform/modules/generic/endpoint/alsa_device/capi/inc/capi_alsa_device.h b/fwk/platform/modules/generic/endpoint/alsa_device/capi/inc/capi_alsa_device.h index f4661f00..3574086f 100644 --- a/fwk/platform/modules/generic/endpoint/alsa_device/capi/inc/capi_alsa_device.h +++ b/fwk/platform/modules/generic/endpoint/alsa_device/capi/inc/capi_alsa_device.h @@ -3,8 +3,8 @@ @file capi_alsa_device.h @brief This file contains CAPI API's published by alsa device module. - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -\ SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +\ SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ #ifndef CAPI_ALSA_DEVICE_H diff --git a/fwk/platform/modules/generic/endpoint/alsa_device/capi/src/capi_alsa_device.c b/fwk/platform/modules/generic/endpoint/alsa_device/capi/src/capi_alsa_device.c index 00e56450..8a2c0751 100644 --- a/fwk/platform/modules/generic/endpoint/alsa_device/capi/src/capi_alsa_device.c +++ b/fwk/platform/modules/generic/endpoint/alsa_device/capi/src/capi_alsa_device.c @@ -2,8 +2,8 @@ @file capi_alsa_device.c @brief This file contains CAPI implementation of ALSA device Module - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ /*===================================================================== diff --git a/fwk/platform/modules/generic/endpoint/alsa_device/capi/src/capi_alsa_device_i.h b/fwk/platform/modules/generic/endpoint/alsa_device/capi/src/capi_alsa_device_i.h index 2c8af2e2..71fcd3fa 100644 --- a/fwk/platform/modules/generic/endpoint/alsa_device/capi/src/capi_alsa_device_i.h +++ b/fwk/platform/modules/generic/endpoint/alsa_device/capi/src/capi_alsa_device_i.h @@ -2,8 +2,8 @@ @file capi_alsa_device_i.h @brief This file contains CAPI includes of AlSA Device Module - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ #ifndef _CAPI_ALSA_DEVICE_I_H diff --git a/fwk/platform/modules/generic/endpoint/alsa_device/capi/stub_src/capi_alsa_device_stub.c b/fwk/platform/modules/generic/endpoint/alsa_device/capi/stub_src/capi_alsa_device_stub.c index 41f22207..fb556329 100644 --- a/fwk/platform/modules/generic/endpoint/alsa_device/capi/stub_src/capi_alsa_device_stub.c +++ b/fwk/platform/modules/generic/endpoint/alsa_device/capi/stub_src/capi_alsa_device_stub.c @@ -2,8 +2,8 @@ @file capi_alsa_device_stub.c @brief This file contains CAPI stub implementation of ALSA device module. - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ /*-------------------------------------------------------------------------- diff --git a/fwk/platform/modules/generic/endpoint/alsa_device/lib/inc/alsa_device_driver.h b/fwk/platform/modules/generic/endpoint/alsa_device/lib/inc/alsa_device_driver.h index 9e875ba7..c528e4cd 100644 --- a/fwk/platform/modules/generic/endpoint/alsa_device/lib/inc/alsa_device_driver.h +++ b/fwk/platform/modules/generic/endpoint/alsa_device/lib/inc/alsa_device_driver.h @@ -2,8 +2,8 @@ @file alsa_device_driver.h @brief This file contains interface for alsa device driver - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ #ifndef _ALSA_DEVICE_DRIVER_H_ diff --git a/fwk/platform/modules/generic/endpoint/alsa_device/lib/src/tinyalsa/alsa_device_driver.c b/fwk/platform/modules/generic/endpoint/alsa_device/lib/src/tinyalsa/alsa_device_driver.c index 340f8559..4679f1dc 100644 --- a/fwk/platform/modules/generic/endpoint/alsa_device/lib/src/tinyalsa/alsa_device_driver.c +++ b/fwk/platform/modules/generic/endpoint/alsa_device/lib/src/tinyalsa/alsa_device_driver.c @@ -2,8 +2,8 @@ @file alsa_device_driver.c @brief This file contains tinyalsa based driver implementation of ALSA device. - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ #include "alsa_device_driver_i.h" diff --git a/fwk/platform/modules/generic/endpoint/alsa_device/lib/src/tinyalsa/alsa_device_driver_i.h b/fwk/platform/modules/generic/endpoint/alsa_device/lib/src/tinyalsa/alsa_device_driver_i.h index ea4090b4..36799f64 100644 --- a/fwk/platform/modules/generic/endpoint/alsa_device/lib/src/tinyalsa/alsa_device_driver_i.h +++ b/fwk/platform/modules/generic/endpoint/alsa_device/lib/src/tinyalsa/alsa_device_driver_i.h @@ -3,8 +3,8 @@ @brief This file contains contains tinyalsa device related internal macros and structures. - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ #ifndef _ALSA_DEVICE_DRIVER_I_H_ diff --git a/fwk/platform/posal/inc/generic/posal_atomic.h b/fwk/platform/posal/inc/generic/posal_atomic.h index 78d0d4e9..24bc7dc6 100644 --- a/fwk/platform/posal/inc/generic/posal_atomic.h +++ b/fwk/platform/posal/inc/generic/posal_atomic.h @@ -4,8 +4,8 @@ * This file is for atomic operations. This file provides functions for thread-safe operations on atomic variables. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef POSAL_ATOMIC_H diff --git a/fwk/platform/posal/inc/generic/posal_channel.h b/fwk/platform/posal/inc/generic/posal_channel.h index 2017c20b..ebb0458c 100644 --- a/fwk/platform/posal/inc/generic/posal_channel.h +++ b/fwk/platform/posal/inc/generic/posal_channel.h @@ -6,8 +6,8 @@ * signals and queues, be awakened when any desired element is active. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef POSAL_CHANNEL_H diff --git a/fwk/platform/posal/inc/generic/posal_intrinsics.h b/fwk/platform/posal/inc/generic/posal_intrinsics.h index c98d2cf3..79a45730 100644 --- a/fwk/platform/posal/inc/generic/posal_intrinsics.h +++ b/fwk/platform/posal/inc/generic/posal_intrinsics.h @@ -6,8 +6,8 @@ * This file contains generic implementation of some intrinsics * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "posal_types.h" diff --git a/fwk/platform/posal/inc/generic/posal_tgt_util.h b/fwk/platform/posal/inc/generic/posal_tgt_util.h index c8b6aaab..776cc445 100644 --- a/fwk/platform/posal/inc/generic/posal_tgt_util.h +++ b/fwk/platform/posal/inc/generic/posal_tgt_util.h @@ -6,8 +6,8 @@ * This file contains few macros related to memory * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/fwk/platform/posal/inc/generic/posal_types.h b/fwk/platform/posal/inc/generic/posal_types.h index 532b05a3..b3f57a15 100644 --- a/fwk/platform/posal/inc/generic/posal_types.h +++ b/fwk/platform/posal/inc/generic/posal_types.h @@ -6,8 +6,8 @@ * This file contains basic types and pre processor macros. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #if /* Supported Compilers */ \ diff --git a/fwk/platform/posal/inc/hexagon/posal_atomic.h b/fwk/platform/posal/inc/hexagon/posal_atomic.h index 4074cb4b..3ae26bd5 100644 --- a/fwk/platform/posal/inc/hexagon/posal_atomic.h +++ b/fwk/platform/posal/inc/hexagon/posal_atomic.h @@ -4,8 +4,8 @@ * This file is for atomic operations. This file provides functions for thread-safe operations on atomic variables. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef POSAL_ATOMIC_H diff --git a/fwk/platform/posal/inc/hexagon/posal_channel.h b/fwk/platform/posal/inc/hexagon/posal_channel.h index 2017c20b..ebb0458c 100644 --- a/fwk/platform/posal/inc/hexagon/posal_channel.h +++ b/fwk/platform/posal/inc/hexagon/posal_channel.h @@ -6,8 +6,8 @@ * signals and queues, be awakened when any desired element is active. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef POSAL_CHANNEL_H diff --git a/fwk/platform/posal/inc/hexagon/posal_intrinsics.h b/fwk/platform/posal/inc/hexagon/posal_intrinsics.h index d149f034..3c069689 100644 --- a/fwk/platform/posal/inc/hexagon/posal_intrinsics.h +++ b/fwk/platform/posal/inc/hexagon/posal_intrinsics.h @@ -6,8 +6,8 @@ * This file contains basic types and pre processor macros. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ----------------------------------------------------------------------- diff --git a/fwk/platform/posal/inc/hexagon/posal_mem_pool.h b/fwk/platform/posal/inc/hexagon/posal_mem_pool.h index 3233586a..9fa55623 100644 --- a/fwk/platform/posal/inc/hexagon/posal_mem_pool.h +++ b/fwk/platform/posal/inc/hexagon/posal_mem_pool.h @@ -4,8 +4,8 @@ /*============================================================================== @brief POSAL_MEM_POOL header - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ /*============================================================================== diff --git a/fwk/platform/posal/inc/hexagon/posal_qdi.h b/fwk/platform/posal/inc/hexagon/posal_qdi.h index 0dc92736..ba0a6ee6 100644 --- a/fwk/platform/posal/inc/hexagon/posal_qdi.h +++ b/fwk/platform/posal/inc/hexagon/posal_qdi.h @@ -4,8 +4,8 @@ /*============================================================================== @brief POSAL qdi header - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ /*============================================================================== diff --git a/fwk/platform/posal/inc/hexagon/posal_timer.h b/fwk/platform/posal/inc/hexagon/posal_timer.h index 1f48fa52..b73c6ebd 100644 --- a/fwk/platform/posal/inc/hexagon/posal_timer.h +++ b/fwk/platform/posal/inc/hexagon/posal_timer.h @@ -4,8 +4,8 @@ * This file contains utilities for timers. One-shot, period and sleep timers are provided. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef POSAL_TIMER_H diff --git a/fwk/platform/posal/inc/hexagon/posal_types.h b/fwk/platform/posal/inc/hexagon/posal_types.h index f0de9115..729bb5ee 100644 --- a/fwk/platform/posal/inc/hexagon/posal_types.h +++ b/fwk/platform/posal/inc/hexagon/posal_types.h @@ -6,8 +6,8 @@ * This file contains basic types and pre processor macros. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #if /* Supported Compilers */ \ diff --git a/fwk/platform/posal/inc/hexagon/stringl.h b/fwk/platform/posal/inc/hexagon/stringl.h index c13694b1..6837655c 100644 --- a/fwk/platform/posal/inc/hexagon/stringl.h +++ b/fwk/platform/posal/inc/hexagon/stringl.h @@ -1,6 +1,6 @@ /*======================= COPYRIGHT NOTICE ==================================*] -[* Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. *] -[* SPDX-License-Identifier: BSD-3-Clause-Clear *] +[* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. *] +[* SPDX-License-Identifier: BSD-3-Clause *] [*===========================================================================*/ // Please note that this will be removed in QDSP6 integration diff --git a/fwk/platform/posal/inc/linux/comdef.h b/fwk/platform/posal/inc/linux/comdef.h index b30cc56d..ee69b808 100644 --- a/fwk/platform/posal/inc/linux/comdef.h +++ b/fwk/platform/posal/inc/linux/comdef.h @@ -4,8 +4,8 @@ * for compatibility with diag * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef COMDEF_H diff --git a/fwk/platform/posal/inc/linux/posal_atomic.h b/fwk/platform/posal/inc/linux/posal_atomic.h index 3d9ee948..4c34bed5 100644 --- a/fwk/platform/posal/inc/linux/posal_atomic.h +++ b/fwk/platform/posal/inc/linux/posal_atomic.h @@ -4,8 +4,8 @@ * This file is for atomic operations. This file provides functions for thread-safe operations on atomic variables. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef POSAL_ATOMIC_H diff --git a/fwk/platform/posal/inc/linux/posal_channel.h b/fwk/platform/posal/inc/linux/posal_channel.h index 2017c20b..ebb0458c 100644 --- a/fwk/platform/posal/inc/linux/posal_channel.h +++ b/fwk/platform/posal/inc/linux/posal_channel.h @@ -6,8 +6,8 @@ * signals and queues, be awakened when any desired element is active. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef POSAL_CHANNEL_H diff --git a/fwk/platform/posal/inc/linux/posal_inline_mutex.h b/fwk/platform/posal/inc/linux/posal_inline_mutex.h index cc68b168..94caa053 100644 --- a/fwk/platform/posal/inc/linux/posal_inline_mutex.h +++ b/fwk/platform/posal/inc/linux/posal_inline_mutex.h @@ -4,8 +4,8 @@ * An alterntitive mutex api for statically linked libraries to have lower memory overhead * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef POSAL_MUTEX_INLINE_H diff --git a/fwk/platform/posal/inc/linux/posal_internal_inline.h b/fwk/platform/posal/inc/linux/posal_internal_inline.h index 291b45b9..57c27f8c 100644 --- a/fwk/platform/posal/inc/linux/posal_internal_inline.h +++ b/fwk/platform/posal/inc/linux/posal_internal_inline.h @@ -5,8 +5,8 @@ * Must not be used by shared libraries due to backward compatibility concerns. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef POSAL_INTERNAL_INLINE_H diff --git a/fwk/platform/posal/inc/linux/posal_intrinsics.h b/fwk/platform/posal/inc/linux/posal_intrinsics.h index a5d80dbd..b7da82e9 100644 --- a/fwk/platform/posal/inc/linux/posal_intrinsics.h +++ b/fwk/platform/posal/inc/linux/posal_intrinsics.h @@ -6,8 +6,8 @@ * This file contains linux implementation of some intrinsics * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "posal_types.h" diff --git a/fwk/platform/posal/inc/linux/posal_linux_signal.h b/fwk/platform/posal/inc/linux/posal_linux_signal.h index d81c48aa..8f52423a 100644 --- a/fwk/platform/posal/inc/linux/posal_linux_signal.h +++ b/fwk/platform/posal/inc/linux/posal_linux_signal.h @@ -5,8 +5,8 @@ * This file contains a utilities to work with linux signal * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef POSAL_LINUX_SIGNAL_H #define POSAL_LINUX_SIGNAL_H diff --git a/fwk/platform/posal/inc/linux/posal_tgt_util.h b/fwk/platform/posal/inc/linux/posal_tgt_util.h index cfa4c509..339a4ab6 100644 --- a/fwk/platform/posal/inc/linux/posal_tgt_util.h +++ b/fwk/platform/posal/inc/linux/posal_tgt_util.h @@ -6,8 +6,8 @@ * This file contains few macros related to memory * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/fwk/platform/posal/inc/linux/posal_timer.h b/fwk/platform/posal/inc/linux/posal_timer.h index 5ff2c65a..ec11ae39 100644 --- a/fwk/platform/posal/inc/linux/posal_timer.h +++ b/fwk/platform/posal/inc/linux/posal_timer.h @@ -4,8 +4,8 @@ * This file contains utilities for timers. One-shot, period and sleep timers are provided. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef POSAL_TIMER_H diff --git a/fwk/platform/posal/inc/linux/posal_types.h b/fwk/platform/posal/inc/linux/posal_types.h index 8da922c2..ef322e70 100644 --- a/fwk/platform/posal/inc/linux/posal_types.h +++ b/fwk/platform/posal/inc/linux/posal_types.h @@ -6,8 +6,8 @@ * This file contains basic types and pre processor macros. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #if /* Supported Compilers */ \ diff --git a/fwk/platform/posal/inc/linux/stringl/stringl.h b/fwk/platform/posal/inc/linux/stringl/stringl.h index 3c0d713e..b1261754 100644 --- a/fwk/platform/posal/inc/linux/stringl/stringl.h +++ b/fwk/platform/posal/inc/linux/stringl/stringl.h @@ -1,6 +1,6 @@ /*======================= COPYRIGHT NOTICE ==================================*] -[* Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. *] -[* SPDX-License-Identifier: BSD-3-Clause-Clear *] +[* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. *] +[* SPDX-License-Identifier: BSD-3-Clause *] [*===========================================================================*/ // Please note that this will be removed in QDSP6 integration diff --git a/fwk/platform/posal/inc/posal.h b/fwk/platform/posal/inc/posal.h index e6e37d25..12c0f08a 100644 --- a/fwk/platform/posal/inc/posal.h +++ b/fwk/platform/posal/inc/posal.h @@ -6,8 +6,8 @@ * The user of posal should only include this file to call the posal functions * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _POSAL_H_ diff --git a/fwk/platform/posal/inc/posal_bufpool.h b/fwk/platform/posal/inc/posal_bufpool.h index 74374870..446e7111 100644 --- a/fwk/platform/posal/inc/posal_bufpool.h +++ b/fwk/platform/posal/inc/posal_bufpool.h @@ -4,8 +4,8 @@ * Header file for buffer pool functionality for small allocations. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef POSAL_BUFPOOL_H diff --git a/fwk/platform/posal/inc/posal_cache.h b/fwk/platform/posal/inc/posal_cache.h index 2614e38a..5bd416d4 100644 --- a/fwk/platform/posal/inc/posal_cache.h +++ b/fwk/platform/posal/inc/posal_cache.h @@ -4,8 +4,8 @@ * This file contains utilities for cache operations * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef POSAL_CACHE_H diff --git a/fwk/platform/posal/inc/posal_condvar.h b/fwk/platform/posal/inc/posal_condvar.h index c4038dd0..c93e29a2 100644 --- a/fwk/platform/posal/inc/posal_condvar.h +++ b/fwk/platform/posal/inc/posal_condvar.h @@ -4,8 +4,8 @@ * This file contains the ConditionVariables utilities. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef POSAL_CONDITIONVARIABLE_H diff --git a/fwk/platform/posal/inc/posal_data_log.h b/fwk/platform/posal/inc/posal_data_log.h index 182e429e..5c21b4fe 100644 --- a/fwk/platform/posal/inc/posal_data_log.h +++ b/fwk/platform/posal/inc/posal_data_log.h @@ -4,8 +4,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef POSAL_DATA_LOG_H diff --git a/fwk/platform/posal/inc/posal_err_fatal.h b/fwk/platform/posal/inc/posal_err_fatal.h index b2bd6740..449d7208 100644 --- a/fwk/platform/posal/inc/posal_err_fatal.h +++ b/fwk/platform/posal/inc/posal_err_fatal.h @@ -6,8 +6,8 @@ * Contains API to call force crash. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "posal_types.h" diff --git a/fwk/platform/posal/inc/posal_globalstate.h b/fwk/platform/posal/inc/posal_globalstate.h index bac18c31..f41269ff 100644 --- a/fwk/platform/posal/inc/posal_globalstate.h +++ b/fwk/platform/posal/inc/posal_globalstate.h @@ -6,8 +6,8 @@ * of active threads and malloc counters * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef POSAL_GLOBALSTATE_H diff --git a/fwk/platform/posal/inc/posal_heapmgr.h b/fwk/platform/posal/inc/posal_heapmgr.h index bd08d41b..c42ac216 100644 --- a/fwk/platform/posal/inc/posal_heapmgr.h +++ b/fwk/platform/posal/inc/posal_heapmgr.h @@ -5,8 +5,8 @@ * file provides memory allocation functions and macros for both C and C++. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef POSAL_HEAPMGR_H diff --git a/fwk/platform/posal/inc/posal_inline_mutex.h b/fwk/platform/posal/inc/posal_inline_mutex.h index 00367d93..4818e93e 100644 --- a/fwk/platform/posal/inc/posal_inline_mutex.h +++ b/fwk/platform/posal/inc/posal_inline_mutex.h @@ -4,8 +4,8 @@ * An alterntitive mutex api for statically linked libraries to have lower memory overhead * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef POSAL_MUTEX_INLINE_H diff --git a/fwk/platform/posal/inc/posal_internal_inline.h b/fwk/platform/posal/inc/posal_internal_inline.h index 32f165c6..cc0f603b 100644 --- a/fwk/platform/posal/inc/posal_internal_inline.h +++ b/fwk/platform/posal/inc/posal_internal_inline.h @@ -5,8 +5,8 @@ * Must not be used by shared libraries due to backward compatibility concerns. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef POSAL_INTERNAL_INLINE_H diff --git a/fwk/platform/posal/inc/posal_interrupt.h b/fwk/platform/posal/inc/posal_interrupt.h index 5cdeac0a..64fb240b 100644 --- a/fwk/platform/posal/inc/posal_interrupt.h +++ b/fwk/platform/posal/inc/posal_interrupt.h @@ -4,8 +4,8 @@ * This file contains utilities for registering with interrupts. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef POSAL_INTERRUPT_H diff --git a/fwk/platform/posal/inc/posal_island.h b/fwk/platform/posal/inc/posal_island.h index 0a8360b8..aafe97a2 100644 --- a/fwk/platform/posal/inc/posal_island.h +++ b/fwk/platform/posal/inc/posal_island.h @@ -4,8 +4,8 @@ * This file contains island utilities' declarations. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef POSAL_ISLAND_H diff --git a/fwk/platform/posal/inc/posal_mem_prof.h b/fwk/platform/posal/inc/posal_mem_prof.h index ac6916b8..5469cc9c 100644 --- a/fwk/platform/posal/inc/posal_mem_prof.h +++ b/fwk/platform/posal/inc/posal_mem_prof.h @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ======================================================================= diff --git a/fwk/platform/posal/inc/posal_memory.h b/fwk/platform/posal/inc/posal_memory.h index 7f623efb..c339acc0 100644 --- a/fwk/platform/posal/inc/posal_memory.h +++ b/fwk/platform/posal/inc/posal_memory.h @@ -5,8 +5,8 @@ * and macros for both C and C++. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef POSAL_MEMORY_H diff --git a/fwk/platform/posal/inc/posal_memorymap.h b/fwk/platform/posal/inc/posal_memorymap.h index 0ba8bbbe..38679879 100644 --- a/fwk/platform/posal/inc/posal_memorymap.h +++ b/fwk/platform/posal/inc/posal_memorymap.h @@ -5,7 +5,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef POSAL_MEMORYMAP_H diff --git a/fwk/platform/posal/inc/posal_mutex.h b/fwk/platform/posal/inc/posal_mutex.h index 4b8e665f..f1079606 100644 --- a/fwk/platform/posal/inc/posal_mutex.h +++ b/fwk/platform/posal/inc/posal_mutex.h @@ -4,8 +4,8 @@ * This file contains mutex utilites. Recursive mutexes are always used for thread-safe programming. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef POSAL_MUTEX_H diff --git a/fwk/platform/posal/inc/posal_nmutex.h b/fwk/platform/posal/inc/posal_nmutex.h index d733bd16..36ae3c3e 100644 --- a/fwk/platform/posal/inc/posal_nmutex.h +++ b/fwk/platform/posal/inc/posal_nmutex.h @@ -4,8 +4,8 @@ * This file contains normal mutex utilities. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef POSAL_NMUTEX_H diff --git a/fwk/platform/posal/inc/posal_power_mgr.h b/fwk/platform/posal/inc/posal_power_mgr.h index dfd7d2bc..da57bc0a 100644 --- a/fwk/platform/posal/inc/posal_power_mgr.h +++ b/fwk/platform/posal/inc/posal_power_mgr.h @@ -4,8 +4,8 @@ * Lite Wrapper for PM. Mainly to serve profiling. goal is not to hide MMPM/PM details * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef POSAL_POWER_MGR_H diff --git a/fwk/platform/posal/inc/posal_queue.h b/fwk/platform/posal/inc/posal_queue.h index 5fa2cfaa..9a7bff94 100644 --- a/fwk/platform/posal/inc/posal_queue.h +++ b/fwk/platform/posal/inc/posal_queue.h @@ -8,7 +8,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef POSAL_QUEUE_H diff --git a/fwk/platform/posal/inc/posal_root_msg.h b/fwk/platform/posal/inc/posal_root_msg.h index 3ef4506f..c9e957a4 100644 --- a/fwk/platform/posal/inc/posal_root_msg.h +++ b/fwk/platform/posal/inc/posal_root_msg.h @@ -4,8 +4,8 @@ /*============================================================================== @brief Posal Root logging - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ /* ======================================================================= diff --git a/fwk/platform/posal/inc/posal_rtld.h b/fwk/platform/posal/inc/posal_rtld.h index 141bac9a..58e6c6a8 100644 --- a/fwk/platform/posal/inc/posal_rtld.h +++ b/fwk/platform/posal/inc/posal_rtld.h @@ -5,8 +5,8 @@ * This file contains the Run-Time Linking (rtld) utilities. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef POSAL_RTLD_H diff --git a/fwk/platform/posal/inc/posal_signal.h b/fwk/platform/posal/inc/posal_signal.h index 4912625f..a467d94e 100644 --- a/fwk/platform/posal/inc/posal_signal.h +++ b/fwk/platform/posal/inc/posal_signal.h @@ -4,8 +4,8 @@ * This file contains signal utilities. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef POSAL_SIGNAL_H diff --git a/fwk/platform/posal/inc/posal_std.h b/fwk/platform/posal/inc/posal_std.h index 8204470a..8fcbe868 100644 --- a/fwk/platform/posal/inc/posal_std.h +++ b/fwk/platform/posal/inc/posal_std.h @@ -6,8 +6,8 @@ * This file contains standard C functions * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "posal_types.h" diff --git a/fwk/platform/posal/inc/posal_thread.h b/fwk/platform/posal/inc/posal_thread.h index 5e24a6a9..2a51a6c0 100644 --- a/fwk/platform/posal/inc/posal_thread.h +++ b/fwk/platform/posal/inc/posal_thread.h @@ -6,8 +6,8 @@ * and to change thread priorities. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef POSAL_THREAD_H diff --git a/fwk/platform/posal/inc/posal_thread_prio.h b/fwk/platform/posal/inc/posal_thread_prio.h index 0d67d1b9..72c8e893 100644 --- a/fwk/platform/posal/inc/posal_thread_prio.h +++ b/fwk/platform/posal/inc/posal_thread_prio.h @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef POSAL_THREAD_PRIO_H diff --git a/fwk/platform/posal/inc/posal_thread_profiling.h b/fwk/platform/posal/inc/posal_thread_profiling.h index dd0127ae..cc57a8cd 100644 --- a/fwk/platform/posal/inc/posal_thread_profiling.h +++ b/fwk/platform/posal/inc/posal_thread_profiling.h @@ -4,8 +4,8 @@ * This file contains PUBLIC utilities for thread profiling. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _POSAL_THREAD_PROFILING_H_ diff --git a/fwk/platform/posal/inc/posal_time.h b/fwk/platform/posal/inc/posal_time.h index 2cc983c5..2849aeaf 100644 --- a/fwk/platform/posal/inc/posal_time.h +++ b/fwk/platform/posal/inc/posal_time.h @@ -9,7 +9,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause * ========================================================================= */ diff --git a/fwk/platform/posal/inc/private/posal_island_private.h b/fwk/platform/posal/inc/private/posal_island_private.h index 6bcf83c3..febf52e4 100644 --- a/fwk/platform/posal/inc/private/posal_island_private.h +++ b/fwk/platform/posal/inc/private/posal_island_private.h @@ -4,8 +4,8 @@ * This file contains private (not shipped) declarations * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef POSAL_ISLAND_PRIVATE_H diff --git a/fwk/platform/posal/inc/private/posal_private.h b/fwk/platform/posal/inc/private/posal_private.h index 01eacf01..7885b365 100644 --- a/fwk/platform/posal/inc/private/posal_private.h +++ b/fwk/platform/posal/inc/private/posal_private.h @@ -5,8 +5,8 @@ * This file contains declarations for posal private functions * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef POSAL_PRIVATE_H diff --git a/fwk/platform/posal/src/generic/posal_bufpool.c b/fwk/platform/posal/src/generic/posal_bufpool.c index 03e82234..f2f25188 100644 --- a/fwk/platform/posal/src/generic/posal_bufpool.c +++ b/fwk/platform/posal/src/generic/posal_bufpool.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ======================================================================= diff --git a/fwk/platform/posal/src/generic/posal_bufpool_i.h b/fwk/platform/posal/src/generic/posal_bufpool_i.h index d9137bf9..8873e3db 100644 --- a/fwk/platform/posal/src/generic/posal_bufpool_i.h +++ b/fwk/platform/posal/src/generic/posal_bufpool_i.h @@ -4,8 +4,8 @@ * Header file for buffer pool functionality for small allocations. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef POSAL_BUFPOOL_I_H diff --git a/fwk/platform/posal/src/generic/posal_bufpool_island.c b/fwk/platform/posal/src/generic/posal_bufpool_island.c index 74ccdc73..ee283eb1 100644 --- a/fwk/platform/posal/src/generic/posal_bufpool_island.c +++ b/fwk/platform/posal/src/generic/posal_bufpool_island.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ======================================================================= diff --git a/fwk/platform/posal/src/generic/posal_channel.c b/fwk/platform/posal/src/generic/posal_channel.c index 45ec97b2..294f7eb8 100644 --- a/fwk/platform/posal/src/generic/posal_channel.c +++ b/fwk/platform/posal/src/generic/posal_channel.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ======================================================================= diff --git a/fwk/platform/posal/src/generic/posal_channel_island.c b/fwk/platform/posal/src/generic/posal_channel_island.c index e0c43ba6..cd6233a1 100644 --- a/fwk/platform/posal/src/generic/posal_channel_island.c +++ b/fwk/platform/posal/src/generic/posal_channel_island.c @@ -6,8 +6,8 @@ * be woken when any desired element is active. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ======================================================================= diff --git a/fwk/platform/posal/src/generic/posal_data_log_island.c b/fwk/platform/posal/src/generic/posal_data_log_island.c index e578f5bf..d6321c98 100644 --- a/fwk/platform/posal/src/generic/posal_data_log_island.c +++ b/fwk/platform/posal/src/generic/posal_data_log_island.c @@ -4,8 +4,8 @@ * This file contains utilities data logging for sim * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ======================================================================= diff --git a/fwk/platform/posal/src/generic/posal_err_fatal.c b/fwk/platform/posal/src/generic/posal_err_fatal.c index f8289001..7f8b2f90 100644 --- a/fwk/platform/posal/src/generic/posal_err_fatal.c +++ b/fwk/platform/posal/src/generic/posal_err_fatal.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause * * Copyright (c) 1998 Todd C. Miller * diff --git a/fwk/platform/posal/src/generic/posal_power_mgr.c b/fwk/platform/posal/src/generic/posal_power_mgr.c index 97047499..2aeff5ca 100644 --- a/fwk/platform/posal/src/generic/posal_power_mgr.c +++ b/fwk/platform/posal/src/generic/posal_power_mgr.c @@ -4,8 +4,8 @@ * This file contains profiling utilities. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ======================================================================= diff --git a/fwk/platform/posal/src/generic/posal_queue.c b/fwk/platform/posal/src/generic/posal_queue.c index 18860639..0a03d369 100644 --- a/fwk/platform/posal/src/generic/posal_queue.c +++ b/fwk/platform/posal/src/generic/posal_queue.c @@ -4,8 +4,8 @@ * This file contains an efficient queue of 8-uint8_t nodes. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ======================================================================= diff --git a/fwk/platform/posal/src/generic/posal_queue_i.h b/fwk/platform/posal/src/generic/posal_queue_i.h index ddd961ae..c725163c 100644 --- a/fwk/platform/posal/src/generic/posal_queue_i.h +++ b/fwk/platform/posal/src/generic/posal_queue_i.h @@ -6,8 +6,8 @@ * function where possible * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _POSAL_QUEUE_I_H diff --git a/fwk/platform/posal/src/generic/posal_queue_island.c b/fwk/platform/posal/src/generic/posal_queue_island.c index cd845dd3..2ea31ed6 100644 --- a/fwk/platform/posal/src/generic/posal_queue_island.c +++ b/fwk/platform/posal/src/generic/posal_queue_island.c @@ -5,7 +5,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ /* ======================================================================= diff --git a/fwk/platform/posal/src/generic/posal_signal.c b/fwk/platform/posal/src/generic/posal_signal.c index a93d27c2..0ccb2be2 100644 --- a/fwk/platform/posal/src/generic/posal_signal.c +++ b/fwk/platform/posal/src/generic/posal_signal.c @@ -4,8 +4,8 @@ * This file contains signals utilities. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "posal.h" diff --git a/fwk/platform/posal/src/generic/posal_signal_island.c b/fwk/platform/posal/src/generic/posal_signal_island.c index 4876e735..fb228d09 100644 --- a/fwk/platform/posal/src/generic/posal_signal_island.c +++ b/fwk/platform/posal/src/generic/posal_signal_island.c @@ -4,8 +4,8 @@ * This file contains signals utilities. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "posal.h" diff --git a/fwk/platform/posal/src/generic/posal_std.c b/fwk/platform/posal/src/generic/posal_std.c index 72ff0250..b2eeeb2a 100644 --- a/fwk/platform/posal/src/generic/posal_std.c +++ b/fwk/platform/posal/src/generic/posal_std.c @@ -4,8 +4,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /**************************************************************************** diff --git a/fwk/platform/posal/src/generic/posal_thread_attr_def.h b/fwk/platform/posal/src/generic/posal_thread_attr_def.h index 5b6f446f..02855cb9 100644 --- a/fwk/platform/posal/src/generic/posal_thread_attr_def.h +++ b/fwk/platform/posal/src/generic/posal_thread_attr_def.h @@ -5,8 +5,8 @@ * for all the platforms. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef POSAL_THREAD_ATTR_DEF_H_ diff --git a/fwk/platform/posal/src/generic/posal_thread_prio.c b/fwk/platform/posal/src/generic/posal_thread_prio.c index 3149cc96..7fed83e4 100644 --- a/fwk/platform/posal/src/generic/posal_thread_prio.c +++ b/fwk/platform/posal/src/generic/posal_thread_prio.c @@ -4,8 +4,8 @@ * This file contains functional implementations that are exposed to the framework to be invoked in order to retrieve the thread priority. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ======================================================================= diff --git a/fwk/platform/posal/src/generic/posal_thread_profiling.c b/fwk/platform/posal/src/generic/posal_thread_profiling.c index b2739645..143e2734 100644 --- a/fwk/platform/posal/src/generic/posal_thread_profiling.c +++ b/fwk/platform/posal/src/generic/posal_thread_profiling.c @@ -4,8 +4,8 @@ * This file contains definitions for thread profiling utilities. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ======================================================================= diff --git a/fwk/platform/posal/src/generic/posal_thread_profiling_i.h b/fwk/platform/posal/src/generic/posal_thread_profiling_i.h index e97643c5..98564edf 100644 --- a/fwk/platform/posal/src/generic/posal_thread_profiling_i.h +++ b/fwk/platform/posal/src/generic/posal_thread_profiling_i.h @@ -4,8 +4,8 @@ * This file contains utilities for thread profiling. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/fwk/platform/posal/src/generic/posal_thread_util.c b/fwk/platform/posal/src/generic/posal_thread_util.c index 270a9ea7..e19d0aa7 100644 --- a/fwk/platform/posal/src/generic/posal_thread_util.c +++ b/fwk/platform/posal/src/generic/posal_thread_util.c @@ -4,8 +4,8 @@ * This file contains utilities for threads * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ======================================================================= diff --git a/fwk/platform/posal/src/linux/posal.c b/fwk/platform/posal/src/linux/posal.c index 8a376ba6..24a60442 100644 --- a/fwk/platform/posal/src/linux/posal.c +++ b/fwk/platform/posal/src/linux/posal.c @@ -6,8 +6,8 @@ * threads, malloc counters, etc. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ======================================================================= diff --git a/fwk/platform/posal/src/linux/posal_cache.c b/fwk/platform/posal/src/linux/posal_cache.c index 72de1d45..e55e08a4 100644 --- a/fwk/platform/posal/src/linux/posal_cache.c +++ b/fwk/platform/posal/src/linux/posal_cache.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ---------------------------------------------------------------------------- diff --git a/fwk/platform/posal/src/linux/posal_cache_island.c b/fwk/platform/posal/src/linux/posal_cache_island.c index 7e26274c..62aa288d 100644 --- a/fwk/platform/posal/src/linux/posal_cache_island.c +++ b/fwk/platform/posal/src/linux/posal_cache_island.c @@ -4,8 +4,8 @@ * This file contains a utility for cache operations. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/fwk/platform/posal/src/linux/posal_condvar.c b/fwk/platform/posal/src/linux/posal_condvar.c index 8ea8d078..82dc6fa6 100644 --- a/fwk/platform/posal/src/linux/posal_condvar.c +++ b/fwk/platform/posal/src/linux/posal_condvar.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "posal_condvar.h" diff --git a/fwk/platform/posal/src/linux/posal_data_log.c b/fwk/platform/posal/src/linux/posal_data_log.c index 92d3bbaa..4c345c11 100644 --- a/fwk/platform/posal/src/linux/posal_data_log.c +++ b/fwk/platform/posal/src/linux/posal_data_log.c @@ -4,8 +4,8 @@ * This file contains utilities for data logging for on-target * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ======================================================================= diff --git a/fwk/platform/posal/src/linux/posal_data_log_i.h b/fwk/platform/posal/src/linux/posal_data_log_i.h index 6688a022..f0177edf 100644 --- a/fwk/platform/posal/src/linux/posal_data_log_i.h +++ b/fwk/platform/posal/src/linux/posal_data_log_i.h @@ -6,8 +6,8 @@ * Internal definitions needed for data logging utility * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ---------------------------------------------------------------------------- diff --git a/fwk/platform/posal/src/linux/posal_internal.h b/fwk/platform/posal/src/linux/posal_internal.h index cddf987e..b4c0a6ea 100644 --- a/fwk/platform/posal/src/linux/posal_internal.h +++ b/fwk/platform/posal/src/linux/posal_internal.h @@ -4,8 +4,8 @@ * Internal definitions * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef POSAL_INTERNAL_H diff --git a/fwk/platform/posal/src/linux/posal_linux_signal.c b/fwk/platform/posal/src/linux/posal_linux_signal.c index 93b7187f..7d4f54d6 100644 --- a/fwk/platform/posal/src/linux/posal_linux_signal.c +++ b/fwk/platform/posal/src/linux/posal_linux_signal.c @@ -6,8 +6,8 @@ * signal APIs * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ---------------------------------------------------------------------------- * Include Files diff --git a/fwk/platform/posal/src/linux/posal_linux_stubs.c b/fwk/platform/posal/src/linux/posal_linux_stubs.c index bc2e80b2..65e6da84 100644 --- a/fwk/platform/posal/src/linux/posal_linux_stubs.c +++ b/fwk/platform/posal/src/linux/posal_linux_stubs.c @@ -6,8 +6,8 @@ * implemented for Linux SPF * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ---------------------------------------------------------------------------- * Include Files diff --git a/fwk/platform/posal/src/linux/posal_linux_thread.c b/fwk/platform/posal/src/linux/posal_linux_thread.c index 612479ab..5d887c32 100644 --- a/fwk/platform/posal/src/linux/posal_linux_thread.c +++ b/fwk/platform/posal/src/linux/posal_linux_thread.c @@ -4,8 +4,8 @@ * This file contains utilities for Linux threads * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ---------------------------------------------------------------------------- diff --git a/fwk/platform/posal/src/linux/posal_mem_prof.c b/fwk/platform/posal/src/linux/posal_mem_prof.c index bb2cfb90..3189a60f 100644 --- a/fwk/platform/posal/src/linux/posal_mem_prof.c +++ b/fwk/platform/posal/src/linux/posal_mem_prof.c @@ -4,8 +4,8 @@ * This file contains a utility for memory profile. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ---------------------------------------------------------------------------- diff --git a/fwk/platform/posal/src/linux/posal_memory.c b/fwk/platform/posal/src/linux/posal_memory.c index 026b91c8..2206dfbf 100644 --- a/fwk/platform/posal/src/linux/posal_memory.c +++ b/fwk/platform/posal/src/linux/posal_memory.c @@ -4,8 +4,8 @@ * This file contains a utility for memory allocation. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ---------------------------------------------------------------------------- diff --git a/fwk/platform/posal/src/linux/posal_memory_i.h b/fwk/platform/posal/src/linux/posal_memory_i.h index 42cb3162..b3bf5303 100644 --- a/fwk/platform/posal/src/linux/posal_memory_i.h +++ b/fwk/platform/posal/src/linux/posal_memory_i.h @@ -4,8 +4,8 @@ * Internal definitions * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef POSAL_MEMORY_I_H diff --git a/fwk/platform/posal/src/linux/posal_memory_island.c b/fwk/platform/posal/src/linux/posal_memory_island.c index f8edce1c..58106436 100644 --- a/fwk/platform/posal/src/linux/posal_memory_island.c +++ b/fwk/platform/posal/src/linux/posal_memory_island.c @@ -4,8 +4,8 @@ * This file contains a utility for memory allocation. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ------------------------------------------------------------------------- diff --git a/fwk/platform/posal/src/linux/posal_memory_stats.c b/fwk/platform/posal/src/linux/posal_memory_stats.c index bb3c2a9b..32f11ad6 100644 --- a/fwk/platform/posal/src/linux/posal_memory_stats.c +++ b/fwk/platform/posal/src/linux/posal_memory_stats.c @@ -4,8 +4,8 @@ * This file contains a utility for memory allocation. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ---------------------------------------------------------------------------- diff --git a/fwk/platform/posal/src/linux/posal_memorymap.c b/fwk/platform/posal/src/linux/posal_memorymap.c index 2f155e6f..55141c41 100644 --- a/fwk/platform/posal/src/linux/posal_memorymap.c +++ b/fwk/platform/posal/src/linux/posal_memorymap.c @@ -5,7 +5,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ /* ---------------------------------------------------------------------------- diff --git a/fwk/platform/posal/src/linux/posal_memorymap_island.c b/fwk/platform/posal/src/linux/posal_memorymap_island.c index 8ff37a82..876a9498 100644 --- a/fwk/platform/posal/src/linux/posal_memorymap_island.c +++ b/fwk/platform/posal/src/linux/posal_memorymap_island.c @@ -4,8 +4,8 @@ * This file contains a utility for memory mapping and unmapping shared memory, LPM etc. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ---------------------------------------------------------------------------- diff --git a/fwk/platform/posal/src/linux/posal_mems_util.c b/fwk/platform/posal/src/linux/posal_mems_util.c index 395fab25..7c11834d 100644 --- a/fwk/platform/posal/src/linux/posal_mems_util.c +++ b/fwk/platform/posal/src/linux/posal_mems_util.c @@ -1,6 +1,6 @@ /*======================= COPYRIGHT NOTICE ==================================*] -[* Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. *] -[* SPDX-License-Identifier: BSD-3-Clause-Clear *] +[* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. *] +[* SPDX-License-Identifier: BSD-3-Clause *] [*===========================================================================*/ /* diff --git a/fwk/platform/posal/src/linux/posal_mutex.c b/fwk/platform/posal/src/linux/posal_mutex.c index 4b3152e1..9971f4e0 100644 --- a/fwk/platform/posal/src/linux/posal_mutex.c +++ b/fwk/platform/posal/src/linux/posal_mutex.c @@ -4,8 +4,8 @@ * This file contains utilities for using mutex functionalities. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ---------------------------------------------------------------------------- diff --git a/fwk/platform/posal/src/linux/posal_nmutex.c b/fwk/platform/posal/src/linux/posal_nmutex.c index 17ff5421..5fac9183 100644 --- a/fwk/platform/posal/src/linux/posal_nmutex.c +++ b/fwk/platform/posal/src/linux/posal_nmutex.c @@ -4,8 +4,8 @@ * This file contains normal mutex utilities like initialization mutex, lock,unlock, try lock and destroy mutex. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ======================================================================= diff --git a/fwk/platform/posal/src/linux/posal_power_mgr.c b/fwk/platform/posal/src/linux/posal_power_mgr.c index 084a1525..c3497e66 100644 --- a/fwk/platform/posal/src/linux/posal_power_mgr.c +++ b/fwk/platform/posal/src/linux/posal_power_mgr.c @@ -4,8 +4,8 @@ * This file contains profiling utilities. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ======================================================================= diff --git a/fwk/platform/posal/src/linux/posal_rtld.c b/fwk/platform/posal/src/linux/posal_rtld.c index e2773230..7698eb40 100644 --- a/fwk/platform/posal/src/linux/posal_rtld.c +++ b/fwk/platform/posal/src/linux/posal_rtld.c @@ -4,8 +4,8 @@ * This file contains wrappers for dl handling functions. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ======================================================================= diff --git a/fwk/platform/posal/src/linux/posal_target_i.h b/fwk/platform/posal/src/linux/posal_target_i.h index bf453dba..a75820a1 100644 --- a/fwk/platform/posal/src/linux/posal_target_i.h +++ b/fwk/platform/posal/src/linux/posal_target_i.h @@ -6,8 +6,8 @@ * implementation. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef POSAL_TARGET_I_H #define POSAL_TARGET_I_H diff --git a/fwk/platform/posal/src/linux/posal_thread_attr_cfg.c b/fwk/platform/posal/src/linux/posal_thread_attr_cfg.c index 67c8f38b..da06c3ef 100644 --- a/fwk/platform/posal/src/linux/posal_thread_attr_cfg.c +++ b/fwk/platform/posal/src/linux/posal_thread_attr_cfg.c @@ -7,8 +7,8 @@ * Also defines the appropriate static and dynamic LUTs. * * @copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/fwk/platform/posal/src/linux/posal_thread_attr_cfg_i.h b/fwk/platform/posal/src/linux/posal_thread_attr_cfg_i.h index 4c11784b..129ee259 100644 --- a/fwk/platform/posal/src/linux/posal_thread_attr_cfg_i.h +++ b/fwk/platform/posal/src/linux/posal_thread_attr_cfg_i.h @@ -2,8 +2,8 @@ * @file posal_thread_attr_cfg_i.h * * @copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/fwk/platform/posal/src/linux/posal_timer.c b/fwk/platform/posal/src/linux/posal_timer.c index e6eb07f7..7c8bef3a 100644 --- a/fwk/platform/posal/src/linux/posal_timer.c +++ b/fwk/platform/posal/src/linux/posal_timer.c @@ -4,8 +4,8 @@ * This file contains utilities of Timers , such as timer create, start/restart,delete. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ======================================================================= diff --git a/fwk/platform/posal/src/linux/private/posal_private.c b/fwk/platform/posal/src/linux/private/posal_private.c index 00e3a6ce..3f5ad76a 100644 --- a/fwk/platform/posal/src/linux/private/posal_private.c +++ b/fwk/platform/posal/src/linux/private/posal_private.c @@ -4,8 +4,8 @@ * This file contains private (not shipped) function defintions * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ======================================================================= diff --git a/fwk/platform/private/api/platform_internal_api.h b/fwk/platform/private/api/platform_internal_api.h index 7f75f9ff..6139113f 100644 --- a/fwk/platform/private/api/platform_internal_api.h +++ b/fwk/platform/private/api/platform_internal_api.h @@ -1,6 +1,6 @@ /*======================================================================== -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ========================================================================= */ /** @file platform_internal_api.h diff --git a/fwk/platform/private/api/platform_internal_dcm_if.h b/fwk/platform/private/api/platform_internal_dcm_if.h index 3d2fa421..e8cd1d32 100644 --- a/fwk/platform/private/api/platform_internal_dcm_if.h +++ b/fwk/platform/private/api/platform_internal_dcm_if.h @@ -1,6 +1,6 @@ /*======================================================================== -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ========================================================================= */ /** @file platform_internal_dcm_if.h diff --git a/fwk/spf/amdb/core/inc/amdb_autogen_def.h b/fwk/spf/amdb/core/inc/amdb_autogen_def.h index 0842df34..91108720 100644 --- a/fwk/spf/amdb/core/inc/amdb_autogen_def.h +++ b/fwk/spf/amdb/core/inc/amdb_autogen_def.h @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "posal.h" diff --git a/fwk/spf/amdb/core/inc/amdb_static.h b/fwk/spf/amdb/core/inc/amdb_static.h index 6229854f..534c470a 100644 --- a/fwk/spf/amdb/core/inc/amdb_static.h +++ b/fwk/spf/amdb/core/inc/amdb_static.h @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "amdb_api.h" diff --git a/fwk/spf/amdb/core/src/amdb.c b/fwk/spf/amdb/core/src/amdb.c index dfeb66fe..386957ea 100644 --- a/fwk/spf/amdb/core/src/amdb.c +++ b/fwk/spf/amdb/core/src/amdb.c @@ -4,8 +4,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "amdb_internal.h" diff --git a/fwk/spf/amdb/core/src/amdb_capi.c b/fwk/spf/amdb/core/src/amdb_capi.c index 1adbf465..ef7a81ba 100644 --- a/fwk/spf/amdb/core/src/amdb_capi.c +++ b/fwk/spf/amdb/core/src/amdb_capi.c @@ -4,8 +4,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "amdb_internal.h" diff --git a/fwk/spf/amdb/core/src/amdb_capi_island.c b/fwk/spf/amdb/core/src/amdb_capi_island.c index 2fbfbb4d..dddfb547 100644 --- a/fwk/spf/amdb/core/src/amdb_capi_island.c +++ b/fwk/spf/amdb/core/src/amdb_capi_island.c @@ -4,8 +4,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "amdb_internal.h" diff --git a/fwk/spf/amdb/core/src/amdb_internal.h b/fwk/spf/amdb/core/src/amdb_internal.h index fa97f180..5a155326 100644 --- a/fwk/spf/amdb/core/src/amdb_internal.h +++ b/fwk/spf/amdb/core/src/amdb_internal.h @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi.h" diff --git a/fwk/spf/amdb/core/src/amdb_static_loading.c b/fwk/spf/amdb/core/src/amdb_static_loading.c index 9b9f7b34..9670e388 100644 --- a/fwk/spf/amdb/core/src/amdb_static_loading.c +++ b/fwk/spf/amdb/core/src/amdb_static_loading.c @@ -4,8 +4,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "amdb_internal.h" diff --git a/fwk/spf/amdb/core/src/amdb_utils.c b/fwk/spf/amdb/core/src/amdb_utils.c index 696d1def..00da08f0 100644 --- a/fwk/spf/amdb/core/src/amdb_utils.c +++ b/fwk/spf/amdb/core/src/amdb_utils.c @@ -4,8 +4,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "amdb_internal.h" diff --git a/fwk/spf/amdb/core/src/private/amdb_private_utils.c b/fwk/spf/amdb/core/src/private/amdb_private_utils.c index 0beaff2e..a6fe6df5 100644 --- a/fwk/spf/amdb/core/src/private/amdb_private_utils.c +++ b/fwk/spf/amdb/core/src/private/amdb_private_utils.c @@ -4,8 +4,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "amdb_internal.h" diff --git a/fwk/spf/amdb/ext/inc/amdb_offload_utils.h b/fwk/spf/amdb/ext/inc/amdb_offload_utils.h index 8a00f82e..8f3de961 100644 --- a/fwk/spf/amdb/ext/inc/amdb_offload_utils.h +++ b/fwk/spf/amdb/ext/inc/amdb_offload_utils.h @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /**************************************************************************** diff --git a/fwk/spf/amdb/ext/inc/amdb_thread.h b/fwk/spf/amdb/ext/inc/amdb_thread.h index 0f6132bc..e2474c23 100644 --- a/fwk/spf/amdb/ext/inc/amdb_thread.h +++ b/fwk/spf/amdb/ext/inc/amdb_thread.h @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_error_codes.h" diff --git a/fwk/spf/amdb/ext/src/amdb_cmd_handler.c b/fwk/spf/amdb/ext/src/amdb_cmd_handler.c index aa65981f..989f4f8a 100644 --- a/fwk/spf/amdb/ext/src/amdb_cmd_handler.c +++ b/fwk/spf/amdb/ext/src/amdb_cmd_handler.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "amdb_cmd_handler.h" diff --git a/fwk/spf/amdb/ext/src/amdb_cmd_handler.h b/fwk/spf/amdb/ext/src/amdb_cmd_handler.h index adf24aeb..eb9c59c6 100644 --- a/fwk/spf/amdb/ext/src/amdb_cmd_handler.h +++ b/fwk/spf/amdb/ext/src/amdb_cmd_handler.h @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spf_cmn_if.h" diff --git a/fwk/spf/amdb/ext/src/amdb_dynamic_loading.c b/fwk/spf/amdb/ext/src/amdb_dynamic_loading.c index f7fb7728..908dfacc 100644 --- a/fwk/spf/amdb/ext/src/amdb_dynamic_loading.c +++ b/fwk/spf/amdb/ext/src/amdb_dynamic_loading.c @@ -4,8 +4,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "amdb_internal.h" diff --git a/fwk/spf/amdb/ext/src/amdb_offload_utils.c b/fwk/spf/amdb/ext/src/amdb_offload_utils.c index 758de769..3fc13abc 100644 --- a/fwk/spf/amdb/ext/src/amdb_offload_utils.c +++ b/fwk/spf/amdb/ext/src/amdb_offload_utils.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "amdb_offload_utils.h" diff --git a/fwk/spf/amdb/ext/src/amdb_parallel_loader.c b/fwk/spf/amdb/ext/src/amdb_parallel_loader.c index 7cbcd4eb..26112f00 100644 --- a/fwk/spf/amdb/ext/src/amdb_parallel_loader.c +++ b/fwk/spf/amdb/ext/src/amdb_parallel_loader.c @@ -4,8 +4,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "amdb_parallel_loader.h" diff --git a/fwk/spf/amdb/ext/src/amdb_parallel_loader.h b/fwk/spf/amdb/ext/src/amdb_parallel_loader.h index ead9a7c6..3345f8b8 100644 --- a/fwk/spf/amdb/ext/src/amdb_parallel_loader.h +++ b/fwk/spf/amdb/ext/src/amdb_parallel_loader.h @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef AMDB_PARALLEL_LOADER_H diff --git a/fwk/spf/amdb/ext/src/amdb_queue.c b/fwk/spf/amdb/ext/src/amdb_queue.c index 3b03c1e0..6255df59 100644 --- a/fwk/spf/amdb/ext/src/amdb_queue.c +++ b/fwk/spf/amdb/ext/src/amdb_queue.c @@ -4,8 +4,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "amdb_queue.h" diff --git a/fwk/spf/amdb/ext/src/amdb_queue.h b/fwk/spf/amdb/ext/src/amdb_queue.h index 8ef55906..8bf691fd 100644 --- a/fwk/spf/amdb/ext/src/amdb_queue.h +++ b/fwk/spf/amdb/ext/src/amdb_queue.h @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef AMDB_QUEUE_H diff --git a/fwk/spf/amdb/ext/src/amdb_resource_voter.c b/fwk/spf/amdb/ext/src/amdb_resource_voter.c index 9aaa03fa..46cd0853 100644 --- a/fwk/spf/amdb/ext/src/amdb_resource_voter.c +++ b/fwk/spf/amdb/ext/src/amdb_resource_voter.c @@ -4,8 +4,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "amdb_resource_voter.h" diff --git a/fwk/spf/amdb/ext/src/amdb_resource_voter.h b/fwk/spf/amdb/ext/src/amdb_resource_voter.h index c367cf35..c5fdd62c 100644 --- a/fwk/spf/amdb/ext/src/amdb_resource_voter.h +++ b/fwk/spf/amdb/ext/src/amdb_resource_voter.h @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef AMDB_RESOURCE_VOTER_H diff --git a/fwk/spf/amdb/ext/src/amdb_thread.c b/fwk/spf/amdb/ext/src/amdb_thread.c index 984bd928..8f72595a 100644 --- a/fwk/spf/amdb/ext/src/amdb_thread.c +++ b/fwk/spf/amdb/ext/src/amdb_thread.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /**============================================================================== diff --git a/fwk/spf/amdb/ext/src/amdb_thread_i.h b/fwk/spf/amdb/ext/src/amdb_thread_i.h index 9a0ac832..05276618 100644 --- a/fwk/spf/amdb/ext/src/amdb_thread_i.h +++ b/fwk/spf/amdb/ext/src/amdb_thread_i.h @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "posal.h" diff --git a/fwk/spf/amdb/ext/stub/amdb_offload_utils.c b/fwk/spf/amdb/ext/stub/amdb_offload_utils.c index 1aab6ca7..fce5c487 100644 --- a/fwk/spf/amdb/ext/stub/amdb_offload_utils.c +++ b/fwk/spf/amdb/ext/stub/amdb_offload_utils.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /**************************************************************************** diff --git a/fwk/spf/amdb/ext/stub/amdb_thread_stub.c b/fwk/spf/amdb/ext/stub/amdb_thread_stub.c index 43139050..2d02fe09 100644 --- a/fwk/spf/amdb/ext/stub/amdb_thread_stub.c +++ b/fwk/spf/amdb/ext/stub/amdb_thread_stub.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /**============================================================================== diff --git a/fwk/spf/apm/core/inc/apm.h b/fwk/spf/apm/core/inc/apm.h index ba1f0220..620433f7 100644 --- a/fwk/spf/apm/core/inc/apm.h +++ b/fwk/spf/apm/core/inc/apm.h @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_error_codes.h" diff --git a/fwk/spf/apm/core/inc/apm_graph_db.h b/fwk/spf/apm/core/inc/apm_graph_db.h index 9c970c5b..49b3a1e6 100644 --- a/fwk/spf/apm/core/inc/apm_graph_db.h +++ b/fwk/spf/apm/core/inc/apm_graph_db.h @@ -9,7 +9,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "spf_list_utils.h" diff --git a/fwk/spf/apm/core/src/apm.c b/fwk/spf/apm/core/src/apm.c index 5d9e1d86..29529b1a 100644 --- a/fwk/spf/apm/core/src/apm.c +++ b/fwk/spf/apm/core/src/apm.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /**============================================================================== diff --git a/fwk/spf/apm/core/src/apm_cmd_sequencer.c b/fwk/spf/apm/core/src/apm_cmd_sequencer.c index f9fe3d55..2cd01db7 100644 --- a/fwk/spf/apm/core/src/apm_cmd_sequencer.c +++ b/fwk/spf/apm/core/src/apm_cmd_sequencer.c @@ -7,7 +7,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "apm_msg_utils.h" diff --git a/fwk/spf/apm/core/src/apm_cmd_sequencer.h b/fwk/spf/apm/core/src/apm_cmd_sequencer.h index 63a8e6dd..55389ea9 100644 --- a/fwk/spf/apm/core/src/apm_cmd_sequencer.h +++ b/fwk/spf/apm/core/src/apm_cmd_sequencer.h @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _APM_CMD_SEQUENCER_H_ diff --git a/fwk/spf/apm/core/src/apm_cmd_utils.c b/fwk/spf/apm/core/src/apm_cmd_utils.c index d42948e7..f94baa2c 100644 --- a/fwk/spf/apm/core/src/apm_cmd_utils.c +++ b/fwk/spf/apm/core/src/apm_cmd_utils.c @@ -7,7 +7,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ /**************************************************************************** diff --git a/fwk/spf/apm/core/src/apm_cmd_utils.h b/fwk/spf/apm/core/src/apm_cmd_utils.h index f422417c..2ad88d7d 100644 --- a/fwk/spf/apm/core/src/apm_cmd_utils.h +++ b/fwk/spf/apm/core/src/apm_cmd_utils.h @@ -9,8 +9,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "apm_internal.h" diff --git a/fwk/spf/apm/core/src/apm_gpr_cmd_handler.c b/fwk/spf/apm/core/src/apm_gpr_cmd_handler.c index 433b7308..b12fe04e 100644 --- a/fwk/spf/apm/core/src/apm_gpr_cmd_handler.c +++ b/fwk/spf/apm/core/src/apm_gpr_cmd_handler.c @@ -7,7 +7,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ /**************************************************************************** diff --git a/fwk/spf/apm/core/src/apm_gpr_cmd_handler.h b/fwk/spf/apm/core/src/apm_gpr_cmd_handler.h index ac93a824..c8ca07e8 100644 --- a/fwk/spf/apm/core/src/apm_gpr_cmd_handler.h +++ b/fwk/spf/apm/core/src/apm_gpr_cmd_handler.h @@ -9,8 +9,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "apm_internal.h" diff --git a/fwk/spf/apm/core/src/apm_gpr_cmd_parser.c b/fwk/spf/apm/core/src/apm_gpr_cmd_parser.c index 282a1836..fb7a5dd4 100644 --- a/fwk/spf/apm/core/src/apm_gpr_cmd_parser.c +++ b/fwk/spf/apm/core/src/apm_gpr_cmd_parser.c @@ -7,7 +7,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ /**************************************************************************** diff --git a/fwk/spf/apm/core/src/apm_gpr_cmd_parser.h b/fwk/spf/apm/core/src/apm_gpr_cmd_parser.h index 2eac8d2b..a4c8fb98 100644 --- a/fwk/spf/apm/core/src/apm_gpr_cmd_parser.h +++ b/fwk/spf/apm/core/src/apm_gpr_cmd_parser.h @@ -10,7 +10,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "apm_internal.h" diff --git a/fwk/spf/apm/core/src/apm_gpr_if.c b/fwk/spf/apm/core/src/apm_gpr_if.c index 79968a6c..041cbbac 100644 --- a/fwk/spf/apm/core/src/apm_gpr_if.c +++ b/fwk/spf/apm/core/src/apm_gpr_if.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "posal.h" diff --git a/fwk/spf/apm/core/src/apm_gpr_if.h b/fwk/spf/apm/core/src/apm_gpr_if.h index cb66904c..25107592 100644 --- a/fwk/spf/apm/core/src/apm_gpr_if.h +++ b/fwk/spf/apm/core/src/apm_gpr_if.h @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _APM_GPR_IF_H_ diff --git a/fwk/spf/apm/core/src/apm_graph_db.c b/fwk/spf/apm/core/src/apm_graph_db.c index af12fc40..ef5e2b22 100644 --- a/fwk/spf/apm/core/src/apm_graph_db.c +++ b/fwk/spf/apm/core/src/apm_graph_db.c @@ -7,7 +7,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ /**============================================================================== diff --git a/fwk/spf/apm/core/src/apm_i.h b/fwk/spf/apm/core/src/apm_i.h index d46e7286..51bb19da 100644 --- a/fwk/spf/apm/core/src/apm_i.h +++ b/fwk/spf/apm/core/src/apm_i.h @@ -9,8 +9,8 @@ ================================================================================ @copyright -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ #include "posal.h" diff --git a/fwk/spf/apm/core/src/apm_internal.h b/fwk/spf/apm/core/src/apm_internal.h index e81ee470..97ff8b53 100644 --- a/fwk/spf/apm/core/src/apm_internal.h +++ b/fwk/spf/apm/core/src/apm_internal.h @@ -9,8 +9,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "apm_i.h" diff --git a/fwk/spf/apm/core/src/apm_msg_rsp_handler.c b/fwk/spf/apm/core/src/apm_msg_rsp_handler.c index 86952a60..5680b9ac 100644 --- a/fwk/spf/apm/core/src/apm_msg_rsp_handler.c +++ b/fwk/spf/apm/core/src/apm_msg_rsp_handler.c @@ -7,7 +7,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ /** ======================================================================= diff --git a/fwk/spf/apm/core/src/apm_msg_rsp_handler.h b/fwk/spf/apm/core/src/apm_msg_rsp_handler.h index 3853f16c..1c302f57 100644 --- a/fwk/spf/apm/core/src/apm_msg_rsp_handler.h +++ b/fwk/spf/apm/core/src/apm_msg_rsp_handler.h @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _APM_MSG_RSP_HANDLER_H_ diff --git a/fwk/spf/apm/core/src/apm_msg_utils.c b/fwk/spf/apm/core/src/apm_msg_utils.c index 1bd4c7d0..1be7bffb 100644 --- a/fwk/spf/apm/core/src/apm_msg_utils.c +++ b/fwk/spf/apm/core/src/apm_msg_utils.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /**************************************************************************** diff --git a/fwk/spf/apm/core/src/apm_msg_utils.h b/fwk/spf/apm/core/src/apm_msg_utils.h index 85a47e2d..3e844466 100644 --- a/fwk/spf/apm/core/src/apm_msg_utils.h +++ b/fwk/spf/apm/core/src/apm_msg_utils.h @@ -10,7 +10,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "apm_i.h" diff --git a/fwk/spf/apm/ext/apm_db_query/inc/apm_db_query.h b/fwk/spf/apm/ext/apm_db_query/inc/apm_db_query.h index b25d25b5..c5125eed 100644 --- a/fwk/spf/apm/ext/apm_db_query/inc/apm_db_query.h +++ b/fwk/spf/apm/ext/apm_db_query/inc/apm_db_query.h @@ -9,8 +9,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "apm_i.h" diff --git a/fwk/spf/apm/ext/apm_db_query/src/apm_db_query.c b/fwk/spf/apm/ext/apm_db_query/src/apm_db_query.c index 230f3160..f75e9e07 100644 --- a/fwk/spf/apm/ext/apm_db_query/src/apm_db_query.c +++ b/fwk/spf/apm/ext/apm_db_query/src/apm_db_query.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /**============================================================================== diff --git a/fwk/spf/apm/ext/apm_db_query/stub_src/apm_db_query_stub.c b/fwk/spf/apm/ext/apm_db_query/stub_src/apm_db_query_stub.c index a6fb2700..6c97585c 100644 --- a/fwk/spf/apm/ext/apm_db_query/stub_src/apm_db_query_stub.c +++ b/fwk/spf/apm/ext/apm_db_query/stub_src/apm_db_query_stub.c @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /**************************************************************************** diff --git a/fwk/spf/apm/ext/close_all/inc/apm_close_all_utils.h b/fwk/spf/apm/ext/close_all/inc/apm_close_all_utils.h index f929b178..2833afe7 100644 --- a/fwk/spf/apm/ext/close_all/inc/apm_close_all_utils.h +++ b/fwk/spf/apm/ext/close_all/inc/apm_close_all_utils.h @@ -9,8 +9,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "apm_i.h" diff --git a/fwk/spf/apm/ext/close_all/src/apm_close_all_utils.c b/fwk/spf/apm/ext/close_all/src/apm_close_all_utils.c index 8c28b76c..7acb8c20 100644 --- a/fwk/spf/apm/ext/close_all/src/apm_close_all_utils.c +++ b/fwk/spf/apm/ext/close_all/src/apm_close_all_utils.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "amdb_static.h" diff --git a/fwk/spf/apm/ext/close_all/stub_src/apm_close_all_utils.c b/fwk/spf/apm/ext/close_all/stub_src/apm_close_all_utils.c index aa7f7a83..5950cb43 100644 --- a/fwk/spf/apm/ext/close_all/stub_src/apm_close_all_utils.c +++ b/fwk/spf/apm/ext/close_all/stub_src/apm_close_all_utils.c @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /**************************************************************************** diff --git a/fwk/spf/apm/ext/cmn/inc/apm_ext_cmn.h b/fwk/spf/apm/ext/cmn/inc/apm_ext_cmn.h index 65f9c7d0..090a39b9 100644 --- a/fwk/spf/apm/ext/cmn/inc/apm_ext_cmn.h +++ b/fwk/spf/apm/ext/cmn/inc/apm_ext_cmn.h @@ -9,7 +9,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _APM_EXT_CMN_H_ diff --git a/fwk/spf/apm/ext/cmn/src/apm_ext_cmn.c b/fwk/spf/apm/ext/cmn/src/apm_ext_cmn.c index a6206639..3b9d56b9 100644 --- a/fwk/spf/apm/ext/cmn/src/apm_ext_cmn.c +++ b/fwk/spf/apm/ext/cmn/src/apm_ext_cmn.c @@ -9,7 +9,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ /**============================================================================== diff --git a/fwk/spf/apm/ext/cmn/stub_src/apm_ext_cmn.c b/fwk/spf/apm/ext/cmn/stub_src/apm_ext_cmn.c index 99b33674..76930cdc 100644 --- a/fwk/spf/apm/ext/cmn/stub_src/apm_ext_cmn.c +++ b/fwk/spf/apm/ext/cmn/stub_src/apm_ext_cmn.c @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/fwk/spf/apm/ext/cntr_peer_heap_utils/inc/apm_cntr_peer_heap_utils.h b/fwk/spf/apm/ext/cntr_peer_heap_utils/inc/apm_cntr_peer_heap_utils.h index abbaf16a..f0e7760e 100644 --- a/fwk/spf/apm/ext/cntr_peer_heap_utils/inc/apm_cntr_peer_heap_utils.h +++ b/fwk/spf/apm/ext/cntr_peer_heap_utils/inc/apm_cntr_peer_heap_utils.h @@ -9,8 +9,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "apm_i.h" diff --git a/fwk/spf/apm/ext/cntr_peer_heap_utils/src/apm_cntr_peer_heap_utils.c b/fwk/spf/apm/ext/cntr_peer_heap_utils/src/apm_cntr_peer_heap_utils.c index 9b17328c..06938107 100644 --- a/fwk/spf/apm/ext/cntr_peer_heap_utils/src/apm_cntr_peer_heap_utils.c +++ b/fwk/spf/apm/ext/cntr_peer_heap_utils/src/apm_cntr_peer_heap_utils.c @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /**************************************************************************** diff --git a/fwk/spf/apm/ext/cntr_peer_heap_utils/stub_src/apm_cntr_peer_heap_utils.c b/fwk/spf/apm/ext/cntr_peer_heap_utils/stub_src/apm_cntr_peer_heap_utils.c index fc2f5337..5e9f6439 100644 --- a/fwk/spf/apm/ext/cntr_peer_heap_utils/stub_src/apm_cntr_peer_heap_utils.c +++ b/fwk/spf/apm/ext/cntr_peer_heap_utils/stub_src/apm_cntr_peer_heap_utils.c @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /**************************************************************************** diff --git a/fwk/spf/apm/ext/data_path/inc/apm_data_path_utils.h b/fwk/spf/apm/ext/data_path/inc/apm_data_path_utils.h index 07222ed9..faf6b390 100644 --- a/fwk/spf/apm/ext/data_path/inc/apm_data_path_utils.h +++ b/fwk/spf/apm/ext/data_path/inc/apm_data_path_utils.h @@ -9,8 +9,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "apm_i.h" diff --git a/fwk/spf/apm/ext/data_path/src/apm_data_path_utils.c b/fwk/spf/apm/ext/data_path/src/apm_data_path_utils.c index 40ff5fee..86b9c601 100644 --- a/fwk/spf/apm/ext/data_path/src/apm_data_path_utils.c +++ b/fwk/spf/apm/ext/data_path/src/apm_data_path_utils.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /**************************************************************************** diff --git a/fwk/spf/apm/ext/data_path/src/apm_data_path_utils_i.h b/fwk/spf/apm/ext/data_path/src/apm_data_path_utils_i.h index 47aacc03..a32aa5f4 100644 --- a/fwk/spf/apm/ext/data_path/src/apm_data_path_utils_i.h +++ b/fwk/spf/apm/ext/data_path/src/apm_data_path_utils_i.h @@ -9,8 +9,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "apm_i.h" diff --git a/fwk/spf/apm/ext/data_path/stub_src/apm_data_path_utils.c b/fwk/spf/apm/ext/data_path/stub_src/apm_data_path_utils.c index dcc5fa60..f1a766d5 100644 --- a/fwk/spf/apm/ext/data_path/stub_src/apm_data_path_utils.c +++ b/fwk/spf/apm/ext/data_path/stub_src/apm_data_path_utils.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /**************************************************************************** diff --git a/fwk/spf/apm/ext/debug_info_cfg/inc/apm_debug_info_cfg.h b/fwk/spf/apm/ext/debug_info_cfg/inc/apm_debug_info_cfg.h index c68a9d49..a6024bb7 100644 --- a/fwk/spf/apm/ext/debug_info_cfg/inc/apm_debug_info_cfg.h +++ b/fwk/spf/apm/ext/debug_info_cfg/inc/apm_debug_info_cfg.h @@ -9,8 +9,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "apm_debug_info.h" diff --git a/fwk/spf/apm/ext/debug_info_cfg/src/apm_debug_info_cfg.c b/fwk/spf/apm/ext/debug_info_cfg/src/apm_debug_info_cfg.c index d94fb059..e5537d54 100644 --- a/fwk/spf/apm/ext/debug_info_cfg/src/apm_debug_info_cfg.c +++ b/fwk/spf/apm/ext/debug_info_cfg/src/apm_debug_info_cfg.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /**************************************************************************** diff --git a/fwk/spf/apm/ext/debug_info_cfg/stub_src/apm_debug_info_cfg.c b/fwk/spf/apm/ext/debug_info_cfg/stub_src/apm_debug_info_cfg.c index 8eea7bcc..1e700c9e 100644 --- a/fwk/spf/apm/ext/debug_info_cfg/stub_src/apm_debug_info_cfg.c +++ b/fwk/spf/apm/ext/debug_info_cfg/stub_src/apm_debug_info_cfg.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /**************************************************************************** diff --git a/fwk/spf/apm/ext/debug_info_dump/inc/apm_debug_info_dump.h b/fwk/spf/apm/ext/debug_info_dump/inc/apm_debug_info_dump.h index c9d65659..a7f3cfcf 100644 --- a/fwk/spf/apm/ext/debug_info_dump/inc/apm_debug_info_dump.h +++ b/fwk/spf/apm/ext/debug_info_dump/inc/apm_debug_info_dump.h @@ -9,8 +9,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/fwk/spf/apm/ext/debug_info_dump/src/apm_debug_info_dump.c b/fwk/spf/apm/ext/debug_info_dump/src/apm_debug_info_dump.c index 3c7ede0a..d3721d8f 100644 --- a/fwk/spf/apm/ext/debug_info_dump/src/apm_debug_info_dump.c +++ b/fwk/spf/apm/ext/debug_info_dump/src/apm_debug_info_dump.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_error_codes.h" diff --git a/fwk/spf/apm/ext/debug_info_dump/stub_src/apm_debug_info_dump.c b/fwk/spf/apm/ext/debug_info_dump/stub_src/apm_debug_info_dump.c index a3ac1a49..0162afc9 100644 --- a/fwk/spf/apm/ext/debug_info_dump/stub_src/apm_debug_info_dump.c +++ b/fwk/spf/apm/ext/debug_info_dump/stub_src/apm_debug_info_dump.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_error_codes.h" diff --git a/fwk/spf/apm/ext/err_hdlr/inc/apm_err_hdlr_utils.h b/fwk/spf/apm/ext/err_hdlr/inc/apm_err_hdlr_utils.h index fc4dd451..a3bbed3a 100644 --- a/fwk/spf/apm/ext/err_hdlr/inc/apm_err_hdlr_utils.h +++ b/fwk/spf/apm/ext/err_hdlr/inc/apm_err_hdlr_utils.h @@ -10,8 +10,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "apm_i.h" diff --git a/fwk/spf/apm/ext/err_hdlr/src/apm_err_hdlr_utils.c b/fwk/spf/apm/ext/err_hdlr/src/apm_err_hdlr_utils.c index 4c88257d..62e42ce5 100644 --- a/fwk/spf/apm/ext/err_hdlr/src/apm_err_hdlr_utils.c +++ b/fwk/spf/apm/ext/err_hdlr/src/apm_err_hdlr_utils.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /**************************************************************************** diff --git a/fwk/spf/apm/ext/err_hdlr/stub_src/apm_err_hdlr_utils.c b/fwk/spf/apm/ext/err_hdlr/stub_src/apm_err_hdlr_utils.c index c5a1880f..e6d64365 100644 --- a/fwk/spf/apm/ext/err_hdlr/stub_src/apm_err_hdlr_utils.c +++ b/fwk/spf/apm/ext/err_hdlr/stub_src/apm_err_hdlr_utils.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /**************************************************************************** diff --git a/fwk/spf/apm/ext/gpr_cmd_rsp_hdlr/inc/apm_gpr_cmd_rsp_hdlr.h b/fwk/spf/apm/ext/gpr_cmd_rsp_hdlr/inc/apm_gpr_cmd_rsp_hdlr.h index cc143421..ad8c1c8f 100644 --- a/fwk/spf/apm/ext/gpr_cmd_rsp_hdlr/inc/apm_gpr_cmd_rsp_hdlr.h +++ b/fwk/spf/apm/ext/gpr_cmd_rsp_hdlr/inc/apm_gpr_cmd_rsp_hdlr.h @@ -9,8 +9,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "apm_internal.h" diff --git a/fwk/spf/apm/ext/gpr_cmd_rsp_hdlr/src/apm_gpr_cmd_rsp_hdlr.c b/fwk/spf/apm/ext/gpr_cmd_rsp_hdlr/src/apm_gpr_cmd_rsp_hdlr.c index 93e208f3..bf8fccd5 100644 --- a/fwk/spf/apm/ext/gpr_cmd_rsp_hdlr/src/apm_gpr_cmd_rsp_hdlr.c +++ b/fwk/spf/apm/ext/gpr_cmd_rsp_hdlr/src/apm_gpr_cmd_rsp_hdlr.c @@ -7,7 +7,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ /**************************************************************************** diff --git a/fwk/spf/apm/ext/gpr_cmd_rsp_hdlr/stub_src/apm_gpr_cmd_rsp_hdlr.c b/fwk/spf/apm/ext/gpr_cmd_rsp_hdlr/stub_src/apm_gpr_cmd_rsp_hdlr.c index 353fdfcd..7e698ecb 100644 --- a/fwk/spf/apm/ext/gpr_cmd_rsp_hdlr/stub_src/apm_gpr_cmd_rsp_hdlr.c +++ b/fwk/spf/apm/ext/gpr_cmd_rsp_hdlr/stub_src/apm_gpr_cmd_rsp_hdlr.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /**************************************************************************** diff --git a/fwk/spf/apm/ext/graph_utils/inc/apm_graph_utils.h b/fwk/spf/apm/ext/graph_utils/inc/apm_graph_utils.h index be6ffd20..f40c735c 100644 --- a/fwk/spf/apm/ext/graph_utils/inc/apm_graph_utils.h +++ b/fwk/spf/apm/ext/graph_utils/inc/apm_graph_utils.h @@ -9,8 +9,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "apm_internal.h" diff --git a/fwk/spf/apm/ext/graph_utils/src/apm_graph_utils.c b/fwk/spf/apm/ext/graph_utils/src/apm_graph_utils.c index 7d007409..acc62555 100644 --- a/fwk/spf/apm/ext/graph_utils/src/apm_graph_utils.c +++ b/fwk/spf/apm/ext/graph_utils/src/apm_graph_utils.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /**============================================================================== diff --git a/fwk/spf/apm/ext/graph_utils/stub_src/apm_graph_utils.c b/fwk/spf/apm/ext/graph_utils/stub_src/apm_graph_utils.c index eb4e5c1d..1954aeb7 100644 --- a/fwk/spf/apm/ext/graph_utils/stub_src/apm_graph_utils.c +++ b/fwk/spf/apm/ext/graph_utils/stub_src/apm_graph_utils.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /**============================================================================== diff --git a/fwk/spf/apm/ext/multi_client/inc/apm_multi_client.h b/fwk/spf/apm/ext/multi_client/inc/apm_multi_client.h index c7184ca8..fb0ad711 100644 --- a/fwk/spf/apm/ext/multi_client/inc/apm_multi_client.h +++ b/fwk/spf/apm/ext/multi_client/inc/apm_multi_client.h @@ -10,7 +10,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "apm_i.h" diff --git a/fwk/spf/apm/ext/multi_client/src/apm_multi_client.c b/fwk/spf/apm/ext/multi_client/src/apm_multi_client.c index df205b03..585d0ede 100644 --- a/fwk/spf/apm/ext/multi_client/src/apm_multi_client.c +++ b/fwk/spf/apm/ext/multi_client/src/apm_multi_client.c @@ -8,7 +8,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ /**============================================================================== diff --git a/fwk/spf/apm/ext/multi_client/src/apm_multi_client_db.c b/fwk/spf/apm/ext/multi_client/src/apm_multi_client_db.c index 775d6ddd..c9e78ead 100644 --- a/fwk/spf/apm/ext/multi_client/src/apm_multi_client_db.c +++ b/fwk/spf/apm/ext/multi_client/src/apm_multi_client_db.c @@ -8,7 +8,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ /**============================================================================== diff --git a/fwk/spf/apm/ext/multi_client/src/apm_multi_client_msg_rsp_handler.c b/fwk/spf/apm/ext/multi_client/src/apm_multi_client_msg_rsp_handler.c index cf7c8863..d6548f34 100644 --- a/fwk/spf/apm/ext/multi_client/src/apm_multi_client_msg_rsp_handler.c +++ b/fwk/spf/apm/ext/multi_client/src/apm_multi_client_msg_rsp_handler.c @@ -8,7 +8,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ /**============================================================================== diff --git a/fwk/spf/apm/ext/multi_client/src/apm_multi_client_utils.c b/fwk/spf/apm/ext/multi_client/src/apm_multi_client_utils.c index a812e6ca..8d4c156b 100644 --- a/fwk/spf/apm/ext/multi_client/src/apm_multi_client_utils.c +++ b/fwk/spf/apm/ext/multi_client/src/apm_multi_client_utils.c @@ -8,7 +8,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ /**============================================================================== diff --git a/fwk/spf/apm/ext/multi_client/stub_src/apm_multi_client_stub.c b/fwk/spf/apm/ext/multi_client/stub_src/apm_multi_client_stub.c index 1b2499e5..6e65c2c9 100644 --- a/fwk/spf/apm/ext/multi_client/stub_src/apm_multi_client_stub.c +++ b/fwk/spf/apm/ext/multi_client/stub_src/apm_multi_client_stub.c @@ -8,7 +8,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ /**============================================================================== diff --git a/fwk/spf/apm/ext/offload/inc/apm_offload_mem.h b/fwk/spf/apm/ext/offload/inc/apm_offload_mem.h index ee542568..354a5fbe 100644 --- a/fwk/spf/apm/ext/offload/inc/apm_offload_mem.h +++ b/fwk/spf/apm/ext/offload/inc/apm_offload_mem.h @@ -11,7 +11,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ /*---------------------------------------------------------------------------- diff --git a/fwk/spf/apm/ext/offload/inc/apm_offload_pd_info.h b/fwk/spf/apm/ext/offload/inc/apm_offload_pd_info.h index 90467f75..cc5303e2 100644 --- a/fwk/spf/apm/ext/offload/inc/apm_offload_pd_info.h +++ b/fwk/spf/apm/ext/offload/inc/apm_offload_pd_info.h @@ -9,8 +9,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*---------------------------------------------------------------------------- diff --git a/fwk/spf/apm/ext/offload/inc/apm_offload_utils.h b/fwk/spf/apm/ext/offload/inc/apm_offload_utils.h index c483d9c9..50bc4a7e 100644 --- a/fwk/spf/apm/ext/offload/inc/apm_offload_utils.h +++ b/fwk/spf/apm/ext/offload/inc/apm_offload_utils.h @@ -12,7 +12,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ /*---------------------------------------------------------------------------- diff --git a/fwk/spf/apm/ext/offload/src/apm_offload_memmap_handler.c b/fwk/spf/apm/ext/offload/src/apm_offload_memmap_handler.c index 0e9ef03c..2f7365b2 100644 --- a/fwk/spf/apm/ext/offload/src/apm_offload_memmap_handler.c +++ b/fwk/spf/apm/ext/offload/src/apm_offload_memmap_handler.c @@ -7,7 +7,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "posal.h" diff --git a/fwk/spf/apm/ext/offload/src/apm_offload_memmap_handler.h b/fwk/spf/apm/ext/offload/src/apm_offload_memmap_handler.h index a842d0e1..828bc6a3 100644 --- a/fwk/spf/apm/ext/offload/src/apm_offload_memmap_handler.h +++ b/fwk/spf/apm/ext/offload/src/apm_offload_memmap_handler.h @@ -11,7 +11,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ /*---------------------------------------------------------------------------- diff --git a/fwk/spf/apm/ext/offload/src/apm_offload_memmap_utils.c b/fwk/spf/apm/ext/offload/src/apm_offload_memmap_utils.c index c969b7ee..0083a8fe 100644 --- a/fwk/spf/apm/ext/offload/src/apm_offload_memmap_utils.c +++ b/fwk/spf/apm/ext/offload/src/apm_offload_memmap_utils.c @@ -7,7 +7,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ /* ======================================================================= diff --git a/fwk/spf/apm/ext/offload/src/apm_offload_memmap_utils.h b/fwk/spf/apm/ext/offload/src/apm_offload_memmap_utils.h index 013c14de..6e0dcba0 100644 --- a/fwk/spf/apm/ext/offload/src/apm_offload_memmap_utils.h +++ b/fwk/spf/apm/ext/offload/src/apm_offload_memmap_utils.h @@ -10,7 +10,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "posal.h" diff --git a/fwk/spf/apm/ext/offload/src/apm_offload_memmap_utils_v2.c b/fwk/spf/apm/ext/offload/src/apm_offload_memmap_utils_v2.c index 982776fd..6137c8b3 100644 --- a/fwk/spf/apm/ext/offload/src/apm_offload_memmap_utils_v2.c +++ b/fwk/spf/apm/ext/offload/src/apm_offload_memmap_utils_v2.c @@ -7,7 +7,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ /* ======================================================================= diff --git a/fwk/spf/apm/ext/offload/src/apm_offload_utils.c b/fwk/spf/apm/ext/offload/src/apm_offload_utils.c index 835c3643..d9fc519e 100644 --- a/fwk/spf/apm/ext/offload/src/apm_offload_utils.c +++ b/fwk/spf/apm/ext/offload/src/apm_offload_utils.c @@ -7,7 +7,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ /**============================================================================== diff --git a/fwk/spf/apm/ext/offload/src/apm_offload_utils_i.h b/fwk/spf/apm/ext/offload/src/apm_offload_utils_i.h index 08d6b364..9a35bf62 100644 --- a/fwk/spf/apm/ext/offload/src/apm_offload_utils_i.h +++ b/fwk/spf/apm/ext/offload/src/apm_offload_utils_i.h @@ -10,7 +10,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "posal.h" diff --git a/fwk/spf/apm/ext/offload/stub_src/apm_offload_utils.c b/fwk/spf/apm/ext/offload/stub_src/apm_offload_utils.c index 32660fb4..ade53494 100644 --- a/fwk/spf/apm/ext/offload/stub_src/apm_offload_utils.c +++ b/fwk/spf/apm/ext/offload/stub_src/apm_offload_utils.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /**============================================================================== diff --git a/fwk/spf/apm/ext/parallel_cmd_utils/inc/apm_parallel_cmd_utils.h b/fwk/spf/apm/ext/parallel_cmd_utils/inc/apm_parallel_cmd_utils.h index aa858822..31764756 100644 --- a/fwk/spf/apm/ext/parallel_cmd_utils/inc/apm_parallel_cmd_utils.h +++ b/fwk/spf/apm/ext/parallel_cmd_utils/inc/apm_parallel_cmd_utils.h @@ -10,8 +10,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "apm_i.h" diff --git a/fwk/spf/apm/ext/parallel_cmd_utils/src/apm_parallel_cmd_utils.c b/fwk/spf/apm/ext/parallel_cmd_utils/src/apm_parallel_cmd_utils.c index 00d89cca..6a1e7526 100644 --- a/fwk/spf/apm/ext/parallel_cmd_utils/src/apm_parallel_cmd_utils.c +++ b/fwk/spf/apm/ext/parallel_cmd_utils/src/apm_parallel_cmd_utils.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /**************************************************************************** diff --git a/fwk/spf/apm/ext/parallel_cmd_utils/stub_src/apm_parallel_cmd_utils.c b/fwk/spf/apm/ext/parallel_cmd_utils/stub_src/apm_parallel_cmd_utils.c index 0d64c9ad..77e4e258 100644 --- a/fwk/spf/apm/ext/parallel_cmd_utils/stub_src/apm_parallel_cmd_utils.c +++ b/fwk/spf/apm/ext/parallel_cmd_utils/stub_src/apm_parallel_cmd_utils.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /**************************************************************************** diff --git a/fwk/spf/apm/ext/proxy/proxy_cmn/inc/apm_proxy_def.h b/fwk/spf/apm/ext/proxy/proxy_cmn/inc/apm_proxy_def.h index 470fd5e8..3dda9c34 100644 --- a/fwk/spf/apm/ext/proxy/proxy_cmn/inc/apm_proxy_def.h +++ b/fwk/spf/apm/ext/proxy/proxy_cmn/inc/apm_proxy_def.h @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_error_codes.h" diff --git a/fwk/spf/apm/ext/proxy/proxy_cmn/inc/apm_proxy_utils.h b/fwk/spf/apm/ext/proxy/proxy_cmn/inc/apm_proxy_utils.h index d048c067..e4ee1941 100644 --- a/fwk/spf/apm/ext/proxy/proxy_cmn/inc/apm_proxy_utils.h +++ b/fwk/spf/apm/ext/proxy/proxy_cmn/inc/apm_proxy_utils.h @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "apm_graph_db.h" diff --git a/fwk/spf/apm/ext/proxy/proxy_cmn/src/apm_proxy_cmd_rsp_handler.c b/fwk/spf/apm/ext/proxy/proxy_cmn/src/apm_proxy_cmd_rsp_handler.c index d0762fd9..5baa49f8 100644 --- a/fwk/spf/apm/ext/proxy/proxy_cmn/src/apm_proxy_cmd_rsp_handler.c +++ b/fwk/spf/apm/ext/proxy/proxy_cmn/src/apm_proxy_cmd_rsp_handler.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /**************************************************************************** diff --git a/fwk/spf/apm/ext/proxy/proxy_cmn/src/apm_proxy_utils.c b/fwk/spf/apm/ext/proxy/proxy_cmn/src/apm_proxy_utils.c index 025c7d55..46da5c31 100644 --- a/fwk/spf/apm/ext/proxy/proxy_cmn/src/apm_proxy_utils.c +++ b/fwk/spf/apm/ext/proxy/proxy_cmn/src/apm_proxy_utils.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /**************************************************************************** diff --git a/fwk/spf/apm/ext/proxy/proxy_cmn/stub_src/apm_proxy_stub.c b/fwk/spf/apm/ext/proxy/proxy_cmn/stub_src/apm_proxy_stub.c index 1527ea48..b6305b55 100644 --- a/fwk/spf/apm/ext/proxy/proxy_cmn/stub_src/apm_proxy_stub.c +++ b/fwk/spf/apm/ext/proxy/proxy_cmn/stub_src/apm_proxy_stub.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /**************************************************************************** diff --git a/fwk/spf/apm/ext/proxy/proxy_vcpm/inc/apm_proxy_vcpm_utils.h b/fwk/spf/apm/ext/proxy/proxy_vcpm/inc/apm_proxy_vcpm_utils.h index 9f8e3cd2..0a51ee74 100644 --- a/fwk/spf/apm/ext/proxy/proxy_vcpm/inc/apm_proxy_vcpm_utils.h +++ b/fwk/spf/apm/ext/proxy/proxy_vcpm/inc/apm_proxy_vcpm_utils.h @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spf_cmn_if.h" diff --git a/fwk/spf/apm/ext/proxy/proxy_vcpm/src/apm_proxy_vcpm_cmd_rsp_handler.c b/fwk/spf/apm/ext/proxy/proxy_vcpm/src/apm_proxy_vcpm_cmd_rsp_handler.c index 240625fb..2f73d8eb 100644 --- a/fwk/spf/apm/ext/proxy/proxy_vcpm/src/apm_proxy_vcpm_cmd_rsp_handler.c +++ b/fwk/spf/apm/ext/proxy/proxy_vcpm/src/apm_proxy_vcpm_cmd_rsp_handler.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /**************************************************************************** diff --git a/fwk/spf/apm/ext/proxy/proxy_vcpm/src/apm_proxy_vcpm_utils.c b/fwk/spf/apm/ext/proxy/proxy_vcpm/src/apm_proxy_vcpm_utils.c index c7b1a5ea..8e1831d8 100644 --- a/fwk/spf/apm/ext/proxy/proxy_vcpm/src/apm_proxy_vcpm_utils.c +++ b/fwk/spf/apm/ext/proxy/proxy_vcpm/src/apm_proxy_vcpm_utils.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /**************************************************************************** diff --git a/fwk/spf/apm/ext/proxy/proxy_vcpm/src/apm_proxy_vcpm_utils_i.h b/fwk/spf/apm/ext/proxy/proxy_vcpm/src/apm_proxy_vcpm_utils_i.h index 86b75390..ce2b7fc5 100644 --- a/fwk/spf/apm/ext/proxy/proxy_vcpm/src/apm_proxy_vcpm_utils_i.h +++ b/fwk/spf/apm/ext/proxy/proxy_vcpm/src/apm_proxy_vcpm_utils_i.h @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifdef __cplusplus diff --git a/fwk/spf/apm/ext/proxy/proxy_vcpm/stub_src/apm_proxy_vcpm_stub.c b/fwk/spf/apm/ext/proxy/proxy_vcpm/stub_src/apm_proxy_vcpm_stub.c index fd03fccb..6ee5592f 100644 --- a/fwk/spf/apm/ext/proxy/proxy_vcpm/stub_src/apm_proxy_vcpm_stub.c +++ b/fwk/spf/apm/ext/proxy/proxy_vcpm/stub_src/apm_proxy_vcpm_stub.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /**************************************************************************** diff --git a/fwk/spf/apm/ext/proxy/proxy_vcpm/vcpm/inc/vcpm.h b/fwk/spf/apm/ext/proxy/proxy_vcpm/vcpm/inc/vcpm.h index c07a3079..b06b00c2 100644 --- a/fwk/spf/apm/ext/proxy/proxy_vcpm/vcpm/inc/vcpm.h +++ b/fwk/spf/apm/ext/proxy/proxy_vcpm/vcpm/inc/vcpm.h @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_error_codes.h" diff --git a/fwk/spf/apm/ext/proxy/proxy_vcpm/vcpm/stub_src/vcpm_stub.c b/fwk/spf/apm/ext/proxy/proxy_vcpm/vcpm/stub_src/vcpm_stub.c index 7f5bdfb7..3d34bdce 100644 --- a/fwk/spf/apm/ext/proxy/proxy_vcpm/vcpm/stub_src/vcpm_stub.c +++ b/fwk/spf/apm/ext/proxy/proxy_vcpm/vcpm/stub_src/vcpm_stub.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spf_utils.h" diff --git a/fwk/spf/apm/ext/proxy_graph_mgmt/inc/apm_proxy_graph_mgmt.h b/fwk/spf/apm/ext/proxy_graph_mgmt/inc/apm_proxy_graph_mgmt.h index ed4e5a71..15163b45 100644 --- a/fwk/spf/apm/ext/proxy_graph_mgmt/inc/apm_proxy_graph_mgmt.h +++ b/fwk/spf/apm/ext/proxy_graph_mgmt/inc/apm_proxy_graph_mgmt.h @@ -9,7 +9,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_defs.h" diff --git a/fwk/spf/apm/ext/proxy_graph_mgmt/src/apm_proxy_graph_mgmt.c b/fwk/spf/apm/ext/proxy_graph_mgmt/src/apm_proxy_graph_mgmt.c index f6122bb1..ae0fe84c 100644 --- a/fwk/spf/apm/ext/proxy_graph_mgmt/src/apm_proxy_graph_mgmt.c +++ b/fwk/spf/apm/ext/proxy_graph_mgmt/src/apm_proxy_graph_mgmt.c @@ -6,7 +6,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "apm_proxy_graph_mgmt_i.h" diff --git a/fwk/spf/apm/ext/proxy_graph_mgmt/src/apm_proxy_graph_mgmt_gpr.c b/fwk/spf/apm/ext/proxy_graph_mgmt/src/apm_proxy_graph_mgmt_gpr.c index 7ba8f82a..a2179fd0 100644 --- a/fwk/spf/apm/ext/proxy_graph_mgmt/src/apm_proxy_graph_mgmt_gpr.c +++ b/fwk/spf/apm/ext/proxy_graph_mgmt/src/apm_proxy_graph_mgmt_gpr.c @@ -3,7 +3,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "apm_proxy_graph_mgmt_i.h" diff --git a/fwk/spf/apm/ext/proxy_graph_mgmt/src/apm_proxy_graph_mgmt_i.h b/fwk/spf/apm/ext/proxy_graph_mgmt/src/apm_proxy_graph_mgmt_i.h index b7b77651..f6a336e5 100644 --- a/fwk/spf/apm/ext/proxy_graph_mgmt/src/apm_proxy_graph_mgmt_i.h +++ b/fwk/spf/apm/ext/proxy_graph_mgmt/src/apm_proxy_graph_mgmt_i.h @@ -6,7 +6,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "apm_proxy_graph_mgmt.h" diff --git a/fwk/spf/apm/ext/proxy_graph_mgmt/src/apm_proxy_graph_mgmt_tp.c b/fwk/spf/apm/ext/proxy_graph_mgmt/src/apm_proxy_graph_mgmt_tp.c index e90a5d94..4e1c3c90 100644 --- a/fwk/spf/apm/ext/proxy_graph_mgmt/src/apm_proxy_graph_mgmt_tp.c +++ b/fwk/spf/apm/ext/proxy_graph_mgmt/src/apm_proxy_graph_mgmt_tp.c @@ -6,7 +6,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "apm_proxy_graph_mgmt_i.h" diff --git a/fwk/spf/apm/ext/pwr_mgr/inc/apm_pwr_mgr_utils.h b/fwk/spf/apm/ext/pwr_mgr/inc/apm_pwr_mgr_utils.h index 0a7784d6..39eecd38 100644 --- a/fwk/spf/apm/ext/pwr_mgr/inc/apm_pwr_mgr_utils.h +++ b/fwk/spf/apm/ext/pwr_mgr/inc/apm_pwr_mgr_utils.h @@ -9,8 +9,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "apm_i.h" diff --git a/fwk/spf/apm/ext/pwr_mgr/src/apm_pwr_mgr_utils.c b/fwk/spf/apm/ext/pwr_mgr/src/apm_pwr_mgr_utils.c index da57c197..28991578 100644 --- a/fwk/spf/apm/ext/pwr_mgr/src/apm_pwr_mgr_utils.c +++ b/fwk/spf/apm/ext/pwr_mgr/src/apm_pwr_mgr_utils.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /**************************************************************************** diff --git a/fwk/spf/apm/ext/pwr_mgr/stub_src/apm_pwr_mgr_utils.c b/fwk/spf/apm/ext/pwr_mgr/stub_src/apm_pwr_mgr_utils.c index f09de580..e1396294 100644 --- a/fwk/spf/apm/ext/pwr_mgr/stub_src/apm_pwr_mgr_utils.c +++ b/fwk/spf/apm/ext/pwr_mgr/stub_src/apm_pwr_mgr_utils.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /**************************************************************************** diff --git a/fwk/spf/apm/ext/runtime_link_hdlr/inc/apm_runtime_link_hdlr_utils.h b/fwk/spf/apm/ext/runtime_link_hdlr/inc/apm_runtime_link_hdlr_utils.h index 75f9e2ec..35e6bb80 100644 --- a/fwk/spf/apm/ext/runtime_link_hdlr/inc/apm_runtime_link_hdlr_utils.h +++ b/fwk/spf/apm/ext/runtime_link_hdlr/inc/apm_runtime_link_hdlr_utils.h @@ -9,8 +9,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "apm_i.h" diff --git a/fwk/spf/apm/ext/runtime_link_hdlr/src/apm_runtime_link_hdlr_utils.c b/fwk/spf/apm/ext/runtime_link_hdlr/src/apm_runtime_link_hdlr_utils.c index f3a6162c..32ebfe03 100644 --- a/fwk/spf/apm/ext/runtime_link_hdlr/src/apm_runtime_link_hdlr_utils.c +++ b/fwk/spf/apm/ext/runtime_link_hdlr/src/apm_runtime_link_hdlr_utils.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /**************************************************************************** diff --git a/fwk/spf/apm/ext/runtime_link_hdlr/stub_src/apm_runtime_link_hdlr_utils.c b/fwk/spf/apm/ext/runtime_link_hdlr/stub_src/apm_runtime_link_hdlr_utils.c index 4a8738ea..a271665f 100644 --- a/fwk/spf/apm/ext/runtime_link_hdlr/stub_src/apm_runtime_link_hdlr_utils.c +++ b/fwk/spf/apm/ext/runtime_link_hdlr/stub_src/apm_runtime_link_hdlr_utils.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /**************************************************************************** diff --git a/fwk/spf/apm/ext/set_get_cfg/inc/apm_set_get_cfg_utils.h b/fwk/spf/apm/ext/set_get_cfg/inc/apm_set_get_cfg_utils.h index 7b170b01..0dc6d5d5 100644 --- a/fwk/spf/apm/ext/set_get_cfg/inc/apm_set_get_cfg_utils.h +++ b/fwk/spf/apm/ext/set_get_cfg/inc/apm_set_get_cfg_utils.h @@ -9,8 +9,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "apm_i.h" diff --git a/fwk/spf/apm/ext/set_get_cfg/src/apm_set_get_cfg_utils.c b/fwk/spf/apm/ext/set_get_cfg/src/apm_set_get_cfg_utils.c index e70ca950..030bc366 100644 --- a/fwk/spf/apm/ext/set_get_cfg/src/apm_set_get_cfg_utils.c +++ b/fwk/spf/apm/ext/set_get_cfg/src/apm_set_get_cfg_utils.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /**************************************************************************** diff --git a/fwk/spf/apm/ext/set_get_cfg/stub_src/apm_set_get_cfg_utils.c b/fwk/spf/apm/ext/set_get_cfg/stub_src/apm_set_get_cfg_utils.c index 67fd7a79..18f74505 100644 --- a/fwk/spf/apm/ext/set_get_cfg/stub_src/apm_set_get_cfg_utils.c +++ b/fwk/spf/apm/ext/set_get_cfg/stub_src/apm_set_get_cfg_utils.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /**************************************************************************** diff --git a/fwk/spf/apm/ext/shared_mem/inc/apm_shmem_util.h b/fwk/spf/apm/ext/shared_mem/inc/apm_shmem_util.h index 31d5876c..8ce0a439 100644 --- a/fwk/spf/apm/ext/shared_mem/inc/apm_shmem_util.h +++ b/fwk/spf/apm/ext/shared_mem/inc/apm_shmem_util.h @@ -10,7 +10,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ /*---------------------------------------------------------------------------- diff --git a/fwk/spf/apm/ext/shared_mem/src/apm_shmem_util.c b/fwk/spf/apm/ext/shared_mem/src/apm_shmem_util.c index fad14daa..efb022f7 100644 --- a/fwk/spf/apm/ext/shared_mem/src/apm_shmem_util.c +++ b/fwk/spf/apm/ext/shared_mem/src/apm_shmem_util.c @@ -7,7 +7,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "apm_internal.h" diff --git a/fwk/spf/apm/ext/shared_mem/src/apm_shmem_util_i.h b/fwk/spf/apm/ext/shared_mem/src/apm_shmem_util_i.h index ded30f44..fb9883c8 100644 --- a/fwk/spf/apm/ext/shared_mem/src/apm_shmem_util_i.h +++ b/fwk/spf/apm/ext/shared_mem/src/apm_shmem_util_i.h @@ -9,7 +9,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ /*---------------------------------------------------------------------------- diff --git a/fwk/spf/apm/ext/shared_mem/src/apm_shmem_util_v2.c b/fwk/spf/apm/ext/shared_mem/src/apm_shmem_util_v2.c index 12bd92c6..2b711f40 100644 --- a/fwk/spf/apm/ext/shared_mem/src/apm_shmem_util_v2.c +++ b/fwk/spf/apm/ext/shared_mem/src/apm_shmem_util_v2.c @@ -7,7 +7,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "apm_internal.h" diff --git a/fwk/spf/apm/ext/shared_mem/stub_src/apm_shmem_util.c b/fwk/spf/apm/ext/shared_mem/stub_src/apm_shmem_util.c index ecdfb09f..8a1098b0 100644 --- a/fwk/spf/apm/ext/shared_mem/stub_src/apm_shmem_util.c +++ b/fwk/spf/apm/ext/shared_mem/stub_src/apm_shmem_util.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "apm_internal.h" diff --git a/fwk/spf/apm/ext/spf_cmd_hdlr/inc/apm_spf_cmd_hdlr.h b/fwk/spf/apm/ext/spf_cmd_hdlr/inc/apm_spf_cmd_hdlr.h index 50f2de92..15780b28 100644 --- a/fwk/spf/apm/ext/spf_cmd_hdlr/inc/apm_spf_cmd_hdlr.h +++ b/fwk/spf/apm/ext/spf_cmd_hdlr/inc/apm_spf_cmd_hdlr.h @@ -9,8 +9,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "apm_internal.h" diff --git a/fwk/spf/apm/ext/spf_cmd_hdlr/src/apm_spf_cmd_hdlr.c b/fwk/spf/apm/ext/spf_cmd_hdlr/src/apm_spf_cmd_hdlr.c index c014a53a..b387c747 100644 --- a/fwk/spf/apm/ext/spf_cmd_hdlr/src/apm_spf_cmd_hdlr.c +++ b/fwk/spf/apm/ext/spf_cmd_hdlr/src/apm_spf_cmd_hdlr.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /**************************************************************************** diff --git a/fwk/spf/apm/ext/spf_cmd_hdlr/stub_src/apm_spf_cmd_hdlr.c b/fwk/spf/apm/ext/spf_cmd_hdlr/stub_src/apm_spf_cmd_hdlr.c index 377d2305..d6a479e6 100644 --- a/fwk/spf/apm/ext/spf_cmd_hdlr/stub_src/apm_spf_cmd_hdlr.c +++ b/fwk/spf/apm/ext/spf_cmd_hdlr/stub_src/apm_spf_cmd_hdlr.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /**************************************************************************** diff --git a/fwk/spf/apm/ext/sys_util/inc/apm_sys_util.h b/fwk/spf/apm/ext/sys_util/inc/apm_sys_util.h index 4c4a4ada..46a07e37 100644 --- a/fwk/spf/apm/ext/sys_util/inc/apm_sys_util.h +++ b/fwk/spf/apm/ext/sys_util/inc/apm_sys_util.h @@ -9,8 +9,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "apm_i.h" diff --git a/fwk/spf/apm/ext/sys_util/src/apm_sys_util.c b/fwk/spf/apm/ext/sys_util/src/apm_sys_util.c index 2b46eb7c..2736afab 100644 --- a/fwk/spf/apm/ext/sys_util/src/apm_sys_util.c +++ b/fwk/spf/apm/ext/sys_util/src/apm_sys_util.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "apm_sys_util.h" diff --git a/fwk/spf/apm/ext/sys_util/stub_src/apm_sys_util_stub.c b/fwk/spf/apm/ext/sys_util/stub_src/apm_sys_util_stub.c index 4a9f4cbd..cf965636 100644 --- a/fwk/spf/apm/ext/sys_util/stub_src/apm_sys_util_stub.c +++ b/fwk/spf/apm/ext/sys_util/stub_src/apm_sys_util_stub.c @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /**************************************************************************** diff --git a/fwk/spf/containers/cmn/container_utils/core/inc/container_utils.h b/fwk/spf/containers/cmn/container_utils/core/inc/container_utils.h index ac2e9590..ceaef722 100644 --- a/fwk/spf/containers/cmn/container_utils/core/inc/container_utils.h +++ b/fwk/spf/containers/cmn/container_utils/core/inc/container_utils.h @@ -10,7 +10,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_msg.h" diff --git a/fwk/spf/containers/cmn/container_utils/core/inc/cu_events.h b/fwk/spf/containers/cmn/container_utils/core/inc/cu_events.h index cf190f76..f4306f91 100644 --- a/fwk/spf/containers/cmn/container_utils/core/inc/cu_events.h +++ b/fwk/spf/containers/cmn/container_utils/core/inc/cu_events.h @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spf_utils.h" diff --git a/fwk/spf/containers/cmn/container_utils/core/inc/generic/container_utils_tgt.h b/fwk/spf/containers/cmn/container_utils/core/inc/generic/container_utils_tgt.h index 02873c52..c8791cad 100644 --- a/fwk/spf/containers/cmn/container_utils/core/inc/generic/container_utils_tgt.h +++ b/fwk/spf/containers/cmn/container_utils/core/inc/generic/container_utils_tgt.h @@ -9,8 +9,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "shared_lib_api.h" diff --git a/fwk/spf/containers/cmn/container_utils/core/src/cu.c b/fwk/spf/containers/cmn/container_utils/core/src/cu.c index 5e20dae9..53f2813a 100644 --- a/fwk/spf/containers/cmn/container_utils/core/src/cu.c +++ b/fwk/spf/containers/cmn/container_utils/core/src/cu.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ======================================================================= diff --git a/fwk/spf/containers/cmn/container_utils/core/src/cu_buf_util.c b/fwk/spf/containers/cmn/container_utils/core/src/cu_buf_util.c index 4fcc00b3..4cd479c0 100644 --- a/fwk/spf/containers/cmn/container_utils/core/src/cu_buf_util.c +++ b/fwk/spf/containers/cmn/container_utils/core/src/cu_buf_util.c @@ -3,8 +3,8 @@ * \brief * This file contains utility functions for common buffer handling * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "cu_i.h" diff --git a/fwk/spf/containers/cmn/container_utils/core/src/cu_cmd_handler.c b/fwk/spf/containers/cmn/container_utils/core/src/cu_cmd_handler.c index 9cd40197..d6daff1e 100644 --- a/fwk/spf/containers/cmn/container_utils/core/src/cu_cmd_handler.c +++ b/fwk/spf/containers/cmn/container_utils/core/src/cu_cmd_handler.c @@ -7,7 +7,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "cu_i.h" diff --git a/fwk/spf/containers/cmn/container_utils/core/src/cu_data_handler.c b/fwk/spf/containers/cmn/container_utils/core/src/cu_data_handler.c index d5155a13..4f787373 100644 --- a/fwk/spf/containers/cmn/container_utils/core/src/cu_data_handler.c +++ b/fwk/spf/containers/cmn/container_utils/core/src/cu_data_handler.c @@ -2,8 +2,8 @@ * \file cu_data_handler.c * \brief * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "cu_i.h" diff --git a/fwk/spf/containers/cmn/container_utils/core/src/cu_data_msg_handler.c b/fwk/spf/containers/cmn/container_utils/core/src/cu_data_msg_handler.c index 47c9dd27..ebd3319d 100644 --- a/fwk/spf/containers/cmn/container_utils/core/src/cu_data_msg_handler.c +++ b/fwk/spf/containers/cmn/container_utils/core/src/cu_data_msg_handler.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "cu_i.h" diff --git a/fwk/spf/containers/cmn/container_utils/core/src/cu_events.c b/fwk/spf/containers/cmn/container_utils/core/src/cu_events.c index 5de16ac0..e2812c4e 100644 --- a/fwk/spf/containers/cmn/container_utils/core/src/cu_events.c +++ b/fwk/spf/containers/cmn/container_utils/core/src/cu_events.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "cu_events.h" diff --git a/fwk/spf/containers/cmn/container_utils/core/src/cu_ext_port_util.c b/fwk/spf/containers/cmn/container_utils/core/src/cu_ext_port_util.c index 007d8e7e..3a2db8b9 100644 --- a/fwk/spf/containers/cmn/container_utils/core/src/cu_ext_port_util.c +++ b/fwk/spf/containers/cmn/container_utils/core/src/cu_ext_port_util.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "cu_i.h" diff --git a/fwk/spf/containers/cmn/container_utils/core/src/cu_gpr_if.c b/fwk/spf/containers/cmn/container_utils/core/src/cu_gpr_if.c index 1ed940d8..896da744 100644 --- a/fwk/spf/containers/cmn/container_utils/core/src/cu_gpr_if.c +++ b/fwk/spf/containers/cmn/container_utils/core/src/cu_gpr_if.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "container_utils.h" diff --git a/fwk/spf/containers/cmn/container_utils/core/src/cu_i.h b/fwk/spf/containers/cmn/container_utils/core/src/cu_i.h index ddf0412b..fe92df05 100644 --- a/fwk/spf/containers/cmn/container_utils/core/src/cu_i.h +++ b/fwk/spf/containers/cmn/container_utils/core/src/cu_i.h @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spf_svc_utils.h" diff --git a/fwk/spf/containers/cmn/container_utils/core/src/cu_island.c b/fwk/spf/containers/cmn/container_utils/core/src/cu_island.c index 175fe8b0..62b9680e 100644 --- a/fwk/spf/containers/cmn/container_utils/core/src/cu_island.c +++ b/fwk/spf/containers/cmn/container_utils/core/src/cu_island.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ======================================================================= diff --git a/fwk/spf/containers/cmn/container_utils/core/src/cu_pm.c b/fwk/spf/containers/cmn/container_utils/core/src/cu_pm.c index 1132b491..25cebb1a 100644 --- a/fwk/spf/containers/cmn/container_utils/core/src/cu_pm.c +++ b/fwk/spf/containers/cmn/container_utils/core/src/cu_pm.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "cu_i.h" diff --git a/fwk/spf/containers/cmn/container_utils/core/src/cu_prebuffer.c b/fwk/spf/containers/cmn/container_utils/core/src/cu_prebuffer.c index a4862767..c99c4927 100644 --- a/fwk/spf/containers/cmn/container_utils/core/src/cu_prebuffer.c +++ b/fwk/spf/containers/cmn/container_utils/core/src/cu_prebuffer.c @@ -4,8 +4,8 @@ * \brief * Implementation of pre-buffer q utility to hold prebuffers during first frame processing * - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear */ + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ======================================================================= Includes diff --git a/fwk/spf/containers/cmn/container_utils/core/src/cu_state_handler.c b/fwk/spf/containers/cmn/container_utils/core/src/cu_state_handler.c index b4cad110..3294c03c 100644 --- a/fwk/spf/containers/cmn/container_utils/core/src/cu_state_handler.c +++ b/fwk/spf/containers/cmn/container_utils/core/src/cu_state_handler.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "cu_i.h" diff --git a/fwk/spf/containers/cmn/container_utils/core/src/cu_utils.c b/fwk/spf/containers/cmn/container_utils/core/src/cu_utils.c index bb143a02..02ea3fac 100644 --- a/fwk/spf/containers/cmn/container_utils/core/src/cu_utils.c +++ b/fwk/spf/containers/cmn/container_utils/core/src/cu_utils.c @@ -4,8 +4,8 @@ * * CU's utility * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ======================================================================= diff --git a/fwk/spf/containers/cmn/container_utils/core/src/cu_utils_island.c b/fwk/spf/containers/cmn/container_utils/core/src/cu_utils_island.c index e2f4aa9a..8ae7d0b0 100644 --- a/fwk/spf/containers/cmn/container_utils/core/src/cu_utils_island.c +++ b/fwk/spf/containers/cmn/container_utils/core/src/cu_utils_island.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ======================================================================= diff --git a/fwk/spf/containers/cmn/container_utils/core/src/cu_utils_qsh_audio_island.c b/fwk/spf/containers/cmn/container_utils/core/src/cu_utils_qsh_audio_island.c index 5623a05f..1340047d 100644 --- a/fwk/spf/containers/cmn/container_utils/core/src/cu_utils_qsh_audio_island.c +++ b/fwk/spf/containers/cmn/container_utils/core/src/cu_utils_qsh_audio_island.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ======================================================================= diff --git a/fwk/spf/containers/cmn/container_utils/ext/async_cmd_handle/inc/cu_async_cmd_handle.h b/fwk/spf/containers/cmn/container_utils/ext/async_cmd_handle/inc/cu_async_cmd_handle.h index 78dbaaaf..81bc18b2 100644 --- a/fwk/spf/containers/cmn/container_utils/ext/async_cmd_handle/inc/cu_async_cmd_handle.h +++ b/fwk/spf/containers/cmn/container_utils/ext/async_cmd_handle/inc/cu_async_cmd_handle.h @@ -10,8 +10,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "posal.h" diff --git a/fwk/spf/containers/cmn/container_utils/ext/async_cmd_handle/src/cu_async_cmd_handle.c b/fwk/spf/containers/cmn/container_utils/ext/async_cmd_handle/src/cu_async_cmd_handle.c index fbb0d3d5..ee7602f5 100644 --- a/fwk/spf/containers/cmn/container_utils/ext/async_cmd_handle/src/cu_async_cmd_handle.c +++ b/fwk/spf/containers/cmn/container_utils/ext/async_cmd_handle/src/cu_async_cmd_handle.c @@ -1,8 +1,8 @@ /** * \file cu_async_cmd_handle.c * - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ======================================================================= diff --git a/fwk/spf/containers/cmn/container_utils/ext/async_cmd_handle/stub_src/cu_async_cmd_handle.c b/fwk/spf/containers/cmn/container_utils/ext/async_cmd_handle/stub_src/cu_async_cmd_handle.c index 00c028e8..fb91f482 100644 --- a/fwk/spf/containers/cmn/container_utils/ext/async_cmd_handle/stub_src/cu_async_cmd_handle.c +++ b/fwk/spf/containers/cmn/container_utils/ext/async_cmd_handle/stub_src/cu_async_cmd_handle.c @@ -1,8 +1,8 @@ /** * \file cu_async_cmd_handle.c * - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ======================================================================= diff --git a/fwk/spf/containers/cmn/container_utils/ext/ctrl_port/inc/cu_ctrl_port.h b/fwk/spf/containers/cmn/container_utils/ext/ctrl_port/inc/cu_ctrl_port.h index 49b8771a..7e12b509 100644 --- a/fwk/spf/containers/cmn/container_utils/ext/ctrl_port/inc/cu_ctrl_port.h +++ b/fwk/spf/containers/cmn/container_utils/ext/ctrl_port/inc/cu_ctrl_port.h @@ -10,8 +10,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "posal.h" diff --git a/fwk/spf/containers/cmn/container_utils/ext/ctrl_port/src/cu_ctrl_port_i.h b/fwk/spf/containers/cmn/container_utils/ext/ctrl_port/src/cu_ctrl_port_i.h index 17ccb19d..7ce2d294 100644 --- a/fwk/spf/containers/cmn/container_utils/ext/ctrl_port/src/cu_ctrl_port_i.h +++ b/fwk/spf/containers/cmn/container_utils/ext/ctrl_port/src/cu_ctrl_port_i.h @@ -10,8 +10,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "cu_ctrl_port.h" diff --git a/fwk/spf/containers/cmn/container_utils/ext/ctrl_port/src/cu_ctrl_port_util.c b/fwk/spf/containers/cmn/container_utils/ext/ctrl_port/src/cu_ctrl_port_util.c index ab3dcb83..fbe8f096 100644 --- a/fwk/spf/containers/cmn/container_utils/ext/ctrl_port/src/cu_ctrl_port_util.c +++ b/fwk/spf/containers/cmn/container_utils/ext/ctrl_port/src/cu_ctrl_port_util.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "cu_i.h" diff --git a/fwk/spf/containers/cmn/container_utils/ext/ctrl_port/src/cu_ctrl_port_util_island.c b/fwk/spf/containers/cmn/container_utils/ext/ctrl_port/src/cu_ctrl_port_util_island.c index 55c71492..b0cb4c57 100644 --- a/fwk/spf/containers/cmn/container_utils/ext/ctrl_port/src/cu_ctrl_port_util_island.c +++ b/fwk/spf/containers/cmn/container_utils/ext/ctrl_port/src/cu_ctrl_port_util_island.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "cu_i.h" diff --git a/fwk/spf/containers/cmn/container_utils/ext/ctrl_port/src/cu_ext_ctrl_port_util.c b/fwk/spf/containers/cmn/container_utils/ext/ctrl_port/src/cu_ext_ctrl_port_util.c index 91bf41f6..02c82089 100644 --- a/fwk/spf/containers/cmn/container_utils/ext/ctrl_port/src/cu_ext_ctrl_port_util.c +++ b/fwk/spf/containers/cmn/container_utils/ext/ctrl_port/src/cu_ext_ctrl_port_util.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "cu_i.h" diff --git a/fwk/spf/containers/cmn/container_utils/ext/ctrl_port/src/cu_ext_ctrl_port_util_island.c b/fwk/spf/containers/cmn/container_utils/ext/ctrl_port/src/cu_ext_ctrl_port_util_island.c index c3c144f1..a984339d 100644 --- a/fwk/spf/containers/cmn/container_utils/ext/ctrl_port/src/cu_ext_ctrl_port_util_island.c +++ b/fwk/spf/containers/cmn/container_utils/ext/ctrl_port/src/cu_ext_ctrl_port_util_island.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "cu_i.h" diff --git a/fwk/spf/containers/cmn/container_utils/ext/ctrl_port/src/cu_int_ctrl_port_util.c b/fwk/spf/containers/cmn/container_utils/ext/ctrl_port/src/cu_int_ctrl_port_util.c index 8cec223e..382cb4c1 100644 --- a/fwk/spf/containers/cmn/container_utils/ext/ctrl_port/src/cu_int_ctrl_port_util.c +++ b/fwk/spf/containers/cmn/container_utils/ext/ctrl_port/src/cu_int_ctrl_port_util.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "cu_i.h" diff --git a/fwk/spf/containers/cmn/container_utils/ext/ctrl_port/src/cu_int_ctrl_port_util_island.c b/fwk/spf/containers/cmn/container_utils/ext/ctrl_port/src/cu_int_ctrl_port_util_island.c index 6db706fe..fdd6d0ee 100644 --- a/fwk/spf/containers/cmn/container_utils/ext/ctrl_port/src/cu_int_ctrl_port_util_island.c +++ b/fwk/spf/containers/cmn/container_utils/ext/ctrl_port/src/cu_int_ctrl_port_util_island.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "cu_i.h" diff --git a/fwk/spf/containers/cmn/container_utils/ext/duty_cycle/inc/cu_duty_cycle.h b/fwk/spf/containers/cmn/container_utils/ext/duty_cycle/inc/cu_duty_cycle.h index 6d08cc20..3c3ca752 100644 --- a/fwk/spf/containers/cmn/container_utils/ext/duty_cycle/inc/cu_duty_cycle.h +++ b/fwk/spf/containers/cmn/container_utils/ext/duty_cycle/inc/cu_duty_cycle.h @@ -9,8 +9,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "posal.h" diff --git a/fwk/spf/containers/cmn/container_utils/ext/duty_cycle/src/cu_duty_cycle.c b/fwk/spf/containers/cmn/container_utils/ext/duty_cycle/src/cu_duty_cycle.c index 9ab4a5a0..ad82dbc9 100644 --- a/fwk/spf/containers/cmn/container_utils/ext/duty_cycle/src/cu_duty_cycle.c +++ b/fwk/spf/containers/cmn/container_utils/ext/duty_cycle/src/cu_duty_cycle.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "platform_internal_dcm_if.h" diff --git a/fwk/spf/containers/cmn/container_utils/ext/duty_cycle/stub_src/cu_duty_cycle.c b/fwk/spf/containers/cmn/container_utils/ext/duty_cycle/stub_src/cu_duty_cycle.c index 876ef829..c23951c4 100644 --- a/fwk/spf/containers/cmn/container_utils/ext/duty_cycle/stub_src/cu_duty_cycle.c +++ b/fwk/spf/containers/cmn/container_utils/ext/duty_cycle/stub_src/cu_duty_cycle.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/fwk/spf/containers/cmn/container_utils/ext/global_shmem_msg/inc/cu_global_shmem_msg.h b/fwk/spf/containers/cmn/container_utils/ext/global_shmem_msg/inc/cu_global_shmem_msg.h index a54d29b2..79476156 100644 --- a/fwk/spf/containers/cmn/container_utils/ext/global_shmem_msg/inc/cu_global_shmem_msg.h +++ b/fwk/spf/containers/cmn/container_utils/ext/global_shmem_msg/inc/cu_global_shmem_msg.h @@ -10,8 +10,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "posal.h" diff --git a/fwk/spf/containers/cmn/container_utils/ext/global_shmem_msg/src/cu_global_shmem_msg.c b/fwk/spf/containers/cmn/container_utils/ext/global_shmem_msg/src/cu_global_shmem_msg.c index 3fd6f93b..f5fdd625 100644 --- a/fwk/spf/containers/cmn/container_utils/ext/global_shmem_msg/src/cu_global_shmem_msg.c +++ b/fwk/spf/containers/cmn/container_utils/ext/global_shmem_msg/src/cu_global_shmem_msg.c @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "cu_global_shmem_msg.h" diff --git a/fwk/spf/containers/cmn/container_utils/ext/global_shmem_msg/stub_src/cu_global_shmem_msg.c b/fwk/spf/containers/cmn/container_utils/ext/global_shmem_msg/stub_src/cu_global_shmem_msg.c index 61c58356..43d00597 100644 --- a/fwk/spf/containers/cmn/container_utils/ext/global_shmem_msg/stub_src/cu_global_shmem_msg.c +++ b/fwk/spf/containers/cmn/container_utils/ext/global_shmem_msg/stub_src/cu_global_shmem_msg.c @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "cu_global_shmem_msg.h" diff --git a/fwk/spf/containers/cmn/container_utils/ext/island_exit/inc/cu_exit_island.h b/fwk/spf/containers/cmn/container_utils/ext/island_exit/inc/cu_exit_island.h index 11311590..802f5a1e 100644 --- a/fwk/spf/containers/cmn/container_utils/ext/island_exit/inc/cu_exit_island.h +++ b/fwk/spf/containers/cmn/container_utils/ext/island_exit/inc/cu_exit_island.h @@ -5,8 +5,8 @@ * \brief * This file contains utility function for exiting island before accessing certain libs which are marked as non-island * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "topo_utils.h" diff --git a/fwk/spf/containers/cmn/container_utils/ext/island_exit/src/cu_ctrl_port_exit_island.c b/fwk/spf/containers/cmn/container_utils/ext/island_exit/src/cu_ctrl_port_exit_island.c index 38292ebc..a3bbb9cc 100644 --- a/fwk/spf/containers/cmn/container_utils/ext/island_exit/src/cu_ctrl_port_exit_island.c +++ b/fwk/spf/containers/cmn/container_utils/ext/island_exit/src/cu_ctrl_port_exit_island.c @@ -3,8 +3,8 @@ * \brief * Function to exit island if ctrl port lib is not supported in island * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "cu_i.h" diff --git a/fwk/spf/containers/cmn/container_utils/ext/offload/inc/cu_offload.h b/fwk/spf/containers/cmn/container_utils/ext/offload/inc/cu_offload.h index 5896e3ba..dbb2db10 100644 --- a/fwk/spf/containers/cmn/container_utils/ext/offload/inc/cu_offload.h +++ b/fwk/spf/containers/cmn/container_utils/ext/offload/inc/cu_offload.h @@ -10,8 +10,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "posal.h" diff --git a/fwk/spf/containers/cmn/container_utils/ext/offload/src/cu_offload_util.c b/fwk/spf/containers/cmn/container_utils/ext/offload/src/cu_offload_util.c index 1ca85b8d..cb246e5b 100644 --- a/fwk/spf/containers/cmn/container_utils/ext/offload/src/cu_offload_util.c +++ b/fwk/spf/containers/cmn/container_utils/ext/offload/src/cu_offload_util.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "cu_i.h" diff --git a/fwk/spf/containers/cmn/container_utils/ext/offload/stub_src/cu_offload_util.c b/fwk/spf/containers/cmn/container_utils/ext/offload/stub_src/cu_offload_util.c index 53e1c512..c5b8bd85 100644 --- a/fwk/spf/containers/cmn/container_utils/ext/offload/stub_src/cu_offload_util.c +++ b/fwk/spf/containers/cmn/container_utils/ext/offload/stub_src/cu_offload_util.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "cu_i.h" diff --git a/fwk/spf/containers/cmn/container_utils/ext/path_delay/inc/cu_path_delay.h b/fwk/spf/containers/cmn/container_utils/ext/path_delay/inc/cu_path_delay.h index 97d1f308..61236c87 100644 --- a/fwk/spf/containers/cmn/container_utils/ext/path_delay/inc/cu_path_delay.h +++ b/fwk/spf/containers/cmn/container_utils/ext/path_delay/inc/cu_path_delay.h @@ -10,8 +10,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "posal.h" diff --git a/fwk/spf/containers/cmn/container_utils/ext/path_delay/src/cu_path_delay.c b/fwk/spf/containers/cmn/container_utils/ext/path_delay/src/cu_path_delay.c index 41910dde..5f82d81c 100644 --- a/fwk/spf/containers/cmn/container_utils/ext/path_delay/src/cu_path_delay.c +++ b/fwk/spf/containers/cmn/container_utils/ext/path_delay/src/cu_path_delay.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "cu_i.h" diff --git a/fwk/spf/containers/cmn/container_utils/ext/path_delay/stub_src/cu_path_delay.c b/fwk/spf/containers/cmn/container_utils/ext/path_delay/stub_src/cu_path_delay.c index bb5542c3..daf5fa7a 100644 --- a/fwk/spf/containers/cmn/container_utils/ext/path_delay/stub_src/cu_path_delay.c +++ b/fwk/spf/containers/cmn/container_utils/ext/path_delay/stub_src/cu_path_delay.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "cu_i.h" diff --git a/fwk/spf/containers/cmn/container_utils/ext/prof/inc/cu_prof.h b/fwk/spf/containers/cmn/container_utils/ext/prof/inc/cu_prof.h index 225f3737..b4b030af 100644 --- a/fwk/spf/containers/cmn/container_utils/ext/prof/inc/cu_prof.h +++ b/fwk/spf/containers/cmn/container_utils/ext/prof/inc/cu_prof.h @@ -10,8 +10,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "posal.h" diff --git a/fwk/spf/containers/cmn/container_utils/ext/prof/src/cu_prof.c b/fwk/spf/containers/cmn/container_utils/ext/prof/src/cu_prof.c index 90d70ea3..56df19b8 100644 --- a/fwk/spf/containers/cmn/container_utils/ext/prof/src/cu_prof.c +++ b/fwk/spf/containers/cmn/container_utils/ext/prof/src/cu_prof.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "cu_i.h" diff --git a/fwk/spf/containers/cmn/container_utils/ext/prof/stub_src/cu_prof.c b/fwk/spf/containers/cmn/container_utils/ext/prof/stub_src/cu_prof.c index b1275530..385420eb 100644 --- a/fwk/spf/containers/cmn/container_utils/ext/prof/stub_src/cu_prof.c +++ b/fwk/spf/containers/cmn/container_utils/ext/prof/stub_src/cu_prof.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "cu_i.h" diff --git a/fwk/spf/containers/cmn/container_utils/ext/soft_timer_fwk_ext/inc/cu_soft_timer_fwk_ext.h b/fwk/spf/containers/cmn/container_utils/ext/soft_timer_fwk_ext/inc/cu_soft_timer_fwk_ext.h index 57a203a8..682c038f 100644 --- a/fwk/spf/containers/cmn/container_utils/ext/soft_timer_fwk_ext/inc/cu_soft_timer_fwk_ext.h +++ b/fwk/spf/containers/cmn/container_utils/ext/soft_timer_fwk_ext/inc/cu_soft_timer_fwk_ext.h @@ -5,8 +5,8 @@ * \file cu_soft_timer_fwk_ext.h * \brief * This file contains utility functions for FWK_EXTN_SOFT_TIMER - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ // clang-format on diff --git a/fwk/spf/containers/cmn/container_utils/ext/soft_timer_fwk_ext/src/cu_soft_timer_fwk_ext.c b/fwk/spf/containers/cmn/container_utils/ext/soft_timer_fwk_ext/src/cu_soft_timer_fwk_ext.c index 8dc4ee8f..48513253 100644 --- a/fwk/spf/containers/cmn/container_utils/ext/soft_timer_fwk_ext/src/cu_soft_timer_fwk_ext.c +++ b/fwk/spf/containers/cmn/container_utils/ext/soft_timer_fwk_ext/src/cu_soft_timer_fwk_ext.c @@ -4,8 +4,8 @@ * \brief * Implementation of soft_timer fwk extn in container utils * - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear */ + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ======================================================================= Includes diff --git a/fwk/spf/containers/cmn/container_utils/ext/soft_timer_fwk_ext/stub_src/cu_soft_timer_fwk_ext.c b/fwk/spf/containers/cmn/container_utils/ext/soft_timer_fwk_ext/stub_src/cu_soft_timer_fwk_ext.c index c0a7dbbb..568522ac 100644 --- a/fwk/spf/containers/cmn/container_utils/ext/soft_timer_fwk_ext/stub_src/cu_soft_timer_fwk_ext.c +++ b/fwk/spf/containers/cmn/container_utils/ext/soft_timer_fwk_ext/stub_src/cu_soft_timer_fwk_ext.c @@ -5,8 +5,8 @@ * * Implementation of soft_timer stub fwk extension functions. * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "cu_soft_timer_fwk_ext.h" diff --git a/fwk/spf/containers/cmn/container_utils/ext/voice/inc/cu_voice.h b/fwk/spf/containers/cmn/container_utils/ext/voice/inc/cu_voice.h index a7eac169..56c99dea 100644 --- a/fwk/spf/containers/cmn/container_utils/ext/voice/inc/cu_voice.h +++ b/fwk/spf/containers/cmn/container_utils/ext/voice/inc/cu_voice.h @@ -11,7 +11,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "posal.h" diff --git a/fwk/spf/containers/cmn/container_utils/ext/voice/src/cu_voice_util.c b/fwk/spf/containers/cmn/container_utils/ext/voice/src/cu_voice_util.c index 1e500eb3..5e70a260 100644 --- a/fwk/spf/containers/cmn/container_utils/ext/voice/src/cu_voice_util.c +++ b/fwk/spf/containers/cmn/container_utils/ext/voice/src/cu_voice_util.c @@ -6,7 +6,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "cu_i.h" diff --git a/fwk/spf/containers/cmn/container_utils/ext/voice/stub_src/cu_voice_util.c b/fwk/spf/containers/cmn/container_utils/ext/voice/stub_src/cu_voice_util.c index 573c2b03..13f48583 100644 --- a/fwk/spf/containers/cmn/container_utils/ext/voice/stub_src/cu_voice_util.c +++ b/fwk/spf/containers/cmn/container_utils/ext/voice/stub_src/cu_voice_util.c @@ -6,7 +6,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "cu_i.h" diff --git a/fwk/spf/containers/cmn/graph_utils/inc/graph_utils.h b/fwk/spf/containers/cmn/graph_utils/inc/graph_utils.h index 3d545c5f..24475bfb 100644 --- a/fwk/spf/containers/cmn/graph_utils/inc/graph_utils.h +++ b/fwk/spf/containers/cmn/graph_utils/inc/graph_utils.h @@ -10,8 +10,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spf_utils.h" diff --git a/fwk/spf/containers/cmn/graph_utils/src/graph_utils.c b/fwk/spf/containers/cmn/graph_utils/src/graph_utils.c index 7d6db9cc..eeafe06f 100644 --- a/fwk/spf/containers/cmn/graph_utils/src/graph_utils.c +++ b/fwk/spf/containers/cmn/graph_utils/src/graph_utils.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "graph_utils.h" diff --git a/fwk/spf/containers/cmn/graph_utils/src/graph_utils_island.c b/fwk/spf/containers/cmn/graph_utils/src/graph_utils_island.c index ca60f79c..be85348f 100644 --- a/fwk/spf/containers/cmn/graph_utils/src/graph_utils_island.c +++ b/fwk/spf/containers/cmn/graph_utils/src/graph_utils_island.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "graph_utils.h" diff --git a/fwk/spf/containers/cmn/icb/inc/icb.h b/fwk/spf/containers/cmn/icb/inc/icb.h index 399f78c1..b2bce44f 100644 --- a/fwk/spf/containers/cmn/icb/inc/icb.h +++ b/fwk/spf/containers/cmn/icb/inc/icb.h @@ -10,8 +10,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spf_utils.h" diff --git a/fwk/spf/containers/cmn/icb/src/icb.c b/fwk/spf/containers/cmn/icb/src/icb.c index 6e35f57a..dca65693 100644 --- a/fwk/spf/containers/cmn/icb/src/icb.c +++ b/fwk/spf/containers/cmn/icb/src/icb.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "icb.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/core/inc/gen_topo.h b/fwk/spf/containers/cmn/topologies/gen_topo/core/inc/gen_topo.h index 5f91dae7..7b001f72 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/core/inc/gen_topo.h +++ b/fwk/spf/containers/cmn/topologies/gen_topo/core/inc/gen_topo.h @@ -11,7 +11,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_guids.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/core/inc/gen_topo_buf_mgr.h b/fwk/spf/containers/cmn/topologies/gen_topo/core/inc/gen_topo_buf_mgr.h index 7a53fe27..aa9b7d20 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/core/inc/gen_topo_buf_mgr.h +++ b/fwk/spf/containers/cmn/topologies/gen_topo/core/inc/gen_topo_buf_mgr.h @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef GENERIC_TOPO_BUF_MGR_H_ diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/core/inc/gen_topo_capi.h b/fwk/spf/containers/cmn/topologies/gen_topo/core/inc/gen_topo_capi.h index 4cf693d3..1507c724 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/core/inc/gen_topo_capi.h +++ b/fwk/spf/containers/cmn/topologies/gen_topo/core/inc/gen_topo_capi.h @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #if defined(__cplusplus) diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/core/inc/topo_buf_mgr.h b/fwk/spf/containers/cmn/topologies/gen_topo/core/inc/topo_buf_mgr.h index 9240cd34..36ceef1a 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/core/inc/topo_buf_mgr.h +++ b/fwk/spf/containers/cmn/topologies/gen_topo/core/inc/topo_buf_mgr.h @@ -8,7 +8,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "spf_list_utils.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo.c b/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo.c index b91dd990..9344c6f3 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo.c @@ -8,7 +8,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_topo.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_buf_util_island.c b/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_buf_util_island.c index d67d8749..028b4dd0 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_buf_util_island.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_buf_util_island.c @@ -7,7 +7,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_topo.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_capi.c b/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_capi.c index d1229f41..b2107f63 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_capi.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_capi.c @@ -7,7 +7,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_topo.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_capi_cb_handler.c b/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_capi_cb_handler.c index 62391f05..149c130d 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_capi_cb_handler.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_capi_cb_handler.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_topo.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_capi_cb_handler_island.c b/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_capi_cb_handler_island.c index 91ef973a..0ded2f5a 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_capi_cb_handler_island.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_capi_cb_handler_island.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_topo.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_data_flow_state.c b/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_data_flow_state.c index c6dc28a7..e6b360a7 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_data_flow_state.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_data_flow_state.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_topo.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_data_flow_state_md_island.c b/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_data_flow_state_md_island.c index 397ec81b..557defb8 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_data_flow_state_md_island.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_data_flow_state_md_island.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_topo.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_data_process.c b/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_data_process.c index 8202bf3e..9393500b 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_data_process.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_data_process.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_topo.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_data_process_island.c b/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_data_process_island.c index 190face2..5a1ef1df 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_data_process_island.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_data_process_island.c @@ -7,7 +7,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_topo_i.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_debug_info.c b/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_debug_info.c index 4522f5ee..953b74ad 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_debug_info.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_debug_info.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_topo.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_fwk_extn_utils.c b/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_fwk_extn_utils.c index 5c80240c..9f3f592b 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_fwk_extn_utils.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_fwk_extn_utils.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_topo.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_i.h b/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_i.h index 845b4cfd..2118abc0 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_i.h +++ b/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_i.h @@ -8,7 +8,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef GEN_TOPO_I_H_ diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_intf_extn_utils.c b/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_intf_extn_utils.c index 59cdf40c..7d4e87a6 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_intf_extn_utils.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_intf_extn_utils.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_topo.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_island.c b/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_island.c index 8edb51ec..315cc253 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_island.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_island.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_topo.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_pm.c b/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_pm.c index faa6a585..ea3fc16a 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_pm.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_pm.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_topo.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_propagation.c b/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_propagation.c index 40d5a67a..953bdd47 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_propagation.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_propagation.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_topo.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_public_functions.c b/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_public_functions.c index 672975e1..84f8ac24 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_public_functions.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_public_functions.c @@ -8,7 +8,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_topo_i.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_public_functions_md_island.c b/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_public_functions_md_island.c index f5b68f57..2532b1c6 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_public_functions_md_island.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_public_functions_md_island.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_topo.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_trigger_policy.c b/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_trigger_policy.c index 52b7ecf7..1ace1020 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_trigger_policy.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_trigger_policy.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_topo.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_trigger_policy_change_island.c b/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_trigger_policy_change_island.c index 8ba22323..200ce5e5 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_trigger_policy_change_island.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_trigger_policy_change_island.c @@ -8,7 +8,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_topo.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_trigger_policy_island.c b/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_trigger_policy_island.c index 6224c57a..613610b3 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_trigger_policy_island.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/core/src/gen_topo_trigger_policy_island.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_topo.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/core/src/topo_buf_mgr.c b/fwk/spf/containers/cmn/topologies/gen_topo/core/src/topo_buf_mgr.c index 36848376..fe7c2c6e 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/core/src/topo_buf_mgr.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/core/src/topo_buf_mgr.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_topo.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/core/tst/topo_buf_mgr_test.c b/fwk/spf/containers/cmn/topologies/gen_topo/core/tst/topo_buf_mgr_test.c index 45d5b3ef..4ff6ba96 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/core/tst/topo_buf_mgr_test.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/core/tst/topo_buf_mgr_test.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_defs.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/ext/ctrl_port/inc/gen_topo_ctrl_port.h b/fwk/spf/containers/cmn/topologies/gen_topo/ext/ctrl_port/inc/gen_topo_ctrl_port.h index dd9c9c56..907558cd 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/ext/ctrl_port/inc/gen_topo_ctrl_port.h +++ b/fwk/spf/containers/cmn/topologies/gen_topo/ext/ctrl_port/inc/gen_topo_ctrl_port.h @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "topo_utils.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/ext/ctrl_port/src/gen_topo_ctrl_port.c b/fwk/spf/containers/cmn/topologies/gen_topo/ext/ctrl_port/src/gen_topo_ctrl_port.c index 60fdd864..a11d9fbe 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/ext/ctrl_port/src/gen_topo_ctrl_port.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/ext/ctrl_port/src/gen_topo_ctrl_port.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_topo.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/ext/ctrl_port/src/gen_topo_ctrl_port_island.c b/fwk/spf/containers/cmn/topologies/gen_topo/ext/ctrl_port/src/gen_topo_ctrl_port_island.c index 721907de..6fbef4cc 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/ext/ctrl_port/src/gen_topo_ctrl_port_island.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/ext/ctrl_port/src/gen_topo_ctrl_port_island.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_topo.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/ext/data_port_ops_intf_ext/inc/gen_topo_data_port_ops_intf_ext.h b/fwk/spf/containers/cmn/topologies/gen_topo/ext/data_port_ops_intf_ext/inc/gen_topo_data_port_ops_intf_ext.h index 17327bd5..7ddfba44 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/ext/data_port_ops_intf_ext/inc/gen_topo_data_port_ops_intf_ext.h +++ b/fwk/spf/containers/cmn/topologies/gen_topo/ext/data_port_ops_intf_ext/inc/gen_topo_data_port_ops_intf_ext.h @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "topo_utils.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/ext/data_port_ops_intf_ext/src/gen_topo_data_port_ops_intf_ext.c b/fwk/spf/containers/cmn/topologies/gen_topo/ext/data_port_ops_intf_ext/src/gen_topo_data_port_ops_intf_ext.c index dad8d1d4..f3e43a8e 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/ext/data_port_ops_intf_ext/src/gen_topo_data_port_ops_intf_ext.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/ext/data_port_ops_intf_ext/src/gen_topo_data_port_ops_intf_ext.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_topo.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/ext/dm_ext/inc/gen_topo_dm_ext.h b/fwk/spf/containers/cmn/topologies/gen_topo/ext/dm_ext/inc/gen_topo_dm_ext.h index 64cf6b6e..ca2075ca 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/ext/dm_ext/inc/gen_topo_dm_ext.h +++ b/fwk/spf/containers/cmn/topologies/gen_topo/ext/dm_ext/inc/gen_topo_dm_ext.h @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/ext/dm_ext/src/gen_topo_dm_ext.c b/fwk/spf/containers/cmn/topologies/gen_topo/ext/dm_ext/src/gen_topo_dm_ext.c index 61da3297..c892abe9 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/ext/dm_ext/src/gen_topo_dm_ext.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/ext/dm_ext/src/gen_topo_dm_ext.c @@ -4,8 +4,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_topo.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/ext/dm_ext/src/gen_topo_dm_ext_island.c b/fwk/spf/containers/cmn/topologies/gen_topo/ext/dm_ext/src/gen_topo_dm_ext_island.c index 10585179..43df7a66 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/ext/dm_ext/src/gen_topo_dm_ext_island.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/ext/dm_ext/src/gen_topo_dm_ext_island.c @@ -4,8 +4,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_topo.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/ext/dm_ext/stub_src/gen_topo_dm_ext.c b/fwk/spf/containers/cmn/topologies/gen_topo/ext/dm_ext/stub_src/gen_topo_dm_ext.c index 6980d2fe..808a335b 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/ext/dm_ext/stub_src/gen_topo_dm_ext.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/ext/dm_ext/stub_src/gen_topo_dm_ext.c @@ -4,8 +4,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_topo.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/ext/global_shmem_msg/inc/gen_topo_global_shmem_msg.h b/fwk/spf/containers/cmn/topologies/gen_topo/ext/global_shmem_msg/inc/gen_topo_global_shmem_msg.h index a809dc34..0057f8f4 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/ext/global_shmem_msg/inc/gen_topo_global_shmem_msg.h +++ b/fwk/spf/containers/cmn/topologies/gen_topo/ext/global_shmem_msg/inc/gen_topo_global_shmem_msg.h @@ -10,8 +10,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "posal.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/ext/global_shmem_msg/src/gen_topo_global_shmem_msg.c b/fwk/spf/containers/cmn/topologies/gen_topo/ext/global_shmem_msg/src/gen_topo_global_shmem_msg.c index bf28935b..263642c3 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/ext/global_shmem_msg/src/gen_topo_global_shmem_msg.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/ext/global_shmem_msg/src/gen_topo_global_shmem_msg.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_topo.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/ext/global_shmem_msg/stub_src/gen_topo_global_shmem_msg.c b/fwk/spf/containers/cmn/topologies/gen_topo/ext/global_shmem_msg/stub_src/gen_topo_global_shmem_msg.c index 5bb1b136..dba7653d 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/ext/global_shmem_msg/stub_src/gen_topo_global_shmem_msg.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/ext/global_shmem_msg/stub_src/gen_topo_global_shmem_msg.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "posal.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/ext/island_exit/inc/gen_topo_exit_island.h b/fwk/spf/containers/cmn/topologies/gen_topo/ext/island_exit/inc/gen_topo_exit_island.h index 4a2f663d..e59bab93 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/ext/island_exit/inc/gen_topo_exit_island.h +++ b/fwk/spf/containers/cmn/topologies/gen_topo/ext/island_exit/inc/gen_topo_exit_island.h @@ -5,8 +5,8 @@ * \brief * This file contains utility function for exiting island before accessing certain libs which are marked as non-island * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "topo_utils.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/ext/island_exit/src/gen_topo_capi_metadata_exit_island.c b/fwk/spf/containers/cmn/topologies/gen_topo/ext/island_exit/src/gen_topo_capi_metadata_exit_island.c index 82575f65..3b1b36e5 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/ext/island_exit/src/gen_topo_capi_metadata_exit_island.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/ext/island_exit/src/gen_topo_capi_metadata_exit_island.c @@ -3,8 +3,8 @@ * \brief * Function to exit island and then call into metadata vtbl funcitons * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_topo.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/ext/island_exit/src/gen_topo_metadata_exit_island.c b/fwk/spf/containers/cmn/topologies/gen_topo/ext/island_exit/src/gen_topo_metadata_exit_island.c index 135c54f0..d6035ba5 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/ext/island_exit/src/gen_topo_metadata_exit_island.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/ext/island_exit/src/gen_topo_metadata_exit_island.c @@ -3,8 +3,8 @@ * \brief * Function to exit island if metadata is not supported in island * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_topo.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/ext/metadata/inc/gen_topo_metadata.h b/fwk/spf/containers/cmn/topologies/gen_topo/ext/metadata/inc/gen_topo_metadata.h index 3cae0ed5..66932f1a 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/ext/metadata/inc/gen_topo_metadata.h +++ b/fwk/spf/containers/cmn/topologies/gen_topo/ext/metadata/inc/gen_topo_metadata.h @@ -8,7 +8,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef GEN_TOPO_METADATA_H_ diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/ext/metadata/src/gen_topo_metadata.c b/fwk/spf/containers/cmn/topologies/gen_topo/ext/metadata/src/gen_topo_metadata.c index aa8ce8bc..5fcc7d5f 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/ext/metadata/src/gen_topo_metadata.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/ext/metadata/src/gen_topo_metadata.c @@ -8,7 +8,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_topo.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/ext/metadata/src/gen_topo_metadata_island.c b/fwk/spf/containers/cmn/topologies/gen_topo/ext/metadata/src/gen_topo_metadata_island.c index ba1969b6..c25cd6be 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/ext/metadata/src/gen_topo_metadata_island.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/ext/metadata/src/gen_topo_metadata_island.c @@ -8,7 +8,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_topo.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/ext/module_bypass/inc/gen_topo_module_bypass.h b/fwk/spf/containers/cmn/topologies/gen_topo/ext/module_bypass/inc/gen_topo_module_bypass.h index 4e389c2a..4485f05d 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/ext/module_bypass/inc/gen_topo_module_bypass.h +++ b/fwk/spf/containers/cmn/topologies/gen_topo/ext/module_bypass/inc/gen_topo_module_bypass.h @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "topo_utils.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/ext/module_bypass/src/gen_topo_module_bypass.c b/fwk/spf/containers/cmn/topologies/gen_topo/ext/module_bypass/src/gen_topo_module_bypass.c index f0b1927c..78466a81 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/ext/module_bypass/src/gen_topo_module_bypass.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/ext/module_bypass/src/gen_topo_module_bypass.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_topo.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/ext/module_bypass/stub_src/gen_topo_module_bypass.c b/fwk/spf/containers/cmn/topologies/gen_topo/ext/module_bypass/stub_src/gen_topo_module_bypass.c index 76117023..cefcdd69 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/ext/module_bypass/stub_src/gen_topo_module_bypass.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/ext/module_bypass/stub_src/gen_topo_module_bypass.c @@ -4,8 +4,8 @@ * This file contains stub utility for handling disabled modules * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_topo.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/ext/path_delay/inc/gen_topo_path_delay.h b/fwk/spf/containers/cmn/topologies/gen_topo/ext/path_delay/inc/gen_topo_path_delay.h index d9e97921..49d3d8eb 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/ext/path_delay/inc/gen_topo_path_delay.h +++ b/fwk/spf/containers/cmn/topologies/gen_topo/ext/path_delay/inc/gen_topo_path_delay.h @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "topo_utils.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/ext/path_delay/src/gen_topo_path_delay.c b/fwk/spf/containers/cmn/topologies/gen_topo/ext/path_delay/src/gen_topo_path_delay.c index 0de3e99c..87f1f13b 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/ext/path_delay/src/gen_topo_path_delay.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/ext/path_delay/src/gen_topo_path_delay.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_topo.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/ext/path_delay/stub_src/gen_topo_path_delay.c b/fwk/spf/containers/cmn/topologies/gen_topo/ext/path_delay/stub_src/gen_topo_path_delay.c index 55ee5e47..09df1b73 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/ext/path_delay/stub_src/gen_topo_path_delay.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/ext/path_delay/stub_src/gen_topo_path_delay.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_topo.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/ext/pcm_fwk_ext/inc/gen_topo_pcm_fwk_ext.h b/fwk/spf/containers/cmn/topologies/gen_topo/ext/pcm_fwk_ext/inc/gen_topo_pcm_fwk_ext.h index f1e748e3..659f7232 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/ext/pcm_fwk_ext/inc/gen_topo_pcm_fwk_ext.h +++ b/fwk/spf/containers/cmn/topologies/gen_topo/ext/pcm_fwk_ext/inc/gen_topo_pcm_fwk_ext.h @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "topo_utils.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/ext/pcm_fwk_ext/src/gen_topo_pcm_fwk_ext.c b/fwk/spf/containers/cmn/topologies/gen_topo/ext/pcm_fwk_ext/src/gen_topo_pcm_fwk_ext.c index bb9b1bf9..edd6df50 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/ext/pcm_fwk_ext/src/gen_topo_pcm_fwk_ext.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/ext/pcm_fwk_ext/src/gen_topo_pcm_fwk_ext.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_topo.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/ext/prof/inc/gen_topo_prof.h b/fwk/spf/containers/cmn/topologies/gen_topo/ext/prof/inc/gen_topo_prof.h index 71d9336f..bd11af29 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/ext/prof/inc/gen_topo_prof.h +++ b/fwk/spf/containers/cmn/topologies/gen_topo/ext/prof/inc/gen_topo_prof.h @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "topo_utils.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/ext/prof/src/gen_topo_prof.c b/fwk/spf/containers/cmn/topologies/gen_topo/ext/prof/src/gen_topo_prof.c index 513bdb42..dd2c2ff6 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/ext/prof/src/gen_topo_prof.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/ext/prof/src/gen_topo_prof.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_topo.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/ext/prof/stub_src/gen_topo_prof.c b/fwk/spf/containers/cmn/topologies/gen_topo/ext/prof/stub_src/gen_topo_prof.c index 35bd4512..0593734b 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/ext/prof/stub_src/gen_topo_prof.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/ext/prof/stub_src/gen_topo_prof.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_topo.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/ext/pure_st_topo/inc/gen_topo_pure_st.h b/fwk/spf/containers/cmn/topologies/gen_topo/ext/pure_st_topo/inc/gen_topo_pure_st.h index 4b306d20..1c43999e 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/ext/pure_st_topo/inc/gen_topo_pure_st.h +++ b/fwk/spf/containers/cmn/topologies/gen_topo/ext/pure_st_topo/inc/gen_topo_pure_st.h @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "topo_utils.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/ext/pure_st_topo/src/gen_topo_pure_st_i.h b/fwk/spf/containers/cmn/topologies/gen_topo/ext/pure_st_topo/src/gen_topo_pure_st_i.h index 6dc0130b..36511b35 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/ext/pure_st_topo/src/gen_topo_pure_st_i.h +++ b/fwk/spf/containers/cmn/topologies/gen_topo/ext/pure_st_topo/src/gen_topo_pure_st_i.h @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_defs.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/ext/pure_st_topo/src/gen_topo_pure_st_process.c b/fwk/spf/containers/cmn/topologies/gen_topo/ext/pure_st_topo/src/gen_topo_pure_st_process.c index 0a8187f9..c7e32ca4 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/ext/pure_st_topo/src/gen_topo_pure_st_process.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/ext/pure_st_topo/src/gen_topo_pure_st_process.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_topo.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/ext/pure_st_topo/src/gen_topo_pure_st_process_island.c b/fwk/spf/containers/cmn/topologies/gen_topo/ext/pure_st_topo/src/gen_topo_pure_st_process_island.c index 6dcbad2d..43edf893 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/ext/pure_st_topo/src/gen_topo_pure_st_process_island.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/ext/pure_st_topo/src/gen_topo_pure_st_process_island.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_topo.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/ext/pure_st_topo/stub_src/gen_topo_pure_st_process.c b/fwk/spf/containers/cmn/topologies/gen_topo/ext/pure_st_topo/stub_src/gen_topo_pure_st_process.c index 614095cf..a88a3440 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/ext/pure_st_topo/stub_src/gen_topo_pure_st_process.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/ext/pure_st_topo/stub_src/gen_topo_pure_st_process.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_topo.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/ext/sync_fwk_ext/inc/gen_topo_sync_fwk_ext.h b/fwk/spf/containers/cmn/topologies/gen_topo/ext/sync_fwk_ext/inc/gen_topo_sync_fwk_ext.h index 757b3653..e49bb12a 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/ext/sync_fwk_ext/inc/gen_topo_sync_fwk_ext.h +++ b/fwk/spf/containers/cmn/topologies/gen_topo/ext/sync_fwk_ext/inc/gen_topo_sync_fwk_ext.h @@ -5,8 +5,8 @@ * \file gen_topo_sync_fwk_ext.h * \brief * This file contains utility functions for FWK_EXTN_SYNC - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ // clang-format on diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/ext/sync_fwk_ext/src/gen_topo_sync_fwk_ext.c b/fwk/spf/containers/cmn/topologies/gen_topo/ext/sync_fwk_ext/src/gen_topo_sync_fwk_ext.c index aa77cb56..90d9054b 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/ext/sync_fwk_ext/src/gen_topo_sync_fwk_ext.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/ext/sync_fwk_ext/src/gen_topo_sync_fwk_ext.c @@ -4,8 +4,8 @@ * \brief * Implementation of sync fwk extn in gen topo * - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear */ + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ======================================================================= Includes diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/ext/sync_fwk_ext/stub_src/gen_topo_sync_fwk_ext.c b/fwk/spf/containers/cmn/topologies/gen_topo/ext/sync_fwk_ext/stub_src/gen_topo_sync_fwk_ext.c index e8049acd..6cba47cc 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/ext/sync_fwk_ext/stub_src/gen_topo_sync_fwk_ext.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/ext/sync_fwk_ext/stub_src/gen_topo_sync_fwk_ext.c @@ -5,8 +5,8 @@ * * Implementation of stub utilities for FWK_EXTN_SYNC in gen cntr * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/ext/thin_topo/inc/thin_topo.h b/fwk/spf/containers/cmn/topologies/gen_topo/ext/thin_topo/inc/thin_topo.h index 4889d438..80a2450f 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/ext/thin_topo/inc/thin_topo.h +++ b/fwk/spf/containers/cmn/topologies/gen_topo/ext/thin_topo/inc/thin_topo.h @@ -8,7 +8,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_topo.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/ext/thin_topo/src/thin_topo.c b/fwk/spf/containers/cmn/topologies/gen_topo/ext/thin_topo/src/thin_topo.c index e246a3a0..4f8e340c 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/ext/thin_topo/src/thin_topo.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/ext/thin_topo/src/thin_topo.c @@ -6,7 +6,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_topo.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/ext/thin_topo/src/thin_topo_inline.h b/fwk/spf/containers/cmn/topologies/gen_topo/ext/thin_topo/src/thin_topo_inline.h index 51dc31c0..522eb7b6 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/ext/thin_topo/src/thin_topo_inline.h +++ b/fwk/spf/containers/cmn/topologies/gen_topo/ext/thin_topo/src/thin_topo_inline.h @@ -8,7 +8,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "thin_topo.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/ext/thin_topo/stub_src/thin_topo.c b/fwk/spf/containers/cmn/topologies/gen_topo/ext/thin_topo/stub_src/thin_topo.c index 7f582bb6..8d20e9c4 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/ext/thin_topo/stub_src/thin_topo.c +++ b/fwk/spf/containers/cmn/topologies/gen_topo/ext/thin_topo/stub_src/thin_topo.c @@ -6,7 +6,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_topo.h" diff --git a/fwk/spf/containers/cmn/topologies/gen_topo/ext/thin_topo/stub_src/thin_topo_inline.h b/fwk/spf/containers/cmn/topologies/gen_topo/ext/thin_topo/stub_src/thin_topo_inline.h index fdcf9820..cbe381a0 100644 --- a/fwk/spf/containers/cmn/topologies/gen_topo/ext/thin_topo/stub_src/thin_topo_inline.h +++ b/fwk/spf/containers/cmn/topologies/gen_topo/ext/thin_topo/stub_src/thin_topo_inline.h @@ -8,7 +8,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "thin_topo.h" diff --git a/fwk/spf/containers/cmn/topologies/spl_topo/core/inc/spl_topo.h b/fwk/spf/containers/cmn/topologies/spl_topo/core/inc/spl_topo.h index 696611c5..5a7e5831 100644 --- a/fwk/spf/containers/cmn/topologies/spl_topo/core/inc/spl_topo.h +++ b/fwk/spf/containers/cmn/topologies/spl_topo/core/inc/spl_topo.h @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef ADVANCED_TOPO_H_ diff --git a/fwk/spf/containers/cmn/topologies/spl_topo/core/src/simp_topo.c b/fwk/spf/containers/cmn/topologies/spl_topo/core/src/simp_topo.c index 6dcc44cf..f326de31 100644 --- a/fwk/spf/containers/cmn/topologies/spl_topo/core/src/simp_topo.c +++ b/fwk/spf/containers/cmn/topologies/spl_topo/core/src/simp_topo.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "simp_topo_i.h" diff --git a/fwk/spf/containers/cmn/topologies/spl_topo/core/src/simp_topo_i.h b/fwk/spf/containers/cmn/topologies/spl_topo/core/src/simp_topo_i.h index 005622b4..e5e24237 100644 --- a/fwk/spf/containers/cmn/topologies/spl_topo/core/src/simp_topo_i.h +++ b/fwk/spf/containers/cmn/topologies/spl_topo/core/src/simp_topo_i.h @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef SIMP_TOPO_I_H_ diff --git a/fwk/spf/containers/cmn/topologies/spl_topo/core/src/spl_topo.c b/fwk/spf/containers/cmn/topologies/spl_topo/core/src/spl_topo.c index 5ce4fef2..d2b106af 100644 --- a/fwk/spf/containers/cmn/topologies/spl_topo/core/src/spl_topo.c +++ b/fwk/spf/containers/cmn/topologies/spl_topo/core/src/spl_topo.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spl_topo_i.h" diff --git a/fwk/spf/containers/cmn/topologies/spl_topo/core/src/spl_topo_buf_utils.c b/fwk/spf/containers/cmn/topologies/spl_topo/core/src/spl_topo_buf_utils.c index b4065ce9..82731c2c 100644 --- a/fwk/spf/containers/cmn/topologies/spl_topo/core/src/spl_topo_buf_utils.c +++ b/fwk/spf/containers/cmn/topologies/spl_topo/core/src/spl_topo_buf_utils.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spl_topo_i.h" diff --git a/fwk/spf/containers/cmn/topologies/spl_topo/core/src/spl_topo_capi.c b/fwk/spf/containers/cmn/topologies/spl_topo/core/src/spl_topo_capi.c index 836e1281..b810ead2 100644 --- a/fwk/spf/containers/cmn/topologies/spl_topo/core/src/spl_topo_capi.c +++ b/fwk/spf/containers/cmn/topologies/spl_topo/core/src/spl_topo_capi.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spl_topo_i.h" diff --git a/fwk/spf/containers/cmn/topologies/spl_topo/core/src/spl_topo_capi_cb_handler.c b/fwk/spf/containers/cmn/topologies/spl_topo/core/src/spl_topo_capi_cb_handler.c index 164bd8a1..ca24f7ee 100644 --- a/fwk/spf/containers/cmn/topologies/spl_topo/core/src/spl_topo_capi_cb_handler.c +++ b/fwk/spf/containers/cmn/topologies/spl_topo/core/src/spl_topo_capi_cb_handler.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spl_topo_i.h" diff --git a/fwk/spf/containers/cmn/topologies/spl_topo/core/src/spl_topo_data_process.c b/fwk/spf/containers/cmn/topologies/spl_topo/core/src/spl_topo_data_process.c index 317836ae..5b018418 100644 --- a/fwk/spf/containers/cmn/topologies/spl_topo/core/src/spl_topo_data_process.c +++ b/fwk/spf/containers/cmn/topologies/spl_topo/core/src/spl_topo_data_process.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spl_topo_i.h" diff --git a/fwk/spf/containers/cmn/topologies/spl_topo/core/src/spl_topo_i.h b/fwk/spf/containers/cmn/topologies/spl_topo/core/src/spl_topo_i.h index 3d1a5624..21735be6 100644 --- a/fwk/spf/containers/cmn/topologies/spl_topo/core/src/spl_topo_i.h +++ b/fwk/spf/containers/cmn/topologies/spl_topo/core/src/spl_topo_i.h @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef SPL_TOPO_I_H_ diff --git a/fwk/spf/containers/cmn/topologies/spl_topo/core/src/spl_topo_media_format_utils.c b/fwk/spf/containers/cmn/topologies/spl_topo/core/src/spl_topo_media_format_utils.c index 7c6f16c2..99da6c09 100644 --- a/fwk/spf/containers/cmn/topologies/spl_topo/core/src/spl_topo_media_format_utils.c +++ b/fwk/spf/containers/cmn/topologies/spl_topo/core/src/spl_topo_media_format_utils.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spl_topo_i.h" diff --git a/fwk/spf/containers/cmn/topologies/spl_topo/core/src/spl_topo_metadata.c b/fwk/spf/containers/cmn/topologies/spl_topo/core/src/spl_topo_metadata.c index c6682084..37c9ed5f 100644 --- a/fwk/spf/containers/cmn/topologies/spl_topo/core/src/spl_topo_metadata.c +++ b/fwk/spf/containers/cmn/topologies/spl_topo/core/src/spl_topo_metadata.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spl_topo_i.h" diff --git a/fwk/spf/containers/cmn/topologies/spl_topo/core/src/spl_topo_pm.c b/fwk/spf/containers/cmn/topologies/spl_topo/core/src/spl_topo_pm.c index be5cb34f..9484bf9a 100644 --- a/fwk/spf/containers/cmn/topologies/spl_topo/core/src/spl_topo_pm.c +++ b/fwk/spf/containers/cmn/topologies/spl_topo/core/src/spl_topo_pm.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spl_topo_i.h" diff --git a/fwk/spf/containers/cmn/topologies/spl_topo/core/src/spl_topo_utils.c b/fwk/spf/containers/cmn/topologies/spl_topo/core/src/spl_topo_utils.c index 9b50021d..0a963eb0 100644 --- a/fwk/spf/containers/cmn/topologies/spl_topo/core/src/spl_topo_utils.c +++ b/fwk/spf/containers/cmn/topologies/spl_topo/core/src/spl_topo_utils.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spl_topo_i.h" diff --git a/fwk/spf/containers/cmn/topologies/spl_topo/ext/dm_fwk_ext/inc/spl_topo_dm_fwk_ext.h b/fwk/spf/containers/cmn/topologies/spl_topo/ext/dm_fwk_ext/inc/spl_topo_dm_fwk_ext.h index cbdb25c9..b3aa0363 100644 --- a/fwk/spf/containers/cmn/topologies/spl_topo/ext/dm_fwk_ext/inc/spl_topo_dm_fwk_ext.h +++ b/fwk/spf/containers/cmn/topologies/spl_topo/ext/dm_fwk_ext/inc/spl_topo_dm_fwk_ext.h @@ -6,8 +6,8 @@ * This file contains function definitions for FWK_EXTN_DM * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "topo_utils.h" diff --git a/fwk/spf/containers/cmn/topologies/spl_topo/ext/dm_fwk_ext/src/spl_topo_dm_fwk_ext.c b/fwk/spf/containers/cmn/topologies/spl_topo/ext/dm_fwk_ext/src/spl_topo_dm_fwk_ext.c index bbbf324d..62043cfc 100644 --- a/fwk/spf/containers/cmn/topologies/spl_topo/ext/dm_fwk_ext/src/spl_topo_dm_fwk_ext.c +++ b/fwk/spf/containers/cmn/topologies/spl_topo/ext/dm_fwk_ext/src/spl_topo_dm_fwk_ext.c @@ -5,8 +5,8 @@ * * Topo 2 functions for managing dm modes for fractional resampling cases * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spl_topo_dm_fwk_ext.h" #include "spl_topo_i.h" diff --git a/fwk/spf/containers/cmn/topologies/spl_topo/ext/dm_fwk_ext/stub_src/spl_topo_dm_fwk_ext.c b/fwk/spf/containers/cmn/topologies/spl_topo/ext/dm_fwk_ext/stub_src/spl_topo_dm_fwk_ext.c index 9d89a066..0c644556 100644 --- a/fwk/spf/containers/cmn/topologies/spl_topo/ext/dm_fwk_ext/stub_src/spl_topo_dm_fwk_ext.c +++ b/fwk/spf/containers/cmn/topologies/spl_topo/ext/dm_fwk_ext/stub_src/spl_topo_dm_fwk_ext.c @@ -5,8 +5,8 @@ * * Topo 2 functions for managing dm extension stubs * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spl_topo_trigger_policy_fwk_ext.h" diff --git a/fwk/spf/containers/cmn/topologies/spl_topo/ext/mimo_proc_state_intf_ext/inc/spl_topo_mimo_proc_state_intf_extn.h b/fwk/spf/containers/cmn/topologies/spl_topo/ext/mimo_proc_state_intf_ext/inc/spl_topo_mimo_proc_state_intf_extn.h index 1a09ba03..2f8a1428 100644 --- a/fwk/spf/containers/cmn/topologies/spl_topo/ext/mimo_proc_state_intf_ext/inc/spl_topo_mimo_proc_state_intf_extn.h +++ b/fwk/spf/containers/cmn/topologies/spl_topo/ext/mimo_proc_state_intf_ext/inc/spl_topo_mimo_proc_state_intf_extn.h @@ -6,8 +6,8 @@ * This file contains function definitions for INTF_EXTN_MIMO_MODULE_PROCESS_STATE * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_intf_extn_mimo_module_process_state.h" diff --git a/fwk/spf/containers/cmn/topologies/spl_topo/ext/mimo_proc_state_intf_ext/src/spl_topo_mimo_proc_state_intf_extn.c b/fwk/spf/containers/cmn/topologies/spl_topo/ext/mimo_proc_state_intf_ext/src/spl_topo_mimo_proc_state_intf_extn.c index 9aa8c64c..739c497c 100644 --- a/fwk/spf/containers/cmn/topologies/spl_topo/ext/mimo_proc_state_intf_ext/src/spl_topo_mimo_proc_state_intf_extn.c +++ b/fwk/spf/containers/cmn/topologies/spl_topo/ext/mimo_proc_state_intf_ext/src/spl_topo_mimo_proc_state_intf_extn.c @@ -5,8 +5,8 @@ * * functions for managing disable logic for mimo modules. * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spl_topo_mimo_proc_state_intf_extn.h" diff --git a/fwk/spf/containers/cmn/topologies/spl_topo/ext/mimo_proc_state_intf_ext/stub_src/spl_topo_mimo_proc_state_intf_extn.c b/fwk/spf/containers/cmn/topologies/spl_topo/ext/mimo_proc_state_intf_ext/stub_src/spl_topo_mimo_proc_state_intf_extn.c index a27e8edd..cd2b7f2f 100644 --- a/fwk/spf/containers/cmn/topologies/spl_topo/ext/mimo_proc_state_intf_ext/stub_src/spl_topo_mimo_proc_state_intf_extn.c +++ b/fwk/spf/containers/cmn/topologies/spl_topo/ext/mimo_proc_state_intf_ext/stub_src/spl_topo_mimo_proc_state_intf_extn.c @@ -5,8 +5,8 @@ * * stub implementation. * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spl_topo_mimo_proc_state_intf_extn.h" diff --git a/fwk/spf/containers/cmn/topologies/spl_topo/ext/sync_fwk_ext/inc/spl_topo_sync_fwk_ext.h b/fwk/spf/containers/cmn/topologies/spl_topo/ext/sync_fwk_ext/inc/spl_topo_sync_fwk_ext.h index 0672b9d9..bf16af98 100644 --- a/fwk/spf/containers/cmn/topologies/spl_topo/ext/sync_fwk_ext/inc/spl_topo_sync_fwk_ext.h +++ b/fwk/spf/containers/cmn/topologies/spl_topo/ext/sync_fwk_ext/inc/spl_topo_sync_fwk_ext.h @@ -6,8 +6,8 @@ * This file contains function definitions for FWK_EXTN_SYNC at the topo layer * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "topo_utils.h" #include "ar_defs.h" diff --git a/fwk/spf/containers/cmn/topologies/spl_topo/ext/sync_fwk_ext/src/spl_topo_sync_fwk_ext.c b/fwk/spf/containers/cmn/topologies/spl_topo/ext/sync_fwk_ext/src/spl_topo_sync_fwk_ext.c index e8c00f92..01d6ac41 100644 --- a/fwk/spf/containers/cmn/topologies/spl_topo/ext/sync_fwk_ext/src/spl_topo_sync_fwk_ext.c +++ b/fwk/spf/containers/cmn/topologies/spl_topo/ext/sync_fwk_ext/src/spl_topo_sync_fwk_ext.c @@ -5,8 +5,8 @@ * * Topo 2 functions for managing sync fwk extn that handles active/inactive module ports * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spl_topo_sync_fwk_ext.h" #include "spl_topo_i.h" diff --git a/fwk/spf/containers/cmn/topologies/spl_topo/ext/trigger_policy_fwk_ext/inc/spl_topo_trigger_policy_fwk_ext.h b/fwk/spf/containers/cmn/topologies/spl_topo/ext/trigger_policy_fwk_ext/inc/spl_topo_trigger_policy_fwk_ext.h index 2a2af9d3..6094d0b2 100644 --- a/fwk/spf/containers/cmn/topologies/spl_topo/ext/trigger_policy_fwk_ext/inc/spl_topo_trigger_policy_fwk_ext.h +++ b/fwk/spf/containers/cmn/topologies/spl_topo/ext/trigger_policy_fwk_ext/inc/spl_topo_trigger_policy_fwk_ext.h @@ -7,8 +7,8 @@ * This file contains function definitions for FWK_EXTN_TRIGGER_POLICY * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "topo_utils.h" diff --git a/fwk/spf/containers/cmn/topologies/spl_topo/ext/trigger_policy_fwk_ext/src/spl_topo_trigger_policy_fwk_ext.c b/fwk/spf/containers/cmn/topologies/spl_topo/ext/trigger_policy_fwk_ext/src/spl_topo_trigger_policy_fwk_ext.c index 3c8fdd25..ab3deddb 100644 --- a/fwk/spf/containers/cmn/topologies/spl_topo/ext/trigger_policy_fwk_ext/src/spl_topo_trigger_policy_fwk_ext.c +++ b/fwk/spf/containers/cmn/topologies/spl_topo/ext/trigger_policy_fwk_ext/src/spl_topo_trigger_policy_fwk_ext.c @@ -5,8 +5,8 @@ * * Topo 2 functions for managing trigger policy/processing decision. * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spl_topo_trigger_policy_fwk_ext.h" diff --git a/fwk/spf/containers/cmn/topologies/spl_topo/ext/trigger_policy_fwk_ext/stub_src/spl_topo_trigger_policy_fwk_ext.c b/fwk/spf/containers/cmn/topologies/spl_topo/ext/trigger_policy_fwk_ext/stub_src/spl_topo_trigger_policy_fwk_ext.c index 78143858..328b1f04 100644 --- a/fwk/spf/containers/cmn/topologies/spl_topo/ext/trigger_policy_fwk_ext/stub_src/spl_topo_trigger_policy_fwk_ext.c +++ b/fwk/spf/containers/cmn/topologies/spl_topo/ext/trigger_policy_fwk_ext/stub_src/spl_topo_trigger_policy_fwk_ext.c @@ -5,8 +5,8 @@ * * Topo 2 functions for managing trigger policy/processing decision stubs. * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spl_topo_trigger_policy_fwk_ext.h" diff --git a/fwk/spf/containers/cmn/topologies/topo_interface/inc/topo_interface.h b/fwk/spf/containers/cmn/topologies/topo_interface/inc/topo_interface.h index a33e7586..45f12c15 100644 --- a/fwk/spf/containers/cmn/topologies/topo_interface/inc/topo_interface.h +++ b/fwk/spf/containers/cmn/topologies/topo_interface/inc/topo_interface.h @@ -10,8 +10,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "apm_api.h" diff --git a/fwk/spf/containers/cmn/topologies/topo_utils/inc/topo_utils.h b/fwk/spf/containers/cmn/topologies/topo_utils/inc/topo_utils.h index 3d45d795..c8401949 100644 --- a/fwk/spf/containers/cmn/topologies/topo_utils/inc/topo_utils.h +++ b/fwk/spf/containers/cmn/topologies/topo_utils/inc/topo_utils.h @@ -11,8 +11,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "apm_api.h" diff --git a/fwk/spf/containers/cmn/topologies/topo_utils/src/tu.c b/fwk/spf/containers/cmn/topologies/topo_utils/src/tu.c index 321ceea9..c9f497dc 100644 --- a/fwk/spf/containers/cmn/topologies/topo_utils/src/tu.c +++ b/fwk/spf/containers/cmn/topologies/topo_utils/src/tu.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ // clang-format on=========================================================*/ // clang-format on diff --git a/fwk/spf/containers/cmn/topologies/topo_utils/src/tu_island.c b/fwk/spf/containers/cmn/topologies/topo_utils/src/tu_island.c index d1904744..c024adb6 100644 --- a/fwk/spf/containers/cmn/topologies/topo_utils/src/tu_island.c +++ b/fwk/spf/containers/cmn/topologies/topo_utils/src/tu_island.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "topo_utils.h" diff --git a/fwk/spf/containers/cmn/topologies/topo_utils/src/tu_mf_utils.c b/fwk/spf/containers/cmn/topologies/topo_utils/src/tu_mf_utils.c index df614347..6c213354 100644 --- a/fwk/spf/containers/cmn/topologies/topo_utils/src/tu_mf_utils.c +++ b/fwk/spf/containers/cmn/topologies/topo_utils/src/tu_mf_utils.c @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/fwk/spf/containers/gen_cntr/cmn/inc/gen_cntr_cmn_utils.h b/fwk/spf/containers/gen_cntr/cmn/inc/gen_cntr_cmn_utils.h index 36da8682..dee9b794 100644 --- a/fwk/spf/containers/gen_cntr/cmn/inc/gen_cntr_cmn_utils.h +++ b/fwk/spf/containers/gen_cntr/cmn/inc/gen_cntr_cmn_utils.h @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr.h" diff --git a/fwk/spf/containers/gen_cntr/core/inc/gen_cntr.h b/fwk/spf/containers/gen_cntr/core/inc/gen_cntr.h index a43c2c29..8871bcc4 100644 --- a/fwk/spf/containers/gen_cntr/core/inc/gen_cntr.h +++ b/fwk/spf/containers/gen_cntr/core/inc/gen_cntr.h @@ -9,8 +9,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spf_utils.h" diff --git a/fwk/spf/containers/gen_cntr/core/src/gen_cntr.c b/fwk/spf/containers/gen_cntr/core/src/gen_cntr.c index 4472f98b..9481b1c4 100644 --- a/fwk/spf/containers/gen_cntr/core/src/gen_cntr.c +++ b/fwk/spf/containers/gen_cntr/core/src/gen_cntr.c @@ -4,8 +4,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr_i.h" diff --git a/fwk/spf/containers/gen_cntr/core/src/gen_cntr_buf_util.c b/fwk/spf/containers/gen_cntr/core/src/gen_cntr_buf_util.c index 07296f79..fe39e9b6 100644 --- a/fwk/spf/containers/gen_cntr/core/src/gen_cntr_buf_util.c +++ b/fwk/spf/containers/gen_cntr/core/src/gen_cntr_buf_util.c @@ -5,7 +5,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr_i.h" diff --git a/fwk/spf/containers/gen_cntr/core/src/gen_cntr_cmd_handler.c b/fwk/spf/containers/gen_cntr/core/src/gen_cntr_cmd_handler.c index 7b3f6db4..742fc05e 100644 --- a/fwk/spf/containers/gen_cntr/core/src/gen_cntr_cmd_handler.c +++ b/fwk/spf/containers/gen_cntr/core/src/gen_cntr_cmd_handler.c @@ -6,7 +6,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr_i.h" diff --git a/fwk/spf/containers/gen_cntr/core/src/gen_cntr_data_handler.c b/fwk/spf/containers/gen_cntr/core/src/gen_cntr_data_handler.c index 1fbbcbba..82a3e97c 100644 --- a/fwk/spf/containers/gen_cntr/core/src/gen_cntr_data_handler.c +++ b/fwk/spf/containers/gen_cntr/core/src/gen_cntr_data_handler.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr_i.h" diff --git a/fwk/spf/containers/gen_cntr/core/src/gen_cntr_data_handler_island.c b/fwk/spf/containers/gen_cntr/core/src/gen_cntr_data_handler_island.c index 584d1435..bda4ff99 100644 --- a/fwk/spf/containers/gen_cntr/core/src/gen_cntr_data_handler_island.c +++ b/fwk/spf/containers/gen_cntr/core/src/gen_cntr_data_handler_island.c @@ -6,7 +6,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr_i.h" diff --git a/fwk/spf/containers/gen_cntr/core/src/gen_cntr_data_msg_handler.c b/fwk/spf/containers/gen_cntr/core/src/gen_cntr_data_msg_handler.c index 9251b853..da1922e6 100644 --- a/fwk/spf/containers/gen_cntr/core/src/gen_cntr_data_msg_handler.c +++ b/fwk/spf/containers/gen_cntr/core/src/gen_cntr_data_msg_handler.c @@ -5,7 +5,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr_i.h" diff --git a/fwk/spf/containers/gen_cntr/core/src/gen_cntr_fwk_extn_utils.c b/fwk/spf/containers/gen_cntr/core/src/gen_cntr_fwk_extn_utils.c index 7c43960d..dd87c661 100644 --- a/fwk/spf/containers/gen_cntr/core/src/gen_cntr_fwk_extn_utils.c +++ b/fwk/spf/containers/gen_cntr/core/src/gen_cntr_fwk_extn_utils.c @@ -4,8 +4,8 @@ * This file contaouts utility functions for GEN_CNTR capi fwk extensions. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr_i.h" diff --git a/fwk/spf/containers/gen_cntr/core/src/gen_cntr_fwk_extn_utils_island.c b/fwk/spf/containers/gen_cntr/core/src/gen_cntr_fwk_extn_utils_island.c index 3407db68..42266776 100644 --- a/fwk/spf/containers/gen_cntr/core/src/gen_cntr_fwk_extn_utils_island.c +++ b/fwk/spf/containers/gen_cntr/core/src/gen_cntr_fwk_extn_utils_island.c @@ -4,8 +4,8 @@ * This file contaouts utility functions for GEN_CNTR capi fwk extensions in island. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr_i.h" diff --git a/fwk/spf/containers/gen_cntr/core/src/gen_cntr_i.h b/fwk/spf/containers/gen_cntr/core/src/gen_cntr_i.h index b93c13c5..eb1ea41e 100644 --- a/fwk/spf/containers/gen_cntr/core/src/gen_cntr_i.h +++ b/fwk/spf/containers/gen_cntr/core/src/gen_cntr_i.h @@ -8,7 +8,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr_cmn_utils.h" diff --git a/fwk/spf/containers/gen_cntr/core/src/gen_cntr_island.c b/fwk/spf/containers/gen_cntr/core/src/gen_cntr_island.c index ce66a148..d36b2ad0 100644 --- a/fwk/spf/containers/gen_cntr/core/src/gen_cntr_island.c +++ b/fwk/spf/containers/gen_cntr/core/src/gen_cntr_island.c @@ -5,7 +5,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr_i.h" diff --git a/fwk/spf/containers/gen_cntr/core/src/gen_cntr_pm.c b/fwk/spf/containers/gen_cntr/core/src/gen_cntr_pm.c index 87cd2b2a..d26e05e8 100644 --- a/fwk/spf/containers/gen_cntr/core/src/gen_cntr_pm.c +++ b/fwk/spf/containers/gen_cntr/core/src/gen_cntr_pm.c @@ -4,8 +4,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr_i.h" diff --git a/fwk/spf/containers/gen_cntr/core/src/gen_cntr_st_handler.c b/fwk/spf/containers/gen_cntr/core/src/gen_cntr_st_handler.c index 72f9c8e5..fddeb950 100644 --- a/fwk/spf/containers/gen_cntr/core/src/gen_cntr_st_handler.c +++ b/fwk/spf/containers/gen_cntr/core/src/gen_cntr_st_handler.c @@ -4,8 +4,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr_i.h" diff --git a/fwk/spf/containers/gen_cntr/core/src/gen_cntr_st_handler_island.c b/fwk/spf/containers/gen_cntr/core/src/gen_cntr_st_handler_island.c index 1041aa1a..bdceaec0 100644 --- a/fwk/spf/containers/gen_cntr/core/src/gen_cntr_st_handler_island.c +++ b/fwk/spf/containers/gen_cntr/core/src/gen_cntr_st_handler_island.c @@ -5,7 +5,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr_i.h" diff --git a/fwk/spf/containers/gen_cntr/core/src/gen_cntr_trigger_policy.c b/fwk/spf/containers/gen_cntr/core/src/gen_cntr_trigger_policy.c index ef51f8bc..f16fccb0 100644 --- a/fwk/spf/containers/gen_cntr/core/src/gen_cntr_trigger_policy.c +++ b/fwk/spf/containers/gen_cntr/core/src/gen_cntr_trigger_policy.c @@ -4,8 +4,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr_i.h" diff --git a/fwk/spf/containers/gen_cntr/core/src/gen_cntr_trigger_policy_island.c b/fwk/spf/containers/gen_cntr/core/src/gen_cntr_trigger_policy_island.c index 0fb358a6..82503cf5 100644 --- a/fwk/spf/containers/gen_cntr/core/src/gen_cntr_trigger_policy_island.c +++ b/fwk/spf/containers/gen_cntr/core/src/gen_cntr_trigger_policy_island.c @@ -5,7 +5,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr_i.h" diff --git a/fwk/spf/containers/gen_cntr/core/src/gen_cntr_utils.c b/fwk/spf/containers/gen_cntr/core/src/gen_cntr_utils.c index 67e3ff1e..35e8fc68 100644 --- a/fwk/spf/containers/gen_cntr/core/src/gen_cntr_utils.c +++ b/fwk/spf/containers/gen_cntr/core/src/gen_cntr_utils.c @@ -7,7 +7,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr_i.h" diff --git a/fwk/spf/containers/gen_cntr/core/src/gen_cntr_utils.h b/fwk/spf/containers/gen_cntr/core/src/gen_cntr_utils.h index dd933ce9..0a409aea 100644 --- a/fwk/spf/containers/gen_cntr/core/src/gen_cntr_utils.h +++ b/fwk/spf/containers/gen_cntr/core/src/gen_cntr_utils.h @@ -9,7 +9,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr.h" diff --git a/fwk/spf/containers/gen_cntr/core/src/gen_cntr_utils_island.c b/fwk/spf/containers/gen_cntr/core/src/gen_cntr_utils_island.c index f08da503..f17dbc1b 100644 --- a/fwk/spf/containers/gen_cntr/core/src/gen_cntr_utils_island.c +++ b/fwk/spf/containers/gen_cntr/core/src/gen_cntr_utils_island.c @@ -7,7 +7,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr_i.h" diff --git a/fwk/spf/containers/gen_cntr/core/src/gen_cntr_utils_md_island.c b/fwk/spf/containers/gen_cntr/core/src/gen_cntr_utils_md_island.c index 5aa64d15..fcfca41b 100644 --- a/fwk/spf/containers/gen_cntr/core/src/gen_cntr_utils_md_island.c +++ b/fwk/spf/containers/gen_cntr/core/src/gen_cntr_utils_md_island.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr_i.h" diff --git a/fwk/spf/containers/gen_cntr/core/src/generic/gen_cntr_tgt_specific.h b/fwk/spf/containers/gen_cntr/core/src/generic/gen_cntr_tgt_specific.h index f0335648..d2324254 100644 --- a/fwk/spf/containers/gen_cntr/core/src/generic/gen_cntr_tgt_specific.h +++ b/fwk/spf/containers/gen_cntr/core/src/generic/gen_cntr_tgt_specific.h @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifdef __cplusplus diff --git a/fwk/spf/containers/gen_cntr/core/src/hexagon/gen_cntr_tgt_specific.h b/fwk/spf/containers/gen_cntr/core/src/hexagon/gen_cntr_tgt_specific.h index f0335648..d2324254 100644 --- a/fwk/spf/containers/gen_cntr/core/src/hexagon/gen_cntr_tgt_specific.h +++ b/fwk/spf/containers/gen_cntr/core/src/hexagon/gen_cntr_tgt_specific.h @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifdef __cplusplus diff --git a/fwk/spf/containers/gen_cntr/core/stub_src/gen_cntr.c b/fwk/spf/containers/gen_cntr/core/stub_src/gen_cntr.c index b6e3ccbe..2b8f610c 100644 --- a/fwk/spf/containers/gen_cntr/core/stub_src/gen_cntr.c +++ b/fwk/spf/containers/gen_cntr/core/stub_src/gen_cntr.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr.h" diff --git a/fwk/spf/containers/gen_cntr/ext/bt_codec_fwk_ext/inc/gen_cntr_bt_codec_fwk_ext.h b/fwk/spf/containers/gen_cntr/ext/bt_codec_fwk_ext/inc/gen_cntr_bt_codec_fwk_ext.h index b4a40c7b..63048f7b 100644 --- a/fwk/spf/containers/gen_cntr/ext/bt_codec_fwk_ext/inc/gen_cntr_bt_codec_fwk_ext.h +++ b/fwk/spf/containers/gen_cntr/ext/bt_codec_fwk_ext/inc/gen_cntr_bt_codec_fwk_ext.h @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr.h" diff --git a/fwk/spf/containers/gen_cntr/ext/bt_codec_fwk_ext/src/gen_cntr_bt_codec_fwk_ext.c b/fwk/spf/containers/gen_cntr/ext/bt_codec_fwk_ext/src/gen_cntr_bt_codec_fwk_ext.c index 6a94daf3..fe5b2214 100644 --- a/fwk/spf/containers/gen_cntr/ext/bt_codec_fwk_ext/src/gen_cntr_bt_codec_fwk_ext.c +++ b/fwk/spf/containers/gen_cntr/ext/bt_codec_fwk_ext/src/gen_cntr_bt_codec_fwk_ext.c @@ -3,8 +3,8 @@ * \brief * This file contains functions that do optional error checking. * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr_i.h" diff --git a/fwk/spf/containers/gen_cntr/ext/bt_codec_fwk_ext/stub_src/gen_cntr_bt_codec_fwk_ext.c b/fwk/spf/containers/gen_cntr/ext/bt_codec_fwk_ext/stub_src/gen_cntr_bt_codec_fwk_ext.c index f7a0136d..f571eb3b 100644 --- a/fwk/spf/containers/gen_cntr/ext/bt_codec_fwk_ext/stub_src/gen_cntr_bt_codec_fwk_ext.c +++ b/fwk/spf/containers/gen_cntr/ext/bt_codec_fwk_ext/stub_src/gen_cntr_bt_codec_fwk_ext.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr_i.h" diff --git a/fwk/spf/containers/gen_cntr/ext/cmn_sh_mem/inc/gen_cntr_cmn_sh_mem.h b/fwk/spf/containers/gen_cntr/ext/cmn_sh_mem/inc/gen_cntr_cmn_sh_mem.h index f473e9b0..48842765 100644 --- a/fwk/spf/containers/gen_cntr/ext/cmn_sh_mem/inc/gen_cntr_cmn_sh_mem.h +++ b/fwk/spf/containers/gen_cntr/ext/cmn_sh_mem/inc/gen_cntr_cmn_sh_mem.h @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr.h" diff --git a/fwk/spf/containers/gen_cntr/ext/cmn_sh_mem/src/gen_cntr_cmn_sh_mem.c b/fwk/spf/containers/gen_cntr/ext/cmn_sh_mem/src/gen_cntr_cmn_sh_mem.c index 84097548..401a53ce 100644 --- a/fwk/spf/containers/gen_cntr/ext/cmn_sh_mem/src/gen_cntr_cmn_sh_mem.c +++ b/fwk/spf/containers/gen_cntr/ext/cmn_sh_mem/src/gen_cntr_cmn_sh_mem.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr_i.h" #include "apm.h" diff --git a/fwk/spf/containers/gen_cntr/ext/err_check/inc/gen_cntr_err_check.h b/fwk/spf/containers/gen_cntr/ext/err_check/inc/gen_cntr_err_check.h index fa75bb00..f4879bcf 100644 --- a/fwk/spf/containers/gen_cntr/ext/err_check/inc/gen_cntr_err_check.h +++ b/fwk/spf/containers/gen_cntr/ext/err_check/inc/gen_cntr_err_check.h @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr.h" diff --git a/fwk/spf/containers/gen_cntr/ext/err_check/src/gen_cntr_err_check.c b/fwk/spf/containers/gen_cntr/ext/err_check/src/gen_cntr_err_check.c index d6de080e..cb6b687b 100644 --- a/fwk/spf/containers/gen_cntr/ext/err_check/src/gen_cntr_err_check.c +++ b/fwk/spf/containers/gen_cntr/ext/err_check/src/gen_cntr_err_check.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr_i.h" diff --git a/fwk/spf/containers/gen_cntr/ext/err_check/src/gen_cntr_err_handler.c b/fwk/spf/containers/gen_cntr/ext/err_check/src/gen_cntr_err_handler.c index ee907d56..205396f7 100644 --- a/fwk/spf/containers/gen_cntr/ext/err_check/src/gen_cntr_err_handler.c +++ b/fwk/spf/containers/gen_cntr/ext/err_check/src/gen_cntr_err_handler.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr_i.h" diff --git a/fwk/spf/containers/gen_cntr/ext/err_check/stub_src/gen_cntr_err_check.c b/fwk/spf/containers/gen_cntr/ext/err_check/stub_src/gen_cntr_err_check.c index f6ce52dd..85462229 100644 --- a/fwk/spf/containers/gen_cntr/ext/err_check/stub_src/gen_cntr_err_check.c +++ b/fwk/spf/containers/gen_cntr/ext/err_check/stub_src/gen_cntr_err_check.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr_i.h" diff --git a/fwk/spf/containers/gen_cntr/ext/err_check/stub_src/gen_cntr_err_handler.c b/fwk/spf/containers/gen_cntr/ext/err_check/stub_src/gen_cntr_err_handler.c index 4def7279..7a0b1ef5 100644 --- a/fwk/spf/containers/gen_cntr/ext/err_check/stub_src/gen_cntr_err_handler.c +++ b/fwk/spf/containers/gen_cntr/ext/err_check/stub_src/gen_cntr_err_handler.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr_i.h" diff --git a/fwk/spf/containers/gen_cntr/ext/metadata/inc/gen_cntr_metadata.h b/fwk/spf/containers/gen_cntr/ext/metadata/inc/gen_cntr_metadata.h index 91e38681..6e52fb75 100644 --- a/fwk/spf/containers/gen_cntr/ext/metadata/inc/gen_cntr_metadata.h +++ b/fwk/spf/containers/gen_cntr/ext/metadata/inc/gen_cntr_metadata.h @@ -6,8 +6,8 @@ * This file contains function definitions that handle metadata. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr.h" diff --git a/fwk/spf/containers/gen_cntr/ext/metadata/src/gen_cntr_metadata.c b/fwk/spf/containers/gen_cntr/ext/metadata/src/gen_cntr_metadata.c index 7e208946..5c5ec017 100644 --- a/fwk/spf/containers/gen_cntr/ext/metadata/src/gen_cntr_metadata.c +++ b/fwk/spf/containers/gen_cntr/ext/metadata/src/gen_cntr_metadata.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr_i.h" diff --git a/fwk/spf/containers/gen_cntr/ext/metadata/src/gen_cntr_metadata_island.c b/fwk/spf/containers/gen_cntr/ext/metadata/src/gen_cntr_metadata_island.c index 53b35df7..b4494192 100644 --- a/fwk/spf/containers/gen_cntr/ext/metadata/src/gen_cntr_metadata_island.c +++ b/fwk/spf/containers/gen_cntr/ext/metadata/src/gen_cntr_metadata_island.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr_i.h" diff --git a/fwk/spf/containers/gen_cntr/ext/metadata/stub_src/gen_cntr_metadata.c b/fwk/spf/containers/gen_cntr/ext/metadata/stub_src/gen_cntr_metadata.c index a48e072f..8f4a35a8 100644 --- a/fwk/spf/containers/gen_cntr/ext/metadata/stub_src/gen_cntr_metadata.c +++ b/fwk/spf/containers/gen_cntr/ext/metadata/stub_src/gen_cntr_metadata.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr_i.h" diff --git a/fwk/spf/containers/gen_cntr/ext/offload/inc/gen_cntr_offload_utils.h b/fwk/spf/containers/gen_cntr/ext/offload/inc/gen_cntr_offload_utils.h index bbd4698a..2e039686 100644 --- a/fwk/spf/containers/gen_cntr/ext/offload/inc/gen_cntr_offload_utils.h +++ b/fwk/spf/containers/gen_cntr/ext/offload/inc/gen_cntr_offload_utils.h @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr.h" diff --git a/fwk/spf/containers/gen_cntr/ext/offload/src/gen_cntr_offload_utils.c b/fwk/spf/containers/gen_cntr/ext/offload/src/gen_cntr_offload_utils.c index edb38e3a..270e377d 100644 --- a/fwk/spf/containers/gen_cntr/ext/offload/src/gen_cntr_offload_utils.c +++ b/fwk/spf/containers/gen_cntr/ext/offload/src/gen_cntr_offload_utils.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr_i.h" diff --git a/fwk/spf/containers/gen_cntr/ext/offload/stub_src/gen_cntr_offload_utils.c b/fwk/spf/containers/gen_cntr/ext/offload/stub_src/gen_cntr_offload_utils.c index f0c9987e..5655a64a 100644 --- a/fwk/spf/containers/gen_cntr/ext/offload/stub_src/gen_cntr_offload_utils.c +++ b/fwk/spf/containers/gen_cntr/ext/offload/stub_src/gen_cntr_offload_utils.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr_i.h" diff --git a/fwk/spf/containers/gen_cntr/ext/pass_thru_cntr/inc/pt_cntr.h b/fwk/spf/containers/gen_cntr/ext/pass_thru_cntr/inc/pt_cntr.h index 78628dc0..24c06318 100644 --- a/fwk/spf/containers/gen_cntr/ext/pass_thru_cntr/inc/pt_cntr.h +++ b/fwk/spf/containers/gen_cntr/ext/pass_thru_cntr/inc/pt_cntr.h @@ -9,8 +9,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr_cmn_utils.h" diff --git a/fwk/spf/containers/gen_cntr/ext/pass_thru_cntr/src/pt_buf_utils.c b/fwk/spf/containers/gen_cntr/ext/pass_thru_cntr/src/pt_buf_utils.c index 956fd78e..bf6b77a6 100644 --- a/fwk/spf/containers/gen_cntr/ext/pass_thru_cntr/src/pt_buf_utils.c +++ b/fwk/spf/containers/gen_cntr/ext/pass_thru_cntr/src/pt_buf_utils.c @@ -4,7 +4,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "pt_cntr_i.h" diff --git a/fwk/spf/containers/gen_cntr/ext/pass_thru_cntr/src/pt_cmd_handler.c b/fwk/spf/containers/gen_cntr/ext/pass_thru_cntr/src/pt_cmd_handler.c index 66f3c127..431b01b0 100644 --- a/fwk/spf/containers/gen_cntr/ext/pass_thru_cntr/src/pt_cmd_handler.c +++ b/fwk/spf/containers/gen_cntr/ext/pass_thru_cntr/src/pt_cmd_handler.c @@ -4,7 +4,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "pt_cntr_i.h" diff --git a/fwk/spf/containers/gen_cntr/ext/pass_thru_cntr/src/pt_cntr.c b/fwk/spf/containers/gen_cntr/ext/pass_thru_cntr/src/pt_cntr.c index b8cf4d59..b0f6038f 100644 --- a/fwk/spf/containers/gen_cntr/ext/pass_thru_cntr/src/pt_cntr.c +++ b/fwk/spf/containers/gen_cntr/ext/pass_thru_cntr/src/pt_cntr.c @@ -3,8 +3,8 @@ * \brief * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "pt_cntr_i.h" diff --git a/fwk/spf/containers/gen_cntr/ext/pass_thru_cntr/src/pt_cntr_i.h b/fwk/spf/containers/gen_cntr/ext/pass_thru_cntr/src/pt_cntr_i.h index ccf084d3..47b18889 100644 --- a/fwk/spf/containers/gen_cntr/ext/pass_thru_cntr/src/pt_cntr_i.h +++ b/fwk/spf/containers/gen_cntr/ext/pass_thru_cntr/src/pt_cntr_i.h @@ -10,7 +10,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr_cmn_utils.h" diff --git a/fwk/spf/containers/gen_cntr/ext/pass_thru_cntr/src/pt_cntr_process.c b/fwk/spf/containers/gen_cntr/ext/pass_thru_cntr/src/pt_cntr_process.c index 3236fd90..831feec1 100644 --- a/fwk/spf/containers/gen_cntr/ext/pass_thru_cntr/src/pt_cntr_process.c +++ b/fwk/spf/containers/gen_cntr/ext/pass_thru_cntr/src/pt_cntr_process.c @@ -4,7 +4,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "pt_cntr_i.h" diff --git a/fwk/spf/containers/gen_cntr/ext/pass_thru_cntr/stub_src/pt_cntr.c b/fwk/spf/containers/gen_cntr/ext/pass_thru_cntr/stub_src/pt_cntr.c index 91dde1f2..40a7947f 100644 --- a/fwk/spf/containers/gen_cntr/ext/pass_thru_cntr/stub_src/pt_cntr.c +++ b/fwk/spf/containers/gen_cntr/ext/pass_thru_cntr/stub_src/pt_cntr.c @@ -4,8 +4,8 @@ * Continer stub functions. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "pt_cntr.h" diff --git a/fwk/spf/containers/gen_cntr/ext/peer_cntr/inc/gen_cntr_peer_cntr.h b/fwk/spf/containers/gen_cntr/ext/peer_cntr/inc/gen_cntr_peer_cntr.h index 17281282..378f040d 100644 --- a/fwk/spf/containers/gen_cntr/ext/peer_cntr/inc/gen_cntr_peer_cntr.h +++ b/fwk/spf/containers/gen_cntr/ext/peer_cntr/inc/gen_cntr_peer_cntr.h @@ -8,7 +8,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr.h" diff --git a/fwk/spf/containers/gen_cntr/ext/peer_cntr/src/gen_cntr_peer_cntr_input.c b/fwk/spf/containers/gen_cntr/ext/peer_cntr/src/gen_cntr_peer_cntr_input.c index 149ec5da..bccf6658 100644 --- a/fwk/spf/containers/gen_cntr/ext/peer_cntr/src/gen_cntr_peer_cntr_input.c +++ b/fwk/spf/containers/gen_cntr/ext/peer_cntr/src/gen_cntr_peer_cntr_input.c @@ -5,7 +5,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr_i.h" diff --git a/fwk/spf/containers/gen_cntr/ext/peer_cntr/src/gen_cntr_peer_cntr_input_island.c b/fwk/spf/containers/gen_cntr/ext/peer_cntr/src/gen_cntr_peer_cntr_input_island.c index 289ce96e..6a460c3e 100644 --- a/fwk/spf/containers/gen_cntr/ext/peer_cntr/src/gen_cntr_peer_cntr_input_island.c +++ b/fwk/spf/containers/gen_cntr/ext/peer_cntr/src/gen_cntr_peer_cntr_input_island.c @@ -5,7 +5,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr_i.h" diff --git a/fwk/spf/containers/gen_cntr/ext/peer_cntr/src/gen_cntr_peer_cntr_output.c b/fwk/spf/containers/gen_cntr/ext/peer_cntr/src/gen_cntr_peer_cntr_output.c index 3941ccba..5154de32 100644 --- a/fwk/spf/containers/gen_cntr/ext/peer_cntr/src/gen_cntr_peer_cntr_output.c +++ b/fwk/spf/containers/gen_cntr/ext/peer_cntr/src/gen_cntr_peer_cntr_output.c @@ -2,8 +2,8 @@ * \file gen_cntr_peer_cntr_output.c * \brief * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr_i.h" diff --git a/fwk/spf/containers/gen_cntr/ext/peer_cntr/src/gen_cntr_peer_cntr_output_island.c b/fwk/spf/containers/gen_cntr/ext/peer_cntr/src/gen_cntr_peer_cntr_output_island.c index 155c4c06..4ddb3528 100644 --- a/fwk/spf/containers/gen_cntr/ext/peer_cntr/src/gen_cntr_peer_cntr_output_island.c +++ b/fwk/spf/containers/gen_cntr/ext/peer_cntr/src/gen_cntr_peer_cntr_output_island.c @@ -5,7 +5,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr_i.h" diff --git a/fwk/spf/containers/gen_cntr/ext/placeholder/inc/gen_cntr_placeholder.h b/fwk/spf/containers/gen_cntr/ext/placeholder/inc/gen_cntr_placeholder.h index 8dc3dbfc..d965d1ec 100644 --- a/fwk/spf/containers/gen_cntr/ext/placeholder/inc/gen_cntr_placeholder.h +++ b/fwk/spf/containers/gen_cntr/ext/placeholder/inc/gen_cntr_placeholder.h @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr.h" diff --git a/fwk/spf/containers/gen_cntr/ext/placeholder/src/gen_cntr_placeholder.c b/fwk/spf/containers/gen_cntr/ext/placeholder/src/gen_cntr_placeholder.c index ae7d1e64..4332740f 100644 --- a/fwk/spf/containers/gen_cntr/ext/placeholder/src/gen_cntr_placeholder.c +++ b/fwk/spf/containers/gen_cntr/ext/placeholder/src/gen_cntr_placeholder.c @@ -4,8 +4,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr_i.h" diff --git a/fwk/spf/containers/gen_cntr/ext/placeholder/stub_src/gen_cntr_placeholder.c b/fwk/spf/containers/gen_cntr/ext/placeholder/stub_src/gen_cntr_placeholder.c index 46ca6d0a..fbeb3fea 100644 --- a/fwk/spf/containers/gen_cntr/ext/placeholder/stub_src/gen_cntr_placeholder.c +++ b/fwk/spf/containers/gen_cntr/ext/placeholder/stub_src/gen_cntr_placeholder.c @@ -4,8 +4,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr_i.h" diff --git a/fwk/spf/containers/gen_cntr/ext/pure_st/inc/gen_cntr_pure_st.h b/fwk/spf/containers/gen_cntr/ext/pure_st/inc/gen_cntr_pure_st.h index 4e214c00..4610b5d9 100644 --- a/fwk/spf/containers/gen_cntr/ext/pure_st/inc/gen_cntr_pure_st.h +++ b/fwk/spf/containers/gen_cntr/ext/pure_st/inc/gen_cntr_pure_st.h @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr.h" diff --git a/fwk/spf/containers/gen_cntr/ext/pure_st/src/gen_cntr_pure_st_handler.c b/fwk/spf/containers/gen_cntr/ext/pure_st/src/gen_cntr_pure_st_handler.c index e04ea2f4..078e3667 100644 --- a/fwk/spf/containers/gen_cntr/ext/pure_st/src/gen_cntr_pure_st_handler.c +++ b/fwk/spf/containers/gen_cntr/ext/pure_st/src/gen_cntr_pure_st_handler.c @@ -4,8 +4,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr_i.h" diff --git a/fwk/spf/containers/gen_cntr/ext/pure_st/src/gen_cntr_pure_st_handler_island.c b/fwk/spf/containers/gen_cntr/ext/pure_st/src/gen_cntr_pure_st_handler_island.c index 314955a2..4264d0b9 100644 --- a/fwk/spf/containers/gen_cntr/ext/pure_st/src/gen_cntr_pure_st_handler_island.c +++ b/fwk/spf/containers/gen_cntr/ext/pure_st/src/gen_cntr_pure_st_handler_island.c @@ -4,8 +4,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr_i.h" diff --git a/fwk/spf/containers/gen_cntr/ext/pure_st/stub_src/gen_cntr_pure_st_handler.c b/fwk/spf/containers/gen_cntr/ext/pure_st/stub_src/gen_cntr_pure_st_handler.c index d4c2b967..e8b9c2d6 100644 --- a/fwk/spf/containers/gen_cntr/ext/pure_st/stub_src/gen_cntr_pure_st_handler.c +++ b/fwk/spf/containers/gen_cntr/ext/pure_st/stub_src/gen_cntr_pure_st_handler.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr_i.h" diff --git a/fwk/spf/containers/gen_cntr/ext/pure_st/stub_src/gen_cntr_pure_st_handler_island.c b/fwk/spf/containers/gen_cntr/ext/pure_st/stub_src/gen_cntr_pure_st_handler_island.c index 7c2f052d..39da18a5 100644 --- a/fwk/spf/containers/gen_cntr/ext/pure_st/stub_src/gen_cntr_pure_st_handler_island.c +++ b/fwk/spf/containers/gen_cntr/ext/pure_st/stub_src/gen_cntr_pure_st_handler_island.c @@ -4,8 +4,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ // clang-format off /* diff --git a/fwk/spf/containers/gen_cntr/ext/rd_sh_mem_ep/inc/gen_cntr_rd_sh_mem_ep.h b/fwk/spf/containers/gen_cntr/ext/rd_sh_mem_ep/inc/gen_cntr_rd_sh_mem_ep.h index 37e8d6b1..665253b7 100644 --- a/fwk/spf/containers/gen_cntr/ext/rd_sh_mem_ep/inc/gen_cntr_rd_sh_mem_ep.h +++ b/fwk/spf/containers/gen_cntr/ext/rd_sh_mem_ep/inc/gen_cntr_rd_sh_mem_ep.h @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr.h" diff --git a/fwk/spf/containers/gen_cntr/ext/rd_sh_mem_ep/src/gen_cntr_rd_sh_mem_ep.c b/fwk/spf/containers/gen_cntr/ext/rd_sh_mem_ep/src/gen_cntr_rd_sh_mem_ep.c index 75c77e08..7c1da15b 100644 --- a/fwk/spf/containers/gen_cntr/ext/rd_sh_mem_ep/src/gen_cntr_rd_sh_mem_ep.c +++ b/fwk/spf/containers/gen_cntr/ext/rd_sh_mem_ep/src/gen_cntr_rd_sh_mem_ep.c @@ -7,7 +7,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr_i.h" #include "apm.h" diff --git a/fwk/spf/containers/gen_cntr/ext/sync_fwk_ext/inc/gen_cntr_sync_fwk_ext.h b/fwk/spf/containers/gen_cntr/ext/sync_fwk_ext/inc/gen_cntr_sync_fwk_ext.h index 2453f373..461e2398 100644 --- a/fwk/spf/containers/gen_cntr/ext/sync_fwk_ext/inc/gen_cntr_sync_fwk_ext.h +++ b/fwk/spf/containers/gen_cntr/ext/sync_fwk_ext/inc/gen_cntr_sync_fwk_ext.h @@ -5,8 +5,8 @@ * \file gen_cntr_sync_fwk_ext.h * \brief * This file contains utility functions for FWK_EXTN_SYNC - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ // clang-format on diff --git a/fwk/spf/containers/gen_cntr/ext/sync_fwk_ext/src/gen_cntr_sync_fwk_ext.c b/fwk/spf/containers/gen_cntr/ext/sync_fwk_ext/src/gen_cntr_sync_fwk_ext.c index 14cae322..a01654d3 100644 --- a/fwk/spf/containers/gen_cntr/ext/sync_fwk_ext/src/gen_cntr_sync_fwk_ext.c +++ b/fwk/spf/containers/gen_cntr/ext/sync_fwk_ext/src/gen_cntr_sync_fwk_ext.c @@ -4,8 +4,8 @@ * \brief * Implementation of sync fwk extn in gen container * - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear */ + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ======================================================================= Includes diff --git a/fwk/spf/containers/gen_cntr/ext/sync_fwk_ext/stub_src/gen_cntr_sync_fwk_ext.c b/fwk/spf/containers/gen_cntr/ext/sync_fwk_ext/stub_src/gen_cntr_sync_fwk_ext.c index d9d69695..993df87d 100644 --- a/fwk/spf/containers/gen_cntr/ext/sync_fwk_ext/stub_src/gen_cntr_sync_fwk_ext.c +++ b/fwk/spf/containers/gen_cntr/ext/sync_fwk_ext/stub_src/gen_cntr_sync_fwk_ext.c @@ -5,8 +5,8 @@ * * Implementation of stub utilities for FWK_EXTN_SYNC in gen cntr * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/fwk/spf/containers/gen_cntr/ext/thin_topo_cntr_utils/inc/thin_topo_cntr_utils.h b/fwk/spf/containers/gen_cntr/ext/thin_topo_cntr_utils/inc/thin_topo_cntr_utils.h index b53fa308..2d82fd7e 100644 --- a/fwk/spf/containers/gen_cntr/ext/thin_topo_cntr_utils/inc/thin_topo_cntr_utils.h +++ b/fwk/spf/containers/gen_cntr/ext/thin_topo_cntr_utils/inc/thin_topo_cntr_utils.h @@ -8,7 +8,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr.h" #include "thin_topo.h" diff --git a/fwk/spf/containers/gen_cntr/ext/thin_topo_cntr_utils/src/thin_topo_cntr_utils.c b/fwk/spf/containers/gen_cntr/ext/thin_topo_cntr_utils/src/thin_topo_cntr_utils.c index 0f5b29f7..a8dd5008 100644 --- a/fwk/spf/containers/gen_cntr/ext/thin_topo_cntr_utils/src/thin_topo_cntr_utils.c +++ b/fwk/spf/containers/gen_cntr/ext/thin_topo_cntr_utils/src/thin_topo_cntr_utils.c @@ -4,7 +4,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ // clang-format off /* diff --git a/fwk/spf/containers/gen_cntr/ext/thin_topo_cntr_utils/src/thin_topo_cntr_utils_i.h b/fwk/spf/containers/gen_cntr/ext/thin_topo_cntr_utils/src/thin_topo_cntr_utils_i.h index 84ae42cd..5d0ac47c 100644 --- a/fwk/spf/containers/gen_cntr/ext/thin_topo_cntr_utils/src/thin_topo_cntr_utils_i.h +++ b/fwk/spf/containers/gen_cntr/ext/thin_topo_cntr_utils/src/thin_topo_cntr_utils_i.h @@ -8,7 +8,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr.h" #include "thin_topo.h" diff --git a/fwk/spf/containers/gen_cntr/ext/thin_topo_cntr_utils/src/thin_topo_cntr_utils_island.c b/fwk/spf/containers/gen_cntr/ext/thin_topo_cntr_utils/src/thin_topo_cntr_utils_island.c index 56d3d259..52919d1a 100644 --- a/fwk/spf/containers/gen_cntr/ext/thin_topo_cntr_utils/src/thin_topo_cntr_utils_island.c +++ b/fwk/spf/containers/gen_cntr/ext/thin_topo_cntr_utils/src/thin_topo_cntr_utils_island.c @@ -5,7 +5,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ // clang-format off /* diff --git a/fwk/spf/containers/gen_cntr/ext/thin_topo_cntr_utils/stub_src/thin_topo_cntr_utils.c b/fwk/spf/containers/gen_cntr/ext/thin_topo_cntr_utils/stub_src/thin_topo_cntr_utils.c index 88504798..b1a85b87 100644 --- a/fwk/spf/containers/gen_cntr/ext/thin_topo_cntr_utils/stub_src/thin_topo_cntr_utils.c +++ b/fwk/spf/containers/gen_cntr/ext/thin_topo_cntr_utils/stub_src/thin_topo_cntr_utils.c @@ -4,7 +4,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ // clang-format off /* diff --git a/fwk/spf/containers/gen_cntr/ext/wr_sh_mem_ep/inc/gen_cntr_wr_sh_mem_ep.h b/fwk/spf/containers/gen_cntr/ext/wr_sh_mem_ep/inc/gen_cntr_wr_sh_mem_ep.h index 817773b1..8a604249 100644 --- a/fwk/spf/containers/gen_cntr/ext/wr_sh_mem_ep/inc/gen_cntr_wr_sh_mem_ep.h +++ b/fwk/spf/containers/gen_cntr/ext/wr_sh_mem_ep/inc/gen_cntr_wr_sh_mem_ep.h @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr.h" diff --git a/fwk/spf/containers/gen_cntr/ext/wr_sh_mem_ep/src/gen_cntr_wr_sh_mem_ep.c b/fwk/spf/containers/gen_cntr/ext/wr_sh_mem_ep/src/gen_cntr_wr_sh_mem_ep.c index 038e2dee..313bc2db 100644 --- a/fwk/spf/containers/gen_cntr/ext/wr_sh_mem_ep/src/gen_cntr_wr_sh_mem_ep.c +++ b/fwk/spf/containers/gen_cntr/ext/wr_sh_mem_ep/src/gen_cntr_wr_sh_mem_ep.c @@ -4,8 +4,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_cntr_i.h" diff --git a/fwk/spf/containers/olc/cmn/inc/olc_cmn_utils.h b/fwk/spf/containers/olc/cmn/inc/olc_cmn_utils.h index 5b5bbc58..6806fe86 100644 --- a/fwk/spf/containers/olc/cmn/inc/olc_cmn_utils.h +++ b/fwk/spf/containers/olc/cmn/inc/olc_cmn_utils.h @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "olc.h" diff --git a/fwk/spf/containers/olc/core/src/olc.c b/fwk/spf/containers/olc/core/src/olc.c index ab720133..3d12e03e 100644 --- a/fwk/spf/containers/olc/core/src/olc.c +++ b/fwk/spf/containers/olc/core/src/olc.c @@ -7,7 +7,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "olc_i.h" diff --git a/fwk/spf/containers/olc/core/src/olc_buf_util.c b/fwk/spf/containers/olc/core/src/olc_buf_util.c index 451ffa15..da1d0118 100644 --- a/fwk/spf/containers/olc/core/src/olc_buf_util.c +++ b/fwk/spf/containers/olc/core/src/olc_buf_util.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "olc_i.h" diff --git a/fwk/spf/containers/olc/core/src/olc_calib_utils.c b/fwk/spf/containers/olc/core/src/olc_calib_utils.c index 4d076aa3..845a3967 100644 --- a/fwk/spf/containers/olc/core/src/olc_calib_utils.c +++ b/fwk/spf/containers/olc/core/src/olc_calib_utils.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "olc_driver.h" diff --git a/fwk/spf/containers/olc/core/src/olc_cmd_handler.c b/fwk/spf/containers/olc/core/src/olc_cmd_handler.c index 425ba64c..693ab9ab 100644 --- a/fwk/spf/containers/olc/core/src/olc_cmd_handler.c +++ b/fwk/spf/containers/olc/core/src/olc_cmd_handler.c @@ -7,7 +7,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "olc_driver.h" diff --git a/fwk/spf/containers/olc/core/src/olc_data_handler.c b/fwk/spf/containers/olc/core/src/olc_data_handler.c index be6eeda7..84b003f9 100644 --- a/fwk/spf/containers/olc/core/src/olc_data_handler.c +++ b/fwk/spf/containers/olc/core/src/olc_data_handler.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "olc_driver.h" diff --git a/fwk/spf/containers/olc/core/src/olc_eos_util.c b/fwk/spf/containers/olc/core/src/olc_eos_util.c index bec82bfc..744c4507 100644 --- a/fwk/spf/containers/olc/core/src/olc_eos_util.c +++ b/fwk/spf/containers/olc/core/src/olc_eos_util.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "olc_i.h" diff --git a/fwk/spf/containers/olc/core/src/olc_i.h b/fwk/spf/containers/olc/core/src/olc_i.h index 5d3186b5..8ad99c62 100644 --- a/fwk/spf/containers/olc/core/src/olc_i.h +++ b/fwk/spf/containers/olc/core/src/olc_i.h @@ -3,8 +3,8 @@ * \brief * This file contains internal definitions and declarations for the OLC. * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef OLC_I_H diff --git a/fwk/spf/containers/olc/core/src/olc_pm.c b/fwk/spf/containers/olc/core/src/olc_pm.c index bcf45b36..0d40ce7f 100644 --- a/fwk/spf/containers/olc/core/src/olc_pm.c +++ b/fwk/spf/containers/olc/core/src/olc_pm.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "olc_i.h" diff --git a/fwk/spf/containers/olc/core/src/olc_rsp_handler.c b/fwk/spf/containers/olc/core/src/olc_rsp_handler.c index e2b60d68..7806891a 100644 --- a/fwk/spf/containers/olc/core/src/olc_rsp_handler.c +++ b/fwk/spf/containers/olc/core/src/olc_rsp_handler.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "olc_driver.h" diff --git a/fwk/spf/containers/olc/core/src/olc_servreg_event_handler.c b/fwk/spf/containers/olc/core/src/olc_servreg_event_handler.c index 6031288c..2a12686a 100644 --- a/fwk/spf/containers/olc/core/src/olc_servreg_event_handler.c +++ b/fwk/spf/containers/olc/core/src/olc_servreg_event_handler.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "olc_driver.h" diff --git a/fwk/spf/containers/olc/core/src/olc_sp_utils.c b/fwk/spf/containers/olc/core/src/olc_sp_utils.c index ed4dfa0e..243aba98 100644 --- a/fwk/spf/containers/olc/core/src/olc_sp_utils.c +++ b/fwk/spf/containers/olc/core/src/olc_sp_utils.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "olc_i.h" diff --git a/fwk/spf/containers/olc/core/src/olc_timestamp.c b/fwk/spf/containers/olc/core/src/olc_timestamp.c index 0cea4d25..12177693 100644 --- a/fwk/spf/containers/olc/core/src/olc_timestamp.c +++ b/fwk/spf/containers/olc/core/src/olc_timestamp.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "olc_i.h" diff --git a/fwk/spf/containers/olc/core/src/olc_util.c b/fwk/spf/containers/olc/core/src/olc_util.c index f7e3f7a0..a59ddcd1 100644 --- a/fwk/spf/containers/olc/core/src/olc_util.c +++ b/fwk/spf/containers/olc/core/src/olc_util.c @@ -7,7 +7,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "olc_i.h" diff --git a/fwk/spf/containers/olc/core/stub_src/olc.c b/fwk/spf/containers/olc/core/stub_src/olc.c index a0fde3d5..b108d1c9 100644 --- a/fwk/spf/containers/olc/core/stub_src/olc.c +++ b/fwk/spf/containers/olc/core/stub_src/olc.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "olc.h" diff --git a/fwk/spf/containers/olc/driver/data_process_mgmt/inc/sdm.h b/fwk/spf/containers/olc/driver/data_process_mgmt/inc/sdm.h index 0dcad4bb..941afed9 100644 --- a/fwk/spf/containers/olc/driver/data_process_mgmt/inc/sdm.h +++ b/fwk/spf/containers/olc/driver/data_process_mgmt/inc/sdm.h @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef SDM_H diff --git a/fwk/spf/containers/olc/driver/data_process_mgmt/src/spdm_data_buf_handler.c b/fwk/spf/containers/olc/driver/data_process_mgmt/src/spdm_data_buf_handler.c index a1247967..59ee720a 100644 --- a/fwk/spf/containers/olc/driver/data_process_mgmt/src/spdm_data_buf_handler.c +++ b/fwk/spf/containers/olc/driver/data_process_mgmt/src/spdm_data_buf_handler.c @@ -4,8 +4,8 @@ * This file contains Satellite Graph Management functions for buffer handling * for data path * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spdm_i.h" diff --git a/fwk/spf/containers/olc/driver/data_process_mgmt/src/spdm_data_handler.c b/fwk/spf/containers/olc/driver/data_process_mgmt/src/spdm_data_handler.c index 420867f8..591c327e 100644 --- a/fwk/spf/containers/olc/driver/data_process_mgmt/src/spdm_data_handler.c +++ b/fwk/spf/containers/olc/driver/data_process_mgmt/src/spdm_data_handler.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spdm_i.h" diff --git a/fwk/spf/containers/olc/driver/data_process_mgmt/src/spdm_data_msg_handler.c b/fwk/spf/containers/olc/driver/data_process_mgmt/src/spdm_data_msg_handler.c index dcf36d5c..249dcd6b 100644 --- a/fwk/spf/containers/olc/driver/data_process_mgmt/src/spdm_data_msg_handler.c +++ b/fwk/spf/containers/olc/driver/data_process_mgmt/src/spdm_data_msg_handler.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spdm_i.h" diff --git a/fwk/spf/containers/olc/driver/data_process_mgmt/src/spdm_data_port_handler.c b/fwk/spf/containers/olc/driver/data_process_mgmt/src/spdm_data_port_handler.c index ca59e2ae..02a61e92 100644 --- a/fwk/spf/containers/olc/driver/data_process_mgmt/src/spdm_data_port_handler.c +++ b/fwk/spf/containers/olc/driver/data_process_mgmt/src/spdm_data_port_handler.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spdm_i.h" diff --git a/fwk/spf/containers/olc/driver/data_process_mgmt/src/spdm_i.h b/fwk/spf/containers/olc/driver/data_process_mgmt/src/spdm_i.h index ed363914..951f766f 100644 --- a/fwk/spf/containers/olc/driver/data_process_mgmt/src/spdm_i.h +++ b/fwk/spf/containers/olc/driver/data_process_mgmt/src/spdm_i.h @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef OLC_SPDM_I_H diff --git a/fwk/spf/containers/olc/driver/data_process_mgmt/src/spdm_media_fmt_handler.c b/fwk/spf/containers/olc/driver/data_process_mgmt/src/spdm_media_fmt_handler.c index 3b41f29b..63eb77d4 100644 --- a/fwk/spf/containers/olc/driver/data_process_mgmt/src/spdm_media_fmt_handler.c +++ b/fwk/spf/containers/olc/driver/data_process_mgmt/src/spdm_media_fmt_handler.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ======================================================================= diff --git a/fwk/spf/containers/olc/driver/data_process_mgmt/src/spdm_meta_data_handler.c b/fwk/spf/containers/olc/driver/data_process_mgmt/src/spdm_meta_data_handler.c index 2000d442..7463860f 100644 --- a/fwk/spf/containers/olc/driver/data_process_mgmt/src/spdm_meta_data_handler.c +++ b/fwk/spf/containers/olc/driver/data_process_mgmt/src/spdm_meta_data_handler.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spdm_i.h" diff --git a/fwk/spf/containers/olc/driver/data_process_mgmt/src/spdm_port_config_handler.c b/fwk/spf/containers/olc/driver/data_process_mgmt/src/spdm_port_config_handler.c index 9e7d65b3..d366e576 100644 --- a/fwk/spf/containers/olc/driver/data_process_mgmt/src/spdm_port_config_handler.c +++ b/fwk/spf/containers/olc/driver/data_process_mgmt/src/spdm_port_config_handler.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spdm_i.h" diff --git a/fwk/spf/containers/olc/driver/data_process_mgmt/src/spdm_port_event_handler.c b/fwk/spf/containers/olc/driver/data_process_mgmt/src/spdm_port_event_handler.c index a5a1eea4..776b9b10 100644 --- a/fwk/spf/containers/olc/driver/data_process_mgmt/src/spdm_port_event_handler.c +++ b/fwk/spf/containers/olc/driver/data_process_mgmt/src/spdm_port_event_handler.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spdm_i.h" diff --git a/fwk/spf/containers/olc/driver/data_process_mgmt/src/spdm_state_prop_handler.c b/fwk/spf/containers/olc/driver/data_process_mgmt/src/spdm_state_prop_handler.c index 4eec368e..79fa8dc5 100644 --- a/fwk/spf/containers/olc/driver/data_process_mgmt/src/spdm_state_prop_handler.c +++ b/fwk/spf/containers/olc/driver/data_process_mgmt/src/spdm_state_prop_handler.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spdm_i.h" diff --git a/fwk/spf/containers/olc/driver/data_process_mgmt/src/spdm_utils.c b/fwk/spf/containers/olc/driver/data_process_mgmt/src/spdm_utils.c index cafd76b4..a1788b81 100644 --- a/fwk/spf/containers/olc/driver/data_process_mgmt/src/spdm_utils.c +++ b/fwk/spf/containers/olc/driver/data_process_mgmt/src/spdm_utils.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spdm_i.h" diff --git a/fwk/spf/containers/olc/driver/inc/olc_driver.h b/fwk/spf/containers/olc/driver/inc/olc_driver.h index 073b8d0c..59307a36 100644 --- a/fwk/spf/containers/olc/driver/inc/olc_driver.h +++ b/fwk/spf/containers/olc/driver/inc/olc_driver.h @@ -3,8 +3,8 @@ * \brief * header file for driver functionality of OLC * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef OLC_DRIVER_H diff --git a/fwk/spf/containers/olc/driver/resource_mgmt_utils/inc/sprm.h b/fwk/spf/containers/olc/driver/resource_mgmt_utils/inc/sprm.h index fccccb25..01a89912 100644 --- a/fwk/spf/containers/olc/driver/resource_mgmt_utils/inc/sprm.h +++ b/fwk/spf/containers/olc/driver/resource_mgmt_utils/inc/sprm.h @@ -8,8 +8,8 @@ * * \copyright * \brief Header file for driver functionality of OLC - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef SGM_CMN_H diff --git a/fwk/spf/containers/olc/driver/resource_mgmt_utils/src/sprm_i.h b/fwk/spf/containers/olc/driver/resource_mgmt_utils/src/sprm_i.h index 73133934..bc3be436 100644 --- a/fwk/spf/containers/olc/driver/resource_mgmt_utils/src/sprm_i.h +++ b/fwk/spf/containers/olc/driver/resource_mgmt_utils/src/sprm_i.h @@ -1,8 +1,8 @@ /** * \file sprm_i.h * \brief Internal definitions and declarations for the OLC Satellite Graph Management - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef OLC_SGM_I_H diff --git a/fwk/spf/containers/olc/driver/resource_mgmt_utils/src/srm_ipc_comm_utils.c b/fwk/spf/containers/olc/driver/resource_mgmt_utils/src/srm_ipc_comm_utils.c index ea02e35b..2c4fe240 100644 --- a/fwk/spf/containers/olc/driver/resource_mgmt_utils/src/srm_ipc_comm_utils.c +++ b/fwk/spf/containers/olc/driver/resource_mgmt_utils/src/srm_ipc_comm_utils.c @@ -2,8 +2,8 @@ * \file srm_ipc_comm_utils.c * \brief Utility functions for handling inter-processor communication (commands/data) in Satellite Graph Management * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "sprm_i.h" diff --git a/fwk/spf/containers/olc/driver/resource_mgmt_utils/src/srm_ipc_shmem_utils.c b/fwk/spf/containers/olc/driver/resource_mgmt_utils/src/srm_ipc_shmem_utils.c index ee77dfdd..1e178399 100644 --- a/fwk/spf/containers/olc/driver/resource_mgmt_utils/src/srm_ipc_shmem_utils.c +++ b/fwk/spf/containers/olc/driver/resource_mgmt_utils/src/srm_ipc_shmem_utils.c @@ -2,8 +2,8 @@ * \file srm_ipc_shmem_utils.c * \brief Utility functions for handling shared memory between processors in Satellite Graph Management * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "sprm_i.h" diff --git a/fwk/spf/containers/olc/driver/satellite_graph_mgmt/inc/sgm.h b/fwk/spf/containers/olc/driver/satellite_graph_mgmt/inc/sgm.h index ea69140c..3c7da8e8 100644 --- a/fwk/spf/containers/olc/driver/satellite_graph_mgmt/inc/sgm.h +++ b/fwk/spf/containers/olc/driver/satellite_graph_mgmt/inc/sgm.h @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef SGM_H diff --git a/fwk/spf/containers/olc/driver/satellite_graph_mgmt/src/sgm.c b/fwk/spf/containers/olc/driver/satellite_graph_mgmt/src/sgm.c index deef6654..eacede71 100644 --- a/fwk/spf/containers/olc/driver/satellite_graph_mgmt/src/sgm.c +++ b/fwk/spf/containers/olc/driver/satellite_graph_mgmt/src/sgm.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "sgm_i.h" diff --git a/fwk/spf/containers/olc/driver/satellite_graph_mgmt/src/sgm_cmd_handler.c b/fwk/spf/containers/olc/driver/satellite_graph_mgmt/src/sgm_cmd_handler.c index 89b4b015..5533f702 100644 --- a/fwk/spf/containers/olc/driver/satellite_graph_mgmt/src/sgm_cmd_handler.c +++ b/fwk/spf/containers/olc/driver/satellite_graph_mgmt/src/sgm_cmd_handler.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "sgm_i.h" diff --git a/fwk/spf/containers/olc/driver/satellite_graph_mgmt/src/sgm_cmd_handler_utils.c b/fwk/spf/containers/olc/driver/satellite_graph_mgmt/src/sgm_cmd_handler_utils.c index 12243803..bd5aec8a 100644 --- a/fwk/spf/containers/olc/driver/satellite_graph_mgmt/src/sgm_cmd_handler_utils.c +++ b/fwk/spf/containers/olc/driver/satellite_graph_mgmt/src/sgm_cmd_handler_utils.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "sgm_i.h" diff --git a/fwk/spf/containers/olc/driver/satellite_graph_mgmt/src/sgm_cmd_parser_utils.c b/fwk/spf/containers/olc/driver/satellite_graph_mgmt/src/sgm_cmd_parser_utils.c index 0e3d3b43..594c6929 100644 --- a/fwk/spf/containers/olc/driver/satellite_graph_mgmt/src/sgm_cmd_parser_utils.c +++ b/fwk/spf/containers/olc/driver/satellite_graph_mgmt/src/sgm_cmd_parser_utils.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "sgm_i.h" diff --git a/fwk/spf/containers/olc/driver/satellite_graph_mgmt/src/sgm_cmd_parser_utils.h b/fwk/spf/containers/olc/driver/satellite_graph_mgmt/src/sgm_cmd_parser_utils.h index f4c7fa14..a3b35fd6 100644 --- a/fwk/spf/containers/olc/driver/satellite_graph_mgmt/src/sgm_cmd_parser_utils.h +++ b/fwk/spf/containers/olc/driver/satellite_graph_mgmt/src/sgm_cmd_parser_utils.h @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef OLC_SGM_PARSER_UTILS_I_H diff --git a/fwk/spf/containers/olc/driver/satellite_graph_mgmt/src/sgm_event_handler.c b/fwk/spf/containers/olc/driver/satellite_graph_mgmt/src/sgm_event_handler.c index 3b6b19bc..b1dd4f0b 100644 --- a/fwk/spf/containers/olc/driver/satellite_graph_mgmt/src/sgm_event_handler.c +++ b/fwk/spf/containers/olc/driver/satellite_graph_mgmt/src/sgm_event_handler.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "sgm_i.h" diff --git a/fwk/spf/containers/olc/driver/satellite_graph_mgmt/src/sgm_i.h b/fwk/spf/containers/olc/driver/satellite_graph_mgmt/src/sgm_i.h index c608687b..db15532d 100644 --- a/fwk/spf/containers/olc/driver/satellite_graph_mgmt/src/sgm_i.h +++ b/fwk/spf/containers/olc/driver/satellite_graph_mgmt/src/sgm_i.h @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef OLC_SGM_I_H diff --git a/fwk/spf/containers/olc/driver/satellite_graph_mgmt/src/sgm_path_delay_utils.c b/fwk/spf/containers/olc/driver/satellite_graph_mgmt/src/sgm_path_delay_utils.c index 793f80db..6adf23ef 100644 --- a/fwk/spf/containers/olc/driver/satellite_graph_mgmt/src/sgm_path_delay_utils.c +++ b/fwk/spf/containers/olc/driver/satellite_graph_mgmt/src/sgm_path_delay_utils.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "sgm_i.h" diff --git a/fwk/spf/containers/olc/driver/satellite_graph_mgmt/src/sgm_rsp_handler.c b/fwk/spf/containers/olc/driver/satellite_graph_mgmt/src/sgm_rsp_handler.c index f7a84c45..5ff1cf91 100644 --- a/fwk/spf/containers/olc/driver/satellite_graph_mgmt/src/sgm_rsp_handler.c +++ b/fwk/spf/containers/olc/driver/satellite_graph_mgmt/src/sgm_rsp_handler.c @@ -3,8 +3,8 @@ * \brief * This file contains command response handling functions for Satellite Graph Management * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "sgm_i.h" diff --git a/fwk/spf/containers/olc/driver/satellite_graph_mgmt/src/sgm_servreg_event_handler.c b/fwk/spf/containers/olc/driver/satellite_graph_mgmt/src/sgm_servreg_event_handler.c index 2ba97fab..ca9c8093 100644 --- a/fwk/spf/containers/olc/driver/satellite_graph_mgmt/src/sgm_servreg_event_handler.c +++ b/fwk/spf/containers/olc/driver/satellite_graph_mgmt/src/sgm_servreg_event_handler.c @@ -4,8 +4,8 @@ * This file contains Satellite Graph Management functions * for the service registry down-notification handler. * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "sgm_i.h" diff --git a/fwk/spf/containers/olc/inc/olc.h b/fwk/spf/containers/olc/inc/olc.h index 41072e5b..cca0683a 100644 --- a/fwk/spf/containers/olc/inc/olc.h +++ b/fwk/spf/containers/olc/inc/olc.h @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef OLC_H diff --git a/fwk/spf/containers/spl_cntr/cmn/inc/spl_cntr_cmn_utils.h b/fwk/spf/containers/spl_cntr/cmn/inc/spl_cntr_cmn_utils.h index 168f4232..bcf5b9d3 100644 --- a/fwk/spf/containers/spl_cntr/cmn/inc/spl_cntr_cmn_utils.h +++ b/fwk/spf/containers/spl_cntr/cmn/inc/spl_cntr_cmn_utils.h @@ -4,8 +4,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spl_cntr.h" diff --git a/fwk/spf/containers/spl_cntr/core/src/spl_cntr.c b/fwk/spf/containers/spl_cntr/core/src/spl_cntr.c index e55f2f17..faeeb28a 100644 --- a/fwk/spf/containers/spl_cntr/core/src/spl_cntr.c +++ b/fwk/spf/containers/spl_cntr/core/src/spl_cntr.c @@ -5,7 +5,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_fwk_extns_sync.h" diff --git a/fwk/spf/containers/spl_cntr/core/src/spl_cntr_buf_util.c b/fwk/spf/containers/spl_cntr/core/src/spl_cntr_buf_util.c index 27089566..9279eb57 100644 --- a/fwk/spf/containers/spl_cntr/core/src/spl_cntr_buf_util.c +++ b/fwk/spf/containers/spl_cntr/core/src/spl_cntr_buf_util.c @@ -6,7 +6,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "spl_cntr_i.h" diff --git a/fwk/spf/containers/spl_cntr/core/src/spl_cntr_cmd_handler.c b/fwk/spf/containers/spl_cntr/core/src/spl_cntr_cmd_handler.c index 7996c31c..b3ffbc72 100644 --- a/fwk/spf/containers/spl_cntr/core/src/spl_cntr_cmd_handler.c +++ b/fwk/spf/containers/spl_cntr/core/src/spl_cntr_cmd_handler.c @@ -7,7 +7,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "spl_cntr_i.h" diff --git a/fwk/spf/containers/spl_cntr/core/src/spl_cntr_data_handler.c b/fwk/spf/containers/spl_cntr/core/src/spl_cntr_data_handler.c index 3a60e52e..ff0f1e73 100644 --- a/fwk/spf/containers/spl_cntr/core/src/spl_cntr_data_handler.c +++ b/fwk/spf/containers/spl_cntr/core/src/spl_cntr_data_handler.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spl_cntr_i.h" diff --git a/fwk/spf/containers/spl_cntr/core/src/spl_cntr_eos_util.c b/fwk/spf/containers/spl_cntr/core/src/spl_cntr_eos_util.c index e1948099..6c2f31ad 100644 --- a/fwk/spf/containers/spl_cntr/core/src/spl_cntr_eos_util.c +++ b/fwk/spf/containers/spl_cntr/core/src/spl_cntr_eos_util.c @@ -7,7 +7,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "spl_cntr_i.h" diff --git a/fwk/spf/containers/spl_cntr/core/src/spl_cntr_event_util.c b/fwk/spf/containers/spl_cntr/core/src/spl_cntr_event_util.c index bdf05087..ec306020 100644 --- a/fwk/spf/containers/spl_cntr/core/src/spl_cntr_event_util.c +++ b/fwk/spf/containers/spl_cntr/core/src/spl_cntr_event_util.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spl_cntr_i.h" diff --git a/fwk/spf/containers/spl_cntr/core/src/spl_cntr_ext_port_util.c b/fwk/spf/containers/spl_cntr/core/src/spl_cntr_ext_port_util.c index 88313621..58021b4c 100644 --- a/fwk/spf/containers/spl_cntr/core/src/spl_cntr_ext_port_util.c +++ b/fwk/spf/containers/spl_cntr/core/src/spl_cntr_ext_port_util.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spl_cntr_i.h" diff --git a/fwk/spf/containers/spl_cntr/core/src/spl_cntr_fwk_extns.c b/fwk/spf/containers/spl_cntr/core/src/spl_cntr_fwk_extns.c index ccdf275b..49f2553d 100644 --- a/fwk/spf/containers/spl_cntr/core/src/spl_cntr_fwk_extns.c +++ b/fwk/spf/containers/spl_cntr/core/src/spl_cntr_fwk_extns.c @@ -3,8 +3,8 @@ * \brief * This file contains common functions for spl_cntr framework extension handling. * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spl_cntr_i.h" diff --git a/fwk/spf/containers/spl_cntr/core/src/spl_cntr_gpd.c b/fwk/spf/containers/spl_cntr/core/src/spl_cntr_gpd.c index 9147ac79..25360870 100644 --- a/fwk/spf/containers/spl_cntr/core/src/spl_cntr_gpd.c +++ b/fwk/spf/containers/spl_cntr/core/src/spl_cntr_gpd.c @@ -15,8 +15,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spl_cntr_i.h" diff --git a/fwk/spf/containers/spl_cntr/core/src/spl_cntr_i.h b/fwk/spf/containers/spl_cntr/core/src/spl_cntr_i.h index bfff7bea..10e0728c 100644 --- a/fwk/spf/containers/spl_cntr/core/src/spl_cntr_i.h +++ b/fwk/spf/containers/spl_cntr/core/src/spl_cntr_i.h @@ -7,7 +7,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef SPL_CNTR_I_H diff --git a/fwk/spf/containers/spl_cntr/core/src/spl_cntr_pm.c b/fwk/spf/containers/spl_cntr/core/src/spl_cntr_pm.c index de90c1fd..b8df2b29 100644 --- a/fwk/spf/containers/spl_cntr/core/src/spl_cntr_pm.c +++ b/fwk/spf/containers/spl_cntr/core/src/spl_cntr_pm.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spl_cntr_i.h" diff --git a/fwk/spf/containers/spl_cntr/core/stub_src/spl_cntr.c b/fwk/spf/containers/spl_cntr/core/stub_src/spl_cntr.c index d254ad6e..a7af6928 100644 --- a/fwk/spf/containers/spl_cntr/core/stub_src/spl_cntr.c +++ b/fwk/spf/containers/spl_cntr/core/stub_src/spl_cntr.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spl_cntr_i.h" diff --git a/fwk/spf/containers/spl_cntr/ext/cntr_proc_dur_fwk_ext/inc/spl_cntr_proc_dur_fwk_ext.h b/fwk/spf/containers/spl_cntr/ext/cntr_proc_dur_fwk_ext/inc/spl_cntr_proc_dur_fwk_ext.h index 7e14d92a..23309194 100644 --- a/fwk/spf/containers/spl_cntr/ext/cntr_proc_dur_fwk_ext/inc/spl_cntr_proc_dur_fwk_ext.h +++ b/fwk/spf/containers/spl_cntr/ext/cntr_proc_dur_fwk_ext/inc/spl_cntr_proc_dur_fwk_ext.h @@ -5,8 +5,8 @@ * \file spl_cntr_frame_dur_fwk_ext.h * \brief * This file contains utility functions for FWK_EXTN_CONTAINER_PROC_DURATION - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ // clang-format on diff --git a/fwk/spf/containers/spl_cntr/ext/cntr_proc_dur_fwk_ext/src/spl_cntr_proc_dur_fwk_ext.c b/fwk/spf/containers/spl_cntr/ext/cntr_proc_dur_fwk_ext/src/spl_cntr_proc_dur_fwk_ext.c index 0e65c917..3cef3633 100644 --- a/fwk/spf/containers/spl_cntr/ext/cntr_proc_dur_fwk_ext/src/spl_cntr_proc_dur_fwk_ext.c +++ b/fwk/spf/containers/spl_cntr/ext/cntr_proc_dur_fwk_ext/src/spl_cntr_proc_dur_fwk_ext.c @@ -4,8 +4,8 @@ * \brief * Implementation of container proc_dur fwk extn in spl container * - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear */ + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ======================================================================= Includes diff --git a/fwk/spf/containers/spl_cntr/ext/cntr_proc_dur_fwk_ext/stub_src/spl_cntr_proc_dur_fwk_ext.c b/fwk/spf/containers/spl_cntr/ext/cntr_proc_dur_fwk_ext/stub_src/spl_cntr_proc_dur_fwk_ext.c index 266f0729..a583d8ce 100644 --- a/fwk/spf/containers/spl_cntr/ext/cntr_proc_dur_fwk_ext/stub_src/spl_cntr_proc_dur_fwk_ext.c +++ b/fwk/spf/containers/spl_cntr/ext/cntr_proc_dur_fwk_ext/stub_src/spl_cntr_proc_dur_fwk_ext.c @@ -4,8 +4,8 @@ * \brief * Stub file for container proc duration fwk extn implementation * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spl_cntr_proc_dur_fwk_ext.h" diff --git a/fwk/spf/containers/spl_cntr/ext/sync_fwk_ext/inc/spl_cntr_sync_fwk_ext.h b/fwk/spf/containers/spl_cntr/ext/sync_fwk_ext/inc/spl_cntr_sync_fwk_ext.h index a4b384b7..4ab35764 100644 --- a/fwk/spf/containers/spl_cntr/ext/sync_fwk_ext/inc/spl_cntr_sync_fwk_ext.h +++ b/fwk/spf/containers/spl_cntr/ext/sync_fwk_ext/inc/spl_cntr_sync_fwk_ext.h @@ -5,8 +5,8 @@ * \file spl_cntr_sync_fwk_ext.h * \brief * This file contains utility functions for FWK_EXTN_SYNC - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ // clang-format on diff --git a/fwk/spf/containers/spl_cntr/ext/sync_fwk_ext/src/spl_cntr_sync_fwk_ext.c b/fwk/spf/containers/spl_cntr/ext/sync_fwk_ext/src/spl_cntr_sync_fwk_ext.c index 0c904b2a..9604628d 100644 --- a/fwk/spf/containers/spl_cntr/ext/sync_fwk_ext/src/spl_cntr_sync_fwk_ext.c +++ b/fwk/spf/containers/spl_cntr/ext/sync_fwk_ext/src/spl_cntr_sync_fwk_ext.c @@ -4,8 +4,8 @@ * \brief * Implementation of sync fwk extn in spl container * - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear */ + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ======================================================================= Includes diff --git a/fwk/spf/containers/spl_cntr/ext/sync_fwk_ext/stub_src/spl_cntr_sync_fwk_ext.c b/fwk/spf/containers/spl_cntr/ext/sync_fwk_ext/stub_src/spl_cntr_sync_fwk_ext.c index 0c6db7df..2bb0a638 100644 --- a/fwk/spf/containers/spl_cntr/ext/sync_fwk_ext/stub_src/spl_cntr_sync_fwk_ext.c +++ b/fwk/spf/containers/spl_cntr/ext/sync_fwk_ext/stub_src/spl_cntr_sync_fwk_ext.c @@ -5,8 +5,8 @@ * * Implementation of stub utilities for FWK_EXTN_SYNC in spl cntr * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spl_cntr_sync_fwk_ext.h" diff --git a/fwk/spf/containers/spl_cntr/ext/voice_delivery_fwk_ext/inc/spl_cntr_voice_delivery_fwk_ext.h b/fwk/spf/containers/spl_cntr/ext/voice_delivery_fwk_ext/inc/spl_cntr_voice_delivery_fwk_ext.h index c346e277..045c754b 100644 --- a/fwk/spf/containers/spl_cntr/ext/voice_delivery_fwk_ext/inc/spl_cntr_voice_delivery_fwk_ext.h +++ b/fwk/spf/containers/spl_cntr/ext/voice_delivery_fwk_ext/inc/spl_cntr_voice_delivery_fwk_ext.h @@ -4,8 +4,8 @@ * \file spl_cntr_sync_fwk_ext.h * \brief * This file contains utility functions for FWK_EXTN_VOICE_DELIVERY - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ // clang-format off diff --git a/fwk/spf/containers/spl_cntr/ext/voice_delivery_fwk_ext/src/spl_cntr_voice_delivery_fwk_ext.c b/fwk/spf/containers/spl_cntr/ext/voice_delivery_fwk_ext/src/spl_cntr_voice_delivery_fwk_ext.c index f18708f2..6f286347 100644 --- a/fwk/spf/containers/spl_cntr/ext/voice_delivery_fwk_ext/src/spl_cntr_voice_delivery_fwk_ext.c +++ b/fwk/spf/containers/spl_cntr/ext/voice_delivery_fwk_ext/src/spl_cntr_voice_delivery_fwk_ext.c @@ -4,8 +4,8 @@ * \brief * This file contains utility functions for FWK_EXTN_VOICE_DELIVERY * - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ // clang-format on diff --git a/fwk/spf/containers/spl_cntr/ext/voice_delivery_fwk_ext/stub_src/spl_cntr_voice_delivery_fwk_ext.c b/fwk/spf/containers/spl_cntr/ext/voice_delivery_fwk_ext/stub_src/spl_cntr_voice_delivery_fwk_ext.c index 74124402..ed139928 100644 --- a/fwk/spf/containers/spl_cntr/ext/voice_delivery_fwk_ext/stub_src/spl_cntr_voice_delivery_fwk_ext.c +++ b/fwk/spf/containers/spl_cntr/ext/voice_delivery_fwk_ext/stub_src/spl_cntr_voice_delivery_fwk_ext.c @@ -4,8 +4,8 @@ * \brief * This file contains stub utility functions for FWK_EXTN_VOICE_DELIVERY * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gen_topo.h" diff --git a/fwk/spf/containers/spl_cntr/inc/spl_cntr.h b/fwk/spf/containers/spl_cntr/inc/spl_cntr.h index ac86fc60..b39da8b6 100644 --- a/fwk/spf/containers/spl_cntr/inc/spl_cntr.h +++ b/fwk/spf/containers/spl_cntr/inc/spl_cntr.h @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef SPL_CNTR_H diff --git a/fwk/spf/containers/wear_cntr/inc/wear_cntr.h b/fwk/spf/containers/wear_cntr/inc/wear_cntr.h index fd8e829f..2204e3b1 100644 --- a/fwk/spf/containers/wear_cntr/inc/wear_cntr.h +++ b/fwk/spf/containers/wear_cntr/inc/wear_cntr.h @@ -9,8 +9,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spf_utils.h" diff --git a/fwk/spf/containers/wear_cntr/src/wc_graph_utils.c b/fwk/spf/containers/wear_cntr/src/wc_graph_utils.c index 86d66f19..7acd6a9c 100644 --- a/fwk/spf/containers/wear_cntr/src/wc_graph_utils.c +++ b/fwk/spf/containers/wear_cntr/src/wc_graph_utils.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "wc_graph_utils.h" diff --git a/fwk/spf/containers/wear_cntr/src/wc_graph_utils.h b/fwk/spf/containers/wear_cntr/src/wc_graph_utils.h index fcfa7a41..e06a919b 100644 --- a/fwk/spf/containers/wear_cntr/src/wc_graph_utils.h +++ b/fwk/spf/containers/wear_cntr/src/wc_graph_utils.h @@ -10,8 +10,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spf_utils.h" diff --git a/fwk/spf/containers/wear_cntr/src/wc_topo.c b/fwk/spf/containers/wear_cntr/src/wc_topo.c index 57940c3f..ad5697ec 100644 --- a/fwk/spf/containers/wear_cntr/src/wc_topo.c +++ b/fwk/spf/containers/wear_cntr/src/wc_topo.c @@ -8,7 +8,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "wc_topo.h" diff --git a/fwk/spf/containers/wear_cntr/src/wc_topo.h b/fwk/spf/containers/wear_cntr/src/wc_topo.h index 3f098b52..bb5dd656 100644 --- a/fwk/spf/containers/wear_cntr/src/wc_topo.h +++ b/fwk/spf/containers/wear_cntr/src/wc_topo.h @@ -10,8 +10,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_guids.h" diff --git a/fwk/spf/containers/wear_cntr/src/wc_topo_capi.c b/fwk/spf/containers/wear_cntr/src/wc_topo_capi.c index 9b6327ec..d1a1a5fd 100644 --- a/fwk/spf/containers/wear_cntr/src/wc_topo_capi.c +++ b/fwk/spf/containers/wear_cntr/src/wc_topo_capi.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "wc_topo.h" diff --git a/fwk/spf/containers/wear_cntr/src/wc_topo_capi.h b/fwk/spf/containers/wear_cntr/src/wc_topo_capi.h index 78d983ea..c575286d 100644 --- a/fwk/spf/containers/wear_cntr/src/wc_topo_capi.h +++ b/fwk/spf/containers/wear_cntr/src/wc_topo_capi.h @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #if defined(__cplusplus) diff --git a/fwk/spf/containers/wear_cntr/src/wc_topo_capi_cb_handler.c b/fwk/spf/containers/wear_cntr/src/wc_topo_capi_cb_handler.c index 298a9a5a..1fd06019 100644 --- a/fwk/spf/containers/wear_cntr/src/wc_topo_capi_cb_handler.c +++ b/fwk/spf/containers/wear_cntr/src/wc_topo_capi_cb_handler.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "wc_topo.h" diff --git a/fwk/spf/containers/wear_cntr/src/wc_topo_data_process.c b/fwk/spf/containers/wear_cntr/src/wc_topo_data_process.c index d48edb53..eb352b66 100644 --- a/fwk/spf/containers/wear_cntr/src/wc_topo_data_process.c +++ b/fwk/spf/containers/wear_cntr/src/wc_topo_data_process.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "wc_topo.h" diff --git a/fwk/spf/containers/wear_cntr/src/wc_topo_port_op.c b/fwk/spf/containers/wear_cntr/src/wc_topo_port_op.c index 6763fc60..834f0aab 100644 --- a/fwk/spf/containers/wear_cntr/src/wc_topo_port_op.c +++ b/fwk/spf/containers/wear_cntr/src/wc_topo_port_op.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "wc_topo.h" diff --git a/fwk/spf/containers/wear_cntr/src/wear_cntr.c b/fwk/spf/containers/wear_cntr/src/wear_cntr.c index 3a41251d..8b6608c9 100644 --- a/fwk/spf/containers/wear_cntr/src/wear_cntr.c +++ b/fwk/spf/containers/wear_cntr/src/wear_cntr.c @@ -4,8 +4,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "wear_cntr.h" diff --git a/fwk/spf/containers/wear_cntr/src/wear_cntr_buf_util.c b/fwk/spf/containers/wear_cntr/src/wear_cntr_buf_util.c index 99d6ee99..686db816 100644 --- a/fwk/spf/containers/wear_cntr/src/wear_cntr_buf_util.c +++ b/fwk/spf/containers/wear_cntr/src/wear_cntr_buf_util.c @@ -4,8 +4,8 @@ * This file contains utility functions for WCNTR buffer handling * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "wear_cntr_i.h" diff --git a/fwk/spf/containers/wear_cntr/src/wear_cntr_cmd_handler.c b/fwk/spf/containers/wear_cntr/src/wear_cntr_cmd_handler.c index 3d2ab1f6..47479cbe 100644 --- a/fwk/spf/containers/wear_cntr/src/wear_cntr_cmd_handler.c +++ b/fwk/spf/containers/wear_cntr/src/wear_cntr_cmd_handler.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "wear_cntr_i.h" diff --git a/fwk/spf/containers/wear_cntr/src/wear_cntr_control_port.c b/fwk/spf/containers/wear_cntr/src/wear_cntr_control_port.c index b78d8bd3..9c9e94c2 100644 --- a/fwk/spf/containers/wear_cntr/src/wear_cntr_control_port.c +++ b/fwk/spf/containers/wear_cntr/src/wear_cntr_control_port.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "wear_cntr_i.h" diff --git a/fwk/spf/containers/wear_cntr/src/wear_cntr_events.c b/fwk/spf/containers/wear_cntr/src/wear_cntr_events.c index cb2182f6..53ebe4e4 100644 --- a/fwk/spf/containers/wear_cntr/src/wear_cntr_events.c +++ b/fwk/spf/containers/wear_cntr/src/wear_cntr_events.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "wear_cntr_events.h" diff --git a/fwk/spf/containers/wear_cntr/src/wear_cntr_events.h b/fwk/spf/containers/wear_cntr/src/wear_cntr_events.h index bad1bb01..abb14d82 100644 --- a/fwk/spf/containers/wear_cntr/src/wear_cntr_events.h +++ b/fwk/spf/containers/wear_cntr/src/wear_cntr_events.h @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spf_utils.h" diff --git a/fwk/spf/containers/wear_cntr/src/wear_cntr_i.h b/fwk/spf/containers/wear_cntr/src/wear_cntr_i.h index 101735f5..f9108000 100644 --- a/fwk/spf/containers/wear_cntr/src/wear_cntr_i.h +++ b/fwk/spf/containers/wear_cntr/src/wear_cntr_i.h @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "apm_container_api.h" diff --git a/fwk/spf/containers/wear_cntr/src/wear_cntr_pm.c b/fwk/spf/containers/wear_cntr/src/wear_cntr_pm.c index 3d12fba3..62b414ae 100644 --- a/fwk/spf/containers/wear_cntr/src/wear_cntr_pm.c +++ b/fwk/spf/containers/wear_cntr/src/wear_cntr_pm.c @@ -4,8 +4,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "wear_cntr_i.h" diff --git a/fwk/spf/containers/wear_cntr/src/wear_cntr_st_and_data_handler.c b/fwk/spf/containers/wear_cntr/src/wear_cntr_st_and_data_handler.c index 2e2ecc16..cc3fe3da 100644 --- a/fwk/spf/containers/wear_cntr/src/wear_cntr_st_and_data_handler.c +++ b/fwk/spf/containers/wear_cntr/src/wear_cntr_st_and_data_handler.c @@ -4,8 +4,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "wear_cntr_i.h" diff --git a/fwk/spf/containers/wear_cntr/src/wear_cntr_utils.c b/fwk/spf/containers/wear_cntr/src/wear_cntr_utils.c index f78d712c..a385bbb9 100644 --- a/fwk/spf/containers/wear_cntr/src/wear_cntr_utils.c +++ b/fwk/spf/containers/wear_cntr/src/wear_cntr_utils.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "wear_cntr_i.h" diff --git a/fwk/spf/containers/wear_cntr/src/wear_cntr_utils.h b/fwk/spf/containers/wear_cntr/src/wear_cntr_utils.h index 98fa3dff..e8706955 100644 --- a/fwk/spf/containers/wear_cntr/src/wear_cntr_utils.h +++ b/fwk/spf/containers/wear_cntr/src/wear_cntr_utils.h @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "wear_cntr.h" diff --git a/fwk/spf/dls/api/dls_api.h b/fwk/spf/dls/api/dls_api.h index e3429576..364cf4e9 100644 --- a/fwk/spf/dls/api/dls_api.h +++ b/fwk/spf/dls/api/dls_api.h @@ -8,8 +8,8 @@ * This file should be used only when the DIAG service is not supported. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*------------------------------------------------------------------------------ diff --git a/fwk/spf/dls/api/dls_log_pkt_hdr_api.h b/fwk/spf/dls/api/dls_log_pkt_hdr_api.h index c86f55a0..44d77f87 100644 --- a/fwk/spf/dls/api/dls_log_pkt_hdr_api.h +++ b/fwk/spf/dls/api/dls_log_pkt_hdr_api.h @@ -6,8 +6,8 @@ * This file contains data structures for log packet header. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*------------------------------------------------------------------------------ diff --git a/fwk/spf/dls/inc/dls.h b/fwk/spf/dls/inc/dls.h index 73e1e20f..2992fda9 100644 --- a/fwk/spf/dls/inc/dls.h +++ b/fwk/spf/dls/inc/dls.h @@ -6,8 +6,8 @@ * This file contains the DLS service public functions declarations * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ---------------------------------------------------------------------------- diff --git a/fwk/spf/dls/src/dls.c b/fwk/spf/dls/src/dls.c index c68fbd39..aa5be518 100644 --- a/fwk/spf/dls/src/dls.c +++ b/fwk/spf/dls/src/dls.c @@ -4,8 +4,8 @@ * This file contains the DLS service/module implementation * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ---------------------------------------------------------------------------- diff --git a/fwk/spf/dls/src/dls_gpr_cmd_handler.c b/fwk/spf/dls/src/dls_gpr_cmd_handler.c index a725b3a1..d30962ed 100644 --- a/fwk/spf/dls/src/dls_gpr_cmd_handler.c +++ b/fwk/spf/dls/src/dls_gpr_cmd_handler.c @@ -4,8 +4,8 @@ * This file contains the GPR command handlers for the DLS service * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ---------------------------------------------------------------------------- diff --git a/fwk/spf/dls/src/dls_gpr_cmd_handler.h b/fwk/spf/dls/src/dls_gpr_cmd_handler.h index 4170c3d1..6d03710c 100644 --- a/fwk/spf/dls/src/dls_gpr_cmd_handler.h +++ b/fwk/spf/dls/src/dls_gpr_cmd_handler.h @@ -7,8 +7,8 @@ * declaration * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ---------------------------------------------------------------------------- diff --git a/fwk/spf/dls/src/dls_i.h b/fwk/spf/dls/src/dls_i.h index 7f262b7d..b16127fb 100644 --- a/fwk/spf/dls/src/dls_i.h +++ b/fwk/spf/dls/src/dls_i.h @@ -6,8 +6,8 @@ * This file contains private declarations of the DLS service * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ---------------------------------------------------------------------------- diff --git a/fwk/spf/dls/src/dls_set_param_handler.c b/fwk/spf/dls/src/dls_set_param_handler.c index 91d79db6..fff056a3 100644 --- a/fwk/spf/dls/src/dls_set_param_handler.c +++ b/fwk/spf/dls/src/dls_set_param_handler.c @@ -4,8 +4,8 @@ * This file contains DLS set param handling API function definitions * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ---------------------------------------------------------------------------- diff --git a/fwk/spf/dls/stub_src/dls_stub.c b/fwk/spf/dls/stub_src/dls_stub.c index 2a6d64e7..6b6f071b 100644 --- a/fwk/spf/dls/stub_src/dls_stub.c +++ b/fwk/spf/dls/stub_src/dls_stub.c @@ -4,8 +4,8 @@ * This file contains the DLS service/module stub implementation * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ---------------------------------------------------------------------------- diff --git a/fwk/spf/interfaces/fwk/api/amdb_cntr_if.h b/fwk/spf/interfaces/fwk/api/amdb_cntr_if.h index 409af40f..5c2e6d46 100644 --- a/fwk/spf/interfaces/fwk/api/amdb_cntr_if.h +++ b/fwk/spf/interfaces/fwk/api/amdb_cntr_if.h @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "amdb_api.h" diff --git a/fwk/spf/interfaces/fwk/api/apm_cntr_debug_if.h b/fwk/spf/interfaces/fwk/api/apm_cntr_debug_if.h index dc6b5f82..3db98eaf 100644 --- a/fwk/spf/interfaces/fwk/api/apm_cntr_debug_if.h +++ b/fwk/spf/interfaces/fwk/api/apm_cntr_debug_if.h @@ -9,8 +9,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "apm_api.h" diff --git a/fwk/spf/interfaces/fwk/api/apm_cntr_if.h b/fwk/spf/interfaces/fwk/api/apm_cntr_if.h index 96ac6438..824cfdaf 100644 --- a/fwk/spf/interfaces/fwk/api/apm_cntr_if.h +++ b/fwk/spf/interfaces/fwk/api/apm_cntr_if.h @@ -9,8 +9,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "apm_api.h" diff --git a/fwk/spf/interfaces/fwk/api/apm_cntr_path_delay_if.h b/fwk/spf/interfaces/fwk/api/apm_cntr_path_delay_if.h index ea63999b..44a3a26a 100644 --- a/fwk/spf/interfaces/fwk/api/apm_cntr_path_delay_if.h +++ b/fwk/spf/interfaces/fwk/api/apm_cntr_path_delay_if.h @@ -9,8 +9,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "apm_api.h" diff --git a/fwk/spf/interfaces/fwk/api/apm_db_query_if.h b/fwk/spf/interfaces/fwk/api/apm_db_query_if.h index 4781734b..a2da2933 100644 --- a/fwk/spf/interfaces/fwk/api/apm_db_query_if.h +++ b/fwk/spf/interfaces/fwk/api/apm_db_query_if.h @@ -9,8 +9,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "posal.h" diff --git a/fwk/spf/interfaces/fwk/api/apm_internal_if.h b/fwk/spf/interfaces/fwk/api/apm_internal_if.h index 7dff5344..0390cb64 100644 --- a/fwk/spf/interfaces/fwk/api/apm_internal_if.h +++ b/fwk/spf/interfaces/fwk/api/apm_internal_if.h @@ -9,8 +9,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "apm_db_query_if.h" diff --git a/fwk/spf/interfaces/fwk/api/apm_proxy_if.h b/fwk/spf/interfaces/fwk/api/apm_proxy_if.h index 28268d89..0eeaf267 100644 --- a/fwk/spf/interfaces/fwk/api/apm_proxy_if.h +++ b/fwk/spf/interfaces/fwk/api/apm_proxy_if.h @@ -9,8 +9,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "posal_types.h" diff --git a/fwk/spf/interfaces/fwk/api/cntr_cntr_if.h b/fwk/spf/interfaces/fwk/api/cntr_cntr_if.h index 901f24e0..39d5e99b 100644 --- a/fwk/spf/interfaces/fwk/api/cntr_cntr_if.h +++ b/fwk/spf/interfaces/fwk/api/cntr_cntr_if.h @@ -9,8 +9,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "module_cmn_metadata.h" diff --git a/fwk/spf/interfaces/fwk/api/cntr_cntr_offload_if.h b/fwk/spf/interfaces/fwk/api/cntr_cntr_offload_if.h index 80b03baa..03e34d21 100644 --- a/fwk/spf/interfaces/fwk/api/cntr_cntr_offload_if.h +++ b/fwk/spf/interfaces/fwk/api/cntr_cntr_offload_if.h @@ -9,8 +9,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*------------------------------------------------------------------------- diff --git a/fwk/spf/interfaces/fwk/api/duty_cycle_cntr_if.h b/fwk/spf/interfaces/fwk/api/duty_cycle_cntr_if.h index e4beda49..75b5d7f6 100644 --- a/fwk/spf/interfaces/fwk/api/duty_cycle_cntr_if.h +++ b/fwk/spf/interfaces/fwk/api/duty_cycle_cntr_if.h @@ -9,8 +9,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "apm_api.h" diff --git a/fwk/spf/interfaces/fwk/api/irm_cntr_if.h b/fwk/spf/interfaces/fwk/api/irm_cntr_if.h index a5ad48dc..7dd1e7d3 100644 --- a/fwk/spf/interfaces/fwk/api/irm_cntr_if.h +++ b/fwk/spf/interfaces/fwk/api/irm_cntr_if.h @@ -9,8 +9,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "posal.h" diff --git a/fwk/spf/interfaces/fwk/api/proxy_cntr_if.h b/fwk/spf/interfaces/fwk/api/proxy_cntr_if.h index 0188fdfc..062f5d75 100644 --- a/fwk/spf/interfaces/fwk/api/proxy_cntr_if.h +++ b/fwk/spf/interfaces/fwk/api/proxy_cntr_if.h @@ -10,7 +10,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "posal_types.h" diff --git a/fwk/spf/interfaces/fwk/api/spf_cmn_if.h b/fwk/spf/interfaces/fwk/api/spf_cmn_if.h index 3d8c5564..aaa87d9f 100644 --- a/fwk/spf/interfaces/fwk/api/spf_cmn_if.h +++ b/fwk/spf/interfaces/fwk/api/spf_cmn_if.h @@ -9,8 +9,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /** @weakgroup weakf_spf_msg_overview diff --git a/fwk/spf/interfaces/module/audio_cmn_lib/shared_aud_cmn_lib.h b/fwk/spf/interfaces/module/audio_cmn_lib/shared_aud_cmn_lib.h index cbe006ec..5bc86d5a 100644 --- a/fwk/spf/interfaces/module/audio_cmn_lib/shared_aud_cmn_lib.h +++ b/fwk/spf/interfaces/module/audio_cmn_lib/shared_aud_cmn_lib.h @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_defs.h" diff --git a/fwk/spf/interfaces/module/capi/adv/capi_fwk_extns_container_proc_duration.h b/fwk/spf/interfaces/module/capi/adv/capi_fwk_extns_container_proc_duration.h index 888a2806..6f662843 100644 --- a/fwk/spf/interfaces/module/capi/adv/capi_fwk_extns_container_proc_duration.h +++ b/fwk/spf/interfaces/module/capi/adv/capi_fwk_extns_container_proc_duration.h @@ -6,8 +6,8 @@ * \brief * Framework extension for the modules to receive container processing duration * - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_defs.h" diff --git a/fwk/spf/interfaces/module/capi/adv/capi_fwk_extns_dm.h b/fwk/spf/interfaces/module/capi/adv/capi_fwk_extns_dm.h index 1585fd4b..d67587bd 100644 --- a/fwk/spf/interfaces/module/capi/adv/capi_fwk_extns_dm.h +++ b/fwk/spf/interfaces/module/capi/adv/capi_fwk_extns_dm.h @@ -6,8 +6,8 @@ * \brief * fwk extension to take care of modules with variable input consumption rate or output production rate. * - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifdef __cplusplus diff --git a/fwk/spf/interfaces/module/capi/adv/capi_fwk_extns_ecns.h b/fwk/spf/interfaces/module/capi/adv/capi_fwk_extns_ecns.h index 42a3fb17..748988e5 100644 --- a/fwk/spf/interfaces/module/capi/adv/capi_fwk_extns_ecns.h +++ b/fwk/spf/interfaces/module/capi/adv/capi_fwk_extns_ecns.h @@ -8,8 +8,8 @@ * Frame work extensions for Echo canceller and Noise suppression (ECNS) * This file defines a framework extensions and corresponding private propeties needed for ECNS in voice. * - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifdef __cplusplus diff --git a/fwk/spf/interfaces/module/capi/adv/capi_fwk_extns_pcm.h b/fwk/spf/interfaces/module/capi/adv/capi_fwk_extns_pcm.h index 4f45ddad..5988e26a 100644 --- a/fwk/spf/interfaces/module/capi/adv/capi_fwk_extns_pcm.h +++ b/fwk/spf/interfaces/module/capi/adv/capi_fwk_extns_pcm.h @@ -6,8 +6,8 @@ * \brief * fwk extension to take care of PCM use cases. * - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifdef __cplusplus diff --git a/fwk/spf/interfaces/module/capi/adv/capi_fwk_extns_soft_timer.h b/fwk/spf/interfaces/module/capi/adv/capi_fwk_extns_soft_timer.h index be9c1ca4..ffc29055 100644 --- a/fwk/spf/interfaces/module/capi/adv/capi_fwk_extns_soft_timer.h +++ b/fwk/spf/interfaces/module/capi/adv/capi_fwk_extns_soft_timer.h @@ -11,8 +11,8 @@ * the timer is not expected to be precise since it will run in the same thread * as the framework process() call and have lower priority * - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_types.h" diff --git a/fwk/spf/interfaces/module/capi/adv/capi_fwk_extns_sync.h b/fwk/spf/interfaces/module/capi/adv/capi_fwk_extns_sync.h index 7807dea5..df4fb038 100644 --- a/fwk/spf/interfaces/module/capi/adv/capi_fwk_extns_sync.h +++ b/fwk/spf/interfaces/module/capi/adv/capi_fwk_extns_sync.h @@ -9,8 +9,8 @@ * Framework extension for the sync module which is used to synchronize primary * and secondary paths. * - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_types.h" diff --git a/fwk/spf/interfaces/module/capi/adv/capi_fwk_extns_voice_delivery.h b/fwk/spf/interfaces/module/capi/adv/capi_fwk_extns_voice_delivery.h index b05082bc..ab62c24c 100644 --- a/fwk/spf/interfaces/module/capi/adv/capi_fwk_extns_voice_delivery.h +++ b/fwk/spf/interfaces/module/capi/adv/capi_fwk_extns_voice_delivery.h @@ -6,8 +6,8 @@ * \brief * This file contains CAPI Smart Sync Module Framework Extension Definitions * - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_types.h" diff --git a/fwk/spf/interfaces/module/capi/adv/capi_intf_extn_mimo_module_process_state.h b/fwk/spf/interfaces/module/capi/adv/capi_intf_extn_mimo_module_process_state.h index f04de148..b6bf85e8 100644 --- a/fwk/spf/interfaces/module/capi/adv/capi_intf_extn_mimo_module_process_state.h +++ b/fwk/spf/interfaces/module/capi/adv/capi_intf_extn_mimo_module_process_state.h @@ -6,8 +6,8 @@ * \brief * This file contains CAPI Interface Extension Definitions for disabling MIMO modules. * - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_types.h" diff --git a/fwk/spf/interfaces/module/capi/adv/capi_intf_extn_module_buffer_access.h b/fwk/spf/interfaces/module/capi/adv/capi_intf_extn_module_buffer_access.h index 29973996..bf86ad5c 100644 --- a/fwk/spf/interfaces/module/capi/adv/capi_intf_extn_module_buffer_access.h +++ b/fwk/spf/interfaces/module/capi/adv/capi_intf_extn_module_buffer_access.h @@ -8,8 +8,8 @@ * This allows use of the modules buffer directly in the framework without intermediate copy from * module internal buffer to framework owned buffer, or vice versa. * - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifdef __cplusplus diff --git a/fwk/spf/interfaces/module/capi/adv/capi_intf_extn_path_delay.h b/fwk/spf/interfaces/module/capi/adv/capi_intf_extn_path_delay.h index 6051849d..aecc46d0 100644 --- a/fwk/spf/interfaces/module/capi/adv/capi_intf_extn_path_delay.h +++ b/fwk/spf/interfaces/module/capi/adv/capi_intf_extn_path_delay.h @@ -8,8 +8,8 @@ * * This file defines interface extensions that would help modules getting the path delays * - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifdef __cplusplus diff --git a/fwk/spf/interfaces/module/capi/capi.h b/fwk/spf/interfaces/module/capi/capi.h index 65e8744a..6400a6c6 100644 --- a/fwk/spf/interfaces/module/capi/capi.h +++ b/fwk/spf/interfaces/module/capi/capi.h @@ -11,7 +11,7 @@ * can be treated the same way by control code. * * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_types.h" diff --git a/fwk/spf/interfaces/module/capi/capi_events.h b/fwk/spf/interfaces/module/capi/capi_events.h index fbc4dddc..bf48a1a1 100644 --- a/fwk/spf/interfaces/module/capi/capi_events.h +++ b/fwk/spf/interfaces/module/capi/capi_events.h @@ -6,8 +6,8 @@ * \brief * This file defines the events that can be raised by a module using the CAPI interface. * - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_types.h" diff --git a/fwk/spf/interfaces/module/capi/capi_fwk_extns_async_signal_trigger.h b/fwk/spf/interfaces/module/capi/capi_fwk_extns_async_signal_trigger.h index 195351da..d634e046 100644 --- a/fwk/spf/interfaces/module/capi/capi_fwk_extns_async_signal_trigger.h +++ b/fwk/spf/interfaces/module/capi/capi_fwk_extns_async_signal_trigger.h @@ -6,8 +6,8 @@ * \brief * This file contains Async Signal Trigger Module's Extension. * - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_types.h" diff --git a/fwk/spf/interfaces/module/capi/capi_fwk_extns_bt_codec.h b/fwk/spf/interfaces/module/capi/capi_fwk_extns_bt_codec.h index af2b89ac..014a45f5 100644 --- a/fwk/spf/interfaces/module/capi/capi_fwk_extns_bt_codec.h +++ b/fwk/spf/interfaces/module/capi/capi_fwk_extns_bt_codec.h @@ -7,8 +7,8 @@ * Parameters required to be implemented by BT codec. * This file defines a framework extension for BT codec. * - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifdef __cplusplus diff --git a/fwk/spf/interfaces/module/capi/capi_fwk_extns_container_frame_duration.h b/fwk/spf/interfaces/module/capi/capi_fwk_extns_container_frame_duration.h index 7e94977a..cd26a143 100644 --- a/fwk/spf/interfaces/module/capi/capi_fwk_extns_container_frame_duration.h +++ b/fwk/spf/interfaces/module/capi/capi_fwk_extns_container_frame_duration.h @@ -6,8 +6,8 @@ * \brief * framework extension for modules to receive container frame duration. * - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifdef __cplusplus diff --git a/fwk/spf/interfaces/module/capi/capi_fwk_extns_global_shmem_msg.h b/fwk/spf/interfaces/module/capi/capi_fwk_extns_global_shmem_msg.h index f5294786..f9704e42 100644 --- a/fwk/spf/interfaces/module/capi/capi_fwk_extns_global_shmem_msg.h +++ b/fwk/spf/interfaces/module/capi/capi_fwk_extns_global_shmem_msg.h @@ -6,8 +6,8 @@ * \brief * This file contains global shared memory MSG extension. * - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_types.h" diff --git a/fwk/spf/interfaces/module/capi/capi_fwk_extns_island.h b/fwk/spf/interfaces/module/capi/capi_fwk_extns_island.h index a7e378b7..91012612 100644 --- a/fwk/spf/interfaces/module/capi/capi_fwk_extns_island.h +++ b/fwk/spf/interfaces/module/capi/capi_fwk_extns_island.h @@ -6,8 +6,8 @@ * \brief * This file contains extension for island handling * - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_types.h" diff --git a/fwk/spf/interfaces/module/capi/capi_fwk_extns_multi_port_buffering.h b/fwk/spf/interfaces/module/capi/capi_fwk_extns_multi_port_buffering.h index ae8aabe6..e875bd3a 100644 --- a/fwk/spf/interfaces/module/capi/capi_fwk_extns_multi_port_buffering.h +++ b/fwk/spf/interfaces/module/capi/capi_fwk_extns_multi_port_buffering.h @@ -6,8 +6,8 @@ * \brief * This file contains multi port buffering modules. * - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_types.h" diff --git a/fwk/spf/interfaces/module/capi/capi_fwk_extns_signal_triggered_module.h b/fwk/spf/interfaces/module/capi/capi_fwk_extns_signal_triggered_module.h index b5f5658f..75e5fe0c 100644 --- a/fwk/spf/interfaces/module/capi/capi_fwk_extns_signal_triggered_module.h +++ b/fwk/spf/interfaces/module/capi/capi_fwk_extns_signal_triggered_module.h @@ -6,8 +6,8 @@ * \brief * This file contains Signal Triggered Module's Extensions * - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_types.h" diff --git a/fwk/spf/interfaces/module/capi/capi_fwk_extns_thresh_cfg.h b/fwk/spf/interfaces/module/capi/capi_fwk_extns_thresh_cfg.h index 5ee61193..62a1fe2c 100644 --- a/fwk/spf/interfaces/module/capi/capi_fwk_extns_thresh_cfg.h +++ b/fwk/spf/interfaces/module/capi/capi_fwk_extns_thresh_cfg.h @@ -6,8 +6,8 @@ * \brief * framework extension for modules to receive threshold configuration. * - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifdef __cplusplus diff --git a/fwk/spf/interfaces/module/capi/capi_fwk_extns_trigger_policy.h b/fwk/spf/interfaces/module/capi/capi_fwk_extns_trigger_policy.h index c319ee5d..2c09bc8e 100644 --- a/fwk/spf/interfaces/module/capi/capi_fwk_extns_trigger_policy.h +++ b/fwk/spf/interfaces/module/capi/capi_fwk_extns_trigger_policy.h @@ -6,8 +6,8 @@ * \brief * This file contains extension for trigger policy * - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_types.h" diff --git a/fwk/spf/interfaces/module/capi/capi_intf_extn_calibration_ops.h b/fwk/spf/interfaces/module/capi/capi_intf_extn_calibration_ops.h index e3d62ae9..2e056057 100644 --- a/fwk/spf/interfaces/module/capi/capi_intf_extn_calibration_ops.h +++ b/fwk/spf/interfaces/module/capi/capi_intf_extn_calibration_ops.h @@ -11,7 +11,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #ifdef __cplusplus diff --git a/fwk/spf/interfaces/module/capi/capi_intf_extn_data_port_operation.h b/fwk/spf/interfaces/module/capi/capi_intf_extn_data_port_operation.h index 77847024..b046b1d4 100644 --- a/fwk/spf/interfaces/module/capi/capi_intf_extn_data_port_operation.h +++ b/fwk/spf/interfaces/module/capi/capi_intf_extn_data_port_operation.h @@ -9,8 +9,8 @@ * This file defines interface extensions that would allow modules get the data * port states from framework. * - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifdef __cplusplus diff --git a/fwk/spf/interfaces/module/capi/capi_intf_extn_duty_cycling_island_mode.h b/fwk/spf/interfaces/module/capi/capi_intf_extn_duty_cycling_island_mode.h index 2fde309d..d9119a6c 100644 --- a/fwk/spf/interfaces/module/capi/capi_intf_extn_duty_cycling_island_mode.h +++ b/fwk/spf/interfaces/module/capi/capi_intf_extn_duty_cycling_island_mode.h @@ -6,8 +6,8 @@ * @brief Interface extensions related to Duty Cycling LPI use cases (currently used for BT A2DP LPI) and * propagation of gapless module fill status for island entry to DCM. * - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifdef __cplusplus diff --git a/fwk/spf/interfaces/module/capi/capi_intf_extn_imcl.h b/fwk/spf/interfaces/module/capi/capi_intf_extn_imcl.h index bb66efb6..d523fde7 100644 --- a/fwk/spf/interfaces/module/capi/capi_intf_extn_imcl.h +++ b/fwk/spf/interfaces/module/capi/capi_intf_extn_imcl.h @@ -9,8 +9,8 @@ * This file defines interface extensions that would help modules relay information * to the framework about their IMCL support, and related capabilities. * - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifdef __cplusplus diff --git a/fwk/spf/interfaces/module/capi/capi_intf_extn_metadata.h b/fwk/spf/interfaces/module/capi/capi_intf_extn_metadata.h index b77a011c..69062c28 100644 --- a/fwk/spf/interfaces/module/capi/capi_intf_extn_metadata.h +++ b/fwk/spf/interfaces/module/capi/capi_intf_extn_metadata.h @@ -6,8 +6,8 @@ * \brief * Common Audio Processing Interface v2 stream metadata. * - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_defs.h" diff --git a/fwk/spf/interfaces/module/capi/capi_intf_extn_period.h b/fwk/spf/interfaces/module/capi/capi_intf_extn_period.h index 61b39ee5..58199deb 100644 --- a/fwk/spf/interfaces/module/capi/capi_intf_extn_period.h +++ b/fwk/spf/interfaces/module/capi/capi_intf_extn_period.h @@ -9,8 +9,8 @@ * This file defines interface extensions that allow modules to * get VFR cycle duration from the framework. * - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifdef __cplusplus diff --git a/fwk/spf/interfaces/module/capi/capi_intf_extn_prop_is_rt_port_property.h b/fwk/spf/interfaces/module/capi/capi_intf_extn_prop_is_rt_port_property.h index dc4a0bc4..d5cc7561 100644 --- a/fwk/spf/interfaces/module/capi/capi_intf_extn_prop_is_rt_port_property.h +++ b/fwk/spf/interfaces/module/capi/capi_intf_extn_prop_is_rt_port_property.h @@ -5,8 +5,8 @@ * @file capi_intf_extn_prop_is_rt_port_property.h * @brief intf_extns related to propagation of port properties real time (RT) or non real time (NRT). * - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifdef __cplusplus diff --git a/fwk/spf/interfaces/module/capi/capi_intf_extn_prop_port_ds_state.h b/fwk/spf/interfaces/module/capi/capi_intf_extn_prop_port_ds_state.h index 5a565917..fe8f4b39 100644 --- a/fwk/spf/interfaces/module/capi/capi_intf_extn_prop_port_ds_state.h +++ b/fwk/spf/interfaces/module/capi/capi_intf_extn_prop_port_ds_state.h @@ -7,8 +7,8 @@ * intf_extns related to propagation of port's downstream state such as DATA_PORT_STATE_STARTED and * DATA_PORT_STATE_STOPPED. * - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifdef __cplusplus diff --git a/fwk/spf/interfaces/module/capi/capi_intf_extn_stm_ts.h b/fwk/spf/interfaces/module/capi/capi_intf_extn_stm_ts.h index d9cd04ae..6985748d 100644 --- a/fwk/spf/interfaces/module/capi/capi_intf_extn_stm_ts.h +++ b/fwk/spf/interfaces/module/capi/capi_intf_extn_stm_ts.h @@ -9,8 +9,8 @@ * This file defines interface extensions that would allow modules to get the latest * signal triggered timestamp value from framework. * - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifdef __cplusplus diff --git a/fwk/spf/interfaces/module/capi/capi_lib_capi_process_thread.h b/fwk/spf/interfaces/module/capi/capi_lib_capi_process_thread.h index 849b2647..e830b41f 100644 --- a/fwk/spf/interfaces/module/capi/capi_lib_capi_process_thread.h +++ b/fwk/spf/interfaces/module/capi/capi_lib_capi_process_thread.h @@ -6,8 +6,8 @@ * \brief * A CAPI supporting library for launching the core process in a separate thread. * - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifdef __cplusplus diff --git a/fwk/spf/interfaces/module/capi/capi_lib_get_capi_module.h b/fwk/spf/interfaces/module/capi/capi_lib_get_capi_module.h index b9ed0375..3ceef2a3 100644 --- a/fwk/spf/interfaces/module/capi/capi_lib_get_capi_module.h +++ b/fwk/spf/interfaces/module/capi/capi_lib_get_capi_module.h @@ -6,8 +6,8 @@ * \brief * A CAPI supporting library for creating other CAPI modules * - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifdef __cplusplus diff --git a/fwk/spf/interfaces/module/capi/capi_lib_get_imc.h b/fwk/spf/interfaces/module/capi/capi_lib_get_imc.h index f015fb74..b382f5a4 100644 --- a/fwk/spf/interfaces/module/capi/capi_lib_get_imc.h +++ b/fwk/spf/interfaces/module/capi/capi_lib_get_imc.h @@ -6,8 +6,8 @@ * \brief * A CAPI supporting library for inter-module communication with other CAPI modules * - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifdef __cplusplus diff --git a/fwk/spf/interfaces/module/capi/capi_lib_mem_mapper.h b/fwk/spf/interfaces/module/capi/capi_lib_mem_mapper.h index 735b0ef3..3b6a1467 100644 --- a/fwk/spf/interfaces/module/capi/capi_lib_mem_mapper.h +++ b/fwk/spf/interfaces/module/capi/capi_lib_mem_mapper.h @@ -6,8 +6,8 @@ * \brief * A CAPI supporting library for a memory mapper * - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifdef __cplusplus diff --git a/fwk/spf/interfaces/module/capi/capi_properties.h b/fwk/spf/interfaces/module/capi/capi_properties.h index 2fcd5e71..95b50859 100644 --- a/fwk/spf/interfaces/module/capi/capi_properties.h +++ b/fwk/spf/interfaces/module/capi/capi_properties.h @@ -7,8 +7,8 @@ * This file defines the data structures and ids for getting and setting properties in the Common Audio Processing * Interface. * - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_types.h" diff --git a/fwk/spf/interfaces/module/capi/capi_struct_align.h b/fwk/spf/interfaces/module/capi/capi_struct_align.h index 7d55f299..72acbb44 100644 --- a/fwk/spf/interfaces/module/capi/capi_struct_align.h +++ b/fwk/spf/interfaces/module/capi/capi_struct_align.h @@ -27,8 +27,8 @@ * to use this capi_struct_align.h file to align the structs * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ---------------------------------------------------------------------------- diff --git a/fwk/spf/interfaces/module/capi/capi_types.h b/fwk/spf/interfaces/module/capi/capi_types.h index 5923fd40..9ff4c9de 100644 --- a/fwk/spf/interfaces/module/capi/capi_types.h +++ b/fwk/spf/interfaces/module/capi/capi_types.h @@ -6,8 +6,8 @@ * \brief * This file defines the basic data types for the Common Audio Processing Interface * - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_defs.h" diff --git a/fwk/spf/interfaces/module/capi_cmn/cmn/inc/capi_cmn.h b/fwk/spf/interfaces/module/capi_cmn/cmn/inc/capi_cmn.h index 3e551f5d..30ae7914 100644 --- a/fwk/spf/interfaces/module/capi_cmn/cmn/inc/capi_cmn.h +++ b/fwk/spf/interfaces/module/capi_cmn/cmn/inc/capi_cmn.h @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi.h" diff --git a/fwk/spf/interfaces/module/capi_cmn/cmn/inc/capi_mm_error_code_converter.h b/fwk/spf/interfaces/module/capi_cmn/cmn/inc/capi_mm_error_code_converter.h index 984bb57d..1ebb86eb 100644 --- a/fwk/spf/interfaces/module/capi_cmn/cmn/inc/capi_mm_error_code_converter.h +++ b/fwk/spf/interfaces/module/capi_cmn/cmn/inc/capi_mm_error_code_converter.h @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_types.h" diff --git a/fwk/spf/interfaces/module/capi_cmn/cmn/src/capi_cmn.c b/fwk/spf/interfaces/module/capi_cmn/cmn/src/capi_cmn.c index 2c88ba55..9cb12031 100644 --- a/fwk/spf/interfaces/module/capi_cmn/cmn/src/capi_cmn.c +++ b/fwk/spf/interfaces/module/capi_cmn/cmn/src/capi_cmn.c @@ -4,8 +4,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_cmn.h" diff --git a/fwk/spf/interfaces/module/capi_cmn/cmn/src/capi_cmn_island.c b/fwk/spf/interfaces/module/capi_cmn/cmn/src/capi_cmn_island.c index 1ca52fde..dbacb975 100644 --- a/fwk/spf/interfaces/module/capi_cmn/cmn/src/capi_cmn_island.c +++ b/fwk/spf/interfaces/module/capi_cmn/cmn/src/capi_cmn_island.c @@ -4,8 +4,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_cmn.h" diff --git a/fwk/spf/interfaces/module/capi_cmn/ctrl_port/inc/capi_cmn_ctrl_port_list.h b/fwk/spf/interfaces/module/capi_cmn/ctrl_port/inc/capi_cmn_ctrl_port_list.h index c3c255ad..fce7477b 100644 --- a/fwk/spf/interfaces/module/capi_cmn/ctrl_port/inc/capi_cmn_ctrl_port_list.h +++ b/fwk/spf/interfaces/module/capi_cmn/ctrl_port/inc/capi_cmn_ctrl_port_list.h @@ -9,8 +9,8 @@ * any module can use this utility to maintain its control port data base. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_cmn_imcl_utils.h" diff --git a/fwk/spf/interfaces/module/capi_cmn/ctrl_port/inc/capi_cmn_imcl_utils.h b/fwk/spf/interfaces/module/capi_cmn/ctrl_port/inc/capi_cmn_imcl_utils.h index a9ec0d7f..03dcd145 100644 --- a/fwk/spf/interfaces/module/capi_cmn/ctrl_port/inc/capi_cmn_imcl_utils.h +++ b/fwk/spf/interfaces/module/capi_cmn/ctrl_port/inc/capi_cmn_imcl_utils.h @@ -5,8 +5,8 @@ * Common utility function declaration for Inter Module Communication utils * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _CAPI_CMN_IMCL_UTILS_H_ diff --git a/fwk/spf/interfaces/module/capi_cmn/ctrl_port/src/capi_cmn_ctrl_port_list.c b/fwk/spf/interfaces/module/capi_cmn/ctrl_port/src/capi_cmn_ctrl_port_list.c index a0192e22..781fbbbd 100644 --- a/fwk/spf/interfaces/module/capi_cmn/ctrl_port/src/capi_cmn_ctrl_port_list.c +++ b/fwk/spf/interfaces/module/capi_cmn/ctrl_port/src/capi_cmn_ctrl_port_list.c @@ -6,8 +6,8 @@ * any module can use this utility to maintain its control port data base. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spf_list_utils.h" diff --git a/fwk/spf/interfaces/module/capi_cmn/ctrl_port/src/capi_cmn_imcl_utils.c b/fwk/spf/interfaces/module/capi_cmn/ctrl_port/src/capi_cmn_imcl_utils.c index e9de506d..e0714f3b 100644 --- a/fwk/spf/interfaces/module/capi_cmn/ctrl_port/src/capi_cmn_imcl_utils.c +++ b/fwk/spf/interfaces/module/capi_cmn/ctrl_port/src/capi_cmn_imcl_utils.c @@ -5,8 +5,8 @@ * Common utility functions for Inter Module Communication utils * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi.h" diff --git a/fwk/spf/interfaces/module/capi_cmn/ctrl_port/src/capi_cmn_imcl_utils_island.c b/fwk/spf/interfaces/module/capi_cmn/ctrl_port/src/capi_cmn_imcl_utils_island.c index dc8b8f0e..2e2a4625 100644 --- a/fwk/spf/interfaces/module/capi_cmn/ctrl_port/src/capi_cmn_imcl_utils_island.c +++ b/fwk/spf/interfaces/module/capi_cmn/ctrl_port/src/capi_cmn_imcl_utils_island.c @@ -5,8 +5,8 @@ * Common utility functions for Inter Module Communication utils * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi.h" diff --git a/fwk/spf/interfaces/module/capi_libraries/capi_library_internal_buffer/inc/capi_library_internal_buffer.h b/fwk/spf/interfaces/module/capi_libraries/capi_library_internal_buffer/inc/capi_library_internal_buffer.h index 3803a6b4..68ad9895 100644 --- a/fwk/spf/interfaces/module/capi_libraries/capi_library_internal_buffer/inc/capi_library_internal_buffer.h +++ b/fwk/spf/interfaces/module/capi_libraries/capi_library_internal_buffer/inc/capi_library_internal_buffer.h @@ -1,6 +1,6 @@ /*========================================================================== - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause * =========================================================================*/ /* diff --git a/fwk/spf/interfaces/module/capi_libraries/capi_library_internal_buffer/src/capi_library_internal_buffer.c b/fwk/spf/interfaces/module/capi_libraries/capi_library_internal_buffer/src/capi_library_internal_buffer.c index 300f9aad..3f7b5a8b 100644 --- a/fwk/spf/interfaces/module/capi_libraries/capi_library_internal_buffer/src/capi_library_internal_buffer.c +++ b/fwk/spf/interfaces/module/capi_libraries/capi_library_internal_buffer/src/capi_library_internal_buffer.c @@ -1,6 +1,6 @@ /*========================================================================== - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause * =========================================================================*/ /* diff --git a/fwk/spf/interfaces/module/capi_libraries/capi_library_thread_pool/inc/capi_library_thread_pool.h b/fwk/spf/interfaces/module/capi_libraries/capi_library_thread_pool/inc/capi_library_thread_pool.h index 1746358e..f9910e17 100644 --- a/fwk/spf/interfaces/module/capi_libraries/capi_library_thread_pool/inc/capi_library_thread_pool.h +++ b/fwk/spf/interfaces/module/capi_libraries/capi_library_thread_pool/inc/capi_library_thread_pool.h @@ -4,8 +4,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef CAPI_LIBRARY_THREAD_POOL_H diff --git a/fwk/spf/interfaces/module/capi_libraries/capi_library_thread_pool/src/capi_library_thread_pool.c b/fwk/spf/interfaces/module/capi_libraries/capi_library_thread_pool/src/capi_library_thread_pool.c index cb813fe7..7be8be50 100644 --- a/fwk/spf/interfaces/module/capi_libraries/capi_library_thread_pool/src/capi_library_thread_pool.c +++ b/fwk/spf/interfaces/module/capi_libraries/capi_library_thread_pool/src/capi_library_thread_pool.c @@ -4,8 +4,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_library_thread_pool.h" diff --git a/fwk/spf/interfaces/module/imcl/api/imcl_bt_bitrate_level_encoder_feedback_api.h b/fwk/spf/interfaces/module/imcl/api/imcl_bt_bitrate_level_encoder_feedback_api.h index 27a427cf..975f65d9 100644 --- a/fwk/spf/interfaces/module/imcl/api/imcl_bt_bitrate_level_encoder_feedback_api.h +++ b/fwk/spf/interfaces/module/imcl/api/imcl_bt_bitrate_level_encoder_feedback_api.h @@ -3,8 +3,8 @@ @brief This file contains API's to send the sideband encoder feedback - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ====================================================================== */ diff --git a/fwk/spf/interfaces/module/imcl/api/imcl_bt_conn_proxy_feedback_api.h b/fwk/spf/interfaces/module/imcl/api/imcl_bt_conn_proxy_feedback_api.h index 62c4adbf..0eec1e92 100644 --- a/fwk/spf/interfaces/module/imcl/api/imcl_bt_conn_proxy_feedback_api.h +++ b/fwk/spf/interfaces/module/imcl/api/imcl_bt_conn_proxy_feedback_api.h @@ -3,8 +3,8 @@ @brief This file contains API's to send the connectivity proxy feedback - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ====================================================================== */ #ifndef _IMCL_BT_CONN_PROXY_FEEDBACK_H_ diff --git a/fwk/spf/interfaces/module/imcl/api/imcl_bt_encoder_feedback_api.h b/fwk/spf/interfaces/module/imcl/api/imcl_bt_encoder_feedback_api.h index 70c45aae..895ee830 100644 --- a/fwk/spf/interfaces/module/imcl/api/imcl_bt_encoder_feedback_api.h +++ b/fwk/spf/interfaces/module/imcl/api/imcl_bt_encoder_feedback_api.h @@ -2,8 +2,8 @@ @file imcl_bt_encoder_feedback_api.h @brief This file contains API's to receive/send encoder feedback - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ====================================================================== */ diff --git a/fwk/spf/interfaces/module/imcl/api/imcl_bt_sideband_encoder_feedback_api.h b/fwk/spf/interfaces/module/imcl/api/imcl_bt_sideband_encoder_feedback_api.h index e6d18b04..df88467f 100644 --- a/fwk/spf/interfaces/module/imcl/api/imcl_bt_sideband_encoder_feedback_api.h +++ b/fwk/spf/interfaces/module/imcl/api/imcl_bt_sideband_encoder_feedback_api.h @@ -3,8 +3,8 @@ @brief This file contains API's to send the sideband encoder feedback - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ====================================================================== */ diff --git a/fwk/spf/interfaces/module/imcl/api/imcl_dam_detection_api.h b/fwk/spf/interfaces/module/imcl/api/imcl_dam_detection_api.h index 1228aea0..07b0bca2 100644 --- a/fwk/spf/interfaces/module/imcl/api/imcl_dam_detection_api.h +++ b/fwk/spf/interfaces/module/imcl/api/imcl_dam_detection_api.h @@ -8,8 +8,8 @@ Links (IMCL) betweeen Detection Modules (like Voice Wakeup) and DAM module */ /*========================================================================== - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause * =========================================================================*/ #include "imcl_fwk_intent_api.h" diff --git a/fwk/spf/interfaces/module/imcl/api/imcl_deadline_time_api.h b/fwk/spf/interfaces/module/imcl/api/imcl_deadline_time_api.h index a0de48a2..ea963d66 100644 --- a/fwk/spf/interfaces/module/imcl/api/imcl_deadline_time_api.h +++ b/fwk/spf/interfaces/module/imcl/api/imcl_deadline_time_api.h @@ -5,8 +5,8 @@ * This file contains API's to send the deadline time after which Gate module can start processing data * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _IMCL_DEADLINE_TIME_H_ diff --git a/fwk/spf/interfaces/module/imcl/api/imcl_prbdma_control_api.h b/fwk/spf/interfaces/module/imcl/api/imcl_prbdma_control_api.h index f34004f3..780b2057 100644 --- a/fwk/spf/interfaces/module/imcl/api/imcl_prbdma_control_api.h +++ b/fwk/spf/interfaces/module/imcl/api/imcl_prbdma_control_api.h @@ -5,8 +5,8 @@ * This file contains API's for the control link between Codec DMA and AAD module. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _IMCL_PRBDMA_CONTROL_API_H_ diff --git a/fwk/spf/interfaces/module/imcl/api/imcl_sa_hdt_api.h b/fwk/spf/interfaces/module/imcl/api/imcl_sa_hdt_api.h index ca82f615..e67bbccc 100644 --- a/fwk/spf/interfaces/module/imcl/api/imcl_sa_hdt_api.h +++ b/fwk/spf/interfaces/module/imcl/api/imcl_sa_hdt_api.h @@ -10,7 +10,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause Edit History diff --git a/fwk/spf/interfaces/module/imcl/api/imcl_stage2_stage1_api.h b/fwk/spf/interfaces/module/imcl/api/imcl_stage2_stage1_api.h index 52418afd..21a8922a 100644 --- a/fwk/spf/interfaces/module/imcl/api/imcl_stage2_stage1_api.h +++ b/fwk/spf/interfaces/module/imcl/api/imcl_stage2_stage1_api.h @@ -7,8 +7,8 @@ Links (IMCL) betweeen detection engine and stage2 detection engine */ /*========================================================================== - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause * =========================================================================*/ #include "imcl_fwk_intent_api.h" diff --git a/fwk/spf/interfaces/module/imcl/api/imcl_test_module_api.h b/fwk/spf/interfaces/module/imcl/api/imcl_test_module_api.h index e0d48ba0..2baadc4b 100644 --- a/fwk/spf/interfaces/module/imcl/api/imcl_test_module_api.h +++ b/fwk/spf/interfaces/module/imcl/api/imcl_test_module_api.h @@ -8,8 +8,8 @@ Links (IMCL) betweeen Test Modules */ /*========================================================================== - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause * =========================================================================*/ #ifdef __cplusplus extern "C" { diff --git a/fwk/spf/interfaces/module/imcl/api/imcl_timer_drift_info_api.h b/fwk/spf/interfaces/module/imcl/api/imcl_timer_drift_info_api.h index d70ba356..75a52899 100644 --- a/fwk/spf/interfaces/module/imcl/api/imcl_timer_drift_info_api.h +++ b/fwk/spf/interfaces/module/imcl/api/imcl_timer_drift_info_api.h @@ -5,8 +5,8 @@ * This file contains API's for rate matching module to query the timer drift for a given real time drift source * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _IMCL_TIMER_DRIFT_INFO_API_H_ diff --git a/fwk/spf/interfaces/module/internal_api/modules_prv/api/irm_pvt_api.h b/fwk/spf/interfaces/module/internal_api/modules_prv/api/irm_pvt_api.h index ea272ff3..e47fc6ca 100644 --- a/fwk/spf/interfaces/module/internal_api/modules_prv/api/irm_pvt_api.h +++ b/fwk/spf/interfaces/module/internal_api/modules_prv/api/irm_pvt_api.h @@ -5,8 +5,8 @@ * API header for Integrated Resource Monitor (IRM) APIs to test framework. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _IRM_PVT_API_H_ diff --git a/fwk/spf/interfaces/module/metadata/api/bt_metadata.h b/fwk/spf/interfaces/module/metadata/api/bt_metadata.h index 87a0b237..ff117184 100644 --- a/fwk/spf/interfaces/module/metadata/api/bt_metadata.h +++ b/fwk/spf/interfaces/module/metadata/api/bt_metadata.h @@ -7,8 +7,8 @@ * \brief * defines custom bt metadata defined and used only by bt modules. * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifdef __cplusplus diff --git a/fwk/spf/interfaces/module/metadata/api/dtmf_gen_metadata_api.h b/fwk/spf/interfaces/module/metadata/api/dtmf_gen_metadata_api.h index 00278bea..770f8d7e 100644 --- a/fwk/spf/interfaces/module/metadata/api/dtmf_gen_metadata_api.h +++ b/fwk/spf/interfaces/module/metadata/api/dtmf_gen_metadata_api.h @@ -7,8 +7,8 @@ * This file Metadata ID and payloads for DTMF Generator * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "dtmf_gen_api.h" diff --git a/fwk/spf/interfaces/module/metadata/api/module_cmn_metadata.h b/fwk/spf/interfaces/module/metadata/api/module_cmn_metadata.h index 29b7d42e..17ba2e1c 100644 --- a/fwk/spf/interfaces/module/metadata/api/module_cmn_metadata.h +++ b/fwk/spf/interfaces/module/metadata/api/module_cmn_metadata.h @@ -14,8 +14,8 @@ * These definitions are common between capi metadata (transferred through * modules within a container) and gk metadata (transferred between containers). * - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/fwk/spf/interfaces/module/metadata/api/other_metadata.h b/fwk/spf/interfaces/module/metadata/api/other_metadata.h index 35fed349..25946726 100644 --- a/fwk/spf/interfaces/module/metadata/api/other_metadata.h +++ b/fwk/spf/interfaces/module/metadata/api/other_metadata.h @@ -11,8 +11,8 @@ * that are used commonly across modules. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifdef __cplusplus diff --git a/fwk/spf/interfaces/module/metadata/api/sal_metadata_api.h b/fwk/spf/interfaces/module/metadata/api/sal_metadata_api.h index c28f38d1..d1c98793 100644 --- a/fwk/spf/interfaces/module/metadata/api/sal_metadata_api.h +++ b/fwk/spf/interfaces/module/metadata/api/sal_metadata_api.h @@ -7,8 +7,8 @@ * This file Metadata ID and payloads for SAL module * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /** @h2xml_title1 {SAL Metadata API} diff --git a/fwk/spf/interfaces/module/metadata/api/tty_metadata_api.h b/fwk/spf/interfaces/module/metadata/api/tty_metadata_api.h index da87727a..725820fa 100644 --- a/fwk/spf/interfaces/module/metadata/api/tty_metadata_api.h +++ b/fwk/spf/interfaces/module/metadata/api/tty_metadata_api.h @@ -7,8 +7,8 @@ * This file Metadata ID and payloads for TTY detection status transmission * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /** @h2xml_title1 {TTY Metadata API} diff --git a/fwk/spf/interfaces/module/offload/api/media_fmt_extn_api.h b/fwk/spf/interfaces/module/offload/api/media_fmt_extn_api.h index 68a6a595..9ebf333e 100644 --- a/fwk/spf/interfaces/module/offload/api/media_fmt_extn_api.h +++ b/fwk/spf/interfaces/module/offload/api/media_fmt_extn_api.h @@ -7,8 +7,8 @@ * This file contains private definition relevant to media format * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifdef __cplusplus diff --git a/fwk/spf/interfaces/module/offload/api/offload_apm_api.h b/fwk/spf/interfaces/module/offload/api/offload_apm_api.h index fcae8407..ae55da90 100644 --- a/fwk/spf/interfaces/module/offload/api/offload_apm_api.h +++ b/fwk/spf/interfaces/module/offload/api/offload_apm_api.h @@ -4,8 +4,8 @@ * This file contains Shared mem module APIs extension for Read shared memory Endpoint module * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef OFFLOAD_APM_API_H_ diff --git a/fwk/spf/interfaces/module/offload/api/offload_def_api.h b/fwk/spf/interfaces/module/offload/api/offload_def_api.h index d64ac178..2f50921a 100644 --- a/fwk/spf/interfaces/module/offload/api/offload_def_api.h +++ b/fwk/spf/interfaces/module/offload/api/offload_def_api.h @@ -4,8 +4,8 @@ * This file contains Shared mem module APIs extension for Read shared memory Endpoint module * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef OFFLOAD_DEF_API_H_ diff --git a/fwk/spf/interfaces/module/offload/api/offload_metatdata_api.h b/fwk/spf/interfaces/module/offload/api/offload_metatdata_api.h index f368ac15..4ec466f8 100644 --- a/fwk/spf/interfaces/module/offload/api/offload_metatdata_api.h +++ b/fwk/spf/interfaces/module/offload/api/offload_metatdata_api.h @@ -4,8 +4,8 @@ * This file contains API's which are extended for metadata implementation * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef OFFLOAD_METADATA_API_H_ diff --git a/fwk/spf/interfaces/module/offload/api/offload_path_delay_api.h b/fwk/spf/interfaces/module/offload/api/offload_path_delay_api.h index e41674d8..7e33f61f 100644 --- a/fwk/spf/interfaces/module/offload/api/offload_path_delay_api.h +++ b/fwk/spf/interfaces/module/offload/api/offload_path_delay_api.h @@ -4,8 +4,8 @@ * This file contains API's which are extended for path delay implementation * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef OFFLOAD_PATH_DELAY_API_H_ diff --git a/fwk/spf/interfaces/module/offload/api/offload_sp_api.h b/fwk/spf/interfaces/module/offload/api/offload_sp_api.h index ed344aae..74df63eb 100644 --- a/fwk/spf/interfaces/module/offload/api/offload_sp_api.h +++ b/fwk/spf/interfaces/module/offload/api/offload_sp_api.h @@ -5,8 +5,8 @@ * satellite PD. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef OFFLOAD_STATE_PROPAGATION_API_H_ diff --git a/fwk/spf/interfaces/module/offload/api/rd_sh_mem_ep_ext_api.h b/fwk/spf/interfaces/module/offload/api/rd_sh_mem_ep_ext_api.h index 6158e250..cb7e113e 100644 --- a/fwk/spf/interfaces/module/offload/api/rd_sh_mem_ep_ext_api.h +++ b/fwk/spf/interfaces/module/offload/api/rd_sh_mem_ep_ext_api.h @@ -4,8 +4,8 @@ * This file contains Shared mem module APIs extension for Read shared memory Endpoint module * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef RD_SH_MEM_EP_EXT_API_H_ diff --git a/fwk/spf/interfaces/module/offload/api/sh_mem_ep_metadata_api.h b/fwk/spf/interfaces/module/offload/api/sh_mem_ep_metadata_api.h index 8284e4fe..581cb4f1 100644 --- a/fwk/spf/interfaces/module/offload/api/sh_mem_ep_metadata_api.h +++ b/fwk/spf/interfaces/module/offload/api/sh_mem_ep_metadata_api.h @@ -4,8 +4,8 @@ * This file contains APIs for sharing the metadata by the shared memory End point modules. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef SH_MEM_EP_METADATA_API_H_ diff --git a/fwk/spf/interfaces/module/offload/api/wr_sh_mem_ep_ext_api.h b/fwk/spf/interfaces/module/offload/api/wr_sh_mem_ep_ext_api.h index 65e99e91..f1aab41b 100644 --- a/fwk/spf/interfaces/module/offload/api/wr_sh_mem_ep_ext_api.h +++ b/fwk/spf/interfaces/module/offload/api/wr_sh_mem_ep_ext_api.h @@ -5,8 +5,8 @@ * Write shared memory Endpoint module * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef WR_SH_MEM_EP_API_EXT_H_ diff --git a/fwk/spf/interfaces/module/shared_lib_api/inc/generic/spf_dyn_loading_func_mapping.h b/fwk/spf/interfaces/module/shared_lib_api/inc/generic/spf_dyn_loading_func_mapping.h index c48d284c..1ca5a3f7 100644 --- a/fwk/spf/interfaces/module/shared_lib_api/inc/generic/spf_dyn_loading_func_mapping.h +++ b/fwk/spf/interfaces/module/shared_lib_api/inc/generic/spf_dyn_loading_func_mapping.h @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef SPF_DYN_LOADING_FUNC_MAPPING_H diff --git a/fwk/spf/interfaces/module/shared_lib_api/inc/hexagon/spf_dyn_loading_func_mapping.h b/fwk/spf/interfaces/module/shared_lib_api/inc/hexagon/spf_dyn_loading_func_mapping.h index c48d284c..1ca5a3f7 100644 --- a/fwk/spf/interfaces/module/shared_lib_api/inc/hexagon/spf_dyn_loading_func_mapping.h +++ b/fwk/spf/interfaces/module/shared_lib_api/inc/hexagon/spf_dyn_loading_func_mapping.h @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef SPF_DYN_LOADING_FUNC_MAPPING_H diff --git a/fwk/spf/interfaces/module/shared_lib_api/inc/shared_lib_api.h b/fwk/spf/interfaces/module/shared_lib_api/inc/shared_lib_api.h index dff2ce92..35b9fc6f 100644 --- a/fwk/spf/interfaces/module/shared_lib_api/inc/shared_lib_api.h +++ b/fwk/spf/interfaces/module/shared_lib_api/inc/shared_lib_api.h @@ -8,7 +8,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #define SHARED_LIB_API__API_MAJOR_VERSION 1 diff --git a/fwk/spf/interfaces/module/shared_lib_api/src/shared_lib_api.c b/fwk/spf/interfaces/module/shared_lib_api/src/shared_lib_api.c index f07c7f0e..79103c31 100644 --- a/fwk/spf/interfaces/module/shared_lib_api/src/shared_lib_api.c +++ b/fwk/spf/interfaces/module/shared_lib_api/src/shared_lib_api.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "shared_lib_api.h" diff --git a/fwk/spf/modules/audio_dam_buffer/api/audio_dam_buffer_api.h b/fwk/spf/modules/audio_dam_buffer/api/audio_dam_buffer_api.h index f8be99c1..4a1f5847 100644 --- a/fwk/spf/modules/audio_dam_buffer/api/audio_dam_buffer_api.h +++ b/fwk/spf/modules/audio_dam_buffer/api/audio_dam_buffer_api.h @@ -6,8 +6,8 @@ * This file contains Public APIs for Audio Dam Buffer module. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_defs.h" diff --git a/fwk/spf/modules/audio_dam_buffer/capi/inc/capi_audio_dam_buffer.h b/fwk/spf/modules/audio_dam_buffer/capi/inc/capi_audio_dam_buffer.h index 832c3cc8..5bc828c3 100644 --- a/fwk/spf/modules/audio_dam_buffer/capi/inc/capi_audio_dam_buffer.h +++ b/fwk/spf/modules/audio_dam_buffer/capi/inc/capi_audio_dam_buffer.h @@ -7,8 +7,8 @@ * This file contains CAPI API's published by Bridge Buffering module * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi.h" diff --git a/fwk/spf/modules/audio_dam_buffer/capi/src/capi_audio_dam_buffer.c b/fwk/spf/modules/audio_dam_buffer/capi/src/capi_audio_dam_buffer.c index 71527fd6..5666dc68 100644 --- a/fwk/spf/modules/audio_dam_buffer/capi/src/capi_audio_dam_buffer.c +++ b/fwk/spf/modules/audio_dam_buffer/capi/src/capi_audio_dam_buffer.c @@ -4,8 +4,8 @@ * This file contains CAPI implementation of Audio Dam buffer module * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_audio_dam_buffer_i.h" diff --git a/fwk/spf/modules/audio_dam_buffer/capi/src/capi_audio_dam_buffer_i.h b/fwk/spf/modules/audio_dam_buffer/capi/src/capi_audio_dam_buffer_i.h index 8eaab5ab..a88a521c 100644 --- a/fwk/spf/modules/audio_dam_buffer/capi/src/capi_audio_dam_buffer_i.h +++ b/fwk/spf/modules/audio_dam_buffer/capi/src/capi_audio_dam_buffer_i.h @@ -7,8 +7,8 @@ * This file contains CAPI API's published by Bridge Buffering module * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi.h" diff --git a/fwk/spf/modules/audio_dam_buffer/capi/src/capi_audio_dam_buffer_imc_utils.c b/fwk/spf/modules/audio_dam_buffer/capi/src/capi_audio_dam_buffer_imc_utils.c index 9cb1dba6..fc2bb39f 100644 --- a/fwk/spf/modules/audio_dam_buffer/capi/src/capi_audio_dam_buffer_imc_utils.c +++ b/fwk/spf/modules/audio_dam_buffer/capi/src/capi_audio_dam_buffer_imc_utils.c @@ -4,8 +4,8 @@ * This file contains CAPI IMC utils implementation of Audio Dam buffer module * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_audio_dam_buffer_i.h" diff --git a/fwk/spf/modules/audio_dam_buffer/capi/src/capi_audio_dam_buffer_island.c b/fwk/spf/modules/audio_dam_buffer/capi/src/capi_audio_dam_buffer_island.c index 2231cd07..99d3a5a3 100644 --- a/fwk/spf/modules/audio_dam_buffer/capi/src/capi_audio_dam_buffer_island.c +++ b/fwk/spf/modules/audio_dam_buffer/capi/src/capi_audio_dam_buffer_island.c @@ -4,8 +4,8 @@ * This file contains CAPI implementation of Audio Dam buffer module * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_audio_dam_buffer_i.h" diff --git a/fwk/spf/modules/audio_dam_buffer/capi/src/capi_audio_dam_buffer_output_ctrl_island.c b/fwk/spf/modules/audio_dam_buffer/capi/src/capi_audio_dam_buffer_output_ctrl_island.c index 9c56955d..603dc283 100644 --- a/fwk/spf/modules/audio_dam_buffer/capi/src/capi_audio_dam_buffer_output_ctrl_island.c +++ b/fwk/spf/modules/audio_dam_buffer/capi/src/capi_audio_dam_buffer_output_ctrl_island.c @@ -4,8 +4,8 @@ * This file contains CAPI implementation of Audio Dam buffer module * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_audio_dam_buffer_i.h" diff --git a/fwk/spf/modules/audio_dam_buffer/capi/src/capi_audio_dam_imcl_utils_output_ctrl_island.c b/fwk/spf/modules/audio_dam_buffer/capi/src/capi_audio_dam_imcl_utils_output_ctrl_island.c index 65956d6e..1c3b98ee 100644 --- a/fwk/spf/modules/audio_dam_buffer/capi/src/capi_audio_dam_imcl_utils_output_ctrl_island.c +++ b/fwk/spf/modules/audio_dam_buffer/capi/src/capi_audio_dam_imcl_utils_output_ctrl_island.c @@ -4,8 +4,8 @@ * This file contains CAPI IMC utils implementation of Audio Dam buffer module * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_audio_dam_buffer_i.h" diff --git a/fwk/spf/modules/audio_dam_buffer/capi/stub_src/capi_audio_dam_buffer.c b/fwk/spf/modules/audio_dam_buffer/capi/stub_src/capi_audio_dam_buffer.c index 0a93d23e..63543abc 100644 --- a/fwk/spf/modules/audio_dam_buffer/capi/stub_src/capi_audio_dam_buffer.c +++ b/fwk/spf/modules/audio_dam_buffer/capi/stub_src/capi_audio_dam_buffer.c @@ -4,8 +4,8 @@ * This file contains CAPI Stub implementation for Audio Dam buffer module * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_audio_dam_buffer.h" diff --git a/fwk/spf/modules/audio_dam_buffer/lib/inc/audio_dam_driver.h b/fwk/spf/modules/audio_dam_buffer/lib/inc/audio_dam_driver.h index 5526fc49..17817963 100644 --- a/fwk/spf/modules/audio_dam_buffer/lib/inc/audio_dam_driver.h +++ b/fwk/spf/modules/audio_dam_buffer/lib/inc/audio_dam_driver.h @@ -7,8 +7,8 @@ * This file contains utility functions for handling circular buffering * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_defs.h" diff --git a/fwk/spf/modules/audio_dam_buffer/lib/inc/circular_buffer.h b/fwk/spf/modules/audio_dam_buffer/lib/inc/circular_buffer.h index bd468534..9f43ece5 100644 --- a/fwk/spf/modules/audio_dam_buffer/lib/inc/circular_buffer.h +++ b/fwk/spf/modules/audio_dam_buffer/lib/inc/circular_buffer.h @@ -7,8 +7,8 @@ * This file contains utility functions for handling fragmented circular buffer operation. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_defs.h" diff --git a/fwk/spf/modules/audio_dam_buffer/lib/src/audio_dam_driver.c b/fwk/spf/modules/audio_dam_buffer/lib/src/audio_dam_driver.c index 7f0b093b..c9888678 100644 --- a/fwk/spf/modules/audio_dam_buffer/lib/src/audio_dam_driver.c +++ b/fwk/spf/modules/audio_dam_buffer/lib/src/audio_dam_driver.c @@ -4,8 +4,8 @@ * This file contains implementation of Audio Dam buffer driver * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "audio_dam_driver.h" diff --git a/fwk/spf/modules/audio_dam_buffer/lib/src/audio_dam_driver_i.h b/fwk/spf/modules/audio_dam_buffer/lib/src/audio_dam_driver_i.h index 9559848a..84a7d20a 100644 --- a/fwk/spf/modules/audio_dam_buffer/lib/src/audio_dam_driver_i.h +++ b/fwk/spf/modules/audio_dam_buffer/lib/src/audio_dam_driver_i.h @@ -7,8 +7,8 @@ * This file contains Audio Dam driver internal API. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "audio_dam_driver.h" diff --git a/fwk/spf/modules/audio_dam_buffer/lib/src/audio_dam_driver_island.c b/fwk/spf/modules/audio_dam_buffer/lib/src/audio_dam_driver_island.c index 7ecef627..f5336d57 100644 --- a/fwk/spf/modules/audio_dam_buffer/lib/src/audio_dam_driver_island.c +++ b/fwk/spf/modules/audio_dam_buffer/lib/src/audio_dam_driver_island.c @@ -4,8 +4,8 @@ * This file contains implementation of Audio Dam buffer driver * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "audio_dam_driver.h" diff --git a/fwk/spf/modules/audio_dam_buffer/lib/src/audio_dam_driver_read_island.c b/fwk/spf/modules/audio_dam_buffer/lib/src/audio_dam_driver_read_island.c index 5dbf36c5..351b801f 100644 --- a/fwk/spf/modules/audio_dam_buffer/lib/src/audio_dam_driver_read_island.c +++ b/fwk/spf/modules/audio_dam_buffer/lib/src/audio_dam_driver_read_island.c @@ -4,8 +4,8 @@ * This file contains implementation of Audio Dam buffer driver * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "audio_dam_driver.h" diff --git a/fwk/spf/modules/audio_dam_buffer/lib/src/audio_dam_driver_virt_wr_island.c b/fwk/spf/modules/audio_dam_buffer/lib/src/audio_dam_driver_virt_wr_island.c index a38302d6..6da77311 100644 --- a/fwk/spf/modules/audio_dam_buffer/lib/src/audio_dam_driver_virt_wr_island.c +++ b/fwk/spf/modules/audio_dam_buffer/lib/src/audio_dam_driver_virt_wr_island.c @@ -4,8 +4,8 @@ * This file contains implementation of Audio Dam buffer driver for virtual writer mode * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "audio_dam_driver.h" diff --git a/fwk/spf/modules/audio_dam_buffer/lib/src/circular_buffer.c b/fwk/spf/modules/audio_dam_buffer/lib/src/circular_buffer.c index 1b706878..76ae4cc5 100644 --- a/fwk/spf/modules/audio_dam_buffer/lib/src/circular_buffer.c +++ b/fwk/spf/modules/audio_dam_buffer/lib/src/circular_buffer.c @@ -4,8 +4,8 @@ * This file contains implementation of circular buffering * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "circular_buffer_i.h" diff --git a/fwk/spf/modules/audio_dam_buffer/lib/src/circular_buffer_i.h b/fwk/spf/modules/audio_dam_buffer/lib/src/circular_buffer_i.h index 1bf07e36..e5c34a32 100644 --- a/fwk/spf/modules/audio_dam_buffer/lib/src/circular_buffer_i.h +++ b/fwk/spf/modules/audio_dam_buffer/lib/src/circular_buffer_i.h @@ -7,8 +7,8 @@ * This file contains utility functions for handling fragmented circularbuffer operation. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "circular_buffer.h" diff --git a/fwk/spf/modules/audio_dam_buffer/lib/src/circular_buffer_island.c b/fwk/spf/modules/audio_dam_buffer/lib/src/circular_buffer_island.c index 60aa1cc7..9bc21bf0 100644 --- a/fwk/spf/modules/audio_dam_buffer/lib/src/circular_buffer_island.c +++ b/fwk/spf/modules/audio_dam_buffer/lib/src/circular_buffer_island.c @@ -4,8 +4,8 @@ * This file contains implementation of circular buffering * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "circular_buffer_i.h" diff --git a/fwk/spf/modules/audio_dam_buffer/lib/src/circular_buffer_read_island.c b/fwk/spf/modules/audio_dam_buffer/lib/src/circular_buffer_read_island.c index 132dec5a..5e9490b1 100644 --- a/fwk/spf/modules/audio_dam_buffer/lib/src/circular_buffer_read_island.c +++ b/fwk/spf/modules/audio_dam_buffer/lib/src/circular_buffer_read_island.c @@ -4,8 +4,8 @@ * This file contains implementation of circular buffering * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "circular_buffer_i.h" diff --git a/fwk/spf/modules/congestion_buf/capi/inc/capi_congestion_buf.h b/fwk/spf/modules/congestion_buf/capi/inc/capi_congestion_buf.h index 7baab875..57577046 100644 --- a/fwk/spf/modules/congestion_buf/capi/inc/capi_congestion_buf.h +++ b/fwk/spf/modules/congestion_buf/capi/inc/capi_congestion_buf.h @@ -7,8 +7,8 @@ * This file contains CAPI API's published by Congestion Buf CAPI intialization. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi.h" diff --git a/fwk/spf/modules/congestion_buf/capi/src/capi_congestion_buf.c b/fwk/spf/modules/congestion_buf/capi/src/capi_congestion_buf.c index 635e083e..e222e302 100644 --- a/fwk/spf/modules/congestion_buf/capi/src/capi_congestion_buf.c +++ b/fwk/spf/modules/congestion_buf/capi/src/capi_congestion_buf.c @@ -5,7 +5,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_congestion_buf_i.h" diff --git a/fwk/spf/modules/congestion_buf/capi/src/capi_congestion_buf_i.h b/fwk/spf/modules/congestion_buf/capi/src/capi_congestion_buf_i.h index 2855f32b..abbc86c5 100644 --- a/fwk/spf/modules/congestion_buf/capi/src/capi_congestion_buf_i.h +++ b/fwk/spf/modules/congestion_buf/capi/src/capi_congestion_buf_i.h @@ -8,7 +8,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi.h" diff --git a/fwk/spf/modules/congestion_buf/capi/src/capi_congestion_buf_island.c b/fwk/spf/modules/congestion_buf/capi/src/capi_congestion_buf_island.c index e5cd3233..4cfee717 100644 --- a/fwk/spf/modules/congestion_buf/capi/src/capi_congestion_buf_island.c +++ b/fwk/spf/modules/congestion_buf/capi/src/capi_congestion_buf_island.c @@ -5,7 +5,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_congestion_buf_i.h" diff --git a/fwk/spf/modules/congestion_buf/capi/src/capi_congestion_buf_utils.c b/fwk/spf/modules/congestion_buf/capi/src/capi_congestion_buf_utils.c index c1b35bcc..9e99ec58 100644 --- a/fwk/spf/modules/congestion_buf/capi/src/capi_congestion_buf_utils.c +++ b/fwk/spf/modules/congestion_buf/capi/src/capi_congestion_buf_utils.c @@ -5,7 +5,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_congestion_buf_i.h" diff --git a/fwk/spf/modules/congestion_buf/capi/src/capi_congestion_buf_utils_island.c b/fwk/spf/modules/congestion_buf/capi/src/capi_congestion_buf_utils_island.c index 944e768b..1afaaef0 100644 --- a/fwk/spf/modules/congestion_buf/capi/src/capi_congestion_buf_utils_island.c +++ b/fwk/spf/modules/congestion_buf/capi/src/capi_congestion_buf_utils_island.c @@ -5,7 +5,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_congestion_buf_i.h" diff --git a/fwk/spf/modules/congestion_buf/capi/src/congestion_buf_driver.c b/fwk/spf/modules/congestion_buf/capi/src/congestion_buf_driver.c index 1d0c3dbe..4368bc1f 100644 --- a/fwk/spf/modules/congestion_buf/capi/src/congestion_buf_driver.c +++ b/fwk/spf/modules/congestion_buf/capi/src/congestion_buf_driver.c @@ -5,7 +5,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "congestion_buf_driver.h" diff --git a/fwk/spf/modules/congestion_buf/capi/src/congestion_buf_driver.h b/fwk/spf/modules/congestion_buf/capi/src/congestion_buf_driver.h index 7c2bdc79..e6ca03f2 100644 --- a/fwk/spf/modules/congestion_buf/capi/src/congestion_buf_driver.h +++ b/fwk/spf/modules/congestion_buf/capi/src/congestion_buf_driver.h @@ -7,8 +7,8 @@ * This file contains utility functions for handling Congestion Buffer buffering utils. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_defs.h" diff --git a/fwk/spf/modules/congestion_buf/capi/src/congestion_buf_driver_island.c b/fwk/spf/modules/congestion_buf/capi/src/congestion_buf_driver_island.c index 951cf564..6d732e50 100644 --- a/fwk/spf/modules/congestion_buf/capi/src/congestion_buf_driver_island.c +++ b/fwk/spf/modules/congestion_buf/capi/src/congestion_buf_driver_island.c @@ -5,7 +5,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "congestion_buf_driver.h" diff --git a/fwk/spf/modules/congestion_buf/capi/stub_src/capi_congestion_buf.c b/fwk/spf/modules/congestion_buf/capi/stub_src/capi_congestion_buf.c index 680da0cd..d5ab724f 100644 --- a/fwk/spf/modules/congestion_buf/capi/stub_src/capi_congestion_buf.c +++ b/fwk/spf/modules/congestion_buf/capi/stub_src/capi_congestion_buf.c @@ -4,8 +4,8 @@ * This file contains CAPI Stub implementation for Congestion Buffer module. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_congestion_buf.h" diff --git a/fwk/spf/modules/data_logging/api/data_logging_api.h b/fwk/spf/modules/data_logging/api/data_logging_api.h index 496559f0..32dc56f6 100644 --- a/fwk/spf/modules/data_logging/api/data_logging_api.h +++ b/fwk/spf/modules/data_logging/api/data_logging_api.h @@ -4,8 +4,8 @@ * This file contains Public APIs for Data logging Module * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _DATA_LOGGING_API_H_ diff --git a/fwk/spf/modules/data_logging/capi/inc/capi_data_logging.h b/fwk/spf/modules/data_logging/capi/inc/capi_data_logging.h index 2d5a9773..73b62021 100644 --- a/fwk/spf/modules/data_logging/capi/inc/capi_data_logging.h +++ b/fwk/spf/modules/data_logging/capi/inc/capi_data_logging.h @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi.h" diff --git a/fwk/spf/modules/data_logging/capi/src/capi_data_logging.c b/fwk/spf/modules/data_logging/capi/src/capi_data_logging.c index 038d1e02..178f7f18 100644 --- a/fwk/spf/modules/data_logging/capi/src/capi_data_logging.c +++ b/fwk/spf/modules/data_logging/capi/src/capi_data_logging.c @@ -4,8 +4,8 @@ * This file contains CAPI implementation of Data logging module * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_data_logging_i.h" diff --git a/fwk/spf/modules/data_logging/capi/src/capi_data_logging_config_utils.c b/fwk/spf/modules/data_logging/capi/src/capi_data_logging_config_utils.c index b7c14194..6ab10092 100644 --- a/fwk/spf/modules/data_logging/capi/src/capi_data_logging_config_utils.c +++ b/fwk/spf/modules/data_logging/capi/src/capi_data_logging_config_utils.c @@ -1,6 +1,6 @@ /* ========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause * =========================================================================*/ /** diff --git a/fwk/spf/modules/data_logging/capi/src/capi_data_logging_i.h b/fwk/spf/modules/data_logging/capi/src/capi_data_logging_i.h index 48e8cf57..04062627 100644 --- a/fwk/spf/modules/data_logging/capi/src/capi_data_logging_i.h +++ b/fwk/spf/modules/data_logging/capi/src/capi_data_logging_i.h @@ -1,6 +1,6 @@ /* ========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause * =========================================================================*/ /** diff --git a/fwk/spf/modules/data_logging/capi/src/capi_data_logging_island.c b/fwk/spf/modules/data_logging/capi/src/capi_data_logging_island.c index 2f14a964..de598132 100644 --- a/fwk/spf/modules/data_logging/capi/src/capi_data_logging_island.c +++ b/fwk/spf/modules/data_logging/capi/src/capi_data_logging_island.c @@ -4,8 +4,8 @@ * This file contains CAPI implementation of Data logging module * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_data_logging_i.h" #include "posal.h" diff --git a/fwk/spf/modules/data_logging/capi/stub_src/capi_data_logging_stub.c b/fwk/spf/modules/data_logging/capi/stub_src/capi_data_logging_stub.c index 2d600325..6f595ed3 100644 --- a/fwk/spf/modules/data_logging/capi/stub_src/capi_data_logging_stub.c +++ b/fwk/spf/modules/data_logging/capi/stub_src/capi_data_logging_stub.c @@ -4,8 +4,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_data_logging.h" diff --git a/fwk/spf/modules/data_marker/api/data_marker_api.h b/fwk/spf/modules/data_marker/api/data_marker_api.h index 5b9f8fa0..9d9ca769 100644 --- a/fwk/spf/modules/data_marker/api/data_marker_api.h +++ b/fwk/spf/modules/data_marker/api/data_marker_api.h @@ -8,8 +8,8 @@ * DATA_MARKER Module. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "module_cmn_api.h" diff --git a/fwk/spf/modules/data_marker/capi/inc/capi_data_marker.h b/fwk/spf/modules/data_marker/capi/inc/capi_data_marker.h index eb963df1..8b53a1d9 100644 --- a/fwk/spf/modules/data_marker/capi/inc/capi_data_marker.h +++ b/fwk/spf/modules/data_marker/capi/inc/capi_data_marker.h @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi.h" diff --git a/fwk/spf/modules/data_marker/capi/src/capi_data_marker.c b/fwk/spf/modules/data_marker/capi/src/capi_data_marker.c index cb4dd5b6..d09c367b 100644 --- a/fwk/spf/modules/data_marker/capi/src/capi_data_marker.c +++ b/fwk/spf/modules/data_marker/capi/src/capi_data_marker.c @@ -4,8 +4,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_data_marker.h" diff --git a/fwk/spf/modules/data_marker/capi/src/capi_data_marker_i.h b/fwk/spf/modules/data_marker/capi/src/capi_data_marker_i.h index f6e0cde1..a21dc87a 100644 --- a/fwk/spf/modules/data_marker/capi/src/capi_data_marker_i.h +++ b/fwk/spf/modules/data_marker/capi/src/capi_data_marker_i.h @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef CAPI_DATA_MARKER_I_H diff --git a/fwk/spf/modules/data_marker/capi/src/capi_data_marker_md_utils.c b/fwk/spf/modules/data_marker/capi/src/capi_data_marker_md_utils.c index 652b8c62..0ccca4cb 100644 --- a/fwk/spf/modules/data_marker/capi/src/capi_data_marker_md_utils.c +++ b/fwk/spf/modules/data_marker/capi/src/capi_data_marker_md_utils.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_data_marker_i.h" diff --git a/fwk/spf/modules/demuxer/api/demuxer_api.h b/fwk/spf/modules/demuxer/api/demuxer_api.h index 48b76cd2..2341dedb 100644 --- a/fwk/spf/modules/demuxer/api/demuxer_api.h +++ b/fwk/spf/modules/demuxer/api/demuxer_api.h @@ -5,8 +5,8 @@ * demuxer_api.h: This file contains the Module Id, Param IDs and configuration * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef DEMUXER_API_H diff --git a/fwk/spf/modules/demuxer/capi/inc/capi_demuxer.h b/fwk/spf/modules/demuxer/capi/inc/capi_demuxer.h index cdb7b95b..2a2fde0b 100644 --- a/fwk/spf/modules/demuxer/capi/inc/capi_demuxer.h +++ b/fwk/spf/modules/demuxer/capi/inc/capi_demuxer.h @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef CAPI_DEMUXER_H diff --git a/fwk/spf/modules/demuxer/capi/src/capi_demuxer.c b/fwk/spf/modules/demuxer/capi/src/capi_demuxer.c index 3127fbb4..5812ffd9 100644 --- a/fwk/spf/modules/demuxer/capi/src/capi_demuxer.c +++ b/fwk/spf/modules/demuxer/capi/src/capi_demuxer.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_demuxer.h" diff --git a/fwk/spf/modules/demuxer/capi/src/capi_demuxer_utils.c b/fwk/spf/modules/demuxer/capi/src/capi_demuxer_utils.c index bda1c622..e8688da4 100644 --- a/fwk/spf/modules/demuxer/capi/src/capi_demuxer_utils.c +++ b/fwk/spf/modules/demuxer/capi/src/capi_demuxer_utils.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_demuxer_utils.h" diff --git a/fwk/spf/modules/demuxer/capi/src/capi_demuxer_utils.h b/fwk/spf/modules/demuxer/capi/src/capi_demuxer_utils.h index e6c71765..47e368e6 100644 --- a/fwk/spf/modules/demuxer/capi/src/capi_demuxer_utils.h +++ b/fwk/spf/modules/demuxer/capi/src/capi_demuxer_utils.h @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef CAPI_DEMUXER_UTILS_H diff --git a/fwk/spf/modules/demuxer/capi/stub_src/capi_demuxer_stub.c b/fwk/spf/modules/demuxer/capi/stub_src/capi_demuxer_stub.c index 8247bf49..8a7b8e35 100644 --- a/fwk/spf/modules/demuxer/capi/stub_src/capi_demuxer_stub.c +++ b/fwk/spf/modules/demuxer/capi/stub_src/capi_demuxer_stub.c @@ -2,8 +2,8 @@ @file capi_demuxer_stub.c @brief This file contains CAPI Stub implementation of Demuxer Module - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ /*-------------------------------------------------------------------------- diff --git a/fwk/spf/modules/duty_cycling_buf/api/duty_cycling_buf_module_api.h b/fwk/spf/modules/duty_cycling_buf/api/duty_cycling_buf_module_api.h index 3265a7e0..c5de1c75 100644 --- a/fwk/spf/modules/duty_cycling_buf/api/duty_cycling_buf_module_api.h +++ b/fwk/spf/modules/duty_cycling_buf/api/duty_cycling_buf_module_api.h @@ -6,8 +6,8 @@ * API file for duty cycling buffering Module * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "apm_graph_properties.h" diff --git a/fwk/spf/modules/duty_cycling_buf/capi/inc/capi_duty_cycling_buf.h b/fwk/spf/modules/duty_cycling_buf/capi/inc/capi_duty_cycling_buf.h index b2ba8685..093ea5fa 100644 --- a/fwk/spf/modules/duty_cycling_buf/capi/inc/capi_duty_cycling_buf.h +++ b/fwk/spf/modules/duty_cycling_buf/capi/inc/capi_duty_cycling_buf.h @@ -4,8 +4,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef CAPI_DUTY_CYCLING_BUF_H diff --git a/fwk/spf/modules/duty_cycling_buf/capi/src/capi_duty_cycling_buf.c b/fwk/spf/modules/duty_cycling_buf/capi/src/capi_duty_cycling_buf.c index 8a398984..8f04e093 100644 --- a/fwk/spf/modules/duty_cycling_buf/capi/src/capi_duty_cycling_buf.c +++ b/fwk/spf/modules/duty_cycling_buf/capi/src/capi_duty_cycling_buf.c @@ -4,8 +4,8 @@ * This file contains CAPI implementation of duty cycling buffering module * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "duty_cycling_buf_module_api.h" diff --git a/fwk/spf/modules/duty_cycling_buf/capi/src/capi_duty_cycling_buf_island.c b/fwk/spf/modules/duty_cycling_buf/capi/src/capi_duty_cycling_buf_island.c index 02a87635..a6cf0992 100644 --- a/fwk/spf/modules/duty_cycling_buf/capi/src/capi_duty_cycling_buf_island.c +++ b/fwk/spf/modules/duty_cycling_buf/capi/src/capi_duty_cycling_buf_island.c @@ -4,8 +4,8 @@ * This file contains CAPI implementation of duty cycling buffering module * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_duty_cycling_buf.h" diff --git a/fwk/spf/modules/duty_cycling_buf/capi/src/capi_duty_cycling_buf_utils.c b/fwk/spf/modules/duty_cycling_buf/capi/src/capi_duty_cycling_buf_utils.c index 2927f239..570dbc01 100644 --- a/fwk/spf/modules/duty_cycling_buf/capi/src/capi_duty_cycling_buf_utils.c +++ b/fwk/spf/modules/duty_cycling_buf/capi/src/capi_duty_cycling_buf_utils.c @@ -4,8 +4,8 @@ * This file contains utilities for duty cycling buffering module * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "module_cmn_api.h" diff --git a/fwk/spf/modules/duty_cycling_buf/capi/src/capi_duty_cycling_buf_utils.h b/fwk/spf/modules/duty_cycling_buf/capi/src/capi_duty_cycling_buf_utils.h index 448013a5..a8f930b0 100644 --- a/fwk/spf/modules/duty_cycling_buf/capi/src/capi_duty_cycling_buf_utils.h +++ b/fwk/spf/modules/duty_cycling_buf/capi/src/capi_duty_cycling_buf_utils.h @@ -4,8 +4,8 @@ * Header file of utilities for duty cycling buffering module * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef CAPI_DUTY_CYCLING_BUF_UTILS_H diff --git a/fwk/spf/modules/gapless/api/gapless_api.h b/fwk/spf/modules/gapless/api/gapless_api.h index c7123a08..bc5e9252 100644 --- a/fwk/spf/modules/gapless/api/gapless_api.h +++ b/fwk/spf/modules/gapless/api/gapless_api.h @@ -6,8 +6,8 @@ * This file contains the Gapless module APIs. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_defs.h" diff --git a/fwk/spf/modules/gapless/capi/inc/capi_gapless.h b/fwk/spf/modules/gapless/capi/inc/capi_gapless.h index 33999041..c8df0042 100644 --- a/fwk/spf/modules/gapless/capi/inc/capi_gapless.h +++ b/fwk/spf/modules/gapless/capi/inc/capi_gapless.h @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef CAPI_GAPLESS_H diff --git a/fwk/spf/modules/gapless/capi/src/capi_gapless.c b/fwk/spf/modules/gapless/capi/src/capi_gapless.c index 5e13bddb..0886aec2 100644 --- a/fwk/spf/modules/gapless/capi/src/capi_gapless.c +++ b/fwk/spf/modules/gapless/capi/src/capi_gapless.c @@ -4,8 +4,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_gapless_i.h" diff --git a/fwk/spf/modules/gapless/capi/src/capi_gapless_control_utils.c b/fwk/spf/modules/gapless/capi/src/capi_gapless_control_utils.c index b3e269aa..f3556105 100644 --- a/fwk/spf/modules/gapless/capi/src/capi_gapless_control_utils.c +++ b/fwk/spf/modules/gapless/capi/src/capi_gapless_control_utils.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_gapless_i.h" diff --git a/fwk/spf/modules/gapless/capi/src/capi_gapless_data_utils.c b/fwk/spf/modules/gapless/capi/src/capi_gapless_data_utils.c index 7992a029..062e5b15 100644 --- a/fwk/spf/modules/gapless/capi/src/capi_gapless_data_utils.c +++ b/fwk/spf/modules/gapless/capi/src/capi_gapless_data_utils.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_gapless_i.h" diff --git a/fwk/spf/modules/gapless/capi/src/capi_gapless_delay_buffer_utils.c b/fwk/spf/modules/gapless/capi/src/capi_gapless_delay_buffer_utils.c index cdf0ff25..3f8c05e0 100644 --- a/fwk/spf/modules/gapless/capi/src/capi_gapless_delay_buffer_utils.c +++ b/fwk/spf/modules/gapless/capi/src/capi_gapless_delay_buffer_utils.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_gapless_i.h" diff --git a/fwk/spf/modules/gapless/capi/src/capi_gapless_event_utils.c b/fwk/spf/modules/gapless/capi/src/capi_gapless_event_utils.c index 8ce478dc..ad44e0be 100644 --- a/fwk/spf/modules/gapless/capi/src/capi_gapless_event_utils.c +++ b/fwk/spf/modules/gapless/capi/src/capi_gapless_event_utils.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_gapless_i.h" diff --git a/fwk/spf/modules/gapless/capi/src/capi_gapless_i.h b/fwk/spf/modules/gapless/capi/src/capi_gapless_i.h index a6f93c9d..3a653739 100644 --- a/fwk/spf/modules/gapless/capi/src/capi_gapless_i.h +++ b/fwk/spf/modules/gapless/capi/src/capi_gapless_i.h @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef CAPI_GAPLESS_I_H diff --git a/fwk/spf/modules/gapless/capi/src/capi_gapless_port_utils.c b/fwk/spf/modules/gapless/capi/src/capi_gapless_port_utils.c index b0c4d716..afd209fd 100644 --- a/fwk/spf/modules/gapless/capi/src/capi_gapless_port_utils.c +++ b/fwk/spf/modules/gapless/capi/src/capi_gapless_port_utils.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_gapless_i.h" diff --git a/fwk/spf/modules/gapless/capi/stub_src/capi_gapless_stub.c b/fwk/spf/modules/gapless/capi/stub_src/capi_gapless_stub.c index c2fc3340..521cd830 100644 --- a/fwk/spf/modules/gapless/capi/stub_src/capi_gapless_stub.c +++ b/fwk/spf/modules/gapless/capi/stub_src/capi_gapless_stub.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_gapless.h" diff --git a/fwk/spf/modules/gate/api/gate_api.h b/fwk/spf/modules/gate/api/gate_api.h index 34248cbe..17be516f 100644 --- a/fwk/spf/modules/gate/api/gate_api.h +++ b/fwk/spf/modules/gate/api/gate_api.h @@ -6,8 +6,8 @@ * API file for Gate Module * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "module_cmn_api.h" diff --git a/fwk/spf/modules/gate/capi/inc/capi_gate.h b/fwk/spf/modules/gate/capi/inc/capi_gate.h index 5239b418..ce7b5aee 100644 --- a/fwk/spf/modules/gate/capi/inc/capi_gate.h +++ b/fwk/spf/modules/gate/capi/inc/capi_gate.h @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi.h" diff --git a/fwk/spf/modules/gate/capi/src/capi_gate.c b/fwk/spf/modules/gate/capi/src/capi_gate.c index a333e526..fdf40783 100644 --- a/fwk/spf/modules/gate/capi/src/capi_gate.c +++ b/fwk/spf/modules/gate/capi/src/capi_gate.c @@ -4,8 +4,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_gate_i.h" diff --git a/fwk/spf/modules/gate/capi/src/capi_gate_i.h b/fwk/spf/modules/gate/capi/src/capi_gate_i.h index a50ae588..b3305014 100644 --- a/fwk/spf/modules/gate/capi/src/capi_gate_i.h +++ b/fwk/spf/modules/gate/capi/src/capi_gate_i.h @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef CAPI_GATE_I_H diff --git a/fwk/spf/modules/gate/capi/src/capi_gate_utils.c b/fwk/spf/modules/gate/capi/src/capi_gate_utils.c index 76488f8a..8bb407db 100644 --- a/fwk/spf/modules/gate/capi/src/capi_gate_utils.c +++ b/fwk/spf/modules/gate/capi/src/capi_gate_utils.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_gate_i.h" diff --git a/fwk/spf/modules/history_buffer/api/history_buffer_api.h b/fwk/spf/modules/history_buffer/api/history_buffer_api.h index 7c6b6e3a..8de9608b 100644 --- a/fwk/spf/modules/history_buffer/api/history_buffer_api.h +++ b/fwk/spf/modules/history_buffer/api/history_buffer_api.h @@ -11,7 +11,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "module_cmn_api.h" diff --git a/fwk/spf/modules/history_buffer/capi/inc/capi_history_buffer.h b/fwk/spf/modules/history_buffer/capi/inc/capi_history_buffer.h index 6da52d85..349206e1 100644 --- a/fwk/spf/modules/history_buffer/capi/inc/capi_history_buffer.h +++ b/fwk/spf/modules/history_buffer/capi/inc/capi_history_buffer.h @@ -8,7 +8,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ /*------------------------------------------------------------------------ diff --git a/fwk/spf/modules/history_buffer/capi/src/capi_history_buffer.c b/fwk/spf/modules/history_buffer/capi/src/capi_history_buffer.c index db55d95d..c6ed4857 100644 --- a/fwk/spf/modules/history_buffer/capi/src/capi_history_buffer.c +++ b/fwk/spf/modules/history_buffer/capi/src/capi_history_buffer.c @@ -8,7 +8,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ /*---------------------------------------------------------------------------- diff --git a/fwk/spf/modules/history_buffer/capi/src/capi_history_buffer_i.h b/fwk/spf/modules/history_buffer/capi/src/capi_history_buffer_i.h index 15bcadbb..9f69f865 100644 --- a/fwk/spf/modules/history_buffer/capi/src/capi_history_buffer_i.h +++ b/fwk/spf/modules/history_buffer/capi/src/capi_history_buffer_i.h @@ -8,7 +8,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef CAPI_HISTORY_BUFFER_I_H diff --git a/fwk/spf/modules/history_buffer/capi/src/capi_history_buffer_imcl_utils.c b/fwk/spf/modules/history_buffer/capi/src/capi_history_buffer_imcl_utils.c index 3113a137..f04fcf57 100644 --- a/fwk/spf/modules/history_buffer/capi/src/capi_history_buffer_imcl_utils.c +++ b/fwk/spf/modules/history_buffer/capi/src/capi_history_buffer_imcl_utils.c @@ -8,7 +8,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ /**---------------------------------------------------------------------------- diff --git a/fwk/spf/modules/history_buffer/capi/src/capi_history_buffer_imcl_utils.h b/fwk/spf/modules/history_buffer/capi/src/capi_history_buffer_imcl_utils.h index ffb7f673..24adbe19 100644 --- a/fwk/spf/modules/history_buffer/capi/src/capi_history_buffer_imcl_utils.h +++ b/fwk/spf/modules/history_buffer/capi/src/capi_history_buffer_imcl_utils.h @@ -8,7 +8,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _CAPI_HISTORY_BUFFER_IMCL_UTILS_H_ diff --git a/fwk/spf/modules/history_buffer/capi/src/capi_history_buffer_utils.c b/fwk/spf/modules/history_buffer/capi/src/capi_history_buffer_utils.c index f6ac012f..8e1ecbf8 100644 --- a/fwk/spf/modules/history_buffer/capi/src/capi_history_buffer_utils.c +++ b/fwk/spf/modules/history_buffer/capi/src/capi_history_buffer_utils.c @@ -8,7 +8,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ /*---------------------------------------------------------------------------- diff --git a/fwk/spf/modules/history_buffer/capi/stub_src/capi_history_buf.c b/fwk/spf/modules/history_buffer/capi/stub_src/capi_history_buf.c index 0ebf3aa2..65cc7216 100644 --- a/fwk/spf/modules/history_buffer/capi/stub_src/capi_history_buf.c +++ b/fwk/spf/modules/history_buffer/capi/stub_src/capi_history_buf.c @@ -6,7 +6,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_history_buffer.h" diff --git a/fwk/spf/modules/irm/api/irm_api.h b/fwk/spf/modules/irm/api/irm_api.h index d8c00770..2d5018ac 100644 --- a/fwk/spf/modules/irm/api/irm_api.h +++ b/fwk/spf/modules/irm/api/irm_api.h @@ -6,8 +6,8 @@ * API header for Integrated Resource Monitor (IRM). * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*---------------------------------------------------------------------------------------------------------------------- diff --git a/fwk/spf/modules/irm/inc/hexagon/irm_cntr_prof_util.h b/fwk/spf/modules/irm/inc/hexagon/irm_cntr_prof_util.h index f0f97688..4a6585c2 100644 --- a/fwk/spf/modules/irm/inc/hexagon/irm_cntr_prof_util.h +++ b/fwk/spf/modules/irm/inc/hexagon/irm_cntr_prof_util.h @@ -4,8 +4,8 @@ @brief IRM container profile util. ================================================================================ -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ // clang-format off // clang-format on diff --git a/fwk/spf/modules/irm/inc/irm.h b/fwk/spf/modules/irm/inc/irm.h index 80798d23..043581b8 100644 --- a/fwk/spf/modules/irm/inc/irm.h +++ b/fwk/spf/modules/irm/inc/irm.h @@ -4,8 +4,8 @@ @brief Header for Integrated Resource Monitor (IRM). ================================================================================ -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ // clang-format off // clang-format on diff --git a/fwk/spf/modules/irm/inc/linux/irm_cntr_prof_util.h b/fwk/spf/modules/irm/inc/linux/irm_cntr_prof_util.h index a3a4fc15..760917d3 100644 --- a/fwk/spf/modules/irm/inc/linux/irm_cntr_prof_util.h +++ b/fwk/spf/modules/irm/inc/linux/irm_cntr_prof_util.h @@ -4,8 +4,8 @@ @brief IRM container profile util. ================================================================================ -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ #ifndef _IRM_CNTR_PROF_UTIL_H_ diff --git a/fwk/spf/modules/irm/src/avs_single_so/sysmon.c b/fwk/spf/modules/irm/src/avs_single_so/sysmon.c index ade80c28..e1464484 100644 --- a/fwk/spf/modules/irm/src/avs_single_so/sysmon.c +++ b/fwk/spf/modules/irm/src/avs_single_so/sysmon.c @@ -4,8 +4,8 @@ @brief ================================================================================ -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ #include "sysmon_audio_query.h" diff --git a/fwk/spf/modules/irm/src/irm.c b/fwk/spf/modules/irm/src/irm.c index 117cd1a8..7947bdbe 100644 --- a/fwk/spf/modules/irm/src/irm.c +++ b/fwk/spf/modules/irm/src/irm.c @@ -4,8 +4,8 @@ @brief Main file for Integrated Resource Monitor (IRM). ================================================================================ -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ // clang-format off // clang-format on diff --git a/fwk/spf/modules/irm/src/irm_apm_if_utils.c b/fwk/spf/modules/irm/src/irm_apm_if_utils.c index 083f2ed4..6368634a 100644 --- a/fwk/spf/modules/irm/src/irm_apm_if_utils.c +++ b/fwk/spf/modules/irm/src/irm_apm_if_utils.c @@ -5,8 +5,8 @@ @brief IRM to APM interface utils. ================================================================================ -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ // clang-format off // clang-format on diff --git a/fwk/spf/modules/irm/src/irm_cmd_handler.c b/fwk/spf/modules/irm/src/irm_cmd_handler.c index ab7a8e65..f81ad8a3 100644 --- a/fwk/spf/modules/irm/src/irm_cmd_handler.c +++ b/fwk/spf/modules/irm/src/irm_cmd_handler.c @@ -5,8 +5,8 @@ @brief Command handler file for Integrated Resource Monitor (IRM). ================================================================================ -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ // clang-format off // clang-format on diff --git a/fwk/spf/modules/irm/src/irm_cntr_if_utils.c b/fwk/spf/modules/irm/src/irm_cntr_if_utils.c index 0759b9ac..a4e34d98 100644 --- a/fwk/spf/modules/irm/src/irm_cntr_if_utils.c +++ b/fwk/spf/modules/irm/src/irm_cntr_if_utils.c @@ -5,8 +5,8 @@ @brief IRM to APM interface utils. ================================================================================ -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ // clang-format off // clang-format on diff --git a/fwk/spf/modules/irm/src/irm_dev_cfg.h b/fwk/spf/modules/irm/src/irm_dev_cfg.h index f7f7d2d2..b22c815e 100644 --- a/fwk/spf/modules/irm/src/irm_dev_cfg.h +++ b/fwk/spf/modules/irm/src/irm_dev_cfg.h @@ -4,8 +4,8 @@ @brief IRM platform specific configuration. ================================================================================ -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ // clang-format off // clang-format on diff --git a/fwk/spf/modules/irm/src/irm_i.h b/fwk/spf/modules/irm/src/irm_i.h index fcf15524..cd9700de 100644 --- a/fwk/spf/modules/irm/src/irm_i.h +++ b/fwk/spf/modules/irm/src/irm_i.h @@ -4,8 +4,8 @@ @brief Internal header for Integrated Resource Monitor (IRM). ================================================================================ -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ // clang-format off // clang-format on diff --git a/fwk/spf/modules/irm/src/irm_list_utils.c b/fwk/spf/modules/irm/src/irm_list_utils.c index 6de25dcd..e57f4ee8 100644 --- a/fwk/spf/modules/irm/src/irm_list_utils.c +++ b/fwk/spf/modules/irm/src/irm_list_utils.c @@ -4,8 +4,8 @@ @brief Main file for Integrated Resource Monitor (IRM). ================================================================================ -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ // clang-format off // clang-format on diff --git a/fwk/spf/modules/irm/src/irm_offload_utils.c b/fwk/spf/modules/irm/src/irm_offload_utils.c index ee3b5c93..a0f32740 100644 --- a/fwk/spf/modules/irm/src/irm_offload_utils.c +++ b/fwk/spf/modules/irm/src/irm_offload_utils.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "irm_offload_utils.h" diff --git a/fwk/spf/modules/irm/src/irm_offload_utils.h b/fwk/spf/modules/irm/src/irm_offload_utils.h index 0bdedf42..67dbf55c 100644 --- a/fwk/spf/modules/irm/src/irm_offload_utils.h +++ b/fwk/spf/modules/irm/src/irm_offload_utils.h @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /**************************************************************************** diff --git a/fwk/spf/modules/irm/src/irm_prev_metric_info.h b/fwk/spf/modules/irm/src/irm_prev_metric_info.h index 583503da..3d7e0064 100644 --- a/fwk/spf/modules/irm/src/irm_prev_metric_info.h +++ b/fwk/spf/modules/irm/src/irm_prev_metric_info.h @@ -4,8 +4,8 @@ @brief Wrapper interface between IRM-Sysmon or IRM-SIM. ================================================================================ -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ // clang-format off // clang-format on diff --git a/fwk/spf/modules/irm/src/irm_q6_prof_driver.c b/fwk/spf/modules/irm/src/irm_q6_prof_driver.c index a7729f59..5daca8ae 100644 --- a/fwk/spf/modules/irm/src/irm_q6_prof_driver.c +++ b/fwk/spf/modules/irm/src/irm_q6_prof_driver.c @@ -4,8 +4,8 @@ @brief Profiler driver and Dev cfg file for IRM q6 processor. ================================================================================ -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ // clang-format off // clang-format on diff --git a/fwk/spf/modules/irm/src/irm_sim_utils.c b/fwk/spf/modules/irm/src/irm_sim_utils.c index 9c02ba32..fc884fe0 100644 --- a/fwk/spf/modules/irm/src/irm_sim_utils.c +++ b/fwk/spf/modules/irm/src/irm_sim_utils.c @@ -4,8 +4,8 @@ @brief Profiler driver and Dev cfg file for IRM q6 processor. ================================================================================ -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ // clang-format off // clang-format on diff --git a/fwk/spf/modules/irm/src/irm_static_module_utils.c b/fwk/spf/modules/irm/src/irm_static_module_utils.c index f9575ec4..9faeed3e 100644 --- a/fwk/spf/modules/irm/src/irm_static_module_utils.c +++ b/fwk/spf/modules/irm/src/irm_static_module_utils.c @@ -4,8 +4,8 @@ @brief IRM to Static Modules (for profiling) interface utils. ================================================================================ -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ #include "irm_api.h" diff --git a/fwk/spf/modules/irm/src/irm_sysmon_util.c b/fwk/spf/modules/irm/src/irm_sysmon_util.c index 49930e4c..7048b670 100644 --- a/fwk/spf/modules/irm/src/irm_sysmon_util.c +++ b/fwk/spf/modules/irm/src/irm_sysmon_util.c @@ -4,8 +4,8 @@ @brief Wrapper for sysmon function calls. ================================================================================ -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ // clang-format off // clang-format on diff --git a/fwk/spf/modules/irm/src/irm_sysmon_util.h b/fwk/spf/modules/irm/src/irm_sysmon_util.h index c7a07136..6de914a8 100644 --- a/fwk/spf/modules/irm/src/irm_sysmon_util.h +++ b/fwk/spf/modules/irm/src/irm_sysmon_util.h @@ -4,8 +4,8 @@ @brief Wrapper interface between IRM-Sysmon or IRM-SIM. ================================================================================ -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ // clang-format off // clang-format on diff --git a/fwk/spf/modules/irm/src/linux/irm_prof_driver.c b/fwk/spf/modules/irm/src/linux/irm_prof_driver.c index 04bdb5d9..52dd0b6d 100644 --- a/fwk/spf/modules/irm/src/linux/irm_prof_driver.c +++ b/fwk/spf/modules/irm/src/linux/irm_prof_driver.c @@ -4,8 +4,8 @@ @brief Profiler driver and Dev cfg file for IRM q6 processor. ================================================================================ -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ #include "irm_dev_cfg.h" diff --git a/fwk/spf/modules/irm/stub_src/irm_stub.c b/fwk/spf/modules/irm/stub_src/irm_stub.c index 1744ecfb..d55fcafa 100644 --- a/fwk/spf/modules/irm/stub_src/irm_stub.c +++ b/fwk/spf/modules/irm/stub_src/irm_stub.c @@ -4,8 +4,8 @@ @brief Main file for Integrated Resource Monitor (IRM). ================================================================================ -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ // clang-format off // clang-format on diff --git a/fwk/spf/modules/jitter_buf/capi/inc/capi_jitter_buf.h b/fwk/spf/modules/jitter_buf/capi/inc/capi_jitter_buf.h index 9a5c7799..7d4c3120 100644 --- a/fwk/spf/modules/jitter_buf/capi/inc/capi_jitter_buf.h +++ b/fwk/spf/modules/jitter_buf/capi/inc/capi_jitter_buf.h @@ -7,8 +7,8 @@ * This file contains CAPI API's published by Jitter Buffer CAPI intialization. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi.h" diff --git a/fwk/spf/modules/jitter_buf/capi/src/capi_jitter_buf.c b/fwk/spf/modules/jitter_buf/capi/src/capi_jitter_buf.c index c7a51bbf..b70a382f 100644 --- a/fwk/spf/modules/jitter_buf/capi/src/capi_jitter_buf.c +++ b/fwk/spf/modules/jitter_buf/capi/src/capi_jitter_buf.c @@ -5,7 +5,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_jitter_buf_i.h" diff --git a/fwk/spf/modules/jitter_buf/capi/src/capi_jitter_buf_i.h b/fwk/spf/modules/jitter_buf/capi/src/capi_jitter_buf_i.h index a3edd73c..afcfae62 100644 --- a/fwk/spf/modules/jitter_buf/capi/src/capi_jitter_buf_i.h +++ b/fwk/spf/modules/jitter_buf/capi/src/capi_jitter_buf_i.h @@ -8,7 +8,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi.h" diff --git a/fwk/spf/modules/jitter_buf/capi/src/capi_jitter_buf_imcl_utils.c b/fwk/spf/modules/jitter_buf/capi/src/capi_jitter_buf_imcl_utils.c index c1bff5db..b9bc5f80 100644 --- a/fwk/spf/modules/jitter_buf/capi/src/capi_jitter_buf_imcl_utils.c +++ b/fwk/spf/modules/jitter_buf/capi/src/capi_jitter_buf_imcl_utils.c @@ -5,7 +5,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_jitter_buf_i.h" diff --git a/fwk/spf/modules/jitter_buf/capi/src/capi_jitter_buf_imcl_utils_island.c b/fwk/spf/modules/jitter_buf/capi/src/capi_jitter_buf_imcl_utils_island.c index 6514a1a5..a1d4f2ec 100644 --- a/fwk/spf/modules/jitter_buf/capi/src/capi_jitter_buf_imcl_utils_island.c +++ b/fwk/spf/modules/jitter_buf/capi/src/capi_jitter_buf_imcl_utils_island.c @@ -5,7 +5,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_jitter_buf_i.h" diff --git a/fwk/spf/modules/jitter_buf/capi/src/capi_jitter_buf_island.c b/fwk/spf/modules/jitter_buf/capi/src/capi_jitter_buf_island.c index a70b6ee7..5e5ff5a2 100644 --- a/fwk/spf/modules/jitter_buf/capi/src/capi_jitter_buf_island.c +++ b/fwk/spf/modules/jitter_buf/capi/src/capi_jitter_buf_island.c @@ -5,7 +5,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_jitter_buf_i.h" diff --git a/fwk/spf/modules/jitter_buf/capi/src/capi_jitter_buf_utils.c b/fwk/spf/modules/jitter_buf/capi/src/capi_jitter_buf_utils.c index fd17ba19..d3a11ae4 100644 --- a/fwk/spf/modules/jitter_buf/capi/src/capi_jitter_buf_utils.c +++ b/fwk/spf/modules/jitter_buf/capi/src/capi_jitter_buf_utils.c @@ -4,8 +4,8 @@ * This file contains CAPI implementation of Jitter Buf module. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_jitter_buf_i.h" diff --git a/fwk/spf/modules/jitter_buf/capi/src/jitter_buf_driver.c b/fwk/spf/modules/jitter_buf/capi/src/jitter_buf_driver.c index 642c5ac2..6eec4fc6 100644 --- a/fwk/spf/modules/jitter_buf/capi/src/jitter_buf_driver.c +++ b/fwk/spf/modules/jitter_buf/capi/src/jitter_buf_driver.c @@ -5,7 +5,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "jitter_buf_driver.h" diff --git a/fwk/spf/modules/jitter_buf/capi/src/jitter_buf_driver.h b/fwk/spf/modules/jitter_buf/capi/src/jitter_buf_driver.h index 3191ecc6..ef8f04d3 100644 --- a/fwk/spf/modules/jitter_buf/capi/src/jitter_buf_driver.h +++ b/fwk/spf/modules/jitter_buf/capi/src/jitter_buf_driver.h @@ -7,8 +7,8 @@ * This file contains utility functions for handling jitter buf buffering utils. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_defs.h" diff --git a/fwk/spf/modules/jitter_buf/capi/src/jitter_buf_driver_island.c b/fwk/spf/modules/jitter_buf/capi/src/jitter_buf_driver_island.c index a8e2af27..234e661c 100644 --- a/fwk/spf/modules/jitter_buf/capi/src/jitter_buf_driver_island.c +++ b/fwk/spf/modules/jitter_buf/capi/src/jitter_buf_driver_island.c @@ -5,7 +5,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "jitter_buf_driver.h" diff --git a/fwk/spf/modules/jitter_buf/capi/stub_src/capi_jitter_buf.c b/fwk/spf/modules/jitter_buf/capi/stub_src/capi_jitter_buf.c index ba97f6e5..5245ef12 100644 --- a/fwk/spf/modules/jitter_buf/capi/stub_src/capi_jitter_buf.c +++ b/fwk/spf/modules/jitter_buf/capi/stub_src/capi_jitter_buf.c @@ -4,8 +4,8 @@ * This file contains CAPI Stub implementation for Jitter Buffer module. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_jitter_buf.h" diff --git a/fwk/spf/modules/latency/api/latency_api.h b/fwk/spf/modules/latency/api/latency_api.h index cf0dfc26..a4e0a19e 100644 --- a/fwk/spf/modules/latency/api/latency_api.h +++ b/fwk/spf/modules/latency/api/latency_api.h @@ -6,8 +6,8 @@ ==============================================================================*/ /*======================================================================= -* Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -* SPDX-License-Identifier: BSD-3-Clause-Clear +* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +* SPDX-License-Identifier: BSD-3-Clause =========================================================================*/ /** @h2xml_title1 {Audio Delay/Latency} @h2xml_title_agile_rev {Audio Delay/Latency} diff --git a/fwk/spf/modules/latency/capi/inc/capi_latency.h b/fwk/spf/modules/latency/capi/inc/capi_latency.h index 413b5f56..daacea50 100644 --- a/fwk/spf/modules/latency/capi/inc/capi_latency.h +++ b/fwk/spf/modules/latency/capi/inc/capi_latency.h @@ -7,8 +7,8 @@ */ /* ========================================================================= - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause ========================================================================== */ /*------------------------------------------------------------------------ diff --git a/fwk/spf/modules/latency/capi/src/capi_latency.c b/fwk/spf/modules/latency/capi/src/capi_latency.c index 4d08a758..de3b8829 100644 --- a/fwk/spf/modules/latency/capi/src/capi_latency.c +++ b/fwk/spf/modules/latency/capi/src/capi_latency.c @@ -1,6 +1,6 @@ /* ========================================================================= - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause * =========================================================================*/ /** diff --git a/fwk/spf/modules/latency/capi/src/capi_latency_utils.c b/fwk/spf/modules/latency/capi/src/capi_latency_utils.c index 3bf0cbe7..efb87cf1 100644 --- a/fwk/spf/modules/latency/capi/src/capi_latency_utils.c +++ b/fwk/spf/modules/latency/capi/src/capi_latency_utils.c @@ -1,6 +1,6 @@ /* ========================================================================= - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause * =========================================================================*/ /** diff --git a/fwk/spf/modules/latency/capi/src/capi_latency_utils.h b/fwk/spf/modules/latency/capi/src/capi_latency_utils.h index a1c15963..9c1fb6c2 100644 --- a/fwk/spf/modules/latency/capi/src/capi_latency_utils.h +++ b/fwk/spf/modules/latency/capi/src/capi_latency_utils.h @@ -7,8 +7,8 @@ */ /* ========================================================================= - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause ========================================================================== */ /*------------------------------------------------------------------------ diff --git a/fwk/spf/modules/latency/capi/src/capi_latency_utils_v2.c b/fwk/spf/modules/latency/capi/src/capi_latency_utils_v2.c index f4902bd2..76b624d2 100644 --- a/fwk/spf/modules/latency/capi/src/capi_latency_utils_v2.c +++ b/fwk/spf/modules/latency/capi/src/capi_latency_utils_v2.c @@ -1,6 +1,6 @@ /* ========================================================================= - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause * =========================================================================*/ /** diff --git a/fwk/spf/modules/latency/capi/stub_src/capi_latency_stub.c b/fwk/spf/modules/latency/capi/stub_src/capi_latency_stub.c index 4e4cc240..0aeb3938 100644 --- a/fwk/spf/modules/latency/capi/stub_src/capi_latency_stub.c +++ b/fwk/spf/modules/latency/capi/stub_src/capi_latency_stub.c @@ -6,8 +6,8 @@ */ /* ========================================================================= - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause ========================================================================= */ /*------------------------------------------------------------------------ diff --git a/fwk/spf/modules/latency/lib/inc/latency_buf_utils.h b/fwk/spf/modules/latency/lib/inc/latency_buf_utils.h index 6e89b828..3572fbed 100644 --- a/fwk/spf/modules/latency/lib/inc/latency_buf_utils.h +++ b/fwk/spf/modules/latency/lib/inc/latency_buf_utils.h @@ -2,8 +2,8 @@ @file latency_buf_utils.h Delayline declarations, Delayline related 16/32 bit processing functions - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ============================================================================*/ #include "ar_defs.h" diff --git a/fwk/spf/modules/latency/lib/src/latency_buf_utils.c b/fwk/spf/modules/latency/lib/src/latency_buf_utils.c index fa6f8143..84976685 100644 --- a/fwk/spf/modules/latency/lib/src/latency_buf_utils.c +++ b/fwk/spf/modules/latency/lib/src/latency_buf_utils.c @@ -2,8 +2,8 @@ @file latency_buf_utils.c Delayline related 16/32 bit processing functions - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ============================================================================*/ #include "latency_buf_utils.h" diff --git a/fwk/spf/modules/latency/lib/src/latency_delayline_update.S b/fwk/spf/modules/latency/lib/src/latency_delayline_update.S index a870e63b..c585e1d8 100644 --- a/fwk/spf/modules/latency/lib/src/latency_delayline_update.S +++ b/fwk/spf/modules/latency/lib/src/latency_delayline_update.S @@ -1,6 +1,6 @@ /*======================= COPYRIGHT NOTICE ==================================*] -// Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -// SPDX-License-Identifier: BSD-3-Clause-Clear *] +// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +// SPDX-License-Identifier: BSD-3-Clause *] [*===========================================================================*/ /*============================================================================*] [* FILE NAME: latency_delayline_update.S *] diff --git a/fwk/spf/modules/mux_demux/api/mux_demux_api.h b/fwk/spf/modules/mux_demux/api/mux_demux_api.h index a4264fa9..32fab4bd 100644 --- a/fwk/spf/modules/mux_demux/api/mux_demux_api.h +++ b/fwk/spf/modules/mux_demux/api/mux_demux_api.h @@ -6,8 +6,8 @@ * This file contains APIs for mux_demux module. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*# @h2xml_title1 {Muxing and Demuxing Module} diff --git a/fwk/spf/modules/mux_demux/capi/inc/capi_mux_demux.h b/fwk/spf/modules/mux_demux/capi/inc/capi_mux_demux.h index 3426f6a5..d9081f10 100644 --- a/fwk/spf/modules/mux_demux/capi/inc/capi_mux_demux.h +++ b/fwk/spf/modules/mux_demux/capi/inc/capi_mux_demux.h @@ -5,8 +5,8 @@ * CAPI API wrapper for MUX-DEMUX module. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef CAPI_MUX_DEMUX_H_ diff --git a/fwk/spf/modules/mux_demux/capi/src/capi_mux_demux.c b/fwk/spf/modules/mux_demux/capi/src/capi_mux_demux.c index b7492938..07ec3f04 100644 --- a/fwk/spf/modules/mux_demux/capi/src/capi_mux_demux.c +++ b/fwk/spf/modules/mux_demux/capi/src/capi_mux_demux.c @@ -5,8 +5,8 @@ * CAPI for mux demux module. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_mux_demux.h" diff --git a/fwk/spf/modules/mux_demux/capi/src/capi_mux_demux_island.c b/fwk/spf/modules/mux_demux/capi/src/capi_mux_demux_island.c index 4ae454b1..055c1ed3 100644 --- a/fwk/spf/modules/mux_demux/capi/src/capi_mux_demux_island.c +++ b/fwk/spf/modules/mux_demux/capi/src/capi_mux_demux_island.c @@ -5,8 +5,8 @@ * CAPI for mux demux module. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_mux_demux.h" diff --git a/fwk/spf/modules/mux_demux/capi/src/capi_mux_demux_utils.c b/fwk/spf/modules/mux_demux/capi/src/capi_mux_demux_utils.c index 19de2efe..b768d933 100644 --- a/fwk/spf/modules/mux_demux/capi/src/capi_mux_demux_utils.c +++ b/fwk/spf/modules/mux_demux/capi/src/capi_mux_demux_utils.c @@ -5,8 +5,8 @@ * CAPI for mux demux module. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_mux_demux_utils.h" diff --git a/fwk/spf/modules/mux_demux/capi/src/capi_mux_demux_utils.h b/fwk/spf/modules/mux_demux/capi/src/capi_mux_demux_utils.h index 71d8e83d..fa4f534d 100644 --- a/fwk/spf/modules/mux_demux/capi/src/capi_mux_demux_utils.h +++ b/fwk/spf/modules/mux_demux/capi/src/capi_mux_demux_utils.h @@ -5,8 +5,8 @@ * CAPI utility for mux demux module. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef CAPI_MUX_DEMUX_UTILS_H_ diff --git a/fwk/spf/modules/priority_sync/api/priority_sync_api.h b/fwk/spf/modules/priority_sync/api/priority_sync_api.h index 91f1d77a..e70f6732 100644 --- a/fwk/spf/modules/priority_sync/api/priority_sync_api.h +++ b/fwk/spf/modules/priority_sync/api/priority_sync_api.h @@ -6,8 +6,8 @@ * This file contains Priority Sync module APIs * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_defs.h" diff --git a/fwk/spf/modules/priority_sync/capi/inc/capi_priority_sync.h b/fwk/spf/modules/priority_sync/capi/inc/capi_priority_sync.h index b042d371..7f5d3b3e 100644 --- a/fwk/spf/modules/priority_sync/capi/inc/capi_priority_sync.h +++ b/fwk/spf/modules/priority_sync/capi/inc/capi_priority_sync.h @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _CAPI_PRIORITY_SYNC_H_ diff --git a/fwk/spf/modules/priority_sync/capi/src/capi_priority_sync.c b/fwk/spf/modules/priority_sync/capi/src/capi_priority_sync.c index 4178847e..389bf89e 100644 --- a/fwk/spf/modules/priority_sync/capi/src/capi_priority_sync.c +++ b/fwk/spf/modules/priority_sync/capi/src/capi_priority_sync.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_priority_sync_i.h" diff --git a/fwk/spf/modules/priority_sync/capi/src/capi_priority_sync_control_utils.c b/fwk/spf/modules/priority_sync/capi/src/capi_priority_sync_control_utils.c index 3b864ba2..4d8e31c4 100644 --- a/fwk/spf/modules/priority_sync/capi/src/capi_priority_sync_control_utils.c +++ b/fwk/spf/modules/priority_sync/capi/src/capi_priority_sync_control_utils.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_priority_sync_i.h" diff --git a/fwk/spf/modules/priority_sync/capi/src/capi_priority_sync_data_utils.c b/fwk/spf/modules/priority_sync/capi/src/capi_priority_sync_data_utils.c index 0cc44289..dc6787e4 100644 --- a/fwk/spf/modules/priority_sync/capi/src/capi_priority_sync_data_utils.c +++ b/fwk/spf/modules/priority_sync/capi/src/capi_priority_sync_data_utils.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_priority_sync_i.h" diff --git a/fwk/spf/modules/priority_sync/capi/src/capi_priority_sync_event_utils.c b/fwk/spf/modules/priority_sync/capi/src/capi_priority_sync_event_utils.c index 5c320483..ed7bd924 100644 --- a/fwk/spf/modules/priority_sync/capi/src/capi_priority_sync_event_utils.c +++ b/fwk/spf/modules/priority_sync/capi/src/capi_priority_sync_event_utils.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_priority_sync_i.h" diff --git a/fwk/spf/modules/priority_sync/capi/src/capi_priority_sync_i.h b/fwk/spf/modules/priority_sync/capi/src/capi_priority_sync_i.h index d53b6b93..4f2b825b 100644 --- a/fwk/spf/modules/priority_sync/capi/src/capi_priority_sync_i.h +++ b/fwk/spf/modules/priority_sync/capi/src/capi_priority_sync_i.h @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _CAPI_PRIORITY_SYNC_I_H_ diff --git a/fwk/spf/modules/priority_sync/capi/src/capi_priority_sync_ts.c b/fwk/spf/modules/priority_sync/capi/src/capi_priority_sync_ts.c index bf5301f2..0e389fb2 100644 --- a/fwk/spf/modules/priority_sync/capi/src/capi_priority_sync_ts.c +++ b/fwk/spf/modules/priority_sync/capi/src/capi_priority_sync_ts.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_priority_sync_i.h" diff --git a/fwk/spf/modules/rat/api/rate_adapted_timer_api.h b/fwk/spf/modules/rat/api/rate_adapted_timer_api.h index ab48967a..cd6dbc94 100644 --- a/fwk/spf/modules/rat/api/rate_adapted_timer_api.h +++ b/fwk/spf/modules/rat/api/rate_adapted_timer_api.h @@ -6,8 +6,8 @@ * This file contains RATE_ADAPTED_TIMER module APIs * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "module_cmn_api.h" diff --git a/fwk/spf/modules/rat/capi/inc/capi_rat.h b/fwk/spf/modules/rat/capi/inc/capi_rat.h index d33b5bec..eeaf9d71 100644 --- a/fwk/spf/modules/rat/capi/inc/capi_rat.h +++ b/fwk/spf/modules/rat/capi/inc/capi_rat.h @@ -6,8 +6,8 @@ @brief This file contains CAPI API's published by Rate Adapted Timer Module ================================================================================ - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ // clang-format off diff --git a/fwk/spf/modules/rat/capi/mimo_rat/inc/capi_mimo_rat.h b/fwk/spf/modules/rat/capi/mimo_rat/inc/capi_mimo_rat.h index a2e55da2..4c914ea9 100644 --- a/fwk/spf/modules/rat/capi/mimo_rat/inc/capi_mimo_rat.h +++ b/fwk/spf/modules/rat/capi/mimo_rat/inc/capi_mimo_rat.h @@ -6,8 +6,8 @@ @brief This file contains CAPI API's published by MIMO Rate Adapted Timer Module ================================================================================ - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ // clang-format off diff --git a/fwk/spf/modules/rat/capi/mimo_rat/src/capi_rat.c b/fwk/spf/modules/rat/capi/mimo_rat/src/capi_rat.c index 662c6ed1..583c6dcd 100644 --- a/fwk/spf/modules/rat/capi/mimo_rat/src/capi_rat.c +++ b/fwk/spf/modules/rat/capi/mimo_rat/src/capi_rat.c @@ -3,8 +3,8 @@ This file contains capi functions for mimo and siso Rate Adapted Timer Endpoint module ================================================================================ - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ // clang-format off // clang-format on diff --git a/fwk/spf/modules/rat/capi/mimo_rat/src/capi_rat_i.h b/fwk/spf/modules/rat/capi/mimo_rat/src/capi_rat_i.h index 9f64c71f..d04beeb1 100644 --- a/fwk/spf/modules/rat/capi/mimo_rat/src/capi_rat_i.h +++ b/fwk/spf/modules/rat/capi/mimo_rat/src/capi_rat_i.h @@ -5,8 +5,8 @@ Header file to implement the Rate Adapted Timer Utilities */ /* ========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ========================================================================== */ // clang-format off // clang-format on diff --git a/fwk/spf/modules/rat/capi/mimo_rat/src/capi_rat_island.c b/fwk/spf/modules/rat/capi/mimo_rat/src/capi_rat_island.c index 58024327..85fff8b7 100644 --- a/fwk/spf/modules/rat/capi/mimo_rat/src/capi_rat_island.c +++ b/fwk/spf/modules/rat/capi/mimo_rat/src/capi_rat_island.c @@ -3,8 +3,8 @@ This file contains capi functions for Rate Adapted Timer Endpoint module ================================================================================ - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ // clang-format off // clang-format on diff --git a/fwk/spf/modules/rat/capi/mimo_rat/src/capi_rat_port_utils.c b/fwk/spf/modules/rat/capi/mimo_rat/src/capi_rat_port_utils.c index 9fc27ba4..e48272ed 100644 --- a/fwk/spf/modules/rat/capi/mimo_rat/src/capi_rat_port_utils.c +++ b/fwk/spf/modules/rat/capi/mimo_rat/src/capi_rat_port_utils.c @@ -3,8 +3,8 @@ This file contains port utility functions for Rate Adapted Timer Endpoint module ================================================================================ - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ // clang-format off // clang-format on diff --git a/fwk/spf/modules/rat/capi/mimo_rat/src/capi_rat_utils.c b/fwk/spf/modules/rat/capi/mimo_rat/src/capi_rat_utils.c index 397b4da1..2578a228 100644 --- a/fwk/spf/modules/rat/capi/mimo_rat/src/capi_rat_utils.c +++ b/fwk/spf/modules/rat/capi/mimo_rat/src/capi_rat_utils.c @@ -3,8 +3,8 @@ This file contains utility functions for Rate Adapted Timer Endpoint module ================================================================================ - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ // clang-format off // clang-format on diff --git a/fwk/spf/modules/rat/capi/siso_rat/inc/capi_siso_rat.h b/fwk/spf/modules/rat/capi/siso_rat/inc/capi_siso_rat.h index e4ca78a2..f69db86b 100644 --- a/fwk/spf/modules/rat/capi/siso_rat/inc/capi_siso_rat.h +++ b/fwk/spf/modules/rat/capi/siso_rat/inc/capi_siso_rat.h @@ -6,8 +6,8 @@ @brief This file contains CAPI API's published by Rate Adapted Timer Module ================================================================================ - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ // clang-format off diff --git a/fwk/spf/modules/rt_proxy/api/rt_proxy_api.h b/fwk/spf/modules/rt_proxy/api/rt_proxy_api.h index 601efb3e..cbe736c0 100644 --- a/fwk/spf/modules/rt_proxy/api/rt_proxy_api.h +++ b/fwk/spf/modules/rt_proxy/api/rt_proxy_api.h @@ -6,8 +6,8 @@ * This file contains module published by RT Proxy CAPI intialization. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_defs.h" diff --git a/fwk/spf/modules/rt_proxy/capi/inc/capi_rt_proxy.h b/fwk/spf/modules/rt_proxy/capi/inc/capi_rt_proxy.h index a12c85d0..e38a2a63 100644 --- a/fwk/spf/modules/rt_proxy/capi/inc/capi_rt_proxy.h +++ b/fwk/spf/modules/rt_proxy/capi/inc/capi_rt_proxy.h @@ -7,8 +7,8 @@ * This file contains CAPI API's published by RT Proxy CAPI intialization. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi.h" diff --git a/fwk/spf/modules/rt_proxy/capi/src/capi_rt_proxy.c b/fwk/spf/modules/rt_proxy/capi/src/capi_rt_proxy.c index e3c32da1..58ea7453 100644 --- a/fwk/spf/modules/rt_proxy/capi/src/capi_rt_proxy.c +++ b/fwk/spf/modules/rt_proxy/capi/src/capi_rt_proxy.c @@ -4,8 +4,8 @@ * This file contains CAPI implementation of RT Proxy module. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_rt_proxy_i.h" diff --git a/fwk/spf/modules/rt_proxy/capi/src/capi_rt_proxy_i.h b/fwk/spf/modules/rt_proxy/capi/src/capi_rt_proxy_i.h index 738cee93..9486d83b 100644 --- a/fwk/spf/modules/rt_proxy/capi/src/capi_rt_proxy_i.h +++ b/fwk/spf/modules/rt_proxy/capi/src/capi_rt_proxy_i.h @@ -7,8 +7,8 @@ * This file contains CAPI API's published by RT Proxy module API. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi.h" diff --git a/fwk/spf/modules/rt_proxy/capi/src/capi_rt_proxy_imcl_utils.c b/fwk/spf/modules/rt_proxy/capi/src/capi_rt_proxy_imcl_utils.c index 442f5127..599f0bce 100644 --- a/fwk/spf/modules/rt_proxy/capi/src/capi_rt_proxy_imcl_utils.c +++ b/fwk/spf/modules/rt_proxy/capi/src/capi_rt_proxy_imcl_utils.c @@ -4,8 +4,8 @@ * This file contains CAPI implementation of RT Proxy module. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_rt_proxy_i.h" diff --git a/fwk/spf/modules/rt_proxy/capi/src/capi_rt_proxy_utils.c b/fwk/spf/modules/rt_proxy/capi/src/capi_rt_proxy_utils.c index 58c11b71..03092e88 100644 --- a/fwk/spf/modules/rt_proxy/capi/src/capi_rt_proxy_utils.c +++ b/fwk/spf/modules/rt_proxy/capi/src/capi_rt_proxy_utils.c @@ -4,8 +4,8 @@ * This file contains CAPI implementation of RT Proxy module. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_rt_proxy_i.h" diff --git a/fwk/spf/modules/rt_proxy/capi/src/rt_proxy_driver.c b/fwk/spf/modules/rt_proxy/capi/src/rt_proxy_driver.c index f5837b4c..8a8aaf7f 100644 --- a/fwk/spf/modules/rt_proxy/capi/src/rt_proxy_driver.c +++ b/fwk/spf/modules/rt_proxy/capi/src/rt_proxy_driver.c @@ -4,8 +4,8 @@ * This file contains implementation of Audio Dam buffer driver * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "rt_proxy_driver.h" diff --git a/fwk/spf/modules/rt_proxy/capi/src/rt_proxy_driver.h b/fwk/spf/modules/rt_proxy/capi/src/rt_proxy_driver.h index 36d3f092..50b7ff31 100644 --- a/fwk/spf/modules/rt_proxy/capi/src/rt_proxy_driver.h +++ b/fwk/spf/modules/rt_proxy/capi/src/rt_proxy_driver.h @@ -7,8 +7,8 @@ * This file contains utility functions for handling rt proxy buffering utils. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_defs.h" diff --git a/fwk/spf/modules/rt_proxy/capi/stub_src/capi_rt_proxy.c b/fwk/spf/modules/rt_proxy/capi/stub_src/capi_rt_proxy.c index cb489928..325972ef 100644 --- a/fwk/spf/modules/rt_proxy/capi/stub_src/capi_rt_proxy.c +++ b/fwk/spf/modules/rt_proxy/capi/stub_src/capi_rt_proxy.c @@ -4,8 +4,8 @@ * This file contains CAPI Stub implementation for RT proxy module. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_rt_proxy.h" diff --git a/fwk/spf/modules/rt_proxy/lib/inc/circular_buffer.h b/fwk/spf/modules/rt_proxy/lib/inc/circular_buffer.h index 51d056cd..fc2e4073 100644 --- a/fwk/spf/modules/rt_proxy/lib/inc/circular_buffer.h +++ b/fwk/spf/modules/rt_proxy/lib/inc/circular_buffer.h @@ -7,8 +7,8 @@ * This file contains utility functions for handling fragmented circularbuffer operation. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_defs.h" diff --git a/fwk/spf/modules/rt_proxy/lib/src/cicular_buffer.c b/fwk/spf/modules/rt_proxy/lib/src/cicular_buffer.c index 78e50934..d8576abe 100644 --- a/fwk/spf/modules/rt_proxy/lib/src/cicular_buffer.c +++ b/fwk/spf/modules/rt_proxy/lib/src/cicular_buffer.c @@ -4,8 +4,8 @@ * This file contains implementation of circular buffering * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "circular_buffer.h" diff --git a/fwk/spf/modules/sh_mem_pull_push_mode/api/sh_mem_pull_push_mode_api.h b/fwk/spf/modules/sh_mem_pull_push_mode/api/sh_mem_pull_push_mode_api.h index bda9582f..498bb574 100644 --- a/fwk/spf/modules/sh_mem_pull_push_mode/api/sh_mem_pull_push_mode_api.h +++ b/fwk/spf/modules/sh_mem_pull_push_mode/api/sh_mem_pull_push_mode_api.h @@ -6,8 +6,8 @@ * This file contains CAPI Pull mode and Push mode module APIs * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*------------------------------------------------------------------------ diff --git a/fwk/spf/modules/sh_mem_pull_push_mode/inc/capi_sh_mem_pull_push_mode.h b/fwk/spf/modules/sh_mem_pull_push_mode/inc/capi_sh_mem_pull_push_mode.h index 76b8e88d..8ec0c92e 100644 --- a/fwk/spf/modules/sh_mem_pull_push_mode/inc/capi_sh_mem_pull_push_mode.h +++ b/fwk/spf/modules/sh_mem_pull_push_mode/inc/capi_sh_mem_pull_push_mode.h @@ -4,8 +4,8 @@ @brief This file contains CAPI API's published by shared memory pull and push mode Module - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ #ifndef CAPI_SH_MEM_PULL_PUSH_MODE_H diff --git a/fwk/spf/modules/sh_mem_pull_push_mode/src/capi_sh_mem_pull_push_mode.c b/fwk/spf/modules/sh_mem_pull_push_mode/src/capi_sh_mem_pull_push_mode.c index ef56949b..1ad6e52e 100644 --- a/fwk/spf/modules/sh_mem_pull_push_mode/src/capi_sh_mem_pull_push_mode.c +++ b/fwk/spf/modules/sh_mem_pull_push_mode/src/capi_sh_mem_pull_push_mode.c @@ -3,8 +3,8 @@ @brief This file contains CAPI implementation of shared memory pull and push mode Module - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ /*-------------------------------------------------------------------------- diff --git a/fwk/spf/modules/sh_mem_pull_push_mode/src/pull_push_mode.c b/fwk/spf/modules/sh_mem_pull_push_mode/src/pull_push_mode.c index d791b298..1d0ed9a4 100644 --- a/fwk/spf/modules/sh_mem_pull_push_mode/src/pull_push_mode.c +++ b/fwk/spf/modules/sh_mem_pull_push_mode/src/pull_push_mode.c @@ -4,8 +4,8 @@ This file contains function definitions internal to CAPI Pull mode and Push mode module - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause */ /*====================================================================== */ diff --git a/fwk/spf/modules/sh_mem_pull_push_mode/src/pull_push_mode.h b/fwk/spf/modules/sh_mem_pull_push_mode/src/pull_push_mode.h index 2f895c8a..d1ddc00c 100644 --- a/fwk/spf/modules/sh_mem_pull_push_mode/src/pull_push_mode.h +++ b/fwk/spf/modules/sh_mem_pull_push_mode/src/pull_push_mode.h @@ -4,8 +4,8 @@ @brief This file contains function declarations internal to CAPI Pull and Push mode module - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ #ifndef PULL_MODE_H #define PULL_MODE_H diff --git a/fwk/spf/modules/sh_mem_pull_push_mode/stub_src/capi_sh_mem_pull_push_mode_stub.c b/fwk/spf/modules/sh_mem_pull_push_mode/stub_src/capi_sh_mem_pull_push_mode_stub.c index 24b4099b..610c3675 100644 --- a/fwk/spf/modules/sh_mem_pull_push_mode/stub_src/capi_sh_mem_pull_push_mode_stub.c +++ b/fwk/spf/modules/sh_mem_pull_push_mode/stub_src/capi_sh_mem_pull_push_mode_stub.c @@ -3,8 +3,8 @@ @brief This file contains CAPI Stub implementation of shared memory pull and push mode Module - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ /*-------------------------------------------------------------------------- diff --git a/fwk/spf/modules/sh_mem_push_lab/api/sh_mem_push_lab_api.h b/fwk/spf/modules/sh_mem_push_lab/api/sh_mem_push_lab_api.h index b7493323..180188b4 100644 --- a/fwk/spf/modules/sh_mem_push_lab/api/sh_mem_push_lab_api.h +++ b/fwk/spf/modules/sh_mem_push_lab/api/sh_mem_push_lab_api.h @@ -4,8 +4,8 @@ * This file contains CAPI push lab module APIs * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _PUSH_LAB_API_H_ diff --git a/fwk/spf/modules/sh_mem_push_lab/capi/inc/capi_sh_mem_push_lab.h b/fwk/spf/modules/sh_mem_push_lab/capi/inc/capi_sh_mem_push_lab.h index 3a76f8e0..2b76a5aa 100644 --- a/fwk/spf/modules/sh_mem_push_lab/capi/inc/capi_sh_mem_push_lab.h +++ b/fwk/spf/modules/sh_mem_push_lab/capi/inc/capi_sh_mem_push_lab.h @@ -4,8 +4,8 @@ @brief This file contains CAPI API's published by shared memory push lab Module - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ #ifndef CAPI_SH_MEM_PUSH_LAB_H diff --git a/fwk/spf/modules/sh_mem_push_lab/capi/src/capi_sh_mem_push_lab.c b/fwk/spf/modules/sh_mem_push_lab/capi/src/capi_sh_mem_push_lab.c index b3a918b3..964a527b 100644 --- a/fwk/spf/modules/sh_mem_push_lab/capi/src/capi_sh_mem_push_lab.c +++ b/fwk/spf/modules/sh_mem_push_lab/capi/src/capi_sh_mem_push_lab.c @@ -3,8 +3,8 @@ @brief This file contains CAPI implementation of shared memory push lab Module - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ /*-------------------------------------------------------------------------- diff --git a/fwk/spf/modules/sh_mem_push_lab/capi/src/capi_sh_mem_push_lab_imc_utils.c b/fwk/spf/modules/sh_mem_push_lab/capi/src/capi_sh_mem_push_lab_imc_utils.c index b34d046b..fe7c521d 100644 --- a/fwk/spf/modules/sh_mem_push_lab/capi/src/capi_sh_mem_push_lab_imc_utils.c +++ b/fwk/spf/modules/sh_mem_push_lab/capi/src/capi_sh_mem_push_lab_imc_utils.c @@ -4,8 +4,8 @@ * This file contains CAPI IMC utils implementation of Sh mem Push Lab module * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "sh_mem_push_lab_api.h" diff --git a/fwk/spf/modules/sh_mem_push_lab/capi/stub_src/capi_sh_mem_push_lab_stub.c b/fwk/spf/modules/sh_mem_push_lab/capi/stub_src/capi_sh_mem_push_lab_stub.c index 64703fce..cf825458 100644 --- a/fwk/spf/modules/sh_mem_push_lab/capi/stub_src/capi_sh_mem_push_lab_stub.c +++ b/fwk/spf/modules/sh_mem_push_lab/capi/stub_src/capi_sh_mem_push_lab_stub.c @@ -3,8 +3,8 @@ @brief This file contains CAPI Stub implementation of shared memory push lab Module - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ /*-------------------------------------------------------------------------- diff --git a/fwk/spf/modules/sh_mem_push_lab/lib/inc/push_lab.h b/fwk/spf/modules/sh_mem_push_lab/lib/inc/push_lab.h index 3d7640dc..3bd3b2e2 100644 --- a/fwk/spf/modules/sh_mem_push_lab/lib/inc/push_lab.h +++ b/fwk/spf/modules/sh_mem_push_lab/lib/inc/push_lab.h @@ -4,8 +4,8 @@ @brief This file contains function declarations internal to CAPI Push Lab module - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ #ifndef PUSH_LAB_H #define PUSH_LAB_H diff --git a/fwk/spf/modules/sh_mem_push_lab/lib/src/push_lab.c b/fwk/spf/modules/sh_mem_push_lab/lib/src/push_lab.c index 0138f2c2..d33c4d7f 100644 --- a/fwk/spf/modules/sh_mem_push_lab/lib/src/push_lab.c +++ b/fwk/spf/modules/sh_mem_push_lab/lib/src/push_lab.c @@ -4,8 +4,8 @@ This file contains function definitions internal to CAPI Push lab module - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause */ /*====================================================================== */ diff --git a/fwk/spf/modules/simple_splitter/api/splitter_api.h b/fwk/spf/modules/simple_splitter/api/splitter_api.h index 13914637..01e0372e 100644 --- a/fwk/spf/modules/simple_splitter/api/splitter_api.h +++ b/fwk/spf/modules/simple_splitter/api/splitter_api.h @@ -6,8 +6,8 @@ * This file contains the Module Id, Param IDs and configuration * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "module_cmn_api.h" diff --git a/fwk/spf/modules/simple_splitter/capi/inc/capi_splitter.h b/fwk/spf/modules/simple_splitter/capi/inc/capi_splitter.h index 5acb030b..e763535e 100644 --- a/fwk/spf/modules/simple_splitter/capi/inc/capi_splitter.h +++ b/fwk/spf/modules/simple_splitter/capi/inc/capi_splitter.h @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef CAPI_SPLITTER_H diff --git a/fwk/spf/modules/simple_splitter/capi/src/capi_splitter.c b/fwk/spf/modules/simple_splitter/capi/src/capi_splitter.c index 64a61738..3b57e660 100644 --- a/fwk/spf/modules/simple_splitter/capi/src/capi_splitter.c +++ b/fwk/spf/modules/simple_splitter/capi/src/capi_splitter.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_splitter.h" diff --git a/fwk/spf/modules/simple_splitter/capi/src/capi_splitter_island.c b/fwk/spf/modules/simple_splitter/capi/src/capi_splitter_island.c index 1f498de0..de0010d1 100644 --- a/fwk/spf/modules/simple_splitter/capi/src/capi_splitter_island.c +++ b/fwk/spf/modules/simple_splitter/capi/src/capi_splitter_island.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_splitter.h" diff --git a/fwk/spf/modules/simple_splitter/capi/src/capi_splitter_md_island.c b/fwk/spf/modules/simple_splitter/capi/src/capi_splitter_md_island.c index 5bb8e537..e2e82685 100644 --- a/fwk/spf/modules/simple_splitter/capi/src/capi_splitter_md_island.c +++ b/fwk/spf/modules/simple_splitter/capi/src/capi_splitter_md_island.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_splitter.h" diff --git a/fwk/spf/modules/simple_splitter/capi/src/capi_splitter_utils.c b/fwk/spf/modules/simple_splitter/capi/src/capi_splitter_utils.c index 18bbf1c6..0a9c183a 100644 --- a/fwk/spf/modules/simple_splitter/capi/src/capi_splitter_utils.c +++ b/fwk/spf/modules/simple_splitter/capi/src/capi_splitter_utils.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_splitter_utils.h" diff --git a/fwk/spf/modules/simple_splitter/capi/src/capi_splitter_utils.h b/fwk/spf/modules/simple_splitter/capi/src/capi_splitter_utils.h index 26281b5b..17ea4ae6 100644 --- a/fwk/spf/modules/simple_splitter/capi/src/capi_splitter_utils.h +++ b/fwk/spf/modules/simple_splitter/capi/src/capi_splitter_utils.h @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef CAPI_SPLITTER_UTILS_H diff --git a/fwk/spf/modules/smart_sync/api/smart_sync_api.h b/fwk/spf/modules/smart_sync/api/smart_sync_api.h index 83f8acd3..d88a83ad 100644 --- a/fwk/spf/modules/smart_sync/api/smart_sync_api.h +++ b/fwk/spf/modules/smart_sync/api/smart_sync_api.h @@ -6,8 +6,8 @@ * This file contains Smart Sync module APIs * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_defs.h" diff --git a/fwk/spf/modules/smart_sync/capi/inc/capi_smart_sync.h b/fwk/spf/modules/smart_sync/capi/inc/capi_smart_sync.h index c82974db..0bbe0978 100644 --- a/fwk/spf/modules/smart_sync/capi/inc/capi_smart_sync.h +++ b/fwk/spf/modules/smart_sync/capi/inc/capi_smart_sync.h @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _CAPI_SMART_SYNC_H_ diff --git a/fwk/spf/modules/smart_sync/capi/src/capi_smart_sync.c b/fwk/spf/modules/smart_sync/capi/src/capi_smart_sync.c index b526c8b6..55b5a9c1 100644 --- a/fwk/spf/modules/smart_sync/capi/src/capi_smart_sync.c +++ b/fwk/spf/modules/smart_sync/capi/src/capi_smart_sync.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_smart_sync_i.h" diff --git a/fwk/spf/modules/smart_sync/capi/src/capi_smart_sync_i.h b/fwk/spf/modules/smart_sync/capi/src/capi_smart_sync_i.h index b04b6613..49e7fa27 100644 --- a/fwk/spf/modules/smart_sync/capi/src/capi_smart_sync_i.h +++ b/fwk/spf/modules/smart_sync/capi/src/capi_smart_sync_i.h @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _CAPI_SMART_SYNC_UTILS_H_ diff --git a/fwk/spf/modules/smart_sync/capi/src/capi_smart_sync_ts_disc_utils.c b/fwk/spf/modules/smart_sync/capi/src/capi_smart_sync_ts_disc_utils.c index a425361d..7440b7e2 100644 --- a/fwk/spf/modules/smart_sync/capi/src/capi_smart_sync_ts_disc_utils.c +++ b/fwk/spf/modules/smart_sync/capi/src/capi_smart_sync_ts_disc_utils.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_smart_sync_i.h" diff --git a/fwk/spf/modules/smart_sync/capi/src/capi_smart_sync_utils.c b/fwk/spf/modules/smart_sync/capi/src/capi_smart_sync_utils.c index ec151d03..eb42182d 100644 --- a/fwk/spf/modules/smart_sync/capi/src/capi_smart_sync_utils.c +++ b/fwk/spf/modules/smart_sync/capi/src/capi_smart_sync_utils.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_smart_sync_i.h" diff --git a/fwk/spf/modules/smart_sync/capi/stub_src/capi_smart_sync_stub.c b/fwk/spf/modules/smart_sync/capi/stub_src/capi_smart_sync_stub.c index bdc00dcb..38c14f53 100644 --- a/fwk/spf/modules/smart_sync/capi/stub_src/capi_smart_sync_stub.c +++ b/fwk/spf/modules/smart_sync/capi/stub_src/capi_smart_sync_stub.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_smart_sync.h" diff --git a/fwk/spf/modules/spr/api/spr_api.h b/fwk/spf/modules/spr/api/spr_api.h index 59b71101..99c5ad95 100644 --- a/fwk/spf/modules/spr/api/spr_api.h +++ b/fwk/spf/modules/spr/api/spr_api.h @@ -6,8 +6,8 @@ * This file contains Public APIs for Splitter-Renderer module. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_defs.h" diff --git a/fwk/spf/modules/spr/capi/inc/capi_spr.h b/fwk/spf/modules/spr/capi/inc/capi_spr.h index 63a42ba2..2220122a 100644 --- a/fwk/spf/modules/spr/capi/inc/capi_spr.h +++ b/fwk/spf/modules/spr/capi/inc/capi_spr.h @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi.h" diff --git a/fwk/spf/modules/spr/capi/src/capi_spr.c b/fwk/spf/modules/spr/capi/src/capi_spr.c index beb27344..62506e5a 100644 --- a/fwk/spf/modules/spr/capi/src/capi_spr.c +++ b/fwk/spf/modules/spr/capi/src/capi_spr.c @@ -4,8 +4,8 @@ * This file contains CAPI implementation of Splitter Renderer Module * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_spr_i.h" diff --git a/fwk/spf/modules/spr/capi/src/capi_spr_avsync.h b/fwk/spf/modules/spr/capi/src/capi_spr_avsync.h index d0dd665b..167a7127 100644 --- a/fwk/spf/modules/spr/capi/src/capi_spr_avsync.h +++ b/fwk/spf/modules/spr/capi/src/capi_spr_avsync.h @@ -7,8 +7,8 @@ * This file contains utility functions for handling AVSync features in SPR * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_spr_i.h" diff --git a/fwk/spf/modules/spr/capi/src/capi_spr_avsync_utils.c b/fwk/spf/modules/spr/capi/src/capi_spr_avsync_utils.c index 61daf684..4c4b0d52 100644 --- a/fwk/spf/modules/spr/capi/src/capi_spr_avsync_utils.c +++ b/fwk/spf/modules/spr/capi/src/capi_spr_avsync_utils.c @@ -4,8 +4,8 @@ * This file contains implementation of the AVSync Utilities used by the SPR module * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_spr_i.h" diff --git a/fwk/spf/modules/spr/capi/src/capi_spr_avsync_utils_island.c b/fwk/spf/modules/spr/capi/src/capi_spr_avsync_utils_island.c index 162b6beb..064ff15b 100644 --- a/fwk/spf/modules/spr/capi/src/capi_spr_avsync_utils_island.c +++ b/fwk/spf/modules/spr/capi/src/capi_spr_avsync_utils_island.c @@ -1,6 +1,6 @@ /*========================================================================== - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause * =========================================================================*/ /** diff --git a/fwk/spf/modules/spr/capi/src/capi_spr_data_utils_island.c b/fwk/spf/modules/spr/capi/src/capi_spr_data_utils_island.c index 93edfc7d..e771b53e 100644 --- a/fwk/spf/modules/spr/capi/src/capi_spr_data_utils_island.c +++ b/fwk/spf/modules/spr/capi/src/capi_spr_data_utils_island.c @@ -4,8 +4,8 @@ * This file contains CAPI implementation of Splitter Renderer Module data utilities * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_spr_i.h" diff --git a/fwk/spf/modules/spr/capi/src/capi_spr_i.h b/fwk/spf/modules/spr/capi/src/capi_spr_i.h index 08217356..62ace95a 100644 --- a/fwk/spf/modules/spr/capi/src/capi_spr_i.h +++ b/fwk/spf/modules/spr/capi/src/capi_spr_i.h @@ -7,8 +7,8 @@ * This file contains CAPI API's published by Splitter-Renderer module * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi.h" diff --git a/fwk/spf/modules/spr/capi/src/capi_spr_imc_utils.c b/fwk/spf/modules/spr/capi/src/capi_spr_imc_utils.c index 99f13e39..cde237bf 100644 --- a/fwk/spf/modules/spr/capi/src/capi_spr_imc_utils.c +++ b/fwk/spf/modules/spr/capi/src/capi_spr_imc_utils.c @@ -4,8 +4,8 @@ * This file contains CAPI V2 IMC utils implementation of SPR module * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_spr_i.h" diff --git a/fwk/spf/modules/spr/capi/src/capi_spr_imc_utils_island.c b/fwk/spf/modules/spr/capi/src/capi_spr_imc_utils_island.c index 110559e9..144be0a3 100644 --- a/fwk/spf/modules/spr/capi/src/capi_spr_imc_utils_island.c +++ b/fwk/spf/modules/spr/capi/src/capi_spr_imc_utils_island.c @@ -1,6 +1,6 @@ /*========================================================================== - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause * =========================================================================*/ /** diff --git a/fwk/spf/modules/spr/capi/src/capi_spr_int_buf_utils.c b/fwk/spf/modules/spr/capi/src/capi_spr_int_buf_utils.c index fa8879e9..6262c3c8 100644 --- a/fwk/spf/modules/spr/capi/src/capi_spr_int_buf_utils.c +++ b/fwk/spf/modules/spr/capi/src/capi_spr_int_buf_utils.c @@ -4,8 +4,8 @@ * This file contains CAPI implementation of Splitter Renderer Module internal buffer utilities * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_spr_i.h" diff --git a/fwk/spf/modules/spr/capi/src/capi_spr_int_buf_utils_island.c b/fwk/spf/modules/spr/capi/src/capi_spr_int_buf_utils_island.c index a5c367b7..a8911b63 100644 --- a/fwk/spf/modules/spr/capi/src/capi_spr_int_buf_utils_island.c +++ b/fwk/spf/modules/spr/capi/src/capi_spr_int_buf_utils_island.c @@ -1,6 +1,6 @@ /*========================================================================== - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause * =========================================================================*/ /** diff --git a/fwk/spf/modules/spr/capi/src/capi_spr_path_delay.c b/fwk/spf/modules/spr/capi/src/capi_spr_path_delay.c index f19cb318..d8c6406e 100644 --- a/fwk/spf/modules/spr/capi/src/capi_spr_path_delay.c +++ b/fwk/spf/modules/spr/capi/src/capi_spr_path_delay.c @@ -4,8 +4,8 @@ * This file contains CAPI implementation of SPR path delay * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_spr_i.h" diff --git a/fwk/spf/modules/spr/capi/src/capi_spr_path_delay_island.c b/fwk/spf/modules/spr/capi/src/capi_spr_path_delay_island.c index c3ecd2c5..5f1b4af7 100644 --- a/fwk/spf/modules/spr/capi/src/capi_spr_path_delay_island.c +++ b/fwk/spf/modules/spr/capi/src/capi_spr_path_delay_island.c @@ -1,6 +1,6 @@ /*========================================================================== - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause * =========================================================================*/ /** diff --git a/fwk/spf/modules/spr/capi/src/capi_spr_utils.c b/fwk/spf/modules/spr/capi/src/capi_spr_utils.c index 3e09ca1f..1ab83952 100644 --- a/fwk/spf/modules/spr/capi/src/capi_spr_utils.c +++ b/fwk/spf/modules/spr/capi/src/capi_spr_utils.c @@ -4,8 +4,8 @@ * This file contains CAPI implementation of Splitter Renderer Module utilities * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_spr_i.h" diff --git a/fwk/spf/modules/spr/capi/src/capi_spr_utils_island.c b/fwk/spf/modules/spr/capi/src/capi_spr_utils_island.c index e215e70f..f143fa33 100644 --- a/fwk/spf/modules/spr/capi/src/capi_spr_utils_island.c +++ b/fwk/spf/modules/spr/capi/src/capi_spr_utils_island.c @@ -1,6 +1,6 @@ /*========================================================================== - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause * =========================================================================*/ /** diff --git a/fwk/spf/modules/spr/capi/stub_src/capi_spr.c b/fwk/spf/modules/spr/capi/stub_src/capi_spr.c index 44b00e8b..e8fa0d25 100644 --- a/fwk/spf/modules/spr/capi/stub_src/capi_spr.c +++ b/fwk/spf/modules/spr/capi/stub_src/capi_spr.c @@ -4,8 +4,8 @@ * This file contains CAPI Stub implementation for SPR module * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_spr.h" diff --git a/fwk/spf/modules/spr/lib/inc/circular_buffer.h b/fwk/spf/modules/spr/lib/inc/circular_buffer.h index 23b227cd..d1fd2118 100644 --- a/fwk/spf/modules/spr/lib/inc/circular_buffer.h +++ b/fwk/spf/modules/spr/lib/inc/circular_buffer.h @@ -7,8 +7,8 @@ * This file contains utility functions for handling fragmented circular buffer operation. * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifdef AVS_BUILD_SOS #include "capi_cmn.h" diff --git a/fwk/spf/modules/spr/lib/inc/spr_lib.h b/fwk/spf/modules/spr/lib/inc/spr_lib.h index c775a900..8d459e2b 100644 --- a/fwk/spf/modules/spr/lib/inc/spr_lib.h +++ b/fwk/spf/modules/spr/lib/inc/spr_lib.h @@ -7,8 +7,8 @@ * This file contains utility functions for handling circular buffering * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_defs.h" diff --git a/fwk/spf/modules/spr/lib/src/cicular_buffer_island.c b/fwk/spf/modules/spr/lib/src/cicular_buffer_island.c index 091f0164..1327f63a 100644 --- a/fwk/spf/modules/spr/lib/src/cicular_buffer_island.c +++ b/fwk/spf/modules/spr/lib/src/cicular_buffer_island.c @@ -4,8 +4,8 @@ * This file contains implementation of circular buffering * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "circular_buffer.h" diff --git a/fwk/spf/modules/spr/lib/src/spr_lib_island.c b/fwk/spf/modules/spr/lib/src/spr_lib_island.c index ed48c62d..d3a3fe80 100644 --- a/fwk/spf/modules/spr/lib/src/spr_lib_island.c +++ b/fwk/spf/modules/spr/lib/src/spr_lib_island.c @@ -4,8 +4,8 @@ * This file contains implementation of SPR driver * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spr_lib.h" diff --git a/fwk/spf/modules/sync_module/api/sync_api.h b/fwk/spf/modules/sync_module/api/sync_api.h index 638e0f8a..36ce984f 100644 --- a/fwk/spf/modules/sync_module/api/sync_api.h +++ b/fwk/spf/modules/sync_module/api/sync_api.h @@ -6,8 +6,8 @@ * This file contains the Sync module APIs * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_defs.h" diff --git a/fwk/spf/modules/sync_module/capi/inc/capi_sync.h b/fwk/spf/modules/sync_module/capi/inc/capi_sync.h index d42cad4b..163ab587 100644 --- a/fwk/spf/modules/sync_module/capi/inc/capi_sync.h +++ b/fwk/spf/modules/sync_module/capi/inc/capi_sync.h @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _CAPI_SYNC_H_ diff --git a/fwk/spf/modules/sync_module/capi/src/capi_sync.c b/fwk/spf/modules/sync_module/capi/src/capi_sync.c index a03d7ca7..0b786ecf 100644 --- a/fwk/spf/modules/sync_module/capi/src/capi_sync.c +++ b/fwk/spf/modules/sync_module/capi/src/capi_sync.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_sync_i.h" diff --git a/fwk/spf/modules/sync_module/capi/src/capi_sync_control_utils.c b/fwk/spf/modules/sync_module/capi/src/capi_sync_control_utils.c index 2cb69b51..0cc032dc 100644 --- a/fwk/spf/modules/sync_module/capi/src/capi_sync_control_utils.c +++ b/fwk/spf/modules/sync_module/capi/src/capi_sync_control_utils.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_sync_i.h" diff --git a/fwk/spf/modules/sync_module/capi/src/capi_sync_data_utils.c b/fwk/spf/modules/sync_module/capi/src/capi_sync_data_utils.c index bcae76f0..8b40454b 100644 --- a/fwk/spf/modules/sync_module/capi/src/capi_sync_data_utils.c +++ b/fwk/spf/modules/sync_module/capi/src/capi_sync_data_utils.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_sync_i.h" diff --git a/fwk/spf/modules/sync_module/capi/src/capi_sync_event_utils.c b/fwk/spf/modules/sync_module/capi/src/capi_sync_event_utils.c index 2d73772d..ff434d0d 100644 --- a/fwk/spf/modules/sync_module/capi/src/capi_sync_event_utils.c +++ b/fwk/spf/modules/sync_module/capi/src/capi_sync_event_utils.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_sync_i.h" diff --git a/fwk/spf/modules/sync_module/capi/src/capi_sync_i.h b/fwk/spf/modules/sync_module/capi/src/capi_sync_i.h index 3318be8d..c0316fe8 100644 --- a/fwk/spf/modules/sync_module/capi/src/capi_sync_i.h +++ b/fwk/spf/modules/sync_module/capi/src/capi_sync_i.h @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _CAPI_SYNC_I_H_ diff --git a/fwk/spf/modules/sync_module/capi/src/capi_sync_port_utils.c b/fwk/spf/modules/sync_module/capi/src/capi_sync_port_utils.c index 93ec0be3..65bbb16a 100644 --- a/fwk/spf/modules/sync_module/capi/src/capi_sync_port_utils.c +++ b/fwk/spf/modules/sync_module/capi/src/capi_sync_port_utils.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_sync_i.h" diff --git a/fwk/spf/modules/sync_module/capi/src/capi_sync_process_ec_mode.c b/fwk/spf/modules/sync_module/capi/src/capi_sync_process_ec_mode.c index eac0eb7c..ddfd5741 100644 --- a/fwk/spf/modules/sync_module/capi/src/capi_sync_process_ec_mode.c +++ b/fwk/spf/modules/sync_module/capi/src/capi_sync_process_ec_mode.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_sync_i.h" diff --git a/fwk/spf/modules/sync_module/capi/src/capi_sync_process_generic.c b/fwk/spf/modules/sync_module/capi/src/capi_sync_process_generic.c index d05c3b2a..65c70827 100644 --- a/fwk/spf/modules/sync_module/capi/src/capi_sync_process_generic.c +++ b/fwk/spf/modules/sync_module/capi/src/capi_sync_process_generic.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_sync_i.h" diff --git a/fwk/spf/modules/sync_module/capi/src/capi_sync_utils.c b/fwk/spf/modules/sync_module/capi/src/capi_sync_utils.c index e80376a6..f8711153 100644 --- a/fwk/spf/modules/sync_module/capi/src/capi_sync_utils.c +++ b/fwk/spf/modules/sync_module/capi/src/capi_sync_utils.c @@ -4,8 +4,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_sync_i.h" diff --git a/fwk/spf/modules/sync_module/capi/stub_src/capi_sync_stub.c b/fwk/spf/modules/sync_module/capi/stub_src/capi_sync_stub.c index 5f843fdf..801f8a03 100644 --- a/fwk/spf/modules/sync_module/capi/stub_src/capi_sync_stub.c +++ b/fwk/spf/modules/sync_module/capi/stub_src/capi_sync_stub.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_sync.h" diff --git a/fwk/spf/modules/timed_renderer/api/trm_api.h b/fwk/spf/modules/timed_renderer/api/trm_api.h index 23cdcca8..b5369940 100644 --- a/fwk/spf/modules/timed_renderer/api/trm_api.h +++ b/fwk/spf/modules/timed_renderer/api/trm_api.h @@ -6,8 +6,8 @@ * API file for Timed Renderer Module * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "apm_graph_properties.h" diff --git a/fwk/spf/modules/timed_renderer/capi/inc/capi_trm.h b/fwk/spf/modules/timed_renderer/capi/inc/capi_trm.h index ef7e7e4b..3be53e73 100644 --- a/fwk/spf/modules/timed_renderer/capi/inc/capi_trm.h +++ b/fwk/spf/modules/timed_renderer/capi/inc/capi_trm.h @@ -4,8 +4,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef CAPI_TRM_H diff --git a/fwk/spf/modules/timed_renderer/capi/src/capi_trm.c b/fwk/spf/modules/timed_renderer/capi/src/capi_trm.c index ffbfb468..f3de1d66 100644 --- a/fwk/spf/modules/timed_renderer/capi/src/capi_trm.c +++ b/fwk/spf/modules/timed_renderer/capi/src/capi_trm.c @@ -4,8 +4,8 @@ * This file contains CAPI implementation of Timed Renderer Module * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "trm_api.h" diff --git a/fwk/spf/modules/timed_renderer/capi/src/capi_trm_island.c b/fwk/spf/modules/timed_renderer/capi/src/capi_trm_island.c index 3eca7e67..ecd67fb5 100644 --- a/fwk/spf/modules/timed_renderer/capi/src/capi_trm_island.c +++ b/fwk/spf/modules/timed_renderer/capi/src/capi_trm_island.c @@ -4,8 +4,8 @@ * This file contains CAPI implementation of Timed Renderer Module * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "trm_api.h" diff --git a/fwk/spf/modules/timed_renderer/capi/src/capi_trm_utils.c b/fwk/spf/modules/timed_renderer/capi/src/capi_trm_utils.c index 837ea8eb..399bf1e0 100644 --- a/fwk/spf/modules/timed_renderer/capi/src/capi_trm_utils.c +++ b/fwk/spf/modules/timed_renderer/capi/src/capi_trm_utils.c @@ -4,8 +4,8 @@ * This file contains utilities implementation of Timed Renderer Module * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_trm_utils.h" diff --git a/fwk/spf/modules/timed_renderer/capi/src/capi_trm_utils.h b/fwk/spf/modules/timed_renderer/capi/src/capi_trm_utils.h index 9d1f3f85..61870080 100644 --- a/fwk/spf/modules/timed_renderer/capi/src/capi_trm_utils.h +++ b/fwk/spf/modules/timed_renderer/capi/src/capi_trm_utils.h @@ -4,8 +4,8 @@ * Header file of utilities for TRM * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef CAPI_TRM_UTILS_H diff --git a/fwk/spf/modules/timed_renderer/capi/src/capi_trm_utils_island.c b/fwk/spf/modules/timed_renderer/capi/src/capi_trm_utils_island.c index 47296456..5ec20e27 100644 --- a/fwk/spf/modules/timed_renderer/capi/src/capi_trm_utils_island.c +++ b/fwk/spf/modules/timed_renderer/capi/src/capi_trm_utils_island.c @@ -4,8 +4,8 @@ * This file contains utilities implementation of Timed Renderer Module * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "capi_trm_utils.h" diff --git a/fwk/spf/utils/circular_buffer/inc/spf_circular_buffer.h b/fwk/spf/utils/circular_buffer/inc/spf_circular_buffer.h index 438e86a2..a9d0902b 100644 --- a/fwk/spf/utils/circular_buffer/inc/spf_circular_buffer.h +++ b/fwk/spf/utils/circular_buffer/inc/spf_circular_buffer.h @@ -9,8 +9,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_defs.h" diff --git a/fwk/spf/utils/circular_buffer/src/spf_circular_buffer.c b/fwk/spf/utils/circular_buffer/src/spf_circular_buffer.c index 218a7b73..fa119e3c 100644 --- a/fwk/spf/utils/circular_buffer/src/spf_circular_buffer.c +++ b/fwk/spf/utils/circular_buffer/src/spf_circular_buffer.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*============================================================================== diff --git a/fwk/spf/utils/circular_buffer/src/spf_circular_buffer_i.h b/fwk/spf/utils/circular_buffer/src/spf_circular_buffer_i.h index be6bb1f1..e09ea03b 100644 --- a/fwk/spf/utils/circular_buffer/src/spf_circular_buffer_i.h +++ b/fwk/spf/utils/circular_buffer/src/spf_circular_buffer_i.h @@ -9,8 +9,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spf_circular_buffer.h" diff --git a/fwk/spf/utils/circular_buffer/src/spf_circular_buffer_island.c b/fwk/spf/utils/circular_buffer/src/spf_circular_buffer_island.c index 988146e4..07686b83 100644 --- a/fwk/spf/utils/circular_buffer/src/spf_circular_buffer_island.c +++ b/fwk/spf/utils/circular_buffer/src/spf_circular_buffer_island.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*============================================================================== diff --git a/fwk/spf/utils/circular_buffer/src/spf_circular_buffer_md_utils.c b/fwk/spf/utils/circular_buffer/src/spf_circular_buffer_md_utils.c index 993c7fd3..98b90742 100644 --- a/fwk/spf/utils/circular_buffer/src/spf_circular_buffer_md_utils.c +++ b/fwk/spf/utils/circular_buffer/src/spf_circular_buffer_md_utils.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*============================================================================== diff --git a/fwk/spf/utils/circular_buffer/src/spf_circular_buffer_utils.c b/fwk/spf/utils/circular_buffer/src/spf_circular_buffer_utils.c index 280987a2..478093cb 100644 --- a/fwk/spf/utils/circular_buffer/src/spf_circular_buffer_utils.c +++ b/fwk/spf/utils/circular_buffer/src/spf_circular_buffer_utils.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*============================================================================== diff --git a/fwk/spf/utils/cmn/api/spf_sys_util_api.h b/fwk/spf/utils/cmn/api/spf_sys_util_api.h index 5b43af9e..048e29e7 100644 --- a/fwk/spf/utils/cmn/api/spf_sys_util_api.h +++ b/fwk/spf/utils/cmn/api/spf_sys_util_api.h @@ -4,8 +4,8 @@ * API header for Integrated Resource Monitor (IRM). * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _SPF_SYS_UTIL_API_H_ diff --git a/fwk/spf/utils/cmn/inc/spf_bufmgr.h b/fwk/spf/utils/cmn/inc/spf_bufmgr.h index b3d4f1c5..8661920b 100644 --- a/fwk/spf/utils/cmn/inc/spf_bufmgr.h +++ b/fwk/spf/utils/cmn/inc/spf_bufmgr.h @@ -9,8 +9,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*=========================================================================== diff --git a/fwk/spf/utils/cmn/inc/spf_debug_info_dump.h b/fwk/spf/utils/cmn/inc/spf_debug_info_dump.h index 5f2948b3..5fe9c96d 100644 --- a/fwk/spf/utils/cmn/inc/spf_debug_info_dump.h +++ b/fwk/spf/utils/cmn/inc/spf_debug_info_dump.h @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*=========================================================================== diff --git a/fwk/spf/utils/cmn/inc/spf_hashtable.h b/fwk/spf/utils/cmn/inc/spf_hashtable.h index 13763a95..a53d1aec 100644 --- a/fwk/spf/utils/cmn/inc/spf_hashtable.h +++ b/fwk/spf/utils/cmn/inc/spf_hashtable.h @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_error_codes.h" diff --git a/fwk/spf/utils/cmn/inc/spf_macros.h b/fwk/spf/utils/cmn/inc/spf_macros.h index ed7cc058..00bae549 100644 --- a/fwk/spf/utils/cmn/inc/spf_macros.h +++ b/fwk/spf/utils/cmn/inc/spf_macros.h @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*------------------------------------------------------------------------------ diff --git a/fwk/spf/utils/cmn/inc/spf_main.h b/fwk/spf/utils/cmn/inc/spf_main.h index 0fd11b45..7cbf34f5 100644 --- a/fwk/spf/utils/cmn/inc/spf_main.h +++ b/fwk/spf/utils/cmn/inc/spf_main.h @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*=========================================================================== diff --git a/fwk/spf/utils/cmn/inc/spf_msg_util.h b/fwk/spf/utils/cmn/inc/spf_msg_util.h index d9e6653c..5ecc18b3 100644 --- a/fwk/spf/utils/cmn/inc/spf_msg_util.h +++ b/fwk/spf/utils/cmn/inc/spf_msg_util.h @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*=========================================================================== diff --git a/fwk/spf/utils/cmn/inc/spf_ref_counter.h b/fwk/spf/utils/cmn/inc/spf_ref_counter.h index ffe5e9b8..2fc0b8d3 100644 --- a/fwk/spf/utils/cmn/inc/spf_ref_counter.h +++ b/fwk/spf/utils/cmn/inc/spf_ref_counter.h @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /** @weakgroup weakf_spf_ref_counter_overview diff --git a/fwk/spf/utils/cmn/inc/spf_svc_calib.h b/fwk/spf/utils/cmn/inc/spf_svc_calib.h index e58b2f55..1b579a23 100644 --- a/fwk/spf/utils/cmn/inc/spf_svc_calib.h +++ b/fwk/spf/utils/cmn/inc/spf_svc_calib.h @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*=========================================================================== diff --git a/fwk/spf/utils/cmn/inc/spf_svc_utils.h b/fwk/spf/utils/cmn/inc/spf_svc_utils.h index 1eb4973e..f0d2b325 100644 --- a/fwk/spf/utils/cmn/inc/spf_svc_utils.h +++ b/fwk/spf/utils/cmn/inc/spf_svc_utils.h @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _SPF_SVC_UTIL_H_ diff --git a/fwk/spf/utils/cmn/inc/spf_sys_util.h b/fwk/spf/utils/cmn/inc/spf_sys_util.h index 21f28c32..58060fb6 100644 --- a/fwk/spf/utils/cmn/inc/spf_sys_util.h +++ b/fwk/spf/utils/cmn/inc/spf_sys_util.h @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _SPF_SVC_REG_UTIL_H_ diff --git a/fwk/spf/utils/cmn/inc/spf_utils.h b/fwk/spf/utils/cmn/inc/spf_utils.h index 26138be0..c1ab6328 100644 --- a/fwk/spf/utils/cmn/inc/spf_utils.h +++ b/fwk/spf/utils/cmn/inc/spf_utils.h @@ -9,8 +9,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ======================================================================= diff --git a/fwk/spf/utils/cmn/src/spf_bufmgr.c b/fwk/spf/utils/cmn/src/spf_bufmgr.c index 41509ba6..39c00e39 100644 --- a/fwk/spf/utils/cmn/src/spf_bufmgr.c +++ b/fwk/spf/utils/cmn/src/spf_bufmgr.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ======================================================================= diff --git a/fwk/spf/utils/cmn/src/spf_bufmgr_island.c b/fwk/spf/utils/cmn/src/spf_bufmgr_island.c index 14a4aa4c..9b9f5c4d 100644 --- a/fwk/spf/utils/cmn/src/spf_bufmgr_island.c +++ b/fwk/spf/utils/cmn/src/spf_bufmgr_island.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ======================================================================= diff --git a/fwk/spf/utils/cmn/src/spf_debug_info_dump.c b/fwk/spf/utils/cmn/src/spf_debug_info_dump.c index f8eb4cf6..f822fe9b 100644 --- a/fwk/spf/utils/cmn/src/spf_debug_info_dump.c +++ b/fwk/spf/utils/cmn/src/spf_debug_info_dump.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ======================================================================= diff --git a/fwk/spf/utils/cmn/src/spf_hashtable.c b/fwk/spf/utils/cmn/src/spf_hashtable.c index 5ac2f340..09904951 100644 --- a/fwk/spf/utils/cmn/src/spf_hashtable.c +++ b/fwk/spf/utils/cmn/src/spf_hashtable.c @@ -4,8 +4,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spf_hashtable.h" diff --git a/fwk/spf/utils/cmn/src/spf_main.c b/fwk/spf/utils/cmn/src/spf_main.c index e84060af..aeae3b02 100644 --- a/fwk/spf/utils/cmn/src/spf_main.c +++ b/fwk/spf/utils/cmn/src/spf_main.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ======================================================================= diff --git a/fwk/spf/utils/cmn/src/spf_msg_utils.c b/fwk/spf/utils/cmn/src/spf_msg_utils.c index 20506113..3afa1f58 100644 --- a/fwk/spf/utils/cmn/src/spf_msg_utils.c +++ b/fwk/spf/utils/cmn/src/spf_msg_utils.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ======================================================================= diff --git a/fwk/spf/utils/cmn/src/spf_msg_utils_island.c b/fwk/spf/utils/cmn/src/spf_msg_utils_island.c index bf723f1f..357d140c 100644 --- a/fwk/spf/utils/cmn/src/spf_msg_utils_island.c +++ b/fwk/spf/utils/cmn/src/spf_msg_utils_island.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ======================================================================= diff --git a/fwk/spf/utils/cmn/src/spf_ref_counter.c b/fwk/spf/utils/cmn/src/spf_ref_counter.c index 1bc69e73..b7f126af 100644 --- a/fwk/spf/utils/cmn/src/spf_ref_counter.c +++ b/fwk/spf/utils/cmn/src/spf_ref_counter.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spf_ref_counter.h" diff --git a/fwk/spf/utils/cmn/src/spf_svc_calib.c b/fwk/spf/utils/cmn/src/spf_svc_calib.c index 5bbe35b8..deeb3a04 100644 --- a/fwk/spf/utils/cmn/src/spf_svc_calib.c +++ b/fwk/spf/utils/cmn/src/spf_svc_calib.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spf_svc_calib.h" diff --git a/fwk/spf/utils/cmn/src/spf_svc_utils.c b/fwk/spf/utils/cmn/src/spf_svc_utils.c index 7d4321ac..e3bc694d 100644 --- a/fwk/spf/utils/cmn/src/spf_svc_utils.c +++ b/fwk/spf/utils/cmn/src/spf_svc_utils.c @@ -7,7 +7,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "spf_svc_utils.h" diff --git a/fwk/spf/utils/cmn/src/spf_sys_util.c b/fwk/spf/utils/cmn/src/spf_sys_util.c index 2270f4a1..6cb56c17 100644 --- a/fwk/spf/utils/cmn/src/spf_sys_util.c +++ b/fwk/spf/utils/cmn/src/spf_sys_util.c @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spf_sys_util.h" diff --git a/fwk/spf/utils/interleaver/inc/spf_interleaver.h b/fwk/spf/utils/interleaver/inc/spf_interleaver.h index 2b1a8d93..4fbc129d 100644 --- a/fwk/spf/utils/interleaver/inc/spf_interleaver.h +++ b/fwk/spf/utils/interleaver/inc/spf_interleaver.h @@ -3,8 +3,8 @@ file spf_interleaver.h This file contains declarations of interleaver and de-interleaver functions - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ======================================================================*/ /* ======================================================================= diff --git a/fwk/spf/utils/interleaver/src/spf_interleaver_island.c b/fwk/spf/utils/interleaver/src/spf_interleaver_island.c index 053a6ff4..8697f9fc 100644 --- a/fwk/spf/utils/interleaver/src/spf_interleaver_island.c +++ b/fwk/spf/utils/interleaver/src/spf_interleaver_island.c @@ -3,8 +3,8 @@ file spf_interleaver.cpp This file contains functions for interleaving/deinterleaving -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ======================================================================*/ /* ======================================================================= diff --git a/fwk/spf/utils/list/inc/spf_list_utils.h b/fwk/spf/utils/list/inc/spf_list_utils.h index 89746b26..b62ed390 100644 --- a/fwk/spf/utils/list/inc/spf_list_utils.h +++ b/fwk/spf/utils/list/inc/spf_list_utils.h @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "posal.h" diff --git a/fwk/spf/utils/list/src/spf_list_utils.c b/fwk/spf/utils/list/src/spf_list_utils.c index b486f9e4..f48f8add 100644 --- a/fwk/spf/utils/list/src/spf_list_utils.c +++ b/fwk/spf/utils/list/src/spf_list_utils.c @@ -6,7 +6,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "spf_list_utils.h" diff --git a/fwk/spf/utils/list/src/spf_list_utils_i.h b/fwk/spf/utils/list/src/spf_list_utils_i.h index 8bb5e5d6..90eab0b2 100644 --- a/fwk/spf/utils/list/src/spf_list_utils_i.h +++ b/fwk/spf/utils/list/src/spf_list_utils_i.h @@ -9,7 +9,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #ifdef __cplusplus diff --git a/fwk/spf/utils/list/src/spf_list_utils_island.c b/fwk/spf/utils/list/src/spf_list_utils_island.c index 8f982e78..f4f016b5 100644 --- a/fwk/spf/utils/list/src/spf_list_utils_island.c +++ b/fwk/spf/utils/list/src/spf_list_utils_island.c @@ -6,7 +6,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ /*============================================================================== diff --git a/fwk/spf/utils/lpi_pool/inc/spf_lpi_pool_utils.h b/fwk/spf/utils/lpi_pool/inc/spf_lpi_pool_utils.h index afba93f0..5833b725 100644 --- a/fwk/spf/utils/lpi_pool/inc/spf_lpi_pool_utils.h +++ b/fwk/spf/utils/lpi_pool/inc/spf_lpi_pool_utils.h @@ -9,8 +9,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "posal.h" diff --git a/fwk/spf/utils/lpi_pool/src/spf_lpi_pool_utils.c b/fwk/spf/utils/lpi_pool/src/spf_lpi_pool_utils.c index 64c58911..58467215 100644 --- a/fwk/spf/utils/lpi_pool/src/spf_lpi_pool_utils.c +++ b/fwk/spf/utils/lpi_pool/src/spf_lpi_pool_utils.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*============================================================================== diff --git a/fwk/spf/utils/lpi_pool/src/spf_lpi_pool_utils_island.c b/fwk/spf/utils/lpi_pool/src/spf_lpi_pool_utils_island.c index ac9a6ea3..a81c6f06 100644 --- a/fwk/spf/utils/lpi_pool/src/spf_lpi_pool_utils_island.c +++ b/fwk/spf/utils/lpi_pool/src/spf_lpi_pool_utils_island.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*============================================================================== diff --git a/fwk/spf/utils/lpi_pool/stub_src/spf_lpi_pool_utils_island.c b/fwk/spf/utils/lpi_pool/stub_src/spf_lpi_pool_utils_island.c index efda8d31..2bebb480 100644 --- a/fwk/spf/utils/lpi_pool/stub_src/spf_lpi_pool_utils_island.c +++ b/fwk/spf/utils/lpi_pool/stub_src/spf_lpi_pool_utils_island.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*============================================================================== diff --git a/fwk/spf/utils/thread_pool/inc/spf_thread_pool.h b/fwk/spf/utils/thread_pool/inc/spf_thread_pool.h index b2912cf9..04947944 100644 --- a/fwk/spf/utils/thread_pool/inc/spf_thread_pool.h +++ b/fwk/spf/utils/thread_pool/inc/spf_thread_pool.h @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_defs.h" diff --git a/fwk/spf/utils/thread_pool/src/spf_thread_pool.c b/fwk/spf/utils/thread_pool/src/spf_thread_pool.c index 5932db08..f579f78d 100644 --- a/fwk/spf/utils/thread_pool/src/spf_thread_pool.c +++ b/fwk/spf/utils/thread_pool/src/spf_thread_pool.c @@ -6,7 +6,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "spf_thread_pool_i.h" diff --git a/fwk/spf/utils/thread_pool/src/spf_thread_pool_i.h b/fwk/spf/utils/thread_pool/src/spf_thread_pool_i.h index 6c91ce9a..b785de80 100644 --- a/fwk/spf/utils/thread_pool/src/spf_thread_pool_i.h +++ b/fwk/spf/utils/thread_pool/src/spf_thread_pool_i.h @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spf_thread_pool.h" diff --git a/fwk/spf/utils/thread_pool/src/spf_thread_pool_island.c b/fwk/spf/utils/thread_pool/src/spf_thread_pool_island.c index 3281430c..8a373348 100644 --- a/fwk/spf/utils/thread_pool/src/spf_thread_pool_island.c +++ b/fwk/spf/utils/thread_pool/src/spf_thread_pool_island.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spf_thread_pool_i.h" diff --git a/fwk/spf/utils/thread_pool/tst/spf_thread_pool_test.c b/fwk/spf/utils/thread_pool/tst/spf_thread_pool_test.c index 847432a9..c3a9888a 100644 --- a/fwk/spf/utils/thread_pool/tst/spf_thread_pool_test.c +++ b/fwk/spf/utils/thread_pool/tst/spf_thread_pool_test.c @@ -5,7 +5,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "spf_thread_pool_test.h" diff --git a/fwk/spf/utils/thread_pool/tst/spf_thread_pool_test.h b/fwk/spf/utils/thread_pool/tst/spf_thread_pool_test.h index a165cce0..d304e821 100644 --- a/fwk/spf/utils/thread_pool/tst/spf_thread_pool_test.h +++ b/fwk/spf/utils/thread_pool/tst/spf_thread_pool_test.h @@ -7,7 +7,7 @@ * * \copyright * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "spf_thread_pool.h" diff --git a/fwk/spf/utils/watchdog_svc/inc/spf_watchdog_svc.h b/fwk/spf/utils/watchdog_svc/inc/spf_watchdog_svc.h index d96b7835..89b85917 100644 --- a/fwk/spf/utils/watchdog_svc/inc/spf_watchdog_svc.h +++ b/fwk/spf/utils/watchdog_svc/inc/spf_watchdog_svc.h @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_defs.h" diff --git a/fwk/spf/utils/watchdog_svc/src/spf_watchdog_svc.c b/fwk/spf/utils/watchdog_svc/src/spf_watchdog_svc.c index 20241f66..c3a7a00e 100644 --- a/fwk/spf/utils/watchdog_svc/src/spf_watchdog_svc.c +++ b/fwk/spf/utils/watchdog_svc/src/spf_watchdog_svc.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spf_watchdog_svc.h" diff --git a/fwk/spf/utils/watchdog_svc/stub_src/spf_watchdog_svc.c b/fwk/spf/utils/watchdog_svc/stub_src/spf_watchdog_svc.c index 6dc7de95..32576f08 100644 --- a/fwk/spf/utils/watchdog_svc/stub_src/spf_watchdog_svc.c +++ b/fwk/spf/utils/watchdog_svc/stub_src/spf_watchdog_svc.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "spf_watchdog_svc.h" diff --git a/gpr/api/ar_guids.h b/gpr/api/ar_guids.h index 758aafa0..df3b968a 100644 --- a/gpr/api/ar_guids.h +++ b/gpr/api/ar_guids.h @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/gpr/api/ar_types.h b/gpr/api/ar_types.h index eef1104f..bca57036 100644 --- a/gpr/api/ar_types.h +++ b/gpr/api/ar_types.h @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/gpr/api/gpr_api.h b/gpr/api/gpr_api.h index cd8a4a04..78d30db6 100644 --- a/gpr/api/gpr_api.h +++ b/gpr/api/gpr_api.h @@ -5,8 +5,8 @@ * @file gpr_api.h * @brief This file contains GPR APIs * - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /****************************************************************************** diff --git a/gpr/api/gpr_api_inline.h b/gpr/api/gpr_api_inline.h index e840695d..ce74a1f3 100644 --- a/gpr/api/gpr_api_inline.h +++ b/gpr/api/gpr_api_inline.h @@ -5,8 +5,8 @@ * @file gpr_api_inline.h * @brief This file contains GPR APIs * - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /****************************************************************************** diff --git a/gpr/api/gpr_comdef.h b/gpr/api/gpr_comdef.h index 8ce3c4e6..ac0daa8c 100644 --- a/gpr/api/gpr_comdef.h +++ b/gpr/api/gpr_comdef.h @@ -5,8 +5,8 @@ * @file gpr_comdef.h * @brief This file contains GPR common defs * - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/gpr/api/gpr_ids_domains.h b/gpr/api/gpr_ids_domains.h index 53013324..00d63e88 100644 --- a/gpr/api/gpr_ids_domains.h +++ b/gpr/api/gpr_ids_domains.h @@ -7,8 +7,8 @@ * @file gpr_ids_domains.h * @brief This file contains GPR IDs and domains * - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/gpr/api/gpr_msg_if.h b/gpr/api/gpr_msg_if.h index 3a2553c8..5016b2ec 100644 --- a/gpr/api/gpr_msg_if.h +++ b/gpr/api/gpr_msg_if.h @@ -5,8 +5,8 @@ * @file gpr_msg_if.h * @brief This file contains GPR list APIs * - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/gpr/api/gpr_pack_begin.h b/gpr/api/gpr_pack_begin.h index 23aadbb8..fb7524d1 100644 --- a/gpr/api/gpr_pack_begin.h +++ b/gpr/api/gpr_pack_begin.h @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/gpr/api/gpr_pack_end.h b/gpr/api/gpr_pack_end.h index 63c88b12..d8dd035d 100644 --- a/gpr/api/gpr_pack_end.h +++ b/gpr/api/gpr_pack_end.h @@ -6,8 +6,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/gpr/api/gpr_packet.h b/gpr/api/gpr_packet.h index 4f005e2f..e1925ca6 100644 --- a/gpr/api/gpr_packet.h +++ b/gpr/api/gpr_packet.h @@ -5,8 +5,8 @@ * @file gpr_packet.h * @brief This file contains GPR packet definitions * - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/gpr/api/gpr_proc_info_api.h b/gpr/api/gpr_proc_info_api.h index 4c37ba24..d0c5e29b 100644 --- a/gpr/api/gpr_proc_info_api.h +++ b/gpr/api/gpr_proc_info_api.h @@ -5,8 +5,8 @@ * @file gpr_packet.h * @brief This file contains GPR packet definitions * - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /****************************************************************************** diff --git a/gpr/api/ipc_dl_api.h b/gpr/api/ipc_dl_api.h index f6c660f9..4fa128e1 100644 --- a/gpr/api/ipc_dl_api.h +++ b/gpr/api/ipc_dl_api.h @@ -5,8 +5,8 @@ * @file ipc_dl_api.h * @brief This file contains IPC APIs * - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/gpr/api/private/gpr_private_api.h b/gpr/api/private/gpr_private_api.h index 3f90e4ab..0170d2f0 100644 --- a/gpr/api/private/gpr_private_api.h +++ b/gpr/api/private/gpr_private_api.h @@ -5,8 +5,8 @@ * @file gpr_private_api.h * @brief This file contains GPR Private APIs * - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /****************************************************************************** diff --git a/gpr/core/inc/ar_utils/audioss/ar_msg.h b/gpr/core/inc/ar_utils/audioss/ar_msg.h index 65576b56..c066a2f8 100644 --- a/gpr/core/inc/ar_utils/audioss/ar_msg.h +++ b/gpr/core/inc/ar_utils/audioss/ar_msg.h @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _AR_MSG_H diff --git a/gpr/core/inc/ar_utils/generic/ar_msg.h b/gpr/core/inc/ar_utils/generic/ar_msg.h index 7c0137de..d5c71011 100644 --- a/gpr/core/inc/ar_utils/generic/ar_msg.h +++ b/gpr/core/inc/ar_utils/generic/ar_msg.h @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _AR_MSG_H diff --git a/gpr/core/inc/ar_utils/hexagon/ar_msg.h b/gpr/core/inc/ar_utils/hexagon/ar_msg.h index 60d1fd4a..31a96f81 100644 --- a/gpr/core/inc/ar_utils/hexagon/ar_msg.h +++ b/gpr/core/inc/ar_utils/hexagon/ar_msg.h @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _AR_MSG_H diff --git a/gpr/core/inc/gpr_api_i.h b/gpr/core/inc/gpr_api_i.h index a04775d9..6dbf2be5 100644 --- a/gpr/core/inc/gpr_api_i.h +++ b/gpr/core/inc/gpr_api_i.h @@ -5,8 +5,8 @@ * @file gpr_api_i.h * \brief This file contains GPR internal APIs * - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /****************************************************************************** diff --git a/gpr/core/inc/gpr_heap_i.h b/gpr/core/inc/gpr_heap_i.h index 08513804..d1b6bd40 100644 --- a/gpr/core/inc/gpr_heap_i.h +++ b/gpr/core/inc/gpr_heap_i.h @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_osal_heap.h" diff --git a/gpr/core/inc/gpr_list.h b/gpr/core/inc/gpr_list.h index 53ee74d7..25438a78 100644 --- a/gpr/core/inc/gpr_list.h +++ b/gpr/core/inc/gpr_list.h @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gpr_comdef.h" diff --git a/gpr/core/inc/gpr_session.h b/gpr/core/inc/gpr_session.h index e84a65ae..fbcce922 100644 --- a/gpr/core/inc/gpr_session.h +++ b/gpr/core/inc/gpr_session.h @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "ar_osal_mem_op.h" diff --git a/gpr/core/src/array_based/gpr_session.c b/gpr/core/src/array_based/gpr_session.c index 3291920a..0b32b423 100644 --- a/gpr/core/src/array_based/gpr_session.c +++ b/gpr/core/src/array_based/gpr_session.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /****************************************************************************** diff --git a/gpr/core/src/array_based/gpr_session_island.c b/gpr/core/src/array_based/gpr_session_island.c index 601496d7..f35a4408 100644 --- a/gpr/core/src/array_based/gpr_session_island.c +++ b/gpr/core/src/array_based/gpr_session_island.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /****************************************************************************** diff --git a/gpr/core/src/gpr_drv.c b/gpr/core/src/gpr_drv.c index 92d3f8b8..d41528cc 100644 --- a/gpr/core/src/gpr_drv.c +++ b/gpr/core/src/gpr_drv.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /****************************************************************************** * Includes * diff --git a/gpr/core/src/gpr_drv_i.h b/gpr/core/src/gpr_drv_i.h index f97f04b0..d15f8d8b 100644 --- a/gpr/core/src/gpr_drv_i.h +++ b/gpr/core/src/gpr_drv_i.h @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /****************************************************************************** diff --git a/gpr/core/src/gpr_drv_island.c b/gpr/core/src/gpr_drv_island.c index a1403392..0a0666d5 100644 --- a/gpr/core/src/gpr_drv_island.c +++ b/gpr/core/src/gpr_drv_island.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /****************************************************************************** diff --git a/gpr/core/src/gpr_list.c b/gpr/core/src/gpr_list.c index f6ddc784..40edd6d9 100644 --- a/gpr/core/src/gpr_list.c +++ b/gpr/core/src/gpr_list.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /****************************************************************************** diff --git a/gpr/core/src/gpr_list_i.h b/gpr/core/src/gpr_list_i.h index 9d01e1fd..945e3341 100644 --- a/gpr/core/src/gpr_list_i.h +++ b/gpr/core/src/gpr_list_i.h @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gpr_list.h" diff --git a/gpr/core/src/gpr_list_island.c b/gpr/core/src/gpr_list_island.c index 2d401b94..74276883 100644 --- a/gpr/core/src/gpr_list_island.c +++ b/gpr/core/src/gpr_list_island.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /****************************************************************************** diff --git a/gpr/core/src/gpr_main.c b/gpr/core/src/gpr_main.c index da535d5e..cd9b1a33 100644 --- a/gpr/core/src/gpr_main.c +++ b/gpr/core/src/gpr_main.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /****************************************************************************** diff --git a/gpr/core/src/gpr_memq.c b/gpr/core/src/gpr_memq.c index e8fe8dc8..355a9c3c 100644 --- a/gpr/core/src/gpr_memq.c +++ b/gpr/core/src/gpr_memq.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /****************************************************************************** diff --git a/gpr/core/src/gpr_memq.h b/gpr/core/src/gpr_memq.h index e984a10b..52fa93d6 100644 --- a/gpr/core/src/gpr_memq.h +++ b/gpr/core/src/gpr_memq.h @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gpr_list.h" diff --git a/gpr/core/src/gpr_memq_island.c b/gpr/core/src/gpr_memq_island.c index 45338d5a..ca2329a4 100644 --- a/gpr/core/src/gpr_memq_island.c +++ b/gpr/core/src/gpr_memq_island.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /****************************************************************************** diff --git a/gpr/core/src/hash_based/gpr_session.c b/gpr/core/src/hash_based/gpr_session.c index c704be49..f2892660 100644 --- a/gpr/core/src/hash_based/gpr_session.c +++ b/gpr/core/src/hash_based/gpr_session.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /****************************************************************************** diff --git a/gpr/core/src/hash_based/gpr_session_island.c b/gpr/core/src/hash_based/gpr_session_island.c index fa03c601..ac67ef24 100644 --- a/gpr/core/src/hash_based/gpr_session_island.c +++ b/gpr/core/src/hash_based/gpr_session_island.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /****************************************************************************** diff --git a/gpr/datalinks/gpr_lx/inc/gpr_lx.h b/gpr/datalinks/gpr_lx/inc/gpr_lx.h index af30d3c3..209a4868 100644 --- a/gpr/datalinks/gpr_lx/inc/gpr_lx.h +++ b/gpr/datalinks/gpr_lx/inc/gpr_lx.h @@ -3,8 +3,8 @@ * :wq * This file has implementation platform wrapper for the GPR datalink layer * - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gpr_comdef.h" diff --git a/gpr/datalinks/gpr_lx/inc/list.h b/gpr/datalinks/gpr_lx/inc/list.h index 264edb67..4f6eaa64 100644 --- a/gpr/datalinks/gpr_lx/inc/list.h +++ b/gpr/datalinks/gpr_lx/inc/list.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _CUTILS_LIST_H_ diff --git a/gpr/datalinks/gpr_lx/src/gpr_lx.c b/gpr/datalinks/gpr_lx/src/gpr_lx.c index 58059789..f45a81e0 100644 --- a/gpr/datalinks/gpr_lx/src/gpr_lx.c +++ b/gpr/datalinks/gpr_lx/src/gpr_lx.c @@ -3,8 +3,8 @@ * * This file has implementation platform wrapper for the GPR datalink layer * - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #define LOG_TAG "gpr_dl_lx" diff --git a/gpr/ext/dynamic_allocation/inc/gpr_dynamic_allocation.h b/gpr/ext/dynamic_allocation/inc/gpr_dynamic_allocation.h index 7d4ed82c..8e9f9f9b 100644 --- a/gpr/ext/dynamic_allocation/inc/gpr_dynamic_allocation.h +++ b/gpr/ext/dynamic_allocation/inc/gpr_dynamic_allocation.h @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gpr_packet.h" diff --git a/gpr/ext/dynamic_allocation/src/gpr_dynamic_allocation.c b/gpr/ext/dynamic_allocation/src/gpr_dynamic_allocation.c index fa0fc02c..3e4c7d53 100644 --- a/gpr/ext/dynamic_allocation/src/gpr_dynamic_allocation.c +++ b/gpr/ext/dynamic_allocation/src/gpr_dynamic_allocation.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /****************************************************************************** diff --git a/gpr/ext/dynamic_allocation/stub_src/gpr_dynamic_allocation.c b/gpr/ext/dynamic_allocation/stub_src/gpr_dynamic_allocation.c index 5ba52225..e774c50d 100644 --- a/gpr/ext/dynamic_allocation/stub_src/gpr_dynamic_allocation.c +++ b/gpr/ext/dynamic_allocation/stub_src/gpr_dynamic_allocation.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gpr_dynamic_allocation.h" diff --git a/gpr/ext/logging/inc/gpr_log.h b/gpr/ext/logging/inc/gpr_log.h index 4c9cc7d9..eb76063f 100644 --- a/gpr/ext/logging/inc/gpr_log.h +++ b/gpr/ext/logging/inc/gpr_log.h @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "gpr_api.h" diff --git a/gpr/ext/logging/src/gpr_log_adsp.c b/gpr/ext/logging/src/gpr_log_adsp.c index 7aa750ce..a042cdb9 100644 --- a/gpr/ext/logging/src/gpr_log_adsp.c +++ b/gpr/ext/logging/src/gpr_log_adsp.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /****************************************************************************** diff --git a/gpr/ext/logging/src/gpr_log_diag.c b/gpr/ext/logging/src/gpr_log_diag.c index 52d56bcb..33844ae8 100644 --- a/gpr/ext/logging/src/gpr_log_diag.c +++ b/gpr/ext/logging/src/gpr_log_diag.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /****************************************************************************** diff --git a/gpr/ext/logging/src/gpr_log_generic.c b/gpr/ext/logging/src/gpr_log_generic.c index 1595a763..6b2a6fb7 100644 --- a/gpr/ext/logging/src/gpr_log_generic.c +++ b/gpr/ext/logging/src/gpr_log_generic.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /****************************************************************************** diff --git a/gpr/ext/logging/src/gpr_log_i.h b/gpr/ext/logging/src/gpr_log_i.h index 5c2e46f1..b48d7431 100644 --- a/gpr/ext/logging/src/gpr_log_i.h +++ b/gpr/ext/logging/src/gpr_log_i.h @@ -8,8 +8,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifdef __cplusplus diff --git a/gpr/ext/logging/stub_src/gpr_log_diag_stub.c b/gpr/ext/logging/stub_src/gpr_log_diag_stub.c index bf5b17b8..c8ab8aae 100644 --- a/gpr/ext/logging/stub_src/gpr_log_diag_stub.c +++ b/gpr/ext/logging/stub_src/gpr_log_diag_stub.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /****************************************************************************** diff --git a/gpr/ext/logging/stub_src/gpr_log_stub.c b/gpr/ext/logging/stub_src/gpr_log_stub.c index 238cd888..914d4331 100644 --- a/gpr/ext/logging/stub_src/gpr_log_stub.c +++ b/gpr/ext/logging/stub_src/gpr_log_stub.c @@ -5,8 +5,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /****************************************************************************** diff --git a/gpr/platform/linux/gpr_init_lx_wrapper.c b/gpr/platform/linux/gpr_init_lx_wrapper.c index 35f15cf1..ebe556ea 100644 --- a/gpr/platform/linux/gpr_init_lx_wrapper.c +++ b/gpr/platform/linux/gpr_init_lx_wrapper.c @@ -3,8 +3,8 @@ * * This file has implementation platform wrapper for the GPR datalink layer * - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #define LOG_TAG "gpr_lx_wrapper" #include diff --git a/modules/audio/pcm_decoder/api/pcm_decoder_api.h b/modules/audio/pcm_decoder/api/pcm_decoder_api.h index 19e1737c..8973f5d0 100644 --- a/modules/audio/pcm_decoder/api/pcm_decoder_api.h +++ b/modules/audio/pcm_decoder/api/pcm_decoder_api.h @@ -5,8 +5,8 @@ @brief This file contains PCM decoder APIs ================================================================================ -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ /*------------------------------------------------------------------------------ diff --git a/modules/audio/pcm_decoder/inc/capi_pcm_dec.h b/modules/audio/pcm_decoder/inc/capi_pcm_dec.h index a796abfb..720ff2ed 100644 --- a/modules/audio/pcm_decoder/inc/capi_pcm_dec.h +++ b/modules/audio/pcm_decoder/inc/capi_pcm_dec.h @@ -7,8 +7,8 @@ */ /* ========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause * ========================================================================== */ /*------------------------------------------------------------------------ diff --git a/modules/audio/pcm_encoder/api/pcm_encoder_api.h b/modules/audio/pcm_encoder/api/pcm_encoder_api.h index 2c5e2129..63574dab 100644 --- a/modules/audio/pcm_encoder/api/pcm_encoder_api.h +++ b/modules/audio/pcm_encoder/api/pcm_encoder_api.h @@ -5,8 +5,8 @@ @brief This file contains PCM encoder APIs ================================================================================ -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ /*------------------------------------------------------------------------ diff --git a/modules/audio/pcm_encoder/inc/capi_pcm_enc.h b/modules/audio/pcm_encoder/inc/capi_pcm_enc.h index b8c43a64..b1371a9a 100644 --- a/modules/audio/pcm_encoder/inc/capi_pcm_enc.h +++ b/modules/audio/pcm_encoder/inc/capi_pcm_enc.h @@ -7,8 +7,8 @@ */ /* ========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause * ========================================================================== */ /*------------------------------------------------------------------------ diff --git a/modules/cmn/api/imcl_spm_intent_api.h b/modules/cmn/api/imcl_spm_intent_api.h index 5aa779eb..4438f930 100644 --- a/modules/cmn/api/imcl_spm_intent_api.h +++ b/modules/cmn/api/imcl_spm_intent_api.h @@ -4,8 +4,8 @@ @brief This file contains all the public intent names the intent related structs are defined in internal header files - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ====================================================================== */ diff --git a/modules/cmn/common/internal_api/imcl_drc_info_api.h b/modules/cmn/common/internal_api/imcl_drc_info_api.h index 54b62ecf..3c919183 100644 --- a/modules/cmn/common/internal_api/imcl_drc_info_api.h +++ b/modules/cmn/common/internal_api/imcl_drc_info_api.h @@ -10,8 +10,8 @@ */ /*========================================================================== - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause * =========================================================================*/ #define INTENT_ID_DRC_CONFIG 0x080010F3 diff --git a/modules/cmn/common/internal_api/imcl_module_gain_api.h b/modules/cmn/common/internal_api/imcl_module_gain_api.h index 6716e4e0..8e1b13a2 100644 --- a/modules/cmn/common/internal_api/imcl_module_gain_api.h +++ b/modules/cmn/common/internal_api/imcl_module_gain_api.h @@ -10,8 +10,8 @@ */ /*========================================================================== - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause * =========================================================================*/ #define INTENT_ID_GAIN_INFO 0x080010F5 diff --git a/modules/cmn/common/internal_api/imcl_mute_api.h b/modules/cmn/common/internal_api/imcl_mute_api.h index 153309d5..60224987 100644 --- a/modules/cmn/common/internal_api/imcl_mute_api.h +++ b/modules/cmn/common/internal_api/imcl_mute_api.h @@ -10,8 +10,8 @@ */ /*========================================================================== - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause * =========================================================================*/ #define INTENT_ID_MUTE 0x08001195 diff --git a/modules/cmn/common/internal_api/imcl_p_eq_vol_api.h b/modules/cmn/common/internal_api/imcl_p_eq_vol_api.h index f4007665..97711784 100644 --- a/modules/cmn/common/internal_api/imcl_p_eq_vol_api.h +++ b/modules/cmn/common/internal_api/imcl_p_eq_vol_api.h @@ -8,8 +8,8 @@ */ /*========================================================================== - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause * =========================================================================*/ #define INTENT_ID_P_EQ_VOL_HEADROOM 0x08001118 diff --git a/modules/cmn/common/utils/inc/AEEStdDef.h b/modules/cmn/common/utils/inc/AEEStdDef.h index 7bf4fb9b..31486404 100644 --- a/modules/cmn/common/utils/inc/AEEStdDef.h +++ b/modules/cmn/common/utils/inc/AEEStdDef.h @@ -1,8 +1,8 @@ #ifndef AEESTDDEF_H #define AEESTDDEF_H /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* diff --git a/modules/cmn/common/utils/inc/AudioComdef.h b/modules/cmn/common/utils/inc/AudioComdef.h index 2f8ed6da..693e5668 100644 --- a/modules/cmn/common/utils/inc/AudioComdef.h +++ b/modules/cmn/common/utils/inc/AudioComdef.h @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /** diff --git a/modules/cmn/common/utils/inc/adsp_redef.h b/modules/cmn/common/utils/inc/adsp_redef.h index 2fa2bb5f..442aee18 100644 --- a/modules/cmn/common/utils/inc/adsp_redef.h +++ b/modules/cmn/common/utils/inc/adsp_redef.h @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #define log2table adsp_log2table diff --git a/modules/cmn/common/utils/inc/audio_apiir_df1_opt.h b/modules/cmn/common/utils/inc/audio_apiir_df1_opt.h index 6af78ba6..27f09f01 100644 --- a/modules/cmn/common/utils/inc/audio_apiir_df1_opt.h +++ b/modules/cmn/common/utils/inc/audio_apiir_df1_opt.h @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _AUDIO_IIRDF1_H_ diff --git a/modules/cmn/common/utils/inc/audio_basic_op.h b/modules/cmn/common/utils/inc/audio_basic_op.h index 542d03b0..4929fa2c 100644 --- a/modules/cmn/common/utils/inc/audio_basic_op.h +++ b/modules/cmn/common/utils/inc/audio_basic_op.h @@ -166,8 +166,8 @@ /*-------------------------------------------------------------------*/ /* ======================================================================== - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ===========================================================================*/ /*========================================================================*/ diff --git a/modules/cmn/common/utils/inc/audio_basic_op_ext.h b/modules/cmn/common/utils/inc/audio_basic_op_ext.h index 14359d0a..7f9e113a 100644 --- a/modules/cmn/common/utils/inc/audio_basic_op_ext.h +++ b/modules/cmn/common/utils/inc/audio_basic_op_ext.h @@ -2,8 +2,8 @@ #define __AUDIO_BASIC_OP_EXT_H_ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*======================================================================== diff --git a/modules/cmn/common/utils/inc/audio_clips.h b/modules/cmn/common/utils/inc/audio_clips.h index 15519686..7ab11305 100644 --- a/modules/cmn/common/utils/inc/audio_clips.h +++ b/modules/cmn/common/utils/inc/audio_clips.h @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /** diff --git a/modules/cmn/common/utils/inc/audio_comdef.h b/modules/cmn/common/utils/inc/audio_comdef.h index 6383d0d6..51710bc7 100644 --- a/modules/cmn/common/utils/inc/audio_comdef.h +++ b/modules/cmn/common/utils/inc/audio_comdef.h @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /** diff --git a/modules/cmn/common/utils/inc/audio_common_param_calib.h b/modules/cmn/common/utils/inc/audio_common_param_calib.h index 0688e733..d782753a 100644 --- a/modules/cmn/common/utils/inc/audio_common_param_calib.h +++ b/modules/cmn/common/utils/inc/audio_common_param_calib.h @@ -2,8 +2,8 @@ #define AUDIO_COMMON_PARAM_CALIB_H /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*============================================================================== diff --git a/modules/cmn/common/utils/inc/audio_complex_basic_op.h b/modules/cmn/common/utils/inc/audio_complex_basic_op.h index 2214fcce..a4820d04 100644 --- a/modules/cmn/common/utils/inc/audio_complex_basic_op.h +++ b/modules/cmn/common/utils/inc/audio_complex_basic_op.h @@ -2,8 +2,8 @@ #define AUDIO_COMPLEX_BASIC_OP_H /************************************************************************/ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /************************************************************************/ /*============================================================================ diff --git a/modules/cmn/common/utils/inc/audio_divide_qx.h b/modules/cmn/common/utils/inc/audio_divide_qx.h index 9b18ee33..52aa2a93 100644 --- a/modules/cmn/common/utils/inc/audio_divide_qx.h +++ b/modules/cmn/common/utils/inc/audio_divide_qx.h @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /** diff --git a/modules/cmn/common/utils/inc/audio_dsp.h b/modules/cmn/common/utils/inc/audio_dsp.h index 6c0bfec4..b7c6629b 100644 --- a/modules/cmn/common/utils/inc/audio_dsp.h +++ b/modules/cmn/common/utils/inc/audio_dsp.h @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /***************************************************************************** diff --git a/modules/cmn/common/utils/inc/audio_dsp32.h b/modules/cmn/common/utils/inc/audio_dsp32.h index b1bf5419..b65a3118 100644 --- a/modules/cmn/common/utils/inc/audio_dsp32.h +++ b/modules/cmn/common/utils/inc/audio_dsp32.h @@ -2,8 +2,8 @@ #define AUDIO_DSP32_H /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*============================================================================ diff --git a/modules/cmn/common/utils/inc/audio_exp10.h b/modules/cmn/common/utils/inc/audio_exp10.h index 79931641..ab48a99a 100644 --- a/modules/cmn/common/utils/inc/audio_exp10.h +++ b/modules/cmn/common/utils/inc/audio_exp10.h @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /** diff --git a/modules/cmn/common/utils/inc/audio_fft_basic_ops.h b/modules/cmn/common/utils/inc/audio_fft_basic_ops.h index 090f5b7e..07552e5b 100644 --- a/modules/cmn/common/utils/inc/audio_fft_basic_ops.h +++ b/modules/cmn/common/utils/inc/audio_fft_basic_ops.h @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _AUDIO_FFT_BASIC_OPS_H diff --git a/modules/cmn/common/utils/inc/audio_iir_tdf2.h b/modules/cmn/common/utils/inc/audio_iir_tdf2.h index d58d1664..2c6e8cc8 100644 --- a/modules/cmn/common/utils/inc/audio_iir_tdf2.h +++ b/modules/cmn/common/utils/inc/audio_iir_tdf2.h @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /** diff --git a/modules/cmn/common/utils/inc/audio_log10.h b/modules/cmn/common/utils/inc/audio_log10.h index b21bf75c..d0123b82 100644 --- a/modules/cmn/common/utils/inc/audio_log10.h +++ b/modules/cmn/common/utils/inc/audio_log10.h @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /** diff --git a/modules/cmn/common/utils/inc/audpp_common.h b/modules/cmn/common/utils/inc/audpp_common.h index b19fb809..6080d2ff 100644 --- a/modules/cmn/common/utils/inc/audpp_common.h +++ b/modules/cmn/common/utils/inc/audpp_common.h @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /***************************************************************************** diff --git a/modules/cmn/common/utils/inc/audpp_converter.h b/modules/cmn/common/utils/inc/audpp_converter.h index 0671f70f..a63c8b6e 100644 --- a/modules/cmn/common/utils/inc/audpp_converter.h +++ b/modules/cmn/common/utils/inc/audpp_converter.h @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /***************************************************************************** * FILE NAME: audpp_converter.h TYPE: C-header file diff --git a/modules/cmn/common/utils/inc/audpp_mathlib.h b/modules/cmn/common/utils/inc/audpp_mathlib.h index ffe5e25d..b09bd406 100644 --- a/modules/cmn/common/utils/inc/audpp_mathlib.h +++ b/modules/cmn/common/utils/inc/audpp_mathlib.h @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /***************************************************************************** * FILE NAME: audpp_mathlib.h TYPE: C-header file diff --git a/modules/cmn/common/utils/inc/audpp_util.h b/modules/cmn/common/utils/inc/audpp_util.h index cfc4b2d2..0601d23a 100644 --- a/modules/cmn/common/utils/inc/audpp_util.h +++ b/modules/cmn/common/utils/inc/audpp_util.h @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /***************************************************************************** * FILE NAME: audpp_util.h TYPE: C-header file diff --git a/modules/cmn/common/utils/inc/basic_math.h b/modules/cmn/common/utils/inc/basic_math.h index dc3a5fc7..8aa8aeb9 100644 --- a/modules/cmn/common/utils/inc/basic_math.h +++ b/modules/cmn/common/utils/inc/basic_math.h @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* FILE NAME: basic_math.h * diff --git a/modules/cmn/common/utils/inc/byte_conversion.h b/modules/cmn/common/utils/inc/byte_conversion.h index aaec5b1c..eda63cbc 100644 --- a/modules/cmn/common/utils/inc/byte_conversion.h +++ b/modules/cmn/common/utils/inc/byte_conversion.h @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /** diff --git a/modules/cmn/common/utils/inc/crossfade.h b/modules/cmn/common/utils/inc/crossfade.h index 4b1fad7e..bdda1ce3 100644 --- a/modules/cmn/common/utils/inc/crossfade.h +++ b/modules/cmn/common/utils/inc/crossfade.h @@ -2,8 +2,8 @@ #define CROSSFADE_H /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*============================================================================ diff --git a/modules/cmn/common/utils/inc/crossfade_api.h b/modules/cmn/common/utils/inc/crossfade_api.h index 20955f6a..176cc0fd 100644 --- a/modules/cmn/common/utils/inc/crossfade_api.h +++ b/modules/cmn/common/utils/inc/crossfade_api.h @@ -2,8 +2,8 @@ #define CROSSFADE_API_H /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*============================================================================ diff --git a/modules/cmn/common/utils/inc/crossfade_calibration_api.h b/modules/cmn/common/utils/inc/crossfade_calibration_api.h index 6d4a38f8..c0e35e4d 100644 --- a/modules/cmn/common/utils/inc/crossfade_calibration_api.h +++ b/modules/cmn/common/utils/inc/crossfade_calibration_api.h @@ -2,8 +2,8 @@ #define CROSSFADE_CALIBRATION_API_H /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*============================================================================ diff --git a/modules/cmn/common/utils/inc/filter_design.h b/modules/cmn/common/utils/inc/filter_design.h index 3c333471..41f14a9d 100644 --- a/modules/cmn/common/utils/inc/filter_design.h +++ b/modules/cmn/common/utils/inc/filter_design.h @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /***************************************************************************** diff --git a/modules/cmn/common/utils/inc/legacy_map.h b/modules/cmn/common/utils/inc/legacy_map.h index ff558057..3c8da49d 100644 --- a/modules/cmn/common/utils/inc/legacy_map.h +++ b/modules/cmn/common/utils/inc/legacy_map.h @@ -164,8 +164,8 @@ /* */ /*-------------------------------------------------------------------*/ /*======================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause =========================================================================*/ /*========================================================================*/ diff --git a/modules/cmn/common/utils/inc/simple_mm.h b/modules/cmn/common/utils/inc/simple_mm.h index 56369228..3d91c0c3 100644 --- a/modules/cmn/common/utils/inc/simple_mm.h +++ b/modules/cmn/common/utils/inc/simple_mm.h @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*============================================================================ diff --git a/modules/cmn/common/utils/src/apiir_df1_opt.c b/modules/cmn/common/utils/src/apiir_df1_opt.c index 781beb22..5ac83637 100644 --- a/modules/cmn/common/utils/src/apiir_df1_opt.c +++ b/modules/cmn/common/utils/src/apiir_df1_opt.c @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*****************************************************************************] diff --git a/modules/cmn/common/utils/src/audio_basic_op_ext.c b/modules/cmn/common/utils/src/audio_basic_op_ext.c index 1846ec86..cc97839c 100644 --- a/modules/cmn/common/utils/src/audio_basic_op_ext.c +++ b/modules/cmn/common/utils/src/audio_basic_op_ext.c @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*======================================================================== diff --git a/modules/cmn/common/utils/src/audio_basic_op_ext_island.c b/modules/cmn/common/utils/src/audio_basic_op_ext_island.c index d883b595..bf28771d 100644 --- a/modules/cmn/common/utils/src/audio_basic_op_ext_island.c +++ b/modules/cmn/common/utils/src/audio_basic_op_ext_island.c @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*======================================================================== diff --git a/modules/cmn/common/utils/src/audio_buffer.cpp b/modules/cmn/common/utils/src/audio_buffer.cpp index 6ae79450..5d514d6c 100644 --- a/modules/cmn/common/utils/src/audio_buffer.cpp +++ b/modules/cmn/common/utils/src/audio_buffer.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*===========================================================================*] diff --git a/modules/cmn/common/utils/src/audio_buffer32.c b/modules/cmn/common/utils/src/audio_buffer32.c index 159033a9..818d4714 100644 --- a/modules/cmn/common/utils/src/audio_buffer32.c +++ b/modules/cmn/common/utils/src/audio_buffer32.c @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*============================================================================ diff --git a/modules/cmn/common/utils/src/audio_buffer32_island.c b/modules/cmn/common/utils/src/audio_buffer32_island.c index d716e375..d62ed8ee 100644 --- a/modules/cmn/common/utils/src/audio_buffer32_island.c +++ b/modules/cmn/common/utils/src/audio_buffer32_island.c @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*============================================================================ diff --git a/modules/cmn/common/utils/src/audio_complex_basic_op.c b/modules/cmn/common/utils/src/audio_complex_basic_op.c index ac6aab88..a567f230 100644 --- a/modules/cmn/common/utils/src/audio_complex_basic_op.c +++ b/modules/cmn/common/utils/src/audio_complex_basic_op.c @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*============================================================================ diff --git a/modules/cmn/common/utils/src/audio_delay.cpp b/modules/cmn/common/utils/src/audio_delay.cpp index 01ab0223..ff282483 100644 --- a/modules/cmn/common/utils/src/audio_delay.cpp +++ b/modules/cmn/common/utils/src/audio_delay.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*===========================================================================*] diff --git a/modules/cmn/common/utils/src/audio_delay32.c b/modules/cmn/common/utils/src/audio_delay32.c index 6695003b..ae0657f6 100644 --- a/modules/cmn/common/utils/src/audio_delay32.c +++ b/modules/cmn/common/utils/src/audio_delay32.c @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*============================================================================ diff --git a/modules/cmn/common/utils/src/audio_filter.cpp b/modules/cmn/common/utils/src/audio_filter.cpp index f8fdd5d1..f26d0e93 100644 --- a/modules/cmn/common/utils/src/audio_filter.cpp +++ b/modules/cmn/common/utils/src/audio_filter.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*===========================================================================*] diff --git a/modules/cmn/common/utils/src/audio_panner.cpp b/modules/cmn/common/utils/src/audio_panner.cpp index 00aa194e..89da3d06 100644 --- a/modules/cmn/common/utils/src/audio_panner.cpp +++ b/modules/cmn/common/utils/src/audio_panner.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*===========================================================================*] diff --git a/modules/cmn/common/utils/src/basic_math.c b/modules/cmn/common/utils/src/basic_math.c index 4d471376..33d90295 100644 --- a/modules/cmn/common/utils/src/basic_math.c +++ b/modules/cmn/common/utils/src/basic_math.c @@ -1,6 +1,6 @@ /**========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ============================================================================ */ /* FILE NAME: basic_math.c * diff --git a/modules/cmn/common/utils/src/basic_op.c b/modules/cmn/common/utils/src/basic_op.c index 5a6168ce..3f216e83 100644 --- a/modules/cmn/common/utils/src/basic_op.c +++ b/modules/cmn/common/utils/src/basic_op.c @@ -1,6 +1,6 @@ /* -# Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -# SPDX-License-Identifier: BSD-3-Clause-Clear +# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +# SPDX-License-Identifier: BSD-3-Clause */ /*************************************************************************** diff --git a/modules/cmn/common/utils/src/buffer_converter.c b/modules/cmn/common/utils/src/buffer_converter.c index ee4c3762..8545a696 100644 --- a/modules/cmn/common/utils/src/buffer_converter.c +++ b/modules/cmn/common/utils/src/buffer_converter.c @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*===========================================================================*] diff --git a/modules/cmn/common/utils/src/clips.c b/modules/cmn/common/utils/src/clips.c index e71b81a4..55672d6a 100644 --- a/modules/cmn/common/utils/src/clips.c +++ b/modules/cmn/common/utils/src/clips.c @@ -2,8 +2,8 @@ #include "ar_defs.h" /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*===========================================================================*/ diff --git a/modules/cmn/common/utils/src/convert_linear.c b/modules/cmn/common/utils/src/convert_linear.c index e5de5e54..6a114c54 100644 --- a/modules/cmn/common/utils/src/convert_linear.c +++ b/modules/cmn/common/utils/src/convert_linear.c @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*===========================================================================*] diff --git a/modules/cmn/common/utils/src/converter_state.c b/modules/cmn/common/utils/src/converter_state.c index 0789bd84..23ce9259 100644 --- a/modules/cmn/common/utils/src/converter_state.c +++ b/modules/cmn/common/utils/src/converter_state.c @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*===========================================================================*] diff --git a/modules/cmn/common/utils/src/crossfade.c b/modules/cmn/common/utils/src/crossfade.c index fb3b7f0c..565c6ae9 100644 --- a/modules/cmn/common/utils/src/crossfade.c +++ b/modules/cmn/common/utils/src/crossfade.c @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*============================================================================ diff --git a/modules/cmn/common/utils/src/divide_qx.c b/modules/cmn/common/utils/src/divide_qx.c index e8a26544..663bb07c 100644 --- a/modules/cmn/common/utils/src/divide_qx.c +++ b/modules/cmn/common/utils/src/divide_qx.c @@ -1,6 +1,6 @@ /*----------------------------------------------------------------------- - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause -----------------------------------------------------------------------*/ /** diff --git a/modules/cmn/common/utils/src/divide_qx_island.c b/modules/cmn/common/utils/src/divide_qx_island.c index 73d8ff43..bb47d285 100644 --- a/modules/cmn/common/utils/src/divide_qx_island.c +++ b/modules/cmn/common/utils/src/divide_qx_island.c @@ -1,6 +1,6 @@ /*======================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause =========================================================================*/ #include "audio_divide_qx.h" diff --git a/modules/cmn/common/utils/src/exp10.c b/modules/cmn/common/utils/src/exp10.c index 5a17d7ea..9fa31a37 100644 --- a/modules/cmn/common/utils/src/exp10.c +++ b/modules/cmn/common/utils/src/exp10.c @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /******************************************************************************* diff --git a/modules/cmn/common/utils/src/filterDesign.c b/modules/cmn/common/utils/src/filterDesign.c index b56acdf8..8f79047f 100644 --- a/modules/cmn/common/utils/src/filterDesign.c +++ b/modules/cmn/common/utils/src/filterDesign.c @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*===========================================================================*] diff --git a/modules/cmn/common/utils/src/iir_tdf2.c b/modules/cmn/common/utils/src/iir_tdf2.c index 5bb669bd..2359ee37 100644 --- a/modules/cmn/common/utils/src/iir_tdf2.c +++ b/modules/cmn/common/utils/src/iir_tdf2.c @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* This function calculates the response of a two-pole IIR filter*/ diff --git a/modules/cmn/common/utils/src/log10.c b/modules/cmn/common/utils/src/log10.c index 4820e229..72d1f2fb 100644 --- a/modules/cmn/common/utils/src/log10.c +++ b/modules/cmn/common/utils/src/log10.c @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "audio_log10.h" diff --git a/modules/cmn/common/utils/src/mathlib.c b/modules/cmn/common/utils/src/mathlib.c index c72ee45c..32a44cf4 100644 --- a/modules/cmn/common/utils/src/mathlib.c +++ b/modules/cmn/common/utils/src/mathlib.c @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*===========================================================================*] diff --git a/modules/cmn/common/utils/src/simple_mm.c b/modules/cmn/common/utils/src/simple_mm.c index ce3cbe66..30f96464 100644 --- a/modules/cmn/common/utils/src/simple_mm.c +++ b/modules/cmn/common/utils/src/simple_mm.c @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*============================================================================ diff --git a/modules/cmn/common/utils/src/util.c b/modules/cmn/common/utils/src/util.c index 1af563f6..3723647d 100644 --- a/modules/cmn/common/utils/src/util.c +++ b/modules/cmn/common/utils/src/util.c @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*===========================================================================*] diff --git a/modules/cmn/pcm_mf_cnv/capi/mfc/api/mfc_api.h b/modules/cmn/pcm_mf_cnv/capi/mfc/api/mfc_api.h index ef23c4df..ac802047 100644 --- a/modules/cmn/pcm_mf_cnv/capi/mfc/api/mfc_api.h +++ b/modules/cmn/pcm_mf_cnv/capi/mfc/api/mfc_api.h @@ -7,8 +7,8 @@ ==============================================================================*/ /*=========================================================================== - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ======================================================================== */ /*------------------------------------------------------------------------------ diff --git a/modules/cmn/pcm_mf_cnv/capi/mfc/inc/capi_mfc.h b/modules/cmn/pcm_mf_cnv/capi/mfc/inc/capi_mfc.h index 7f223cbd..64a7ea82 100644 --- a/modules/cmn/pcm_mf_cnv/capi/mfc/inc/capi_mfc.h +++ b/modules/cmn/pcm_mf_cnv/capi/mfc/inc/capi_mfc.h @@ -5,8 +5,8 @@ Header file to implement the media format convertor block*/ /* ========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ========================================================================== */ /*------------------------------------------------------------------------ diff --git a/modules/cmn/pcm_mf_cnv/capi/pcm_cnv/api/pcm_converter_api.h b/modules/cmn/pcm_mf_cnv/capi/pcm_cnv/api/pcm_converter_api.h index 2bbf8e0b..925b47a1 100644 --- a/modules/cmn/pcm_mf_cnv/capi/pcm_cnv/api/pcm_converter_api.h +++ b/modules/cmn/pcm_mf_cnv/capi/pcm_cnv/api/pcm_converter_api.h @@ -5,8 +5,8 @@ @brief This file contains PCM converter APIs ================================================================================ - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ /*------------------------------------------------------------------------ diff --git a/modules/cmn/pcm_mf_cnv/capi/pcm_cnv/inc/capi_pcm_cnv.h b/modules/cmn/pcm_mf_cnv/capi/pcm_cnv/inc/capi_pcm_cnv.h index 6fc7c278..2e027d72 100644 --- a/modules/cmn/pcm_mf_cnv/capi/pcm_cnv/inc/capi_pcm_cnv.h +++ b/modules/cmn/pcm_mf_cnv/capi/pcm_cnv/inc/capi_pcm_cnv.h @@ -7,8 +7,8 @@ */ /* ========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ========================================================================== */ /*------------------------------------------------------------------------ diff --git a/modules/cmn/pcm_mf_cnv/capi/pcm_cnv/src/capi_pcm_mf_cnv.cpp b/modules/cmn/pcm_mf_cnv/capi/pcm_cnv/src/capi_pcm_mf_cnv.cpp index e83552ca..309b98f0 100644 --- a/modules/cmn/pcm_mf_cnv/capi/pcm_cnv/src/capi_pcm_mf_cnv.cpp +++ b/modules/cmn/pcm_mf_cnv/capi/pcm_cnv/src/capi_pcm_mf_cnv.cpp @@ -1,6 +1,6 @@ /* ========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause * =========================================================================*/ /** diff --git a/modules/cmn/pcm_mf_cnv/capi/pcm_cnv/src/capi_pcm_mf_cnv_i.h b/modules/cmn/pcm_mf_cnv/capi/pcm_cnv/src/capi_pcm_mf_cnv_i.h index 16de3a45..9a8ce715 100644 --- a/modules/cmn/pcm_mf_cnv/capi/pcm_cnv/src/capi_pcm_mf_cnv_i.h +++ b/modules/cmn/pcm_mf_cnv/capi/pcm_cnv/src/capi_pcm_mf_cnv_i.h @@ -1,6 +1,6 @@ /* ========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause * =========================================================================*/ /** diff --git a/modules/cmn/pcm_mf_cnv/capi/pcm_cnv/src/capi_pcm_mf_cnv_island.cpp b/modules/cmn/pcm_mf_cnv/capi/pcm_cnv/src/capi_pcm_mf_cnv_island.cpp index 5d24ff89..ab6b0b1f 100644 --- a/modules/cmn/pcm_mf_cnv/capi/pcm_cnv/src/capi_pcm_mf_cnv_island.cpp +++ b/modules/cmn/pcm_mf_cnv/capi/pcm_cnv/src/capi_pcm_mf_cnv_island.cpp @@ -1,6 +1,6 @@ /* ========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause * =========================================================================*/ /** diff --git a/modules/cmn/pcm_mf_cnv/capi/pcm_cnv/src/capi_pcm_mf_cnv_utils.cpp b/modules/cmn/pcm_mf_cnv/capi/pcm_cnv/src/capi_pcm_mf_cnv_utils.cpp index ab6130b1..0ef6fb8d 100644 --- a/modules/cmn/pcm_mf_cnv/capi/pcm_cnv/src/capi_pcm_mf_cnv_utils.cpp +++ b/modules/cmn/pcm_mf_cnv/capi/pcm_cnv/src/capi_pcm_mf_cnv_utils.cpp @@ -1,6 +1,6 @@ /* ========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause * =========================================================================*/ /** diff --git a/modules/cmn/pcm_mf_cnv/capi/pcm_cnv/src/capi_pcm_mf_cnv_utils.h b/modules/cmn/pcm_mf_cnv/capi/pcm_cnv/src/capi_pcm_mf_cnv_utils.h index a0a7e353..69d2b6b5 100644 --- a/modules/cmn/pcm_mf_cnv/capi/pcm_cnv/src/capi_pcm_mf_cnv_utils.h +++ b/modules/cmn/pcm_mf_cnv/capi/pcm_cnv/src/capi_pcm_mf_cnv_utils.h @@ -7,8 +7,8 @@ */ /* ========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ========================================================================== */ /*------------------------------------------------------------------------ diff --git a/modules/cmn/pcm_mf_cnv/capi/pcm_cnv/src/capi_pcm_mf_cnv_utils_island.cpp b/modules/cmn/pcm_mf_cnv/capi/pcm_cnv/src/capi_pcm_mf_cnv_utils_island.cpp index 4383466d..2cb684f6 100644 --- a/modules/cmn/pcm_mf_cnv/capi/pcm_cnv/src/capi_pcm_mf_cnv_utils_island.cpp +++ b/modules/cmn/pcm_mf_cnv/capi/pcm_cnv/src/capi_pcm_mf_cnv_utils_island.cpp @@ -1,6 +1,6 @@ /* ========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause * =========================================================================*/ /** diff --git a/modules/cmn/pcm_mf_cnv/capi/pcm_cnv/stub_src/capi_pcm_cnv_stub.cpp b/modules/cmn/pcm_mf_cnv/capi/pcm_cnv/stub_src/capi_pcm_cnv_stub.cpp index 4e2afdb7..8f53d18b 100644 --- a/modules/cmn/pcm_mf_cnv/capi/pcm_cnv/stub_src/capi_pcm_cnv_stub.cpp +++ b/modules/cmn/pcm_mf_cnv/capi/pcm_cnv/stub_src/capi_pcm_cnv_stub.cpp @@ -1,6 +1,6 @@ /* ========================================================================= - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause * =========================================================================*/ /** diff --git a/modules/cmn/pcm_mf_cnv/lib/inc/pc_converter.h b/modules/cmn/pcm_mf_cnv/lib/inc/pc_converter.h index 32832a11..25d263cc 100644 --- a/modules/cmn/pcm_mf_cnv/lib/inc/pc_converter.h +++ b/modules/cmn/pcm_mf_cnv/lib/inc/pc_converter.h @@ -3,8 +3,8 @@ file pcm_converter.h This file contains functions for compression-decompression container - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ======================================================================*/ /* ======================================================================= diff --git a/modules/cmn/pcm_mf_cnv/lib/src/pc_converter.cpp b/modules/cmn/pcm_mf_cnv/lib/src/pc_converter.cpp index 31314257..e6297060 100644 --- a/modules/cmn/pcm_mf_cnv/lib/src/pc_converter.cpp +++ b/modules/cmn/pcm_mf_cnv/lib/src/pc_converter.cpp @@ -3,8 +3,8 @@ file pcm_converter.cpp This file contains functions for compression-decompression container -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ======================================================================*/ /* ======================================================================= diff --git a/modules/cmn/pcm_mf_cnv/lib/src/pc_converter_island.cpp b/modules/cmn/pcm_mf_cnv/lib/src/pc_converter_island.cpp index ebbe925a..e9d7863e 100644 --- a/modules/cmn/pcm_mf_cnv/lib/src/pc_converter_island.cpp +++ b/modules/cmn/pcm_mf_cnv/lib/src/pc_converter_island.cpp @@ -3,8 +3,8 @@ file pcm_converter.cpp This file contains functions for compression-decompression container -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ======================================================================*/ #include "pc_converter.h" diff --git a/modules/cmn/pcm_mf_cnv/lib/src/pc_float/pc_float.cpp b/modules/cmn/pcm_mf_cnv/lib/src/pc_float/pc_float.cpp index d49cc45d..2f472a92 100644 --- a/modules/cmn/pcm_mf_cnv/lib/src/pc_float/pc_float.cpp +++ b/modules/cmn/pcm_mf_cnv/lib/src/pc_float/pc_float.cpp @@ -3,8 +3,8 @@ file pc_float.cpp This file contains functions for data format conversions. -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ======================================================================*/ /* ======================================================================= diff --git a/modules/cmn/pcm_mf_cnv/lib/src/pc_init.cpp b/modules/cmn/pcm_mf_cnv/lib/src/pc_init.cpp index 0d445266..f3c446bc 100644 --- a/modules/cmn/pcm_mf_cnv/lib/src/pc_init.cpp +++ b/modules/cmn/pcm_mf_cnv/lib/src/pc_init.cpp @@ -3,8 +3,8 @@ file pc_process.cpp This file contains functions for compression-decompression container - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ______________________________________________________________________________________________________________________*/ /*______________________________________________________________________________________________________________________ diff --git a/modules/cmn/pcm_mf_cnv/lib/src/pc_process.cpp b/modules/cmn/pcm_mf_cnv/lib/src/pc_process.cpp index 664d23fe..ca6843a1 100644 --- a/modules/cmn/pcm_mf_cnv/lib/src/pc_process.cpp +++ b/modules/cmn/pcm_mf_cnv/lib/src/pc_process.cpp @@ -3,8 +3,8 @@ file pc_process.cpp This file contains functions for compression-decompression container -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ______________________________________________________________________________________________________________________*/ /*______________________________________________________________________________________________________________________ diff --git a/modules/cmn/pcm_mf_cnv/lib/src/pc_process_island.cpp b/modules/cmn/pcm_mf_cnv/lib/src/pc_process_island.cpp index a826fd11..427f690e 100644 --- a/modules/cmn/pcm_mf_cnv/lib/src/pc_process_island.cpp +++ b/modules/cmn/pcm_mf_cnv/lib/src/pc_process_island.cpp @@ -3,8 +3,8 @@ file pc_process.cpp This file contains functions for compression-decompression container -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ______________________________________________________________________________________________________________________*/ /*______________________________________________________________________________________________________________________ diff --git a/modules/cmn/pcm_mf_cnv/lib/stub_src/pc_float/pc_float_stub.cpp b/modules/cmn/pcm_mf_cnv/lib/stub_src/pc_float/pc_float_stub.cpp index 041ee374..2c8e1ee7 100644 --- a/modules/cmn/pcm_mf_cnv/lib/stub_src/pc_float/pc_float_stub.cpp +++ b/modules/cmn/pcm_mf_cnv/lib/stub_src/pc_float/pc_float_stub.cpp @@ -4,8 +4,8 @@ file pc_float_stub.cpp This file contains stub functions for data format conversions -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ======================================================================*/ /* ======================================================================= diff --git a/modules/cmn/pcm_mf_cnv/lib/tst/main.cpp b/modules/cmn/pcm_mf_cnv/lib/tst/main.cpp index a2baa5c8..1f006c95 100644 --- a/modules/cmn/pcm_mf_cnv/lib/tst/main.cpp +++ b/modules/cmn/pcm_mf_cnv/lib/tst/main.cpp @@ -1,6 +1,6 @@ /*============================================================================== - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ /*============================================================================ diff --git a/modules/cmn/simple_accumulator_limiter/api/sal_api.h b/modules/cmn/simple_accumulator_limiter/api/sal_api.h index d7ab1585..72ffc6cb 100644 --- a/modules/cmn/simple_accumulator_limiter/api/sal_api.h +++ b/modules/cmn/simple_accumulator_limiter/api/sal_api.h @@ -8,8 +8,8 @@ structures exposed by the SAL Module. */ /* ========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ========================================================================== */ /*------------------------------------------------------------------------ diff --git a/modules/cmn/simple_accumulator_limiter/capi/inc/capi_sal.h b/modules/cmn/simple_accumulator_limiter/capi/inc/capi_sal.h index 6ffdecfd..be745ed3 100644 --- a/modules/cmn/simple_accumulator_limiter/capi/inc/capi_sal.h +++ b/modules/cmn/simple_accumulator_limiter/capi/inc/capi_sal.h @@ -6,8 +6,8 @@ */ /* ========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ========================================================================== */ #ifndef CAPI_SAL_H diff --git a/modules/cmn/simple_accumulator_limiter/capi/src/capi_sal.cpp b/modules/cmn/simple_accumulator_limiter/capi/src/capi_sal.cpp index e250addf..0ca635c0 100644 --- a/modules/cmn/simple_accumulator_limiter/capi/src/capi_sal.cpp +++ b/modules/cmn/simple_accumulator_limiter/capi/src/capi_sal.cpp @@ -7,8 +7,8 @@ */ /* ========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ========================================================================== */ /*========================================================================== diff --git a/modules/cmn/simple_accumulator_limiter/capi/src/capi_sal_island.cpp b/modules/cmn/simple_accumulator_limiter/capi/src/capi_sal_island.cpp index 135c1831..651ca093 100644 --- a/modules/cmn/simple_accumulator_limiter/capi/src/capi_sal_island.cpp +++ b/modules/cmn/simple_accumulator_limiter/capi/src/capi_sal_island.cpp @@ -7,8 +7,8 @@ */ /* ========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ========================================================================== */ /*========================================================================== diff --git a/modules/cmn/simple_accumulator_limiter/capi/src/capi_sal_md_utils_island.cpp b/modules/cmn/simple_accumulator_limiter/capi/src/capi_sal_md_utils_island.cpp index b0c500fe..f0bdac83 100644 --- a/modules/cmn/simple_accumulator_limiter/capi/src/capi_sal_md_utils_island.cpp +++ b/modules/cmn/simple_accumulator_limiter/capi/src/capi_sal_md_utils_island.cpp @@ -7,8 +7,8 @@ */ /* ========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ========================================================================== */ /*========================================================================== diff --git a/modules/cmn/simple_accumulator_limiter/capi/src/capi_sal_port_utils.cpp b/modules/cmn/simple_accumulator_limiter/capi/src/capi_sal_port_utils.cpp index f992606d..309d0958 100644 --- a/modules/cmn/simple_accumulator_limiter/capi/src/capi_sal_port_utils.cpp +++ b/modules/cmn/simple_accumulator_limiter/capi/src/capi_sal_port_utils.cpp @@ -7,8 +7,8 @@ */ /* ========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ========================================================================== */ /*========================================================================== diff --git a/modules/cmn/simple_accumulator_limiter/capi/src/capi_sal_utils.cpp b/modules/cmn/simple_accumulator_limiter/capi/src/capi_sal_utils.cpp index 4603997e..58a26f0a 100644 --- a/modules/cmn/simple_accumulator_limiter/capi/src/capi_sal_utils.cpp +++ b/modules/cmn/simple_accumulator_limiter/capi/src/capi_sal_utils.cpp @@ -7,8 +7,8 @@ */ /* ========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ========================================================================== */ /*========================================================================== diff --git a/modules/cmn/simple_accumulator_limiter/capi/src/capi_sal_utils.h b/modules/cmn/simple_accumulator_limiter/capi/src/capi_sal_utils.h index c4ba2828..d750c55a 100644 --- a/modules/cmn/simple_accumulator_limiter/capi/src/capi_sal_utils.h +++ b/modules/cmn/simple_accumulator_limiter/capi/src/capi_sal_utils.h @@ -6,8 +6,8 @@ */ /* ========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ========================================================================== */ #ifndef CAPI_SAL_UTILS_H diff --git a/modules/examples/echo_cancellation/api/ecns_calibration_api.h b/modules/examples/echo_cancellation/api/ecns_calibration_api.h index 450ddecf..55867364 100644 --- a/modules/examples/echo_cancellation/api/ecns_calibration_api.h +++ b/modules/examples/echo_cancellation/api/ecns_calibration_api.h @@ -10,8 +10,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "module_cmn_api.h" diff --git a/modules/examples/echo_cancellation/capi/inc/capi_ecns.h b/modules/examples/echo_cancellation/capi/inc/capi_ecns.h index 6d68e3a3..5878965e 100644 --- a/modules/examples/echo_cancellation/capi/inc/capi_ecns.h +++ b/modules/examples/echo_cancellation/capi/inc/capi_ecns.h @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*------------------------------------------------------------------------ diff --git a/modules/examples/echo_cancellation/capi/src/capi_ecns.c b/modules/examples/echo_cancellation/capi/src/capi_ecns.c index 7e0674a0..076bd011 100644 --- a/modules/examples/echo_cancellation/capi/src/capi_ecns.c +++ b/modules/examples/echo_cancellation/capi/src/capi_ecns.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*---------------------------------------------------------------------------- diff --git a/modules/examples/echo_cancellation/capi/src/capi_ecns_data_port_utils.c b/modules/examples/echo_cancellation/capi/src/capi_ecns_data_port_utils.c index 310d5f65..4b7df767 100644 --- a/modules/examples/echo_cancellation/capi/src/capi_ecns_data_port_utils.c +++ b/modules/examples/echo_cancellation/capi/src/capi_ecns_data_port_utils.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /**---------------------------------------------------------------------------- diff --git a/modules/examples/echo_cancellation/capi/src/capi_ecns_i.h b/modules/examples/echo_cancellation/capi/src/capi_ecns_i.h index a0acf791..75f36e92 100644 --- a/modules/examples/echo_cancellation/capi/src/capi_ecns_i.h +++ b/modules/examples/echo_cancellation/capi/src/capi_ecns_i.h @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef CAPI_ECNS_I_H diff --git a/modules/examples/echo_cancellation/capi/src/capi_ecns_metadata_utils.c b/modules/examples/echo_cancellation/capi/src/capi_ecns_metadata_utils.c index 3a415c16..2d3ea691 100644 --- a/modules/examples/echo_cancellation/capi/src/capi_ecns_metadata_utils.c +++ b/modules/examples/echo_cancellation/capi/src/capi_ecns_metadata_utils.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /**---------------------------------------------------------------------------- diff --git a/modules/examples/echo_cancellation/capi/src/capi_ecns_utils.c b/modules/examples/echo_cancellation/capi/src/capi_ecns_utils.c index 40482cee..13fead6a 100644 --- a/modules/examples/echo_cancellation/capi/src/capi_ecns_utils.c +++ b/modules/examples/echo_cancellation/capi/src/capi_ecns_utils.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*---------------------------------------------------------------------------- diff --git a/modules/examples/encoder/api/example_encoder_module_api.h b/modules/examples/encoder/api/example_encoder_module_api.h index 66a8fb30..90d218cb 100644 --- a/modules/examples/encoder/api/example_encoder_module_api.h +++ b/modules/examples/encoder/api/example_encoder_module_api.h @@ -9,8 +9,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*============================================================================== diff --git a/modules/examples/encoder/capi/inc/capi_example_enc_module.h b/modules/examples/encoder/capi/inc/capi_example_enc_module.h index fc47602a..78e7e03b 100644 --- a/modules/examples/encoder/capi/inc/capi_example_enc_module.h +++ b/modules/examples/encoder/capi/inc/capi_example_enc_module.h @@ -9,8 +9,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*------------------------------------------------------------------------ diff --git a/modules/examples/encoder/capi/src/capi_example_enc_module.c b/modules/examples/encoder/capi/src/capi_example_enc_module.c index f88e557d..d4105f74 100644 --- a/modules/examples/encoder/capi/src/capi_example_enc_module.c +++ b/modules/examples/encoder/capi/src/capi_example_enc_module.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*------------------------------------------------------------------------ diff --git a/modules/examples/encoder/capi/src/capi_example_enc_module_structs.h b/modules/examples/encoder/capi/src/capi_example_enc_module_structs.h index efb8c2e9..d74ac63c 100644 --- a/modules/examples/encoder/capi/src/capi_example_enc_module_structs.h +++ b/modules/examples/encoder/capi/src/capi_example_enc_module_structs.h @@ -10,8 +10,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /* ======================================================================= diff --git a/modules/examples/encoder/capi/src/capi_example_enc_module_utils.c b/modules/examples/encoder/capi/src/capi_example_enc_module_utils.c index 45de0b5e..43992f72 100644 --- a/modules/examples/encoder/capi/src/capi_example_enc_module_utils.c +++ b/modules/examples/encoder/capi/src/capi_example_enc_module_utils.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*------------------------------------------------------------------------ diff --git a/modules/examples/encoder/lib/inc/example_enc_lib.h b/modules/examples/encoder/lib/inc/example_enc_lib.h index aefb0425..592fc47a 100644 --- a/modules/examples/encoder/lib/inc/example_enc_lib.h +++ b/modules/examples/encoder/lib/inc/example_enc_lib.h @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _EXAMPLE_ENC_LIB_H diff --git a/modules/examples/encoder/lib/src/example_enc_lib.c b/modules/examples/encoder/lib/src/example_enc_lib.c index 8eae4793..b4f32a99 100644 --- a/modules/examples/encoder/lib/src/example_enc_lib.c +++ b/modules/examples/encoder/lib/src/example_enc_lib.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*------------------------------------------------------------------------ diff --git a/modules/examples/gain/api/example_gain_module_api.h b/modules/examples/gain/api/example_gain_module_api.h index f765774d..2b4a5c92 100644 --- a/modules/examples/gain/api/example_gain_module_api.h +++ b/modules/examples/gain/api/example_gain_module_api.h @@ -10,8 +10,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*------------------------------------------------------------------------ diff --git a/modules/examples/gain/capi/inc/capi_example_gain_module.h b/modules/examples/gain/capi/inc/capi_example_gain_module.h index 01c32d7b..89408f73 100644 --- a/modules/examples/gain/capi/inc/capi_example_gain_module.h +++ b/modules/examples/gain/capi/inc/capi_example_gain_module.h @@ -10,8 +10,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*------------------------------------------------------------------------ diff --git a/modules/examples/gain/capi/src/capi_example_gain_module.c b/modules/examples/gain/capi/src/capi_example_gain_module.c index aa000751..1e496283 100644 --- a/modules/examples/gain/capi/src/capi_example_gain_module.c +++ b/modules/examples/gain/capi/src/capi_example_gain_module.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*------------------------------------------------------------------------ diff --git a/modules/examples/gain/capi/src/capi_example_gain_module_structs.h b/modules/examples/gain/capi/src/capi_example_gain_module_structs.h index 8270bf2a..84db3645 100644 --- a/modules/examples/gain/capi/src/capi_example_gain_module_structs.h +++ b/modules/examples/gain/capi/src/capi_example_gain_module_structs.h @@ -9,8 +9,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*------------------------------------------------------------------------ diff --git a/modules/examples/gain/capi/src/capi_example_gain_module_utils.c b/modules/examples/gain/capi/src/capi_example_gain_module_utils.c index 395140ca..65f64ca9 100644 --- a/modules/examples/gain/capi/src/capi_example_gain_module_utils.c +++ b/modules/examples/gain/capi/src/capi_example_gain_module_utils.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*------------------------------------------------------------------------ diff --git a/modules/examples/gain/lib/inc/example_gain_module_lib.h b/modules/examples/gain/lib/inc/example_gain_module_lib.h index 33a62629..85eda13b 100644 --- a/modules/examples/gain/lib/inc/example_gain_module_lib.h +++ b/modules/examples/gain/lib/inc/example_gain_module_lib.h @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _GAIN_MODULE_LIB_H diff --git a/modules/examples/gain/lib/src/example_gain_module_lib.c b/modules/examples/gain/lib/src/example_gain_module_lib.c index 33928d67..51f36176 100644 --- a/modules/examples/gain/lib/src/example_gain_module_lib.c +++ b/modules/examples/gain/lib/src/example_gain_module_lib.c @@ -7,8 +7,8 @@ * * * \copyright - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/modules/processing/PoplessEqualizer/api/popless_equalizer_api.h b/modules/processing/PoplessEqualizer/api/popless_equalizer_api.h index a106403a..5529e92b 100644 --- a/modules/processing/PoplessEqualizer/api/popless_equalizer_api.h +++ b/modules/processing/PoplessEqualizer/api/popless_equalizer_api.h @@ -6,8 +6,8 @@ ==============================================================================*/ /*======================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause =========================================================================*/ #include "ar_defs.h" diff --git a/modules/processing/PoplessEqualizer/capi/inc/capi_popless_equalizer.h b/modules/processing/PoplessEqualizer/capi/inc/capi_popless_equalizer.h index 8bf42ec4..4e62d5ed 100644 --- a/modules/processing/PoplessEqualizer/capi/inc/capi_popless_equalizer.h +++ b/modules/processing/PoplessEqualizer/capi/inc/capi_popless_equalizer.h @@ -1,6 +1,6 @@ /* ========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause * =========================================================================*/ /** diff --git a/modules/processing/PoplessEqualizer/capi/src/capi_popless_equalizer.cpp b/modules/processing/PoplessEqualizer/capi/src/capi_popless_equalizer.cpp index 775d2b7c..9b2a11bf 100644 --- a/modules/processing/PoplessEqualizer/capi/src/capi_popless_equalizer.cpp +++ b/modules/processing/PoplessEqualizer/capi/src/capi_popless_equalizer.cpp @@ -1,6 +1,6 @@ /* ========================================================================= - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause * =========================================================================*/ /** diff --git a/modules/processing/PoplessEqualizer/capi/src/capi_popless_equalizer_kpps.cpp b/modules/processing/PoplessEqualizer/capi/src/capi_popless_equalizer_kpps.cpp index 4108a018..354764cc 100644 --- a/modules/processing/PoplessEqualizer/capi/src/capi_popless_equalizer_kpps.cpp +++ b/modules/processing/PoplessEqualizer/capi/src/capi_popless_equalizer_kpps.cpp @@ -1,6 +1,6 @@ /* ========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ========================================================================== */ #include "capi_popless_equalizer_utils.h" diff --git a/modules/processing/PoplessEqualizer/capi/src/capi_popless_equalizer_utils.cpp b/modules/processing/PoplessEqualizer/capi/src/capi_popless_equalizer_utils.cpp index fe46a0b3..8d851c98 100644 --- a/modules/processing/PoplessEqualizer/capi/src/capi_popless_equalizer_utils.cpp +++ b/modules/processing/PoplessEqualizer/capi/src/capi_popless_equalizer_utils.cpp @@ -1,6 +1,6 @@ /* ========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause * =========================================================================*/ /** diff --git a/modules/processing/PoplessEqualizer/capi/src/capi_popless_equalizer_utils.h b/modules/processing/PoplessEqualizer/capi/src/capi_popless_equalizer_utils.h index 947d833b..b9301280 100644 --- a/modules/processing/PoplessEqualizer/capi/src/capi_popless_equalizer_utils.h +++ b/modules/processing/PoplessEqualizer/capi/src/capi_popless_equalizer_utils.h @@ -1,6 +1,6 @@ /* ========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause * =========================================================================*/ /** diff --git a/modules/processing/PoplessEqualizer/capi/stub_src/capi_popless_equalizer_stub.cpp b/modules/processing/PoplessEqualizer/capi/stub_src/capi_popless_equalizer_stub.cpp index 3e9b9e97..34610931 100644 --- a/modules/processing/PoplessEqualizer/capi/stub_src/capi_popless_equalizer_stub.cpp +++ b/modules/processing/PoplessEqualizer/capi/stub_src/capi_popless_equalizer_stub.cpp @@ -1,6 +1,6 @@ /* ========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause * =========================================================================*/ /** diff --git a/modules/processing/PoplessEqualizer/lib/inc/equalizer_api.h b/modules/processing/PoplessEqualizer/lib/inc/equalizer_api.h index 32364af4..ade1cd52 100644 --- a/modules/processing/PoplessEqualizer/lib/inc/equalizer_api.h +++ b/modules/processing/PoplessEqualizer/lib/inc/equalizer_api.h @@ -1,5 +1,5 @@ -/* Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear +/* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause */ /***************************************************************************** * FILE NAME: equalizer_api.h diff --git a/modules/processing/PoplessEqualizer/lib/inc/equalizer_calibration_api.h b/modules/processing/PoplessEqualizer/lib/inc/equalizer_calibration_api.h index d496fc7b..e8215438 100644 --- a/modules/processing/PoplessEqualizer/lib/inc/equalizer_calibration_api.h +++ b/modules/processing/PoplessEqualizer/lib/inc/equalizer_calibration_api.h @@ -1,5 +1,5 @@ -/* Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear +/* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause */ /***************************************************************************** * FILE NAME: equalizer_calibration_api.h diff --git a/modules/processing/PoplessEqualizer/lib/src/equalizer.c b/modules/processing/PoplessEqualizer/lib/src/equalizer.c index 4e249c0b..1aaabd62 100644 --- a/modules/processing/PoplessEqualizer/lib/src/equalizer.c +++ b/modules/processing/PoplessEqualizer/lib/src/equalizer.c @@ -1,5 +1,5 @@ -/* Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear +/* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause */ /*=========================================================================== * FILE NAME: equalizer.c diff --git a/modules/processing/PoplessEqualizer/lib/src/equalizer.h b/modules/processing/PoplessEqualizer/lib/src/equalizer.h index c25d223d..e64fee54 100644 --- a/modules/processing/PoplessEqualizer/lib/src/equalizer.h +++ b/modules/processing/PoplessEqualizer/lib/src/equalizer.h @@ -1,5 +1,5 @@ -/* Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear +/* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /**************************************************************************** * FILE NAME: equalizer.h diff --git a/modules/processing/PoplessEqualizer/lib/src/equalizer_filter_design.c b/modules/processing/PoplessEqualizer/lib/src/equalizer_filter_design.c index b670cf17..cf711ff5 100644 --- a/modules/processing/PoplessEqualizer/lib/src/equalizer_filter_design.c +++ b/modules/processing/PoplessEqualizer/lib/src/equalizer_filter_design.c @@ -1,5 +1,5 @@ -/* Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear +/* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "equalizer_filter_design.h" diff --git a/modules/processing/PoplessEqualizer/lib/src/equalizer_filter_design.h b/modules/processing/PoplessEqualizer/lib/src/equalizer_filter_design.h index 72ba794f..84c72061 100644 --- a/modules/processing/PoplessEqualizer/lib/src/equalizer_filter_design.h +++ b/modules/processing/PoplessEqualizer/lib/src/equalizer_filter_design.h @@ -1,5 +1,5 @@ -/* Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear +/* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef EQUALIZER_FILTER_DESIGN_H diff --git a/modules/processing/PoplessEqualizer/lib/src/equalizer_preset.c b/modules/processing/PoplessEqualizer/lib/src/equalizer_preset.c index 6ce132d6..4a289778 100644 --- a/modules/processing/PoplessEqualizer/lib/src/equalizer_preset.c +++ b/modules/processing/PoplessEqualizer/lib/src/equalizer_preset.c @@ -1,5 +1,5 @@ -/* Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear +/* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /**************************************************************************** * FILE NAME: equalizer_preset.c diff --git a/modules/processing/PoplessEqualizer/lib/src/equalizer_preset.h b/modules/processing/PoplessEqualizer/lib/src/equalizer_preset.h index 8b7264e5..e549af8f 100644 --- a/modules/processing/PoplessEqualizer/lib/src/equalizer_preset.h +++ b/modules/processing/PoplessEqualizer/lib/src/equalizer_preset.h @@ -1,5 +1,5 @@ -/* Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear +/* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef EQUALIZER_PRESET_H diff --git a/modules/processing/PoplessEqualizer/lib/src/tangent.c b/modules/processing/PoplessEqualizer/lib/src/tangent.c index e60884d5..29a6add8 100644 --- a/modules/processing/PoplessEqualizer/lib/src/tangent.c +++ b/modules/processing/PoplessEqualizer/lib/src/tangent.c @@ -1,5 +1,5 @@ -/* Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear +/* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /**************************************************************************** * FILE NAME: tangent.c diff --git a/modules/processing/PoplessEqualizer/lib/src/tangent.h b/modules/processing/PoplessEqualizer/lib/src/tangent.h index 79cc7e39..dd09721f 100644 --- a/modules/processing/PoplessEqualizer/lib/src/tangent.h +++ b/modules/processing/PoplessEqualizer/lib/src/tangent.h @@ -1,6 +1,6 @@ -/* Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear +/* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef TANGENT_H diff --git a/modules/processing/Virtualizer/api/Virtualizer_api.h b/modules/processing/Virtualizer/api/Virtualizer_api.h index 07f6e55b..7372e0a3 100644 --- a/modules/processing/Virtualizer/api/Virtualizer_api.h +++ b/modules/processing/Virtualizer/api/Virtualizer_api.h @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef VIRTUALIZER_CALIB_H diff --git a/modules/processing/Virtualizer/inc/capi_virtualizer.h b/modules/processing/Virtualizer/inc/capi_virtualizer.h index 69fe5574..7c960dd9 100644 --- a/modules/processing/Virtualizer/inc/capi_virtualizer.h +++ b/modules/processing/Virtualizer/inc/capi_virtualizer.h @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /** diff --git a/modules/processing/Virtualizer/inc/virtualizer_calibration_api.h b/modules/processing/Virtualizer/inc/virtualizer_calibration_api.h index 2c1ec901..7513d289 100644 --- a/modules/processing/Virtualizer/inc/virtualizer_calibration_api.h +++ b/modules/processing/Virtualizer/inc/virtualizer_calibration_api.h @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef VIRTUALIZER_CALIBRATION_API_H diff --git a/modules/processing/Virtualizer/inc/virtualizer_lib_api.h b/modules/processing/Virtualizer/inc/virtualizer_lib_api.h index 8021c818..d568731a 100644 --- a/modules/processing/Virtualizer/inc/virtualizer_lib_api.h +++ b/modules/processing/Virtualizer/inc/virtualizer_lib_api.h @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef VIRTUALIZER_API_H diff --git a/modules/processing/bassboost/api/api_bassboost.h b/modules/processing/bassboost/api/api_bassboost.h index 4d847f4d..2ce7d155 100644 --- a/modules/processing/bassboost/api/api_bassboost.h +++ b/modules/processing/bassboost/api/api_bassboost.h @@ -6,8 +6,8 @@ ==============================================================================*/ /*======================================================================= -* Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -* SPDX-License-Identifier: BSD-3-Clause-Clear +* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +* SPDX-License-Identifier: BSD-3-Clause =========================================================================*/ #include "module_cmn_api.h" diff --git a/modules/processing/bassboost/capi/inc/capi_bassboost.h b/modules/processing/bassboost/capi/inc/capi_bassboost.h index cae2af33..d26d3b26 100644 --- a/modules/processing/bassboost/capi/inc/capi_bassboost.h +++ b/modules/processing/bassboost/capi/inc/capi_bassboost.h @@ -1,6 +1,6 @@ /* ========================================================================= - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause * =========================================================================*/ /** diff --git a/modules/processing/bassboost/capi/src/capi_bassboost.cpp b/modules/processing/bassboost/capi/src/capi_bassboost.cpp index 6516cb0a..b890bda6 100644 --- a/modules/processing/bassboost/capi/src/capi_bassboost.cpp +++ b/modules/processing/bassboost/capi/src/capi_bassboost.cpp @@ -1,6 +1,6 @@ /* ========================================================================= - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause * =========================================================================*/ /** diff --git a/modules/processing/bassboost/capi/src/capi_bassboost_kpps.cpp b/modules/processing/bassboost/capi/src/capi_bassboost_kpps.cpp index f88f6925..2385f02f 100644 --- a/modules/processing/bassboost/capi/src/capi_bassboost_kpps.cpp +++ b/modules/processing/bassboost/capi/src/capi_bassboost_kpps.cpp @@ -1,6 +1,6 @@ /* ========================================================================= - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause ========================================================================== */ #include "capi_bassboost_utils.h" diff --git a/modules/processing/bassboost/capi/src/capi_bassboost_utils.cpp b/modules/processing/bassboost/capi/src/capi_bassboost_utils.cpp index 998419ea..50c9ed78 100644 --- a/modules/processing/bassboost/capi/src/capi_bassboost_utils.cpp +++ b/modules/processing/bassboost/capi/src/capi_bassboost_utils.cpp @@ -1,6 +1,6 @@ /* ========================================================================= - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause * =========================================================================*/ /** diff --git a/modules/processing/bassboost/capi/src/capi_bassboost_utils.h b/modules/processing/bassboost/capi/src/capi_bassboost_utils.h index c7f05204..6b071afb 100644 --- a/modules/processing/bassboost/capi/src/capi_bassboost_utils.h +++ b/modules/processing/bassboost/capi/src/capi_bassboost_utils.h @@ -1,6 +1,6 @@ /* ========================================================================= - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause * =========================================================================*/ /** * @file capi_bassboost_utils.h diff --git a/modules/processing/bassboost/capi/stub_src/capi_bassboost_stub.cpp b/modules/processing/bassboost/capi/stub_src/capi_bassboost_stub.cpp index 5122e850..90cdc343 100644 --- a/modules/processing/bassboost/capi/stub_src/capi_bassboost_stub.cpp +++ b/modules/processing/bassboost/capi/stub_src/capi_bassboost_stub.cpp @@ -1,6 +1,6 @@ /* ========================================================================= - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause * =========================================================================*/ /** diff --git a/modules/processing/bassboost/lib/inc/bassboost_api.h b/modules/processing/bassboost/lib/inc/bassboost_api.h index 81b69d0a..64029f03 100644 --- a/modules/processing/bassboost/lib/inc/bassboost_api.h +++ b/modules/processing/bassboost/lib/inc/bassboost_api.h @@ -5,8 +5,8 @@ Public API for Bass Boost Effect - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ============================================================================*/ #include "bassboost_calibration_api.h" #ifdef __cplusplus diff --git a/modules/processing/bassboost/lib/inc/bassboost_calibration_api.h b/modules/processing/bassboost/lib/inc/bassboost_calibration_api.h index 69b5a913..c025ec8d 100644 --- a/modules/processing/bassboost/lib/inc/bassboost_calibration_api.h +++ b/modules/processing/bassboost/lib/inc/bassboost_calibration_api.h @@ -5,8 +5,8 @@ Calibration (Public) API for Bass Boost Effect - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ============================================================================*/ #include "AudioComdef.h" diff --git a/modules/processing/bassboost/lib/src/bassboost.c b/modules/processing/bassboost/lib/src/bassboost.c index 0a63ba10..1ef3ee12 100644 --- a/modules/processing/bassboost/lib/src/bassboost.c +++ b/modules/processing/bassboost/lib/src/bassboost.c @@ -5,8 +5,8 @@ DEPENDENCIES: None - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ============================================================================*/ #include "bassboost.h" #include "simple_mm.h" diff --git a/modules/processing/bassboost/lib/src/bassboost.h b/modules/processing/bassboost/lib/src/bassboost.h index 69639a4e..ea12a66b 100644 --- a/modules/processing/bassboost/lib/src/bassboost.h +++ b/modules/processing/bassboost/lib/src/bassboost.h @@ -5,8 +5,8 @@ Private Header for Bass Boost Effect - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ============================================================================*/ #include "bassboost_api.h" diff --git a/modules/processing/channel_mixer/api/chmixer_api.h b/modules/processing/channel_mixer/api/chmixer_api.h index 96698712..3d528c0f 100644 --- a/modules/processing/channel_mixer/api/chmixer_api.h +++ b/modules/processing/channel_mixer/api/chmixer_api.h @@ -7,8 +7,8 @@ ==============================================================================*/ /*=========================================================================== -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ======================================================================== */ /*------------------------------------------------------------------------------ diff --git a/modules/processing/channel_mixer/api/chmixer_common_api.h b/modules/processing/channel_mixer/api/chmixer_common_api.h index 4ade3e77..87cb4cea 100644 --- a/modules/processing/channel_mixer/api/chmixer_common_api.h +++ b/modules/processing/channel_mixer/api/chmixer_common_api.h @@ -7,8 +7,8 @@ ==============================================================================*/ /*======================================================================= -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause =========================================================================*/ #include "ar_defs.h" diff --git a/modules/processing/channel_mixer/capi/inc/capi_chmixer.h b/modules/processing/channel_mixer/capi/inc/capi_chmixer.h index 0ec09b74..f7a6d4de 100644 --- a/modules/processing/channel_mixer/capi/inc/capi_chmixer.h +++ b/modules/processing/channel_mixer/capi/inc/capi_chmixer.h @@ -7,8 +7,8 @@ */ /* ========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ========================================================================= */ /*------------------------------------------------------------------------ diff --git a/modules/processing/channel_mixer/capi/src/capi_chmixer.cpp b/modules/processing/channel_mixer/capi/src/capi_chmixer.cpp index c900208e..cbcdafbf 100644 --- a/modules/processing/channel_mixer/capi/src/capi_chmixer.cpp +++ b/modules/processing/channel_mixer/capi/src/capi_chmixer.cpp @@ -1,6 +1,6 @@ /* ========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause * =========================================================================*/ /* ======================================================================== */ diff --git a/modules/processing/channel_mixer/capi/src/capi_chmixer_utils.cpp b/modules/processing/channel_mixer/capi/src/capi_chmixer_utils.cpp index 8c0801c2..1ec10ac4 100644 --- a/modules/processing/channel_mixer/capi/src/capi_chmixer_utils.cpp +++ b/modules/processing/channel_mixer/capi/src/capi_chmixer_utils.cpp @@ -7,8 +7,8 @@ */ /* ========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ========================================================================= */ /*------------------------------------------------------------------------ diff --git a/modules/processing/channel_mixer/capi/src/capi_chmixer_utils.h b/modules/processing/channel_mixer/capi/src/capi_chmixer_utils.h index 5e02a419..b9c855c6 100644 --- a/modules/processing/channel_mixer/capi/src/capi_chmixer_utils.h +++ b/modules/processing/channel_mixer/capi/src/capi_chmixer_utils.h @@ -7,8 +7,8 @@ */ /* ========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ========================================================================== */ #ifndef CAPI_CHMIXER_UTILS_H diff --git a/modules/processing/channel_mixer/capi/stub_src/capi_chmixer.cpp b/modules/processing/channel_mixer/capi/stub_src/capi_chmixer.cpp index 8dbc94b4..9f8cecf4 100644 --- a/modules/processing/channel_mixer/capi/stub_src/capi_chmixer.cpp +++ b/modules/processing/channel_mixer/capi/stub_src/capi_chmixer.cpp @@ -6,8 +6,8 @@ */ /* ========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ========================================================================= */ /*------------------------------------------------------------------------ diff --git a/modules/processing/channel_mixer/lib/inc/ChannelMixerLib.h b/modules/processing/channel_mixer/lib/inc/ChannelMixerLib.h index e64c2cf7..1c216038 100644 --- a/modules/processing/channel_mixer/lib/inc/ChannelMixerLib.h +++ b/modules/processing/channel_mixer/lib/inc/ChannelMixerLib.h @@ -6,8 +6,8 @@ Public header file for the Channel Mixer algorithm. */ /*========================================================================= -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ========================================================================= */ #include "AudioComdef.h" diff --git a/modules/processing/channel_mixer/lib/src/ChannelMixerLib.c b/modules/processing/channel_mixer/lib/src/ChannelMixerLib.c index 73aa92ca..23fd2f92 100644 --- a/modules/processing/channel_mixer/lib/src/ChannelMixerLib.c +++ b/modules/processing/channel_mixer/lib/src/ChannelMixerLib.c @@ -4,8 +4,8 @@ Impelementation of the Channel Mixer algorithm. */ /*========================================================================= -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ========================================================================= */ #include "audio_basic_op.h" diff --git a/modules/processing/channel_mixer/lib/src/ChannelMixerLib_island.c b/modules/processing/channel_mixer/lib/src/ChannelMixerLib_island.c index fbfb2266..c891ed72 100644 --- a/modules/processing/channel_mixer/lib/src/ChannelMixerLib_island.c +++ b/modules/processing/channel_mixer/lib/src/ChannelMixerLib_island.c @@ -4,8 +4,8 @@ Impelementation of the Channel Mixer algorithm. */ /*========================================================================= -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ========================================================================= */ /* diff --git a/modules/processing/channel_mixer/lib/src/ChannelMixerRemapRules.c b/modules/processing/channel_mixer/lib/src/ChannelMixerRemapRules.c index f686d794..3cf45387 100644 --- a/modules/processing/channel_mixer/lib/src/ChannelMixerRemapRules.c +++ b/modules/processing/channel_mixer/lib/src/ChannelMixerRemapRules.c @@ -4,8 +4,8 @@ Rules that will be used for down-mixing/up-mixing */ /*========================================================================= -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ========================================================================= */ #include "ChannelMixerRemapRules.h" diff --git a/modules/processing/channel_mixer/lib/src/ChannelMixerRemapRules.h b/modules/processing/channel_mixer/lib/src/ChannelMixerRemapRules.h index af48c1c1..e3759771 100644 --- a/modules/processing/channel_mixer/lib/src/ChannelMixerRemapRules.h +++ b/modules/processing/channel_mixer/lib/src/ChannelMixerRemapRules.h @@ -7,8 +7,8 @@ Channel Mixer Remapping Rules header */ /*========================================================================= -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ========================================================================= */ #include "AudioComdef.h" diff --git a/modules/processing/channel_mixer/lib/stub/ChannelMixerLib.c b/modules/processing/channel_mixer/lib/stub/ChannelMixerLib.c index 9f7d3c85..30186bd2 100644 --- a/modules/processing/channel_mixer/lib/stub/ChannelMixerLib.c +++ b/modules/processing/channel_mixer/lib/stub/ChannelMixerLib.c @@ -4,8 +4,8 @@ Implementation of the Channel Mixer algorithm. */ /*========================================================================= -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ========================================================================= */ #include "ChannelMixerLib.h" diff --git a/modules/processing/filters/fir/api/api_fir.h b/modules/processing/filters/fir/api/api_fir.h index f2a93a62..93fe6f90 100644 --- a/modules/processing/filters/fir/api/api_fir.h +++ b/modules/processing/filters/fir/api/api_fir.h @@ -6,8 +6,8 @@ ==============================================================================*/ /*======================================================================= -* Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -* SPDX-License-Identifier: BSD-3-Clause-Clear +* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +* SPDX-License-Identifier: BSD-3-Clause =========================================================================*/ /*------------------------------------------------------------------------ diff --git a/modules/processing/filters/fir/capi/inc/capi_fir_filter.h b/modules/processing/filters/fir/capi/inc/capi_fir_filter.h index e48bd909..f1c00533 100644 --- a/modules/processing/filters/fir/capi/inc/capi_fir_filter.h +++ b/modules/processing/filters/fir/capi/inc/capi_fir_filter.h @@ -7,8 +7,8 @@ */ /* ========================================================================= - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause ========================================================================== */ /*------------------------------------------------------------------------ diff --git a/modules/processing/filters/fir/capi/src/capi_fir_filter.cpp b/modules/processing/filters/fir/capi/src/capi_fir_filter.cpp index cc09ccf9..fae4c1f5 100644 --- a/modules/processing/filters/fir/capi/src/capi_fir_filter.cpp +++ b/modules/processing/filters/fir/capi/src/capi_fir_filter.cpp @@ -7,8 +7,8 @@ */ /* ========================================================================= - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause ========================================================================= */ /*------------------------------------------------------------------------ diff --git a/modules/processing/filters/fir/capi/src/capi_fir_filter_utils.cpp b/modules/processing/filters/fir/capi/src/capi_fir_filter_utils.cpp index 65b16cee..2df73bfd 100644 --- a/modules/processing/filters/fir/capi/src/capi_fir_filter_utils.cpp +++ b/modules/processing/filters/fir/capi/src/capi_fir_filter_utils.cpp @@ -7,8 +7,8 @@ */ /* ========================================================================= - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause ========================================================================= */ /*------------------------------------------------------------------------ diff --git a/modules/processing/filters/fir/capi/src/capi_fir_filter_utils.h b/modules/processing/filters/fir/capi/src/capi_fir_filter_utils.h index e630eec2..615f2095 100644 --- a/modules/processing/filters/fir/capi/src/capi_fir_filter_utils.h +++ b/modules/processing/filters/fir/capi/src/capi_fir_filter_utils.h @@ -6,8 +6,8 @@ */ /* ==================================================================================== - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause ========================================================================== */ #ifndef CAPI_FIR_FILTER_UTILS_H diff --git a/modules/processing/filters/fir/capi/src/capi_fir_filter_utils_v2.cpp b/modules/processing/filters/fir/capi/src/capi_fir_filter_utils_v2.cpp index caf88ab3..749b996e 100644 --- a/modules/processing/filters/fir/capi/src/capi_fir_filter_utils_v2.cpp +++ b/modules/processing/filters/fir/capi/src/capi_fir_filter_utils_v2.cpp @@ -7,8 +7,8 @@ */ /* ========================================================================= - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause ========================================================================= */ /*------------------------------------------------------------------------ diff --git a/modules/processing/filters/fir/capi/src/capi_fir_filter_xfade_utils.cpp b/modules/processing/filters/fir/capi/src/capi_fir_filter_xfade_utils.cpp index 128421f5..32e138e0 100644 --- a/modules/processing/filters/fir/capi/src/capi_fir_filter_xfade_utils.cpp +++ b/modules/processing/filters/fir/capi/src/capi_fir_filter_xfade_utils.cpp @@ -7,8 +7,8 @@ */ /* ========================================================================= - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause ========================================================================= */ /*------------------------------------------------------------------------ diff --git a/modules/processing/filters/fir/lib/inc/FIR_ASM_macro.h b/modules/processing/filters/fir/lib/inc/FIR_ASM_macro.h index 89a3f643..5278cdf9 100644 --- a/modules/processing/filters/fir/lib/inc/FIR_ASM_macro.h +++ b/modules/processing/filters/fir/lib/inc/FIR_ASM_macro.h @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ //comment this line to run without assembly changes #if ((defined __hexagon__) || (defined __qdsp6__)) diff --git a/modules/processing/filters/fir/lib/inc/fir_api.h b/modules/processing/filters/fir/lib/inc/fir_api.h index a9cbc58b..fb443037 100644 --- a/modules/processing/filters/fir/lib/inc/fir_api.h +++ b/modules/processing/filters/fir/lib/inc/fir_api.h @@ -5,8 +5,8 @@ Public api for FIR Filter library. -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ============================================================================*/ /*---------------------------------------------------------------------------- diff --git a/modules/processing/filters/fir/lib/inc/fir_calibration_api.h b/modules/processing/filters/fir/lib/inc/fir_calibration_api.h index 0d25646d..f68cdd79 100644 --- a/modules/processing/filters/fir/lib/inc/fir_calibration_api.h +++ b/modules/processing/filters/fir/lib/inc/fir_calibration_api.h @@ -5,8 +5,8 @@ Public api for FIR. -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ============================================================================*/ /*---------------------------------------------------------------------------- diff --git a/modules/processing/filters/fir/lib/src/fir_lib.c b/modules/processing/filters/fir/lib/src/fir_lib.c index e7a20da5..7001e9f8 100644 --- a/modules/processing/filters/fir/lib/src/fir_lib.c +++ b/modules/processing/filters/fir/lib/src/fir_lib.c @@ -5,8 +5,8 @@ DEPENDENCIES: None - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ============================================================================*/ diff --git a/modules/processing/filters/fir/lib/src/fir_lib.h b/modules/processing/filters/fir/lib/src/fir_lib.h index 4cb346c2..de261d7e 100644 --- a/modules/processing/filters/fir/lib/src/fir_lib.h +++ b/modules/processing/filters/fir/lib/src/fir_lib.h @@ -5,8 +5,8 @@ Internal header file for the FIR library. - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ============================================================================*/ diff --git a/modules/processing/filters/fir/lib/src/fir_lib_process.c b/modules/processing/filters/fir/lib/src/fir_lib_process.c index 057106a3..37e7689f 100644 --- a/modules/processing/filters/fir/lib/src/fir_lib_process.c +++ b/modules/processing/filters/fir/lib/src/fir_lib_process.c @@ -1,6 +1,6 @@ /*============================================================================ - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause ============================================================================*/ /*---------------------------------------------------------------------------- diff --git a/modules/processing/filters/multi_stage_iir/api/api_msiir.h b/modules/processing/filters/multi_stage_iir/api/api_msiir.h index ded4e140..c16438e4 100644 --- a/modules/processing/filters/multi_stage_iir/api/api_msiir.h +++ b/modules/processing/filters/multi_stage_iir/api/api_msiir.h @@ -6,8 +6,8 @@ ==============================================================================*/ /*======================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause =========================================================================*/ /*------------------------------------------------------------------------ diff --git a/modules/processing/filters/multi_stage_iir/capi/inc/capi_multistageiir.h b/modules/processing/filters/multi_stage_iir/capi/inc/capi_multistageiir.h index a3870241..b84beca3 100644 --- a/modules/processing/filters/multi_stage_iir/capi/inc/capi_multistageiir.h +++ b/modules/processing/filters/multi_stage_iir/capi/inc/capi_multistageiir.h @@ -7,8 +7,8 @@ */ /* ========================================================================= - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause ========================================================================== */ /*------------------------------------------------------------------------ diff --git a/modules/processing/filters/multi_stage_iir/capi/src/capi_multistageiir.cpp b/modules/processing/filters/multi_stage_iir/capi/src/capi_multistageiir.cpp index 6c25420e..406b5845 100644 --- a/modules/processing/filters/multi_stage_iir/capi/src/capi_multistageiir.cpp +++ b/modules/processing/filters/multi_stage_iir/capi/src/capi_multistageiir.cpp @@ -7,8 +7,8 @@ */ /* ========================================================================= - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause ========================================================================= */ /*------------------------------------------------------------------------ diff --git a/modules/processing/filters/multi_stage_iir/capi/src/capi_multistageiir_utils.cpp b/modules/processing/filters/multi_stage_iir/capi/src/capi_multistageiir_utils.cpp index 00563e1b..a5759587 100644 --- a/modules/processing/filters/multi_stage_iir/capi/src/capi_multistageiir_utils.cpp +++ b/modules/processing/filters/multi_stage_iir/capi/src/capi_multistageiir_utils.cpp @@ -7,8 +7,8 @@ */ /* ========================================================================= - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause ========================================================================= */ /*------------------------------------------------------------------------ diff --git a/modules/processing/filters/multi_stage_iir/capi/src/capi_multistageiir_utils.h b/modules/processing/filters/multi_stage_iir/capi/src/capi_multistageiir_utils.h index a6997d7d..f1a5b5b6 100644 --- a/modules/processing/filters/multi_stage_iir/capi/src/capi_multistageiir_utils.h +++ b/modules/processing/filters/multi_stage_iir/capi/src/capi_multistageiir_utils.h @@ -9,8 +9,8 @@ */ /* ========================================================================= - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause ========================================================================= */ /*------------------------------------------------------------------------ diff --git a/modules/processing/filters/multi_stage_iir/capi/src/capi_multistageiir_utils_v2.cpp b/modules/processing/filters/multi_stage_iir/capi/src/capi_multistageiir_utils_v2.cpp index 6625672b..0998ea22 100644 --- a/modules/processing/filters/multi_stage_iir/capi/src/capi_multistageiir_utils_v2.cpp +++ b/modules/processing/filters/multi_stage_iir/capi/src/capi_multistageiir_utils_v2.cpp @@ -7,8 +7,8 @@ */ /* ========================================================================= - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause ========================================================================= */ /*------------------------------------------------------------------------ diff --git a/modules/processing/filters/multi_stage_iir/capi/stub_src/capi_multistageiir_stub.cpp b/modules/processing/filters/multi_stage_iir/capi/stub_src/capi_multistageiir_stub.cpp index 6b33b6a1..b8e522ba 100644 --- a/modules/processing/filters/multi_stage_iir/capi/stub_src/capi_multistageiir_stub.cpp +++ b/modules/processing/filters/multi_stage_iir/capi/stub_src/capi_multistageiir_stub.cpp @@ -7,8 +7,8 @@ */ /* ========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ========================================================================= */ /*------------------------------------------------------------------------ diff --git a/modules/processing/filters/multi_stage_iir/capi/tst/main.cpp b/modules/processing/filters/multi_stage_iir/capi/tst/main.cpp index b8088ece..db733b17 100644 --- a/modules/processing/filters/multi_stage_iir/capi/tst/main.cpp +++ b/modules/processing/filters/multi_stage_iir/capi/tst/main.cpp @@ -1,6 +1,6 @@ /*========================================================================== - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause *==========================================================================*/ /** diff --git a/modules/processing/filters/multi_stage_iir/lib/inc/CMultiStageIIR.h b/modules/processing/filters/multi_stage_iir/lib/inc/CMultiStageIIR.h index 25d19ec9..4d4875c4 100644 --- a/modules/processing/filters/multi_stage_iir/lib/inc/CMultiStageIIR.h +++ b/modules/processing/filters/multi_stage_iir/lib/inc/CMultiStageIIR.h @@ -1,6 +1,6 @@ /*======================================================================== - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause *======================================================================== */ diff --git a/modules/processing/filters/multi_stage_iir/lib/inc/msiir_api.h b/modules/processing/filters/multi_stage_iir/lib/inc/msiir_api.h index 78a12e8c..c0b6e68a 100644 --- a/modules/processing/filters/multi_stage_iir/lib/inc/msiir_api.h +++ b/modules/processing/filters/multi_stage_iir/lib/inc/msiir_api.h @@ -5,8 +5,8 @@ Public API for Multi Stage IIR Filter (single channel). - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ============================================================================*/ #include "msiir_calibration_api.h" diff --git a/modules/processing/filters/multi_stage_iir/lib/inc/msiir_calibration_api.h b/modules/processing/filters/multi_stage_iir/lib/inc/msiir_calibration_api.h index d6e4c1ee..56d6e194 100644 --- a/modules/processing/filters/multi_stage_iir/lib/inc/msiir_calibration_api.h +++ b/modules/processing/filters/multi_stage_iir/lib/inc/msiir_calibration_api.h @@ -5,8 +5,8 @@ Calibration (Public) API for Multi Stage IIR Filter (single channel). - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ============================================================================*/ #include "AudioComdef.h" diff --git a/modules/processing/filters/multi_stage_iir/lib/src/CMultiStageIIR.c b/modules/processing/filters/multi_stage_iir/lib/src/CMultiStageIIR.c index 3abd98ad..106ba8ae 100644 --- a/modules/processing/filters/multi_stage_iir/lib/src/CMultiStageIIR.c +++ b/modules/processing/filters/multi_stage_iir/lib/src/CMultiStageIIR.c @@ -1,6 +1,6 @@ /*======================= COPYRIGHT NOTICE ==================================*] -[* Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear *] +[* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause *] [*===========================================================================*] /*======================================================================= diff --git a/modules/processing/filters/multi_stage_iir/lib/src/msiir.c b/modules/processing/filters/multi_stage_iir/lib/src/msiir.c index 8f43369f..d61c7de7 100644 --- a/modules/processing/filters/multi_stage_iir/lib/src/msiir.c +++ b/modules/processing/filters/multi_stage_iir/lib/src/msiir.c @@ -3,8 +3,8 @@ Multi Stage IIR Filter implementation. - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ============================================================================*/ /*---------------------------------------------------------------------------- diff --git a/modules/processing/filters/multi_stage_iir/lib/src/msiir.h b/modules/processing/filters/multi_stage_iir/lib/src/msiir.h index 3afb2fda..2d8cfc50 100644 --- a/modules/processing/filters/multi_stage_iir/lib/src/msiir.h +++ b/modules/processing/filters/multi_stage_iir/lib/src/msiir.h @@ -5,8 +5,8 @@ Private Header for Multi Stage IIR Filter. - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ============================================================================*/ #include "msiir_api.h" diff --git a/modules/processing/gain_control/drc/api/api_drc.h b/modules/processing/gain_control/drc/api/api_drc.h index 22e2a6a1..c425eb54 100644 --- a/modules/processing/gain_control/drc/api/api_drc.h +++ b/modules/processing/gain_control/drc/api/api_drc.h @@ -5,8 +5,8 @@ @brief This file contains DRC APIs ==============================================================================*/ /*======================================================================= - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause =========================================================================*/ /*============================================================================== diff --git a/modules/processing/gain_control/drc/inc/CDrcLib.h b/modules/processing/gain_control/drc/inc/CDrcLib.h index 11ec936e..b3a16c65 100644 --- a/modules/processing/gain_control/drc/inc/CDrcLib.h +++ b/modules/processing/gain_control/drc/inc/CDrcLib.h @@ -5,8 +5,8 @@ Public header file for the Limiter algorithm. - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ============================================================================*/ /*---------------------------------------------------------------------------- diff --git a/modules/processing/gain_control/drc/inc/capi_drc.h b/modules/processing/gain_control/drc/inc/capi_drc.h index 09e4231c..d57c360c 100644 --- a/modules/processing/gain_control/drc/inc/capi_drc.h +++ b/modules/processing/gain_control/drc/inc/capi_drc.h @@ -6,8 +6,8 @@ */ /*----------------------------------------------------------------------- -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause -----------------------------------------------------------------------*/ #ifndef CAPI_DRC diff --git a/modules/processing/gain_control/drc/inc/capi_drc_utils.h b/modules/processing/gain_control/drc/inc/capi_drc_utils.h index 752dd353..045df7b0 100644 --- a/modules/processing/gain_control/drc/inc/capi_drc_utils.h +++ b/modules/processing/gain_control/drc/inc/capi_drc_utils.h @@ -6,8 +6,8 @@ */ /*----------------------------------------------------------------------- -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause -----------------------------------------------------------------------*/ #include "api_drc.h" diff --git a/modules/processing/gain_control/drc/inc/drc_api.h b/modules/processing/gain_control/drc/inc/drc_api.h index 42194a0f..68972e3f 100644 --- a/modules/processing/gain_control/drc/inc/drc_api.h +++ b/modules/processing/gain_control/drc/inc/drc_api.h @@ -5,8 +5,8 @@ Public api for DRC. - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ============================================================================*/ /*---------------------------------------------------------------------------- diff --git a/modules/processing/gain_control/drc/inc/drc_calib_api.h b/modules/processing/gain_control/drc/inc/drc_calib_api.h index 051b5350..c09a492c 100644 --- a/modules/processing/gain_control/drc/inc/drc_calib_api.h +++ b/modules/processing/gain_control/drc/inc/drc_calib_api.h @@ -5,8 +5,8 @@ Public api for DRC. - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ============================================================================*/ /*============================================================================ diff --git a/modules/processing/gain_control/drc/inc/drc_lib.h b/modules/processing/gain_control/drc/inc/drc_lib.h index acd684db..cf199082 100644 --- a/modules/processing/gain_control/drc/inc/drc_lib.h +++ b/modules/processing/gain_control/drc/inc/drc_lib.h @@ -5,8 +5,8 @@ Public header file for the Limiter algorithm. - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ============================================================================*/ /*---------------------------------------------------------------------------- diff --git a/modules/processing/gain_control/iir_mbdrc/api/mbdrc_api.h b/modules/processing/gain_control/iir_mbdrc/api/mbdrc_api.h index 77982515..3076d27d 100644 --- a/modules/processing/gain_control/iir_mbdrc/api/mbdrc_api.h +++ b/modules/processing/gain_control/iir_mbdrc/api/mbdrc_api.h @@ -6,8 +6,8 @@ ==============================================================================*/ /*======================================================================= -* Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -* SPDX-License-Identifier: BSD-3-Clause-Clear +* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +* SPDX-License-Identifier: BSD-3-Clause =========================================================================*/ /*======================================================================== Edit History diff --git a/modules/processing/gain_control/iir_mbdrc/inc/capi_iir_mbdrc.h b/modules/processing/gain_control/iir_mbdrc/inc/capi_iir_mbdrc.h index 904a3217..588e394f 100644 --- a/modules/processing/gain_control/iir_mbdrc/inc/capi_iir_mbdrc.h +++ b/modules/processing/gain_control/iir_mbdrc/inc/capi_iir_mbdrc.h @@ -1,6 +1,6 @@ /* ===================================================================== - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause * =====================================================================*/ /** diff --git a/modules/processing/gain_control/iir_mbdrc/inc/capi_iir_mbdrc_utils.h b/modules/processing/gain_control/iir_mbdrc/inc/capi_iir_mbdrc_utils.h index 82f918a8..e50c9c50 100644 --- a/modules/processing/gain_control/iir_mbdrc/inc/capi_iir_mbdrc_utils.h +++ b/modules/processing/gain_control/iir_mbdrc/inc/capi_iir_mbdrc_utils.h @@ -7,8 +7,8 @@ */ /* ========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ========================================================================== */ #ifndef CAPI_IIR_MBDRC_UTILS_H diff --git a/modules/processing/gain_control/iir_mbdrc/inc/iir_mbdrc.h b/modules/processing/gain_control/iir_mbdrc/inc/iir_mbdrc.h index 1a84df93..bbaecda1 100644 --- a/modules/processing/gain_control/iir_mbdrc/inc/iir_mbdrc.h +++ b/modules/processing/gain_control/iir_mbdrc/inc/iir_mbdrc.h @@ -1,6 +1,6 @@ /* ========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ========================================================================== */ #ifndef IIR_MBDRC_H diff --git a/modules/processing/gain_control/iir_mbdrc/inc/iir_mbdrc_api.h b/modules/processing/gain_control/iir_mbdrc/inc/iir_mbdrc_api.h index d2eab906..07b294d7 100644 --- a/modules/processing/gain_control/iir_mbdrc/inc/iir_mbdrc_api.h +++ b/modules/processing/gain_control/iir_mbdrc/inc/iir_mbdrc_api.h @@ -1,6 +1,6 @@ /* ========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ========================================================================== */ #ifndef IIR_MBDRC_API_H diff --git a/modules/processing/gain_control/iir_mbdrc/inc/iir_mbdrc_calibration_api.h b/modules/processing/gain_control/iir_mbdrc/inc/iir_mbdrc_calibration_api.h index fe0d2300..e8a90c7b 100644 --- a/modules/processing/gain_control/iir_mbdrc/inc/iir_mbdrc_calibration_api.h +++ b/modules/processing/gain_control/iir_mbdrc/inc/iir_mbdrc_calibration_api.h @@ -1,6 +1,6 @@ /* ========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ========================================================================== */ #ifndef IIR_MBDRC_CALIBRATION_API diff --git a/modules/processing/gain_control/iir_mbdrc/inc/iir_mbdrc_function_defines.h b/modules/processing/gain_control/iir_mbdrc/inc/iir_mbdrc_function_defines.h index 14d1f5a7..182448a8 100644 --- a/modules/processing/gain_control/iir_mbdrc/inc/iir_mbdrc_function_defines.h +++ b/modules/processing/gain_control/iir_mbdrc/inc/iir_mbdrc_function_defines.h @@ -1,6 +1,6 @@ /* ========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ========================================================================== */ #ifdef __qdsp6__ diff --git a/modules/processing/gain_control/limiter/api/api_limiter.h b/modules/processing/gain_control/limiter/api/api_limiter.h index f2dadd03..0f85af14 100644 --- a/modules/processing/gain_control/limiter/api/api_limiter.h +++ b/modules/processing/gain_control/limiter/api/api_limiter.h @@ -8,8 +8,8 @@ structures exposed by the Limiter Module. */ /* ========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ========================================================================== */ /*------------------------------------------------------------------------ diff --git a/modules/processing/gain_control/limiter/lib/inc/limiter24_api.h b/modules/processing/gain_control/limiter/lib/inc/limiter24_api.h index 9c90c2cd..fdbeb3ca 100644 --- a/modules/processing/gain_control/limiter/lib/inc/limiter24_api.h +++ b/modules/processing/gain_control/limiter/lib/inc/limiter24_api.h @@ -1,6 +1,6 @@ /*======================= COPYRIGHT NOTICE ==================================*] -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause [*===========================================================================*] [*****************************************************************************] [* FILE NAME: limiter24_api.h TYPE: C-header file *] diff --git a/modules/processing/gain_control/limiter/lib/inc/limiter_api.h b/modules/processing/gain_control/limiter/lib/inc/limiter_api.h index 3788c9e7..87ac782d 100644 --- a/modules/processing/gain_control/limiter/lib/inc/limiter_api.h +++ b/modules/processing/gain_control/limiter/lib/inc/limiter_api.h @@ -6,8 +6,8 @@ Public API for Low Distortion Limiter, including zero-crossing algorithm and peak history (lower distortion) algorithm -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ============================================================================*/ #include "limiter_calibration_api.h" diff --git a/modules/processing/gain_control/limiter/lib/inc/limiter_calibration_api.h b/modules/processing/gain_control/limiter/lib/inc/limiter_calibration_api.h index c8b08f8f..1a3e9edc 100644 --- a/modules/processing/gain_control/limiter/lib/inc/limiter_calibration_api.h +++ b/modules/processing/gain_control/limiter/lib/inc/limiter_calibration_api.h @@ -6,8 +6,8 @@ Calibration (Public) API for Low Distortion Limiter, including zero-crossing algorithm and peak history (lower distortion) algorithm -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ============================================================================*/ #include "AudioComdef.h" diff --git a/modules/processing/gain_control/limiter/lib/src/limiter.c b/modules/processing/gain_control/limiter/lib/src/limiter.c index efbb9d5f..891b5523 100644 --- a/modules/processing/gain_control/limiter/lib/src/limiter.c +++ b/modules/processing/gain_control/limiter/lib/src/limiter.c @@ -5,8 +5,8 @@ and peak-history algorithm - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ============================================================================*/ /*---------------------------------------------------------------------------- diff --git a/modules/processing/gain_control/limiter/lib/src/limiter.h b/modules/processing/gain_control/limiter/lib/src/limiter.h index 14963406..cab02ae2 100644 --- a/modules/processing/gain_control/limiter/lib/src/limiter.h +++ b/modules/processing/gain_control/limiter/lib/src/limiter.h @@ -5,8 +5,8 @@ Private Header for Zero-Crossing Limiter, Peak-History Limiter - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ============================================================================*/ #include "limiter_api.h" diff --git a/modules/processing/gain_control/limiter/lib/src/limiter24.c b/modules/processing/gain_control/limiter/lib/src/limiter24.c index 17170f1b..dd7918a3 100644 --- a/modules/processing/gain_control/limiter/lib/src/limiter24.c +++ b/modules/processing/gain_control/limiter/lib/src/limiter24.c @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /***************************************************************************** * FILE NAME: limiter24.c TYPE: C-source file diff --git a/modules/processing/gain_control/limiter/lib/src/limiter24.h b/modules/processing/gain_control/limiter/lib/src/limiter24.h index d129a327..dc9cf0e3 100644 --- a/modules/processing/gain_control/limiter/lib/src/limiter24.h +++ b/modules/processing/gain_control/limiter/lib/src/limiter24.h @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /***************************************************************************** * FILE NAME: limiter24.h TYPE: C-header file diff --git a/modules/processing/resamplers/dynamic_resampler/api/dynamic_resampler_api.h b/modules/processing/resamplers/dynamic_resampler/api/dynamic_resampler_api.h index ee6e9b90..e69d66e8 100644 --- a/modules/processing/resamplers/dynamic_resampler/api/dynamic_resampler_api.h +++ b/modules/processing/resamplers/dynamic_resampler/api/dynamic_resampler_api.h @@ -7,8 +7,8 @@ ==============================================================================*/ /* ======================================================================== - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ===========================================================================*/ /*------------------------------------------------------------------------ diff --git a/modules/processing/resamplers/dynamic_resampler/inc/hw_rs_lib.h b/modules/processing/resamplers/dynamic_resampler/inc/hw_rs_lib.h index 3570710e..317df960 100644 --- a/modules/processing/resamplers/dynamic_resampler/inc/hw_rs_lib.h +++ b/modules/processing/resamplers/dynamic_resampler/inc/hw_rs_lib.h @@ -4,8 +4,8 @@ @brief This file contains API's for allocating static variables needed for hw resampler /*========================================================================= -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ========================================================================= */ #ifndef _HW_RS_LIB_H_ diff --git a/modules/processing/resamplers/dynamic_resampler/inc/hwsw_rs_lib.h b/modules/processing/resamplers/dynamic_resampler/inc/hwsw_rs_lib.h index 551b5351..fcac3dae 100644 --- a/modules/processing/resamplers/dynamic_resampler/inc/hwsw_rs_lib.h +++ b/modules/processing/resamplers/dynamic_resampler/inc/hwsw_rs_lib.h @@ -5,8 +5,8 @@ */ /*========================================================================= -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ========================================================================= */ #ifndef HWSW_RS_LIB_H diff --git a/modules/processing/resamplers/dynamic_resampler/inc/hwsw_rs_lib_hw.h b/modules/processing/resamplers/dynamic_resampler/inc/hwsw_rs_lib_hw.h index f75c5fa6..2fd82ca7 100644 --- a/modules/processing/resamplers/dynamic_resampler/inc/hwsw_rs_lib_hw.h +++ b/modules/processing/resamplers/dynamic_resampler/inc/hwsw_rs_lib_hw.h @@ -5,8 +5,8 @@ */ /*========================================================================= -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ========================================================================= */ #ifndef HWSW_RS_LIB_HW_H diff --git a/modules/processing/resamplers/dynamic_resampler/inc/multi_def_resampler.h b/modules/processing/resamplers/dynamic_resampler/inc/multi_def_resampler.h index dadf964a..8ff28153 100644 --- a/modules/processing/resamplers/dynamic_resampler/inc/multi_def_resampler.h +++ b/modules/processing/resamplers/dynamic_resampler/inc/multi_def_resampler.h @@ -1,6 +1,6 @@ /*========================================================================= -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ========================================================================= */ #ifndef MULTI_DEF_RESAMPLER_H diff --git a/modules/processing/resamplers/dynamic_resampler/inc/resampler_32b_ext.h b/modules/processing/resamplers/dynamic_resampler/inc/resampler_32b_ext.h index 26c42691..511ef73a 100644 --- a/modules/processing/resamplers/dynamic_resampler/inc/resampler_32b_ext.h +++ b/modules/processing/resamplers/dynamic_resampler/inc/resampler_32b_ext.h @@ -1,8 +1,8 @@ #include "multi_def_resampler.h" /*========================================================================= -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ========================================================================= */ #ifndef _RESAMPLER_32B_EXT_H_ diff --git a/modules/processing/resamplers/dynamic_resampler/inc/rs_common.h b/modules/processing/resamplers/dynamic_resampler/inc/rs_common.h index 1fb6185f..d322ee02 100644 --- a/modules/processing/resamplers/dynamic_resampler/inc/rs_common.h +++ b/modules/processing/resamplers/dynamic_resampler/inc/rs_common.h @@ -1,8 +1,8 @@ #include "multi_def_resampler.h" /*========================================================================= -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ========================================================================= */ #ifndef _RS_COMMON_H_ diff --git a/modules/processing/resamplers/dynamic_resampler/inc/rs_driver.h b/modules/processing/resamplers/dynamic_resampler/inc/rs_driver.h index 73118619..054eb593 100644 --- a/modules/processing/resamplers/dynamic_resampler/inc/rs_driver.h +++ b/modules/processing/resamplers/dynamic_resampler/inc/rs_driver.h @@ -6,8 +6,8 @@ FILE: rs_driver.h DESCRIPTION: Resampler HW driver header file. /*========================================================================= -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ========================================================================= */ #include diff --git a/modules/processing/resamplers/dynamic_resampler/inc/rs_driver_ext.h b/modules/processing/resamplers/dynamic_resampler/inc/rs_driver_ext.h index 462b112a..ea8a2064 100644 --- a/modules/processing/resamplers/dynamic_resampler/inc/rs_driver_ext.h +++ b/modules/processing/resamplers/dynamic_resampler/inc/rs_driver_ext.h @@ -6,8 +6,8 @@ FILE: rs_driver_ext.h DESCRIPTION: Resampler HW driver extension header file. /*========================================================================= -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ========================================================================= */ #ifdef __cplusplus diff --git a/modules/processing/resamplers/iir_resampler/api/iir_resampler_api.h b/modules/processing/resamplers/iir_resampler/api/iir_resampler_api.h index e1460e78..563d5f48 100644 --- a/modules/processing/resamplers/iir_resampler/api/iir_resampler_api.h +++ b/modules/processing/resamplers/iir_resampler/api/iir_resampler_api.h @@ -6,8 +6,8 @@ structures exposed by the IIR Resampler Module. */ /*======================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause =========================================================================*/ #ifndef IIR_RESAMPLER_API_H diff --git a/modules/processing/resamplers/iir_resampler/inc/iir_resampler.h b/modules/processing/resamplers/iir_resampler/inc/iir_resampler.h index 2dc23945..442879eb 100644 --- a/modules/processing/resamplers/iir_resampler/inc/iir_resampler.h +++ b/modules/processing/resamplers/iir_resampler/inc/iir_resampler.h @@ -1,6 +1,6 @@ /*========================================================================= -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ========================================================================= */ #ifndef __IIR_RESAMPER_H__ #define __IIR_RESAMPER_H__ diff --git a/modules/processing/resamplers/iir_resampler/inc/iir_rs_lib.h b/modules/processing/resamplers/iir_resampler/inc/iir_rs_lib.h index 42b13276..a6918361 100644 --- a/modules/processing/resamplers/iir_resampler/inc/iir_rs_lib.h +++ b/modules/processing/resamplers/iir_resampler/inc/iir_rs_lib.h @@ -1,6 +1,6 @@ /*========================================================================= -Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -SPDX-License-Identifier: BSD-3-Clause-Clear +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +SPDX-License-Identifier: BSD-3-Clause ========================================================================= */ #ifndef IIR_RS_LIB_H diff --git a/modules/processing/shoebox_reverb/api/api_reverb.h b/modules/processing/shoebox_reverb/api/api_reverb.h index b3fdca36..3103de7e 100644 --- a/modules/processing/shoebox_reverb/api/api_reverb.h +++ b/modules/processing/shoebox_reverb/api/api_reverb.h @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef API_REVERB_H diff --git a/modules/processing/shoebox_reverb/api/shoebox_api.h b/modules/processing/shoebox_reverb/api/shoebox_api.h index 040bfd54..0bb018b3 100644 --- a/modules/processing/shoebox_reverb/api/shoebox_api.h +++ b/modules/processing/shoebox_reverb/api/shoebox_api.h @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef API_SHOEBOX_H diff --git a/modules/processing/shoebox_reverb/inc/ShoeBox_calibration_api.h b/modules/processing/shoebox_reverb/inc/ShoeBox_calibration_api.h index 71b06df8..e0087b55 100644 --- a/modules/processing/shoebox_reverb/inc/ShoeBox_calibration_api.h +++ b/modules/processing/shoebox_reverb/inc/ShoeBox_calibration_api.h @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef SHOEBOX_CALIBRATION_API_H diff --git a/modules/processing/shoebox_reverb/inc/capi_shoebox.h b/modules/processing/shoebox_reverb/inc/capi_shoebox.h index 7b3c8590..8bbf3313 100644 --- a/modules/processing/shoebox_reverb/inc/capi_shoebox.h +++ b/modules/processing/shoebox_reverb/inc/capi_shoebox.h @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /** diff --git a/modules/processing/shoebox_reverb/inc/reverb_api.h b/modules/processing/shoebox_reverb/inc/reverb_api.h index a97be569..db24acf4 100644 --- a/modules/processing/shoebox_reverb/inc/reverb_api.h +++ b/modules/processing/shoebox_reverb/inc/reverb_api.h @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef REVERB_API_H diff --git a/modules/processing/shoebox_reverb/inc/reverb_calibration_api.h b/modules/processing/shoebox_reverb/inc/reverb_calibration_api.h index 74973f3d..20019cea 100644 --- a/modules/processing/shoebox_reverb/inc/reverb_calibration_api.h +++ b/modules/processing/shoebox_reverb/inc/reverb_calibration_api.h @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef REVERB_CALIBRATION_API_H diff --git a/modules/processing/shoebox_reverb/inc/reverbglobal.h b/modules/processing/shoebox_reverb/inc/reverbglobal.h index a569e7be..8cae8274 100644 --- a/modules/processing/shoebox_reverb/inc/reverbglobal.h +++ b/modules/processing/shoebox_reverb/inc/reverbglobal.h @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _REVERBGLOBAL_H_ diff --git a/modules/processing/shoebox_reverb/inc/shoebox_lib_api.h b/modules/processing/shoebox_reverb/inc/shoebox_lib_api.h index f4d72152..1bda9e8e 100644 --- a/modules/processing/shoebox_reverb/inc/shoebox_lib_api.h +++ b/modules/processing/shoebox_reverb/inc/shoebox_lib_api.h @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef SHOEBOX_API_H diff --git a/modules/processing/volume_control/capi/gain/api/gain_api.h b/modules/processing/volume_control/capi/gain/api/gain_api.h index 4b2b1309..d30a3c41 100644 --- a/modules/processing/volume_control/capi/gain/api/gain_api.h +++ b/modules/processing/volume_control/capi/gain/api/gain_api.h @@ -5,8 +5,8 @@ @file gain_api.h @brief This file contains Gain module APIs - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ /*------------------------------------------------------------------------ diff --git a/modules/processing/volume_control/capi/gain/inc/capi_gain.h b/modules/processing/volume_control/capi/gain/inc/capi_gain.h index 01a83469..ff7bceb6 100644 --- a/modules/processing/volume_control/capi/gain/inc/capi_gain.h +++ b/modules/processing/volume_control/capi/gain/inc/capi_gain.h @@ -7,8 +7,8 @@ */ /* ========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ========================================================================== */ /*------------------------------------------------------------------------ diff --git a/modules/processing/volume_control/capi/gain/src/capi_gain.c b/modules/processing/volume_control/capi/gain/src/capi_gain.c index 1b1e702d..6f9c7c19 100644 --- a/modules/processing/volume_control/capi/gain/src/capi_gain.c +++ b/modules/processing/volume_control/capi/gain/src/capi_gain.c @@ -1,6 +1,6 @@ /* ========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause * =========================================================================*/ /** diff --git a/modules/processing/volume_control/capi/gain/src/capi_gain_utils.c b/modules/processing/volume_control/capi/gain/src/capi_gain_utils.c index e850ea6f..c57b2cbf 100644 --- a/modules/processing/volume_control/capi/gain/src/capi_gain_utils.c +++ b/modules/processing/volume_control/capi/gain/src/capi_gain_utils.c @@ -1,6 +1,6 @@ /* ========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause * =========================================================================*/ /** diff --git a/modules/processing/volume_control/capi/gain/src/capi_gain_utils.h b/modules/processing/volume_control/capi/gain/src/capi_gain_utils.h index e3856a84..33a95a81 100644 --- a/modules/processing/volume_control/capi/gain/src/capi_gain_utils.h +++ b/modules/processing/volume_control/capi/gain/src/capi_gain_utils.h @@ -6,8 +6,8 @@ */ /* ========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ========================================================================== */ /*------------------------------------------------------------------------ diff --git a/modules/processing/volume_control/capi/gain/stub_src/capi_gain_stub.cpp b/modules/processing/volume_control/capi/gain/stub_src/capi_gain_stub.cpp index be956a4c..0579dff6 100644 --- a/modules/processing/volume_control/capi/gain/stub_src/capi_gain_stub.cpp +++ b/modules/processing/volume_control/capi/gain/stub_src/capi_gain_stub.cpp @@ -1,6 +1,6 @@ /* ========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause * =========================================================================*/ /** diff --git a/modules/processing/volume_control/capi/soft_vol/api/soft_vol_api.h b/modules/processing/volume_control/capi/soft_vol/api/soft_vol_api.h index 6d5f748b..d0d384c0 100644 --- a/modules/processing/volume_control/capi/soft_vol/api/soft_vol_api.h +++ b/modules/processing/volume_control/capi/soft_vol/api/soft_vol_api.h @@ -5,8 +5,8 @@ @file soft_vol_api.h @brief This file contains Soft Vol Module APIs - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause ==============================================================================*/ /*------------------------------------------------------------------------ diff --git a/modules/processing/volume_control/capi/soft_vol/inc/capi_soft_vol.h b/modules/processing/volume_control/capi/soft_vol/inc/capi_soft_vol.h index 2d30dec6..8a686f24 100644 --- a/modules/processing/volume_control/capi/soft_vol/inc/capi_soft_vol.h +++ b/modules/processing/volume_control/capi/soft_vol/inc/capi_soft_vol.h @@ -1,6 +1,6 @@ /* ========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause * =========================================================================*/ /** diff --git a/modules/processing/volume_control/capi/soft_vol/src/capi_soft_vol.cpp b/modules/processing/volume_control/capi/soft_vol/src/capi_soft_vol.cpp index 2ecae253..dd9391df 100644 --- a/modules/processing/volume_control/capi/soft_vol/src/capi_soft_vol.cpp +++ b/modules/processing/volume_control/capi/soft_vol/src/capi_soft_vol.cpp @@ -1,6 +1,6 @@ /* ========================================================================= - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause * =========================================================================*/ /** diff --git a/modules/processing/volume_control/capi/soft_vol/src/capi_soft_vol_island.cpp b/modules/processing/volume_control/capi/soft_vol/src/capi_soft_vol_island.cpp index cfdd1621..7641977e 100644 --- a/modules/processing/volume_control/capi/soft_vol/src/capi_soft_vol_island.cpp +++ b/modules/processing/volume_control/capi/soft_vol/src/capi_soft_vol_island.cpp @@ -1,6 +1,6 @@ /* ========================================================================= - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause * =========================================================================*/ /** diff --git a/modules/processing/volume_control/capi/soft_vol/src/capi_soft_vol_utils.cpp b/modules/processing/volume_control/capi/soft_vol/src/capi_soft_vol_utils.cpp index d3654085..1fccdca4 100644 --- a/modules/processing/volume_control/capi/soft_vol/src/capi_soft_vol_utils.cpp +++ b/modules/processing/volume_control/capi/soft_vol/src/capi_soft_vol_utils.cpp @@ -1,6 +1,6 @@ /* ========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause * =========================================================================*/ /** diff --git a/modules/processing/volume_control/capi/soft_vol/src/capi_soft_vol_utils.h b/modules/processing/volume_control/capi/soft_vol/src/capi_soft_vol_utils.h index 8ab03d29..10b276f6 100644 --- a/modules/processing/volume_control/capi/soft_vol/src/capi_soft_vol_utils.h +++ b/modules/processing/volume_control/capi/soft_vol/src/capi_soft_vol_utils.h @@ -1,8 +1,8 @@ #ifndef CAPI_SOFT_VOL_UTILS_H #define CAPI_SOFT_VOL_UTILS_H /* ========================================================================= - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause * =========================================================================*/ /** diff --git a/modules/processing/volume_control/capi/soft_vol/src/capi_soft_vol_utils_v2.cpp b/modules/processing/volume_control/capi/soft_vol/src/capi_soft_vol_utils_v2.cpp index ff8e8357..f877c777 100644 --- a/modules/processing/volume_control/capi/soft_vol/src/capi_soft_vol_utils_v2.cpp +++ b/modules/processing/volume_control/capi/soft_vol/src/capi_soft_vol_utils_v2.cpp @@ -1,6 +1,6 @@ /* ========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause * =========================================================================*/ /** diff --git a/modules/processing/volume_control/capi/soft_vol/stub_src/capi_soft_vol_stub.cpp b/modules/processing/volume_control/capi/soft_vol/stub_src/capi_soft_vol_stub.cpp index 862d9c62..c3af2840 100644 --- a/modules/processing/volume_control/capi/soft_vol/stub_src/capi_soft_vol_stub.cpp +++ b/modules/processing/volume_control/capi/soft_vol/stub_src/capi_soft_vol_stub.cpp @@ -1,6 +1,6 @@ /* ========================================================================= - Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - SPDX-License-Identifier: BSD-3-Clause-Clear + Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + SPDX-License-Identifier: BSD-3-Clause * =========================================================================*/ /** diff --git a/modules/processing/volume_control/lib/inc/SoftVolumeControls.h b/modules/processing/volume_control/lib/inc/SoftVolumeControls.h index b8d9dd41..ee7f64e0 100644 --- a/modules/processing/volume_control/lib/inc/SoftVolumeControls.h +++ b/modules/processing/volume_control/lib/inc/SoftVolumeControls.h @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /***************************************************************************** * FILE NAME: SoftVolumeControls.h diff --git a/modules/processing/volume_control/lib/inc/apply_gain.h b/modules/processing/volume_control/lib/inc/apply_gain.h index 8f7c5799..224cd391 100644 --- a/modules/processing/volume_control/lib/inc/apply_gain.h +++ b/modules/processing/volume_control/lib/inc/apply_gain.h @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*=========================================================================== * FILE NAME: apply_gain.h diff --git a/modules/processing/volume_control/lib/src/apply_gain.c b/modules/processing/volume_control/lib/src/apply_gain.c index 6b0eaa3b..2fd1bfa6 100644 --- a/modules/processing/volume_control/lib/src/apply_gain.c +++ b/modules/processing/volume_control/lib/src/apply_gain.c @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*=========================================================================== * FILE NAME: apply_gain.c diff --git a/modules/processing/volume_control/lib/src/softvolumecontrols.cpp b/modules/processing/volume_control/lib/src/softvolumecontrols.cpp index 5bab0b75..4fd179ba 100644 --- a/modules/processing/volume_control/lib/src/softvolumecontrols.cpp +++ b/modules/processing/volume_control/lib/src/softvolumecontrols.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*=========================================================================== * FILE NAME: SoftVolumeControls.cpp diff --git a/modules/processing/volume_control/lib/src/softvolumecontrols_island.cpp b/modules/processing/volume_control/lib/src/softvolumecontrols_island.cpp index 879e4c7f..16f0e538 100644 --- a/modules/processing/volume_control/lib/src/softvolumecontrols_island.cpp +++ b/modules/processing/volume_control/lib/src/softvolumecontrols_island.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ /*=========================================================================== * FILE NAME: SoftVolumeControls.cpp diff --git a/scripts/spf/spf_libs_config_parser.py b/scripts/spf/spf_libs_config_parser.py index 2c1eee9d..bba04d78 100644 --- a/scripts/spf/spf_libs_config_parser.py +++ b/scripts/spf/spf_libs_config_parser.py @@ -11,8 +11,8 @@ # # # -# Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. -# SPDX-License-Identifier: BSD-3-Clause-Clear +# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +# SPDX-License-Identifier: BSD-3-Clause #=============================================================================== import re import shutil @@ -508,8 +508,8 @@ def write_autogen_files(static_source_file, static_header_file, shared_source_fi raise LibCfgParserError(s); last_r=r - s='/** Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. */\n' + \ - '/** SPDX-License-Identifier: BSD-3-Clause-Clear */\n' + \ + s='/** Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. */\n' + \ + '/** SPDX-License-Identifier: BSD-3-Clause */\n' + \ '/** ***** This is an autogenerated file ***** **/\n' + \ '/** ***** DO NOT EDIT THIS FILE ***** **/\n\n' static_source_file.write(s); @@ -699,8 +699,8 @@ def write_qact_xml(qact_xml_file, mod_info): build_id_tag2=str(os.environ.get('${QCOM_TIME_STAMP}')) qact_xml_file.write('\n'); - qact_xml_file.write('