From 836c55e685abd5b3761d622b9b6f7d61ac5292fc Mon Sep 17 00:00:00 2001 From: Radhika Garg Date: Mon, 12 Jan 2026 23:30:11 -0800 Subject: [PATCH 1/2] Update copyright headers to reflect Qualcomm Technologies, Inc. - 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 --- audio-log-utils/audio_dynamic_log.xml | 4 ++-- audio-log-utils/inc/log_utils.h | 4 ++-- audio-log-utils/inc/log_xml_parser.h | 4 ++-- audio-log-utils/src/log_utils.c | 4 ++-- audio-log-utils/src/log_xml_parser.c | 4 ++-- audio-plugins/audio-plugin-headers/interface/codec_plugin.h | 4 ++-- audio-plugins/audio-plugin-headers/interface/codec_status.h | 4 ++-- audio-plugins/dac_plugin/inc/dac_plugin.h | 4 ++-- audio-plugins/dac_plugin/src/dac_plugin.c | 4 ++-- audio-plugins/mercury_plugin/inc/mercury_plugin.h | 4 ++-- audio-plugins/mercury_plugin/src/mercury_plugin.c | 4 ++-- audio-plugins/test/dac_mer_test/dac_mer_testapp.c | 4 ++-- audio-plugins/test/dac_mer_test/dac_mer_testapp.h | 4 ++-- audio-route/audio_route.c | 6 +++--- audio-route/include/system/audio.h | 6 +++--- audio_memlogger/armemlog/inc/graph_queue.h | 4 ++-- audio_memlogger/armemlog/inc/kpi_queue.h | 4 ++-- audio_memlogger/armemlog/inc/mem_logger.h | 4 ++-- audio_memlogger/armemlog/inc/pal_state_queue.h | 4 ++-- audio_memlogger/armemlog/inc/spf_reset_queue.h | 4 ++-- audio_memlogger/armemlog/parser/config.xml | 2 +- audio_memlogger/armemlog/parser/enum_replacements.xml | 2 +- audio_memlogger/armemlog/parser/graph_parser.py | 4 ++-- audio_memlogger/armemlog/parser/header.py | 4 ++-- audio_memlogger/armemlog/parser/kpi_parser.py | 4 ++-- audio_memlogger/armemlog/parser/memLoggerParser.py | 4 ++-- audio_memlogger/armemlog/parser/memLoggerUtils.py | 4 ++-- audio_memlogger/armemlog/parser/spf_reset_parser.py | 4 ++-- audio_memlogger/armemlog/parser/state_parser.py | 4 ++-- audio_memlogger/armemlog/src/mem_logger.cpp | 4 ++-- ci/build.sh | 4 ++-- ci/files_to_copy.sh | 4 ++-- ci/knp_build.sh | 4 ++-- ci/pkl_build.sh | 4 ++-- 34 files changed, 68 insertions(+), 68 deletions(-) diff --git a/audio-log-utils/audio_dynamic_log.xml b/audio-log-utils/audio_dynamic_log.xml index 5c2cde9..5185ca1 100644 --- a/audio-log-utils/audio_dynamic_log.xml +++ b/audio-log-utils/audio_dynamic_log.xml @@ -1,7 +1,7 @@ - - + + diff --git a/audio-log-utils/inc/log_utils.h b/audio-log-utils/inc/log_utils.h index e6932e2..2e9a57f 100644 --- a/audio-log-utils/inc/log_utils.h +++ b/audio-log-utils/inc/log_utils.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause * */ diff --git a/audio-log-utils/inc/log_xml_parser.h b/audio-log-utils/inc/log_xml_parser.h index fb6dc50..1d5cc35 100644 --- a/audio-log-utils/inc/log_xml_parser.h +++ b/audio-log-utils/inc/log_xml_parser.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause * */ diff --git a/audio-log-utils/src/log_utils.c b/audio-log-utils/src/log_utils.c index 4795de7..a8cb2ce 100755 --- a/audio-log-utils/src/log_utils.c +++ b/audio-log-utils/src/log_utils.c @@ -1,7 +1,7 @@ /* * - * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All 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 "audio_log_utils" diff --git a/audio-log-utils/src/log_xml_parser.c b/audio-log-utils/src/log_xml_parser.c index 3aa8854..a82374e 100644 --- a/audio-log-utils/src/log_xml_parser.c +++ b/audio-log-utils/src/log_xml_parser.c @@ -4,8 +4,8 @@ * for audio modules. * * - * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All 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 "log_xml_parser" /* #define LOG_NDEBUG 0 */ diff --git a/audio-plugins/audio-plugin-headers/interface/codec_plugin.h b/audio-plugins/audio-plugin-headers/interface/codec_plugin.h index fedd967..b14e311 100644 --- a/audio-plugins/audio-plugin-headers/interface/codec_plugin.h +++ b/audio-plugins/audio-plugin-headers/interface/codec_plugin.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include #include diff --git a/audio-plugins/audio-plugin-headers/interface/codec_status.h b/audio-plugins/audio-plugin-headers/interface/codec_status.h index 72fc039..7447aee 100644 --- a/audio-plugins/audio-plugin-headers/interface/codec_status.h +++ b/audio-plugins/audio-plugin-headers/interface/codec_status.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All 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 _CDC_STATUS_H_ diff --git a/audio-plugins/dac_plugin/inc/dac_plugin.h b/audio-plugins/dac_plugin/inc/dac_plugin.h index 4ad8f64..4cb3e09 100644 --- a/audio-plugins/dac_plugin/inc/dac_plugin.h +++ b/audio-plugins/dac_plugin/inc/dac_plugin.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "codec_plugin.h" #include diff --git a/audio-plugins/dac_plugin/src/dac_plugin.c b/audio-plugins/dac_plugin/src/dac_plugin.c index 1812422..d936308 100644 --- a/audio-plugins/dac_plugin/src/dac_plugin.c +++ b/audio-plugins/dac_plugin/src/dac_plugin.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "codec_status.h" diff --git a/audio-plugins/mercury_plugin/inc/mercury_plugin.h b/audio-plugins/mercury_plugin/inc/mercury_plugin.h index 8b89bd0..f0f5e4a 100644 --- a/audio-plugins/mercury_plugin/inc/mercury_plugin.h +++ b/audio-plugins/mercury_plugin/inc/mercury_plugin.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "codec_plugin.h" #include diff --git a/audio-plugins/mercury_plugin/src/mercury_plugin.c b/audio-plugins/mercury_plugin/src/mercury_plugin.c index b3f3da6..e66a1fb 100644 --- a/audio-plugins/mercury_plugin/src/mercury_plugin.c +++ b/audio-plugins/mercury_plugin/src/mercury_plugin.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include "codec_status.h" diff --git a/audio-plugins/test/dac_mer_test/dac_mer_testapp.c b/audio-plugins/test/dac_mer_test/dac_mer_testapp.c index a33833c..3b8cd18 100644 --- a/audio-plugins/test/dac_mer_test/dac_mer_testapp.c +++ b/audio-plugins/test/dac_mer_test/dac_mer_testapp.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ #include #include diff --git a/audio-plugins/test/dac_mer_test/dac_mer_testapp.h b/audio-plugins/test/dac_mer_test/dac_mer_testapp.h index 5f81c31..59610c9 100644 --- a/audio-plugins/test/dac_mer_test/dac_mer_testapp.h +++ b/audio-plugins/test/dac_mer_test/dac_mer_testapp.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All 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 _DAC_MER_TEST_H_ diff --git a/audio-route/audio_route.c b/audio-route/audio_route.c index cbde736..566ecc3 100644 --- a/audio-route/audio_route.c +++ b/audio-route/audio_route.c @@ -14,10 +14,10 @@ * See the License for the specific language governing permissions and * limitations under the License. * - *Changes from Qualcomm Innovation Center are provided under the following license: + *Changes from Qualcomm Technologies, Inc. are provided under the following license: * - *Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All 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 "audio_route" diff --git a/audio-route/include/system/audio.h b/audio-route/include/system/audio.h index fd2a544..3969725 100644 --- a/audio-route/include/system/audio.h +++ b/audio-route/include/system/audio.h @@ -13,10 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * Changes from Qualcomm Innovation Center are provided under the following license: + * Changes from Qualcomm Technologies, Inc. are provided under the following license: * - * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/audio_memlogger/armemlog/inc/graph_queue.h b/audio_memlogger/armemlog/inc/graph_queue.h index a511173..6e54a73 100644 --- a/audio_memlogger/armemlog/inc/graph_queue.h +++ b/audio_memlogger/armemlog/inc/graph_queue.h @@ -6,8 +6,8 @@ * Defines memory structures & logging states * for the graph memory queue. * -* Copyright (c) Qualcomm Innovation Center, Inc. All rights 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/audio_memlogger/armemlog/inc/kpi_queue.h b/audio_memlogger/armemlog/inc/kpi_queue.h index 0973c89..d30c7c2 100644 --- a/audio_memlogger/armemlog/inc/kpi_queue.h +++ b/audio_memlogger/armemlog/inc/kpi_queue.h @@ -5,8 +5,8 @@ * \brief * Defines memory structure for the KPI memory queue. * -* Copyright (c) Qualcomm Innovation Center, Inc. All 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 MEM_LOGGER_FUNC_NAME_MAX 61 // 61 to efficiently pack bytes into struct diff --git a/audio_memlogger/armemlog/inc/mem_logger.h b/audio_memlogger/armemlog/inc/mem_logger.h index 976ac15..03c2c97 100644 --- a/audio_memlogger/armemlog/inc/mem_logger.h +++ b/audio_memlogger/armemlog/inc/mem_logger.h @@ -6,8 +6,8 @@ * Defines platform agnostic APIs for logging items to memory and dumping them to the file system. -* Copyright (c) Qualcomm Innovation Center, Inc. All rights 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/audio_memlogger/armemlog/inc/pal_state_queue.h b/audio_memlogger/armemlog/inc/pal_state_queue.h index 7617dff..4c2b3a2 100644 --- a/audio_memlogger/armemlog/inc/pal_state_queue.h +++ b/audio_memlogger/armemlog/inc/pal_state_queue.h @@ -6,8 +6,8 @@ * Defines memory structures & logging states * for the PAL state memory queue. * -* Copyright (c) Qualcomm Innovation Center, Inc. All 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 STATE_DEVICE_MAX_SIZE 3 diff --git a/audio_memlogger/armemlog/inc/spf_reset_queue.h b/audio_memlogger/armemlog/inc/spf_reset_queue.h index 3be856d..60c6a8b 100644 --- a/audio_memlogger/armemlog/inc/spf_reset_queue.h +++ b/audio_memlogger/armemlog/inc/spf_reset_queue.h @@ -6,8 +6,8 @@ * Defines memory structures & logging states * for the SPF reset memory queue. * -* Copyright (c) Qualcomm Innovation Center, Inc. All rights 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/audio_memlogger/armemlog/parser/config.xml b/audio_memlogger/armemlog/parser/config.xml index ddfe2d7..077cf0e 100644 --- a/audio_memlogger/armemlog/parser/config.xml +++ b/audio_memlogger/armemlog/parser/config.xml @@ -1,7 +1,7 @@ - + diff --git a/audio_memlogger/armemlog/parser/enum_replacements.xml b/audio_memlogger/armemlog/parser/enum_replacements.xml index ba91ef2..3fbeb29 100644 --- a/audio_memlogger/armemlog/parser/enum_replacements.xml +++ b/audio_memlogger/armemlog/parser/enum_replacements.xml @@ -1,6 +1,6 @@ + SPDX-License-Identifier: BSD-3-Clause.--> diff --git a/audio_memlogger/armemlog/parser/graph_parser.py b/audio_memlogger/armemlog/parser/graph_parser.py index 70a7285..8c88da4 100644 --- a/audio_memlogger/armemlog/parser/graph_parser.py +++ b/audio_memlogger/armemlog/parser/graph_parser.py @@ -1,6 +1,6 @@ # Graph Parser file for mem logger -# Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. -# SPDX-License-Identifier: BSD-3-Clause-Clear +# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +# SPDX-License-Identifier: BSD-3-Clause from struct import iter_unpack import sys import os diff --git a/audio_memlogger/armemlog/parser/header.py b/audio_memlogger/armemlog/parser/header.py index a74a840..7a856c1 100644 --- a/audio_memlogger/armemlog/parser/header.py +++ b/audio_memlogger/armemlog/parser/header.py @@ -1,6 +1,6 @@ # Header parser file for mem logger -# Copyright (c) Qualcomm Innovation Center, Inc. All 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 sys from xml.dom import minidom import re diff --git a/audio_memlogger/armemlog/parser/kpi_parser.py b/audio_memlogger/armemlog/parser/kpi_parser.py index 23038d4..68f841a 100644 --- a/audio_memlogger/armemlog/parser/kpi_parser.py +++ b/audio_memlogger/armemlog/parser/kpi_parser.py @@ -1,6 +1,6 @@ # KPI Parser file for mem logger -# Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. -# SPDX-License-Identifier: BSD-3-Clause-Clear +# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +# SPDX-License-Identifier: BSD-3-Clause from struct import unpack, iter_unpack, calcsize from datetime import datetime import sys diff --git a/audio_memlogger/armemlog/parser/memLoggerParser.py b/audio_memlogger/armemlog/parser/memLoggerParser.py index 42a587e..ee348d0 100644 --- a/audio_memlogger/armemlog/parser/memLoggerParser.py +++ b/audio_memlogger/armemlog/parser/memLoggerParser.py @@ -1,6 +1,6 @@ # Main Parser file for mem logger -# Copyright (c) Qualcomm Innovation Center, Inc. All 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 sys import os import memLoggerUtils diff --git a/audio_memlogger/armemlog/parser/memLoggerUtils.py b/audio_memlogger/armemlog/parser/memLoggerUtils.py index ff0b36f..ec40b27 100644 --- a/audio_memlogger/armemlog/parser/memLoggerUtils.py +++ b/audio_memlogger/armemlog/parser/memLoggerUtils.py @@ -1,6 +1,6 @@ # Utility functions for Parser for mem logger -# Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. -# SPDX-License-Identifier: BSD-3-Clause-Clear +# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +# SPDX-License-Identifier: BSD-3-Clause from xml.dom import minidom from datetime import datetime import io diff --git a/audio_memlogger/armemlog/parser/spf_reset_parser.py b/audio_memlogger/armemlog/parser/spf_reset_parser.py index 8a6587f..cc24a32 100644 --- a/audio_memlogger/armemlog/parser/spf_reset_parser.py +++ b/audio_memlogger/armemlog/parser/spf_reset_parser.py @@ -1,6 +1,6 @@ # SPF Reset Parser file for mem logger -# Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. -# SPDX-License-Identifier: BSD-3-Clause-Clear +# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +# SPDX-License-Identifier: BSD-3-Clause from struct import iter_unpack import sys import os diff --git a/audio_memlogger/armemlog/parser/state_parser.py b/audio_memlogger/armemlog/parser/state_parser.py index 9d44ba5..4a5ce38 100644 --- a/audio_memlogger/armemlog/parser/state_parser.py +++ b/audio_memlogger/armemlog/parser/state_parser.py @@ -1,6 +1,6 @@ # PAL State Parser file for mem logger -# Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. -# SPDX-License-Identifier: BSD-3-Clause-Clear +# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +# SPDX-License-Identifier: BSD-3-Clause from struct import unpack, unpack_from, calcsize from datetime import datetime import sys diff --git a/audio_memlogger/armemlog/src/mem_logger.cpp b/audio_memlogger/armemlog/src/mem_logger.cpp index 3afeeef..057c20b 100644 --- a/audio_memlogger/armemlog/src/mem_logger.cpp +++ b/audio_memlogger/armemlog/src/mem_logger.cpp @@ -5,8 +5,8 @@ * \brief * Defines implementation for a circular queue. * \cond - * Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved. - * SPDX-License-Identifier: BSD-3-Clause-Clear + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. + * SPDX-License-Identifier: BSD-3-Clause * \endcond * */ diff --git a/ci/build.sh b/ci/build.sh index f0efde8..faa68f4 100644 --- a/ci/build.sh +++ b/ci/build.sh @@ -1,7 +1,7 @@ #!/bin/bash -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # -# Copyright (c) 2025 Qualcomm Innovation Center, Inc. All rights reserved. +# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. set -ex PREBUILD_SCRIPT_PATH="${PREBUILD_SCRIPT:-$(dirname "${BASH_SOURCE[0]}")/pre_build.sh}" diff --git a/ci/files_to_copy.sh b/ci/files_to_copy.sh index 7d9b87c..b6f458b 100644 --- a/ci/files_to_copy.sh +++ b/ci/files_to_copy.sh @@ -1,7 +1,7 @@ #!/bin/bash -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # -# Copyright (c) 2025 Qualcomm Innovation Center, Inc. All rights reserved. +# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. # Move outside the github workspace to avoid conflicts cd .. diff --git a/ci/knp_build.sh b/ci/knp_build.sh index 708eff2..3933c69 100644 --- a/ci/knp_build.sh +++ b/ci/knp_build.sh @@ -1,7 +1,7 @@ #!/bin/bash -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # -# Copyright (c) 2025 Qualcomm Innovation Center, Inc. All rights reserved. +# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. set -ex echo "Running build script..." # Build/Compile audioreach-utils diff --git a/ci/pkl_build.sh b/ci/pkl_build.sh index 8a3f6cd..6c04762 100644 --- a/ci/pkl_build.sh +++ b/ci/pkl_build.sh @@ -1,7 +1,7 @@ #!/bin/bash -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # -# Copyright (c) 2025 Qualcomm Innovation Center, Inc. All rights reserved. +# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. set -ex echo "Running build script..." # Build/Compile audioreach-utils From ca7ed927b37637f000f911c2acb3ccb8e2ac330a Mon Sep 17 00:00:00 2001 From: Radhika Garg Date: Fri, 16 Jan 2026 01:22:12 -0800 Subject: [PATCH 2/2] Update license marking - Replace Qualcomm Innovation Center copyright with Qualcomm Technologies wording - Update SPDX identifier from BSD-3-Clause-Clear to BSD-3-Clause - Reflect license change in README Signed-off-by: Radhika Garg --- LICENSE | 49 ++++++++++++++++++++++--------------------------- README.md | 2 +- 2 files changed, 23 insertions(+), 28 deletions(-) diff --git a/LICENSE b/LICENSE index 836d435..e7d2625 100644 --- a/LICENSE +++ b/LICENSE @@ -1,33 +1,28 @@ -Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved. +Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. Redistribution and use in source and binary forms, with or without -modification, are permitted (subject to the limitations in the -disclaimer below) provided that the following conditions are met: +modification, are permitted provided that the following conditions are +met: +* Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +* Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. +* Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - - * Neither the name of Qualcomm Innovation Center, Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY'S PATENT RIGHTS ARE -GRANTED BY THIS LICENSE. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT -HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED +THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS +BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR +BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE +OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -SPDX-License-Identifier: BSD-3-Clause-Clear +SPDX-License-Identifier: BSD-3-Clause diff --git a/README.md b/README.md index e1aa4c7..631b0c8 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,4 @@ To be available soon. ## License: -Audioreach-audio-utils source files are licensed under the BSD-3-Clause-Clear. Check out the LICENSE for more details. +Audioreach-audio-utils source files are licensed under the BSD-3-Clause. Check out the LICENSE for more details.