From b3784e427f3324cf2a880f752c1e03123bfc8ffb Mon Sep 17 00:00:00 2001 From: Sihyung Woo Date: Tue, 7 Nov 2023 13:00:46 -0600 Subject: [PATCH] Update Bluetooth example copypyrights --- .../Bluetooth/BLE_FreeRTOS/dats_api.h | 3 ++ .../Bluetooth/BLE_FreeRTOS/dats_main.c | 2 + .../Bluetooth/BLE_FreeRTOS/stack_dats.c | 2 + .../MAX32655/Bluetooth/BLE_datc/datc_api.h | 3 ++ .../MAX32655/Bluetooth/BLE_datc/datc_main.c | 2 + Examples/MAX32655/Bluetooth/BLE_datc/main.c | 36 ++++++------- .../MAX32655/Bluetooth/BLE_dats/dats_api.h | 3 ++ .../MAX32655/Bluetooth/BLE_dats/dats_main.c | 3 ++ Examples/MAX32655/Bluetooth/BLE_dats/main.c | 36 ++++++------- Examples/MAX32655/Bluetooth/BLE_fcc/main.c | 2 + Examples/MAX32655/Bluetooth/BLE_fit/fit_api.h | 3 ++ .../MAX32655/Bluetooth/BLE_fit/fit_main.c | 2 + Examples/MAX32655/Bluetooth/BLE_fit/main.c | 36 ++++++------- .../Bluetooth/BLE_fit_FreeRTOS/bt_app_api.c | 2 + .../Bluetooth/BLE_fit_FreeRTOS/bt_app_api.h | 2 + .../Bluetooth/BLE_fit_FreeRTOS/bt_stack.c | 2 + Examples/MAX32655/Bluetooth/BLE_mcs/main.c | 38 +++++++------- .../MAX32655/Bluetooth/BLE_mcs/mcs_app_api.h | 3 ++ .../MAX32655/Bluetooth/BLE_mcs/mcs_app_main.c | 2 + .../Bluetooth/BLE_mcs/profiles/mcs/mcs_api.h | 2 +- .../Bluetooth/BLE_mcs/profiles/mcs/mcs_main.c | 2 +- .../Bluetooth/BLE_mcs/services/svc_mcs.c | 2 +- .../Bluetooth/BLE_mcs/services/svc_mcs.h | 2 +- .../MAX32655/Bluetooth/BLE_otac/datc_api.h | 3 ++ .../MAX32655/Bluetooth/BLE_otac/datc_main.c | 2 + .../MAX32655/Bluetooth/BLE_otac/fw_update.S | 51 +++++++++++++++++++ Examples/MAX32655/Bluetooth/BLE_otac/main.c | 39 +++++++------- .../MAX32655/Bluetooth/BLE_otas/bl_build.S | 51 +++++++++++++++++++ .../MAX32655/Bluetooth/BLE_otas/dats_api.h | 3 ++ Examples/MAX32655/Bluetooth/BLE_otas/main.c | 38 +++++++------- .../Bluetooth/BLE_periph/periph_api.h | 3 ++ .../Bluetooth/BLE_periph/periph_main.c | 2 + Examples/MAX32665/Bluetooth/BLE5_ctr/main.c | 2 +- .../Bluetooth/BLE_FreeRTOS/dats_api.h | 2 +- .../Bluetooth/BLE_FreeRTOS/dats_main.c | 2 +- .../Bluetooth/BLE_FreeRTOS/stack_dats.c | 2 +- .../Bluetooth/BLE_LR_Central/lr_central_api.h | 2 +- .../MAX32665/Bluetooth/BLE_LR_Central/main.c | 2 +- .../BLE_LR_Central/stack_lr_central.c | 2 +- .../BLE_LR_Peripheral/lr_periph_api.h | 2 +- .../BLE_LR_Peripheral/lr_periph_main.c | 2 +- .../Bluetooth/BLE_LR_Peripheral/main.c | 2 +- .../BLE_LR_Peripheral/stack_lr_periph.c | 2 +- .../MAX32665/Bluetooth/BLE_datc/datc_api.h | 2 +- .../MAX32665/Bluetooth/BLE_datc/datc_main.c | 2 +- Examples/MAX32665/Bluetooth/BLE_datc/main.c | 36 ++++++------- .../MAX32665/Bluetooth/BLE_datc/stack_datc.c | 2 +- .../MAX32665/Bluetooth/BLE_dats/dats_api.h | 2 +- .../MAX32665/Bluetooth/BLE_dats/dats_main.c | 2 +- Examples/MAX32665/Bluetooth/BLE_dats/main.c | 2 +- Examples/MAX32665/Bluetooth/BLE_fcc/main.c | 2 +- Examples/MAX32665/Bluetooth/BLE_fit/fit_api.h | 2 +- .../MAX32665/Bluetooth/BLE_fit/fit_main.c | 2 +- Examples/MAX32665/Bluetooth/BLE_fit/main.c | 2 +- Examples/MAX32665/Bluetooth/BLE_mcs/main.c | 2 +- .../MAX32665/Bluetooth/BLE_mcs/mcs_app_main.c | 2 +- .../Bluetooth/BLE_mcs/profiles/mcs/mcs_api.h | 2 +- .../Bluetooth/BLE_mcs/profiles/mcs/mcs_main.c | 2 +- .../Bluetooth/BLE_mcs/services/svc_mcs.c | 2 +- .../Bluetooth/BLE_mcs/services/svc_mcs.h | 2 +- .../MAX32665/Bluetooth/BLE_otac/datc_api.h | 2 +- .../MAX32665/Bluetooth/BLE_otac/datc_main.c | 2 +- Examples/MAX32665/Bluetooth/BLE_otac/main.c | 2 +- .../MAX32665/Bluetooth/BLE_otas/dats_api.h | 2 +- .../MAX32665/Bluetooth/BLE_otas/dats_main.c | 2 +- Examples/MAX32665/Bluetooth/BLE_otas/main.c | 2 +- Examples/MAX32680/Bluetooth/BLE4_ctr/main.c | 2 + .../MAX32680/Bluetooth/BLE_dats/dats_api.h | 3 ++ .../MAX32680/Bluetooth/BLE_dats/dats_main.c | 2 + Examples/MAX32680/Bluetooth/BLE_dats/main.c | 36 ++++++------- Examples/MAX32690/Bluetooth/BLE4_ctr/main.c | 2 + Examples/MAX32690/Bluetooth/BLE5_ctr/main.c | 6 ++- .../Bluetooth/BLE_FreeRTOS/dats_api.h | 3 ++ .../Bluetooth/BLE_FreeRTOS/dats_main.c | 2 + .../Bluetooth/BLE_FreeRTOS/stack_dats.c | 2 + .../MAX32690/Bluetooth/BLE_datc/datc_api.h | 3 ++ .../MAX32690/Bluetooth/BLE_datc/datc_main.c | 3 ++ Examples/MAX32690/Bluetooth/BLE_datc/main.c | 36 ++++++------- .../MAX32690/Bluetooth/BLE_dats/dats_api.h | 3 ++ .../MAX32690/Bluetooth/BLE_dats/dats_main.c | 3 ++ Examples/MAX32690/Bluetooth/BLE_dats/main.c | 36 ++++++------- Examples/MAX32690/Bluetooth/BLE_fcc/main.c | 2 + Examples/MAX32690/Bluetooth/BLE_fit/fit_api.h | 3 ++ .../MAX32690/Bluetooth/BLE_fit/fit_main.c | 2 + Examples/MAX32690/Bluetooth/BLE_fit/main.c | 36 ++++++------- Examples/MAX32690/Bluetooth/BLE_mcs/main.c | 38 +++++++------- .../MAX32690/Bluetooth/BLE_mcs/mcs_app_api.h | 3 ++ .../MAX32690/Bluetooth/BLE_mcs/mcs_app_main.c | 2 + .../Bluetooth/BLE_mcs/profiles/mcs/mcs_api.h | 2 +- .../Bluetooth/BLE_mcs/profiles/mcs/mcs_main.c | 2 +- .../Bluetooth/BLE_mcs/services/svc_mcs.c | 2 +- .../Bluetooth/BLE_mcs/services/svc_mcs.h | 2 +- .../MAX32690/Bluetooth/BLE_otac/datc_api.h | 3 ++ .../MAX32690/Bluetooth/BLE_otac/datc_main.c | 2 + .../MAX32690/Bluetooth/BLE_otac/fw_update.S | 51 +++++++++++++++++++ Examples/MAX32690/Bluetooth/BLE_otac/main.c | 39 +++++++------- .../MAX32690/Bluetooth/BLE_otas/bl_build.S | 51 +++++++++++++++++++ .../MAX32690/Bluetooth/BLE_otas/dats_api.h | 3 ++ .../MAX32690/Bluetooth/BLE_otas/dats_main.c | 3 ++ Examples/MAX32690/Bluetooth/BLE_otas/main.c | 38 +++++++------- Examples/MAX32690/Bluetooth/BLE_periph/main.c | 36 ++++++------- .../Bluetooth/BLE_periph/periph_api.h | 3 ++ .../Bluetooth/BLE_periph/periph_main.c | 2 + 103 files changed, 647 insertions(+), 304 deletions(-) diff --git a/Examples/MAX32655/Bluetooth/BLE_FreeRTOS/dats_api.h b/Examples/MAX32655/Bluetooth/BLE_FreeRTOS/dats_api.h index 7081584eb18..76acf5c09b1 100644 --- a/Examples/MAX32655/Bluetooth/BLE_FreeRTOS/dats_api.h +++ b/Examples/MAX32655/Bluetooth/BLE_FreeRTOS/dats_api.h @@ -8,6 +8,8 @@ * * Copyright (c) 2019 Packetcraft, Inc. * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -21,6 +23,7 @@ * limitations under the License. */ /*************************************************************************************************/ + #ifndef EXAMPLES_MAX32655_BLUETOOTH_BLE_FREERTOS_DATS_API_H_ #define EXAMPLES_MAX32655_BLUETOOTH_BLE_FREERTOS_DATS_API_H_ diff --git a/Examples/MAX32655/Bluetooth/BLE_FreeRTOS/dats_main.c b/Examples/MAX32655/Bluetooth/BLE_FreeRTOS/dats_main.c index c2b119c705c..4e3e6fc638e 100644 --- a/Examples/MAX32655/Bluetooth/BLE_FreeRTOS/dats_main.c +++ b/Examples/MAX32655/Bluetooth/BLE_FreeRTOS/dats_main.c @@ -8,6 +8,8 @@ * * Copyright (c) 2019-2020 Packetcraft, Inc. * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/Examples/MAX32655/Bluetooth/BLE_FreeRTOS/stack_dats.c b/Examples/MAX32655/Bluetooth/BLE_FreeRTOS/stack_dats.c index 1a93b685276..a7231b28891 100644 --- a/Examples/MAX32655/Bluetooth/BLE_FreeRTOS/stack_dats.c +++ b/Examples/MAX32655/Bluetooth/BLE_FreeRTOS/stack_dats.c @@ -8,6 +8,8 @@ * * Copyright (c) 2019 Packetcraft, Inc. * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/Examples/MAX32655/Bluetooth/BLE_datc/datc_api.h b/Examples/MAX32655/Bluetooth/BLE_datc/datc_api.h index b4302883b33..7acd87d1047 100644 --- a/Examples/MAX32655/Bluetooth/BLE_datc/datc_api.h +++ b/Examples/MAX32655/Bluetooth/BLE_datc/datc_api.h @@ -8,6 +8,8 @@ * * Copyright (c) 2019 Packetcraft, Inc. * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -21,6 +23,7 @@ * limitations under the License. */ /*************************************************************************************************/ + #ifndef EXAMPLES_MAX32655_BLUETOOTH_BLE_DATC_DATC_API_H_ #define EXAMPLES_MAX32655_BLUETOOTH_BLE_DATC_DATC_API_H_ diff --git a/Examples/MAX32655/Bluetooth/BLE_datc/datc_main.c b/Examples/MAX32655/Bluetooth/BLE_datc/datc_main.c index 206636847a5..160e8dc8033 100644 --- a/Examples/MAX32655/Bluetooth/BLE_datc/datc_main.c +++ b/Examples/MAX32655/Bluetooth/BLE_datc/datc_main.c @@ -8,6 +8,8 @@ * * Copyright (c) 2019-2020 Packetcraft, Inc. * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/Examples/MAX32655/Bluetooth/BLE_datc/main.c b/Examples/MAX32655/Bluetooth/BLE_datc/main.c index c471e2c3c9a..4c2326dcbf2 100644 --- a/Examples/MAX32655/Bluetooth/BLE_datc/main.c +++ b/Examples/MAX32655/Bluetooth/BLE_datc/main.c @@ -2,23 +2,25 @@ /*! * @file main.c * @brief Simple BLE Data Client for unformatted data exchange. -* -* Copyright (c) 2013-2019 Arm Ltd. All Rights Reserved. -* -* Copyright (c) 2019 Packetcraft, Inc. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * + * Copyright (c) 2013-2019 Arm Ltd. All Rights Reserved. + * + * Copyright (c) 2019 Packetcraft, Inc. + * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ /*************************************************************************************************/ #include diff --git a/Examples/MAX32655/Bluetooth/BLE_dats/dats_api.h b/Examples/MAX32655/Bluetooth/BLE_dats/dats_api.h index c211a0d1581..fe7e1b2fe38 100644 --- a/Examples/MAX32655/Bluetooth/BLE_dats/dats_api.h +++ b/Examples/MAX32655/Bluetooth/BLE_dats/dats_api.h @@ -8,6 +8,8 @@ * * Copyright (c) 2019 Packetcraft, Inc. * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -21,6 +23,7 @@ * limitations under the License. */ /*************************************************************************************************/ + #ifndef EXAMPLES_MAX32655_BLUETOOTH_BLE_DATS_DATS_API_H_ #define EXAMPLES_MAX32655_BLUETOOTH_BLE_DATS_DATS_API_H_ diff --git a/Examples/MAX32655/Bluetooth/BLE_dats/dats_main.c b/Examples/MAX32655/Bluetooth/BLE_dats/dats_main.c index ced4b90e6ba..0bab2fd13f0 100644 --- a/Examples/MAX32655/Bluetooth/BLE_dats/dats_main.c +++ b/Examples/MAX32655/Bluetooth/BLE_dats/dats_main.c @@ -8,6 +8,8 @@ * * Copyright (c) 2019-2020 Packetcraft, Inc. * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -51,6 +53,7 @@ #include "pal_uart.h" #include "tmr.h" #include "svc_sds.h" + /************************************************************************************************** Macros **************************************************************************************************/ diff --git a/Examples/MAX32655/Bluetooth/BLE_dats/main.c b/Examples/MAX32655/Bluetooth/BLE_dats/main.c index 150f91817c2..57d45ee6509 100644 --- a/Examples/MAX32655/Bluetooth/BLE_dats/main.c +++ b/Examples/MAX32655/Bluetooth/BLE_dats/main.c @@ -2,23 +2,25 @@ /*! * @file main.c * @brief Simple BLE Data Server for unformatted data exchange. -* -* Copyright (c) 2013-2019 Arm Ltd. All Rights Reserved. -* -* Copyright (c) 2019 Packetcraft, Inc. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * + * Copyright (c) 2013-2019 Arm Ltd. All Rights Reserved. + * + * Copyright (c) 2019 Packetcraft, Inc. + * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ /*************************************************************************************************/ #include diff --git a/Examples/MAX32655/Bluetooth/BLE_fcc/main.c b/Examples/MAX32655/Bluetooth/BLE_fcc/main.c index ab276d5b05c..6149e1fdc4a 100644 --- a/Examples/MAX32655/Bluetooth/BLE_fcc/main.c +++ b/Examples/MAX32655/Bluetooth/BLE_fcc/main.c @@ -7,6 +7,8 @@ * * Copyright (c) 2019-2020 Packetcraft, Inc. * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/Examples/MAX32655/Bluetooth/BLE_fit/fit_api.h b/Examples/MAX32655/Bluetooth/BLE_fit/fit_api.h index 7c50285a4dc..ee0007d2a3e 100644 --- a/Examples/MAX32655/Bluetooth/BLE_fit/fit_api.h +++ b/Examples/MAX32655/Bluetooth/BLE_fit/fit_api.h @@ -8,6 +8,8 @@ * * Copyright (c) 2019 Packetcraft, Inc. * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -21,6 +23,7 @@ * limitations under the License. */ /*************************************************************************************************/ + #ifndef EXAMPLES_MAX32655_BLUETOOTH_BLE_FIT_FIT_API_H_ #define EXAMPLES_MAX32655_BLUETOOTH_BLE_FIT_FIT_API_H_ diff --git a/Examples/MAX32655/Bluetooth/BLE_fit/fit_main.c b/Examples/MAX32655/Bluetooth/BLE_fit/fit_main.c index ed9b4f7f471..36ed8feb7c7 100644 --- a/Examples/MAX32655/Bluetooth/BLE_fit/fit_main.c +++ b/Examples/MAX32655/Bluetooth/BLE_fit/fit_main.c @@ -9,6 +9,8 @@ * * Copyright (c) 2019 Packetcraft, Inc. * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/Examples/MAX32655/Bluetooth/BLE_fit/main.c b/Examples/MAX32655/Bluetooth/BLE_fit/main.c index 3116b67370b..5dfc4a55fdf 100644 --- a/Examples/MAX32655/Bluetooth/BLE_fit/main.c +++ b/Examples/MAX32655/Bluetooth/BLE_fit/main.c @@ -2,23 +2,25 @@ /*! * @file main.c * @brief Bluetooth fitness device. Showcases heart rate, battery level, running speed and cadence. -* -* Copyright (c) 2013-2019 Arm Ltd. All Rights Reserved. -* -* Copyright (c) 2019 Packetcraft, Inc. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * + * Copyright (c) 2013-2019 Arm Ltd. All Rights Reserved. + * + * Copyright (c) 2019 Packetcraft, Inc. + * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ /*************************************************************************************************/ #include diff --git a/Examples/MAX32655/Bluetooth/BLE_fit_FreeRTOS/bt_app_api.c b/Examples/MAX32655/Bluetooth/BLE_fit_FreeRTOS/bt_app_api.c index 5b62df23cb6..e1c5c0fdc1d 100644 --- a/Examples/MAX32655/Bluetooth/BLE_fit_FreeRTOS/bt_app_api.c +++ b/Examples/MAX32655/Bluetooth/BLE_fit_FreeRTOS/bt_app_api.c @@ -8,6 +8,8 @@ * * Copyright (c) 2019-2020 Packetcraft, Inc. * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/Examples/MAX32655/Bluetooth/BLE_fit_FreeRTOS/bt_app_api.h b/Examples/MAX32655/Bluetooth/BLE_fit_FreeRTOS/bt_app_api.h index 46322c7b912..b2c98bebff6 100644 --- a/Examples/MAX32655/Bluetooth/BLE_fit_FreeRTOS/bt_app_api.h +++ b/Examples/MAX32655/Bluetooth/BLE_fit_FreeRTOS/bt_app_api.h @@ -8,6 +8,8 @@ * * Copyright (c) 2019 Packetcraft, Inc. * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/Examples/MAX32655/Bluetooth/BLE_fit_FreeRTOS/bt_stack.c b/Examples/MAX32655/Bluetooth/BLE_fit_FreeRTOS/bt_stack.c index bda759a933f..3d5086705f2 100644 --- a/Examples/MAX32655/Bluetooth/BLE_fit_FreeRTOS/bt_stack.c +++ b/Examples/MAX32655/Bluetooth/BLE_fit_FreeRTOS/bt_stack.c @@ -8,6 +8,8 @@ * * Copyright (c) 2019 Packetcraft, Inc. * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/Examples/MAX32655/Bluetooth/BLE_mcs/main.c b/Examples/MAX32655/Bluetooth/BLE_mcs/main.c index 57168c815c4..a53eb4a80ca 100644 --- a/Examples/MAX32655/Bluetooth/BLE_mcs/main.c +++ b/Examples/MAX32655/Bluetooth/BLE_mcs/main.c @@ -2,24 +2,26 @@ /*! * @file main.c * @brief Maxim custom Bluetooth profile and service that advertises as "MCS" and accepts -connection requests. -* -* Copyright (c) 2013-2019 Arm Ltd. All Rights Reserved. -* -* Copyright (c) 2019 Packetcraft, Inc. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * connection requests. + * + * Copyright (c) 2013-2019 Arm Ltd. All Rights Reserved. + * + * Copyright (c) 2019 Packetcraft, Inc. + * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ /*************************************************************************************************/ #include diff --git a/Examples/MAX32655/Bluetooth/BLE_mcs/mcs_app_api.h b/Examples/MAX32655/Bluetooth/BLE_mcs/mcs_app_api.h index 12f63eac4f2..23548551f01 100644 --- a/Examples/MAX32655/Bluetooth/BLE_mcs/mcs_app_api.h +++ b/Examples/MAX32655/Bluetooth/BLE_mcs/mcs_app_api.h @@ -8,6 +8,8 @@ * * Copyright (c) 2019 Packetcraft, Inc. * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -21,6 +23,7 @@ * limitations under the License. */ /*************************************************************************************************/ + #ifndef EXAMPLES_MAX32655_BLUETOOTH_BLE_MCS_MCS_APP_API_H_ #define EXAMPLES_MAX32655_BLUETOOTH_BLE_MCS_MCS_APP_API_H_ diff --git a/Examples/MAX32655/Bluetooth/BLE_mcs/mcs_app_main.c b/Examples/MAX32655/Bluetooth/BLE_mcs/mcs_app_main.c index a9bbb3b8374..d94603bd1bc 100644 --- a/Examples/MAX32655/Bluetooth/BLE_mcs/mcs_app_main.c +++ b/Examples/MAX32655/Bluetooth/BLE_mcs/mcs_app_main.c @@ -8,6 +8,8 @@ * * Copyright (c) 2019-2020 Packetcraft, Inc. * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/Examples/MAX32655/Bluetooth/BLE_mcs/profiles/mcs/mcs_api.h b/Examples/MAX32655/Bluetooth/BLE_mcs/profiles/mcs/mcs_api.h index 0dd9c432dff..976a127754e 100644 --- a/Examples/MAX32655/Bluetooth/BLE_mcs/profiles/mcs/mcs_api.h +++ b/Examples/MAX32655/Bluetooth/BLE_mcs/profiles/mcs/mcs_api.h @@ -6,7 +6,7 @@ * * Copyright (c) 2012-2019 Arm Ltd. All Rights Reserved. * - * Copright (c) 2022-2023 Analog Devices, Inc. + * Copyright (c) 2022-2023 Analog Devices, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Examples/MAX32655/Bluetooth/BLE_mcs/profiles/mcs/mcs_main.c b/Examples/MAX32655/Bluetooth/BLE_mcs/profiles/mcs/mcs_main.c index 14f7cdabc78..c90378f5767 100644 --- a/Examples/MAX32655/Bluetooth/BLE_mcs/profiles/mcs/mcs_main.c +++ b/Examples/MAX32655/Bluetooth/BLE_mcs/profiles/mcs/mcs_main.c @@ -6,7 +6,7 @@ * * Copyright (c) 2012-2019 Arm Ltd. All Rights Reserved. * - * Copright (c) 2022-2023 Analog Devices, Inc. + * Copyright (c) 2022-2023 Analog Devices, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Examples/MAX32655/Bluetooth/BLE_mcs/services/svc_mcs.c b/Examples/MAX32655/Bluetooth/BLE_mcs/services/svc_mcs.c index bf6c70622a4..2c4791ee2c9 100644 --- a/Examples/MAX32655/Bluetooth/BLE_mcs/services/svc_mcs.c +++ b/Examples/MAX32655/Bluetooth/BLE_mcs/services/svc_mcs.c @@ -6,7 +6,7 @@ * * Copyright (c) 2012-2018 Arm Ltd. All Rights Reserved. * - * Copright (c) 2022-2023 Analog Devices, Inc. + * Copyright (c) 2022-2023 Analog Devices, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Examples/MAX32655/Bluetooth/BLE_mcs/services/svc_mcs.h b/Examples/MAX32655/Bluetooth/BLE_mcs/services/svc_mcs.h index 0bdb6b6ed27..1da4bfc41fc 100644 --- a/Examples/MAX32655/Bluetooth/BLE_mcs/services/svc_mcs.h +++ b/Examples/MAX32655/Bluetooth/BLE_mcs/services/svc_mcs.h @@ -6,7 +6,7 @@ * * Copyright (c) 2012-2018 Arm Ltd. All Rights Reserved. * - * Copright (c) 2022-2023 Analog Devices, Inc. + * Copyright (c) 2022-2023 Analog Devices, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Examples/MAX32655/Bluetooth/BLE_otac/datc_api.h b/Examples/MAX32655/Bluetooth/BLE_otac/datc_api.h index 92ab8640f5f..e066105b336 100644 --- a/Examples/MAX32655/Bluetooth/BLE_otac/datc_api.h +++ b/Examples/MAX32655/Bluetooth/BLE_otac/datc_api.h @@ -8,6 +8,8 @@ * * Copyright (c) 2019 Packetcraft, Inc. * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -21,6 +23,7 @@ * limitations under the License. */ /*************************************************************************************************/ + #ifndef EXAMPLES_MAX32655_BLUETOOTH_BLE_OTAC_DATC_API_H_ #define EXAMPLES_MAX32655_BLUETOOTH_BLE_OTAC_DATC_API_H_ diff --git a/Examples/MAX32655/Bluetooth/BLE_otac/datc_main.c b/Examples/MAX32655/Bluetooth/BLE_otac/datc_main.c index 5575542f762..0250242462c 100644 --- a/Examples/MAX32655/Bluetooth/BLE_otac/datc_main.c +++ b/Examples/MAX32655/Bluetooth/BLE_otac/datc_main.c @@ -8,6 +8,8 @@ * * Copyright (c) 2019-2020 Packetcraft, Inc. * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/Examples/MAX32655/Bluetooth/BLE_otac/fw_update.S b/Examples/MAX32655/Bluetooth/BLE_otac/fw_update.S index b9bdc5effa0..59a340ddc68 100644 --- a/Examples/MAX32655/Bluetooth/BLE_otac/fw_update.S +++ b/Examples/MAX32655/Bluetooth/BLE_otac/fw_update.S @@ -1,3 +1,54 @@ +/****************************************************************************** + * + * Copyright (C) 2022-2023 Maxim Integrated Products, Inc., All Rights Reserved. + * (now owned by Analog Devices, Inc.) + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included + * in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + * IN NO EVENT SHALL MAXIM INTEGRATED BE LIABLE FOR ANY CLAIM, DAMAGES + * OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, + * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR + * OTHER DEALINGS IN THE SOFTWARE. + * + * Except as contained in this notice, the name of Maxim Integrated + * Products, Inc. shall not be used except as stated in the Maxim Integrated + * Products, Inc. Branding Policy. + * + * The mere transfer of this software does not imply any licenses + * of trade secrets, proprietary technology, copyrights, patents, + * trademarks, maskwork rights, or any other form of intellectual + * property whatsoever. Maxim Integrated Products, Inc. retains all + * ownership rights. + * + ****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ******************************************************************************/ + .section .text /* Include the fw_update binary file, include global symbols we can use at link time */ diff --git a/Examples/MAX32655/Bluetooth/BLE_otac/main.c b/Examples/MAX32655/Bluetooth/BLE_otac/main.c index 757a35d9886..918140f3535 100644 --- a/Examples/MAX32655/Bluetooth/BLE_otac/main.c +++ b/Examples/MAX32655/Bluetooth/BLE_otac/main.c @@ -1,24 +1,27 @@ /*************************************************************************************************/ /*! * @file main.c - * @brief Bluetooth data client that scans for and connects to advertisers with the name of "OTAS". Demonstrates Over-the-Air (OTA) firmware updates. -* -* Copyright (c) 2013-2019 Arm Ltd. All Rights Reserved. -* -* Copyright (c) 2019 Packetcraft, Inc. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @brief Bluetooth data client that scans for and connects to advertisers with the name of "OTAS". + * Demonstrates Over-the-Air (OTA) firmware updates. + * + * Copyright (c) 2013-2019 Arm Ltd. All Rights Reserved. + * + * Copyright (c) 2019 Packetcraft, Inc. + * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ /*************************************************************************************************/ #include diff --git a/Examples/MAX32655/Bluetooth/BLE_otas/bl_build.S b/Examples/MAX32655/Bluetooth/BLE_otas/bl_build.S index a279ea24f4e..b38959a73cb 100644 --- a/Examples/MAX32655/Bluetooth/BLE_otas/bl_build.S +++ b/Examples/MAX32655/Bluetooth/BLE_otas/bl_build.S @@ -1,3 +1,54 @@ +/****************************************************************************** + * + * Copyright (C) 2022-2023 Maxim Integrated Products, Inc., All Rights Reserved. + * (now owned by Analog Devices, Inc.) + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included + * in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + * IN NO EVENT SHALL MAXIM INTEGRATED BE LIABLE FOR ANY CLAIM, DAMAGES + * OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, + * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR + * OTHER DEALINGS IN THE SOFTWARE. + * + * Except as contained in this notice, the name of Maxim Integrated + * Products, Inc. shall not be used except as stated in the Maxim Integrated + * Products, Inc. Branding Policy. + * + * The mere transfer of this software does not imply any licenses + * of trade secrets, proprietary technology, copyrights, patents, + * trademarks, maskwork rights, or any other form of intellectual + * property whatsoever. Maxim Integrated Products, Inc. retains all + * ownership rights. + * + ****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ******************************************************************************/ + /* Include the bl_update binary file, plus a reference for addition into linker script */ .section .text _binary_bootloader_bin_start: diff --git a/Examples/MAX32655/Bluetooth/BLE_otas/dats_api.h b/Examples/MAX32655/Bluetooth/BLE_otas/dats_api.h index 473c0079f0a..80a542460f3 100644 --- a/Examples/MAX32655/Bluetooth/BLE_otas/dats_api.h +++ b/Examples/MAX32655/Bluetooth/BLE_otas/dats_api.h @@ -8,6 +8,8 @@ * * Copyright (c) 2019 Packetcraft, Inc. * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -21,6 +23,7 @@ * limitations under the License. */ /*************************************************************************************************/ + #ifndef EXAMPLES_MAX32655_BLUETOOTH_BLE_OTAS_DATS_API_H_ #define EXAMPLES_MAX32655_BLUETOOTH_BLE_OTAS_DATS_API_H_ diff --git a/Examples/MAX32655/Bluetooth/BLE_otas/main.c b/Examples/MAX32655/Bluetooth/BLE_otas/main.c index c812c78f39d..64faf40a83a 100644 --- a/Examples/MAX32655/Bluetooth/BLE_otas/main.c +++ b/Examples/MAX32655/Bluetooth/BLE_otas/main.c @@ -2,24 +2,26 @@ /*! * @file main.c * @brief Bluetooth data server that advertises as "OTAS" and accepts connection requests. - Demonstrates Over-the-Air (OTA) firmware updates. -* -* Copyright (c) 2013-2019 Arm Ltd. All Rights Reserved. -* -* Copyright (c) 2019 Packetcraft, Inc. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Demonstrates Over-the-Air (OTA) firmware updates. + * + * Copyright (c) 2013-2019 Arm Ltd. All Rights Reserved. + * + * Copyright (c) 2019 Packetcraft, Inc. + * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ /*************************************************************************************************/ #include diff --git a/Examples/MAX32655/Bluetooth/BLE_periph/periph_api.h b/Examples/MAX32655/Bluetooth/BLE_periph/periph_api.h index a9966f67d21..e333c2042db 100644 --- a/Examples/MAX32655/Bluetooth/BLE_periph/periph_api.h +++ b/Examples/MAX32655/Bluetooth/BLE_periph/periph_api.h @@ -8,6 +8,8 @@ * * Copyright (c) 2019 Packetcraft, Inc. * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -21,6 +23,7 @@ * limitations under the License. */ /*************************************************************************************************/ + #ifndef EXAMPLES_MAX32655_BLUETOOTH_BLE_PERIPH_PERIPH_API_H_ #define EXAMPLES_MAX32655_BLUETOOTH_BLE_PERIPH_PERIPH_API_H_ diff --git a/Examples/MAX32655/Bluetooth/BLE_periph/periph_main.c b/Examples/MAX32655/Bluetooth/BLE_periph/periph_main.c index 5ce69999d70..419e9087b8b 100644 --- a/Examples/MAX32655/Bluetooth/BLE_periph/periph_main.c +++ b/Examples/MAX32655/Bluetooth/BLE_periph/periph_main.c @@ -8,6 +8,8 @@ * * Copyright (c) 2019-2020 Packetcraft, Inc. * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/Examples/MAX32665/Bluetooth/BLE5_ctr/main.c b/Examples/MAX32665/Bluetooth/BLE5_ctr/main.c index 9fcad52802e..4df76f046c3 100644 --- a/Examples/MAX32665/Bluetooth/BLE5_ctr/main.c +++ b/Examples/MAX32665/Bluetooth/BLE5_ctr/main.c @@ -7,7 +7,7 @@ * * Copyright (c) 2019-2020 Packetcraft, Inc. * - * Partial Copright (c) 2022-2023 Analog Devices, Inc. + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Examples/MAX32665/Bluetooth/BLE_FreeRTOS/dats_api.h b/Examples/MAX32665/Bluetooth/BLE_FreeRTOS/dats_api.h index c6db84d1737..1bdf540f1a7 100644 --- a/Examples/MAX32665/Bluetooth/BLE_FreeRTOS/dats_api.h +++ b/Examples/MAX32665/Bluetooth/BLE_FreeRTOS/dats_api.h @@ -8,7 +8,7 @@ * * Copyright (c) 2019 Packetcraft, Inc. * - * Partial Copright (c) 2022-2023 Analog Devices, Inc. + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Examples/MAX32665/Bluetooth/BLE_FreeRTOS/dats_main.c b/Examples/MAX32665/Bluetooth/BLE_FreeRTOS/dats_main.c index 2ea5a8b9272..4987581980b 100644 --- a/Examples/MAX32665/Bluetooth/BLE_FreeRTOS/dats_main.c +++ b/Examples/MAX32665/Bluetooth/BLE_FreeRTOS/dats_main.c @@ -8,7 +8,7 @@ * * Copyright (c) 2019-2020 Packetcraft, Inc. * - * Partial Copright (c) 2022-2023 Analog Devices, Inc. + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Examples/MAX32665/Bluetooth/BLE_FreeRTOS/stack_dats.c b/Examples/MAX32665/Bluetooth/BLE_FreeRTOS/stack_dats.c index 32a014889bb..4c4a35eb7d8 100644 --- a/Examples/MAX32665/Bluetooth/BLE_FreeRTOS/stack_dats.c +++ b/Examples/MAX32665/Bluetooth/BLE_FreeRTOS/stack_dats.c @@ -8,7 +8,7 @@ * * Copyright (c) 2019 Packetcraft, Inc. * - * Partial Copright (c) 2022-2023 Analog Devices, Inc. + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Examples/MAX32665/Bluetooth/BLE_LR_Central/lr_central_api.h b/Examples/MAX32665/Bluetooth/BLE_LR_Central/lr_central_api.h index ca964e2b577..9e54015d373 100644 --- a/Examples/MAX32665/Bluetooth/BLE_LR_Central/lr_central_api.h +++ b/Examples/MAX32665/Bluetooth/BLE_LR_Central/lr_central_api.h @@ -8,7 +8,7 @@ * * Copyright (c) 2019 Packetcraft, Inc. * - * Partial Copright (c) 2022-2023 Analog Devices, Inc. + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Examples/MAX32665/Bluetooth/BLE_LR_Central/main.c b/Examples/MAX32665/Bluetooth/BLE_LR_Central/main.c index 2b5f43ccb6a..07691c39a1e 100644 --- a/Examples/MAX32665/Bluetooth/BLE_LR_Central/main.c +++ b/Examples/MAX32665/Bluetooth/BLE_LR_Central/main.c @@ -7,7 +7,7 @@ * * Copyright (c) 2019 Packetcraft, Inc. * - * Partial Copright (c) 2022-2023 Analog Devices, Inc. + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Examples/MAX32665/Bluetooth/BLE_LR_Central/stack_lr_central.c b/Examples/MAX32665/Bluetooth/BLE_LR_Central/stack_lr_central.c index 47ffa336e25..33a33583959 100644 --- a/Examples/MAX32665/Bluetooth/BLE_LR_Central/stack_lr_central.c +++ b/Examples/MAX32665/Bluetooth/BLE_LR_Central/stack_lr_central.c @@ -8,7 +8,7 @@ * * Copyright (c) 2019 Packetcraft, Inc. * - * Partial Copright (c) 2022-2023 Analog Devices, Inc. + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Examples/MAX32665/Bluetooth/BLE_LR_Peripheral/lr_periph_api.h b/Examples/MAX32665/Bluetooth/BLE_LR_Peripheral/lr_periph_api.h index 7bf6bb3d92c..ff1f04e7af5 100644 --- a/Examples/MAX32665/Bluetooth/BLE_LR_Peripheral/lr_periph_api.h +++ b/Examples/MAX32665/Bluetooth/BLE_LR_Peripheral/lr_periph_api.h @@ -8,7 +8,7 @@ * * Copyright (c) 2019 Packetcraft, Inc. * - * Paritial Copright (c) 2022-2023 Analog Devices, Inc. + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Examples/MAX32665/Bluetooth/BLE_LR_Peripheral/lr_periph_main.c b/Examples/MAX32665/Bluetooth/BLE_LR_Peripheral/lr_periph_main.c index aca074eb01d..deeaa203b30 100644 --- a/Examples/MAX32665/Bluetooth/BLE_LR_Peripheral/lr_periph_main.c +++ b/Examples/MAX32665/Bluetooth/BLE_LR_Peripheral/lr_periph_main.c @@ -8,7 +8,7 @@ * * Copyright (c) 2019 Packetcraft, Inc. * - * Paritial Copright (c) 2022-2023 Analog Devices, Inc. + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Examples/MAX32665/Bluetooth/BLE_LR_Peripheral/main.c b/Examples/MAX32665/Bluetooth/BLE_LR_Peripheral/main.c index aef39881491..737b6312990 100644 --- a/Examples/MAX32665/Bluetooth/BLE_LR_Peripheral/main.c +++ b/Examples/MAX32665/Bluetooth/BLE_LR_Peripheral/main.c @@ -7,7 +7,7 @@ * * Copyright (c) 2019 Packetcraft, Inc. * -* Paritial Copright (c) 2022-2023 Analog Devices, Inc. +* Portions Copyright (c) 2022-2023 Analog Devices, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Examples/MAX32665/Bluetooth/BLE_LR_Peripheral/stack_lr_periph.c b/Examples/MAX32665/Bluetooth/BLE_LR_Peripheral/stack_lr_periph.c index f01f3ab325b..1ab8ab16b34 100644 --- a/Examples/MAX32665/Bluetooth/BLE_LR_Peripheral/stack_lr_periph.c +++ b/Examples/MAX32665/Bluetooth/BLE_LR_Peripheral/stack_lr_periph.c @@ -8,7 +8,7 @@ * * Copyright (c) 2019 Packetcraft, Inc. * - * Paritial Copright (c) 2022-2023 Analog Devices, Inc. + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Examples/MAX32665/Bluetooth/BLE_datc/datc_api.h b/Examples/MAX32665/Bluetooth/BLE_datc/datc_api.h index 9f4fcdc7984..064345e6ce8 100644 --- a/Examples/MAX32665/Bluetooth/BLE_datc/datc_api.h +++ b/Examples/MAX32665/Bluetooth/BLE_datc/datc_api.h @@ -8,7 +8,7 @@ * * Copyright (c) 2019 Packetcraft, Inc. * - * Partial Copright (c) 2022-2023 Analog Devices, Inc. + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Examples/MAX32665/Bluetooth/BLE_datc/datc_main.c b/Examples/MAX32665/Bluetooth/BLE_datc/datc_main.c index 4644b0aa7e8..160e8dc8033 100644 --- a/Examples/MAX32665/Bluetooth/BLE_datc/datc_main.c +++ b/Examples/MAX32665/Bluetooth/BLE_datc/datc_main.c @@ -8,7 +8,7 @@ * * Copyright (c) 2019-2020 Packetcraft, Inc. * - * Partial Copright (c) 2022-2023 Analog Devices, Inc. + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Examples/MAX32665/Bluetooth/BLE_datc/main.c b/Examples/MAX32665/Bluetooth/BLE_datc/main.c index ec019ebe3fc..f0700a02017 100644 --- a/Examples/MAX32665/Bluetooth/BLE_datc/main.c +++ b/Examples/MAX32665/Bluetooth/BLE_datc/main.c @@ -2,23 +2,25 @@ /*! * @file main.c * @brief Simple BLE Data Client for unformatted data exchange. -* -* Copyright (c) 2013-2019 Arm Ltd. All Rights Reserved. -* -* Copyright (c) 2019 Packetcraft, Inc. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * + * Copyright (c) 2013-2019 Arm Ltd. All Rights Reserved. + * + * Copyright (c) 2019 Packetcraft, Inc. + * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ /*************************************************************************************************/ #include diff --git a/Examples/MAX32665/Bluetooth/BLE_datc/stack_datc.c b/Examples/MAX32665/Bluetooth/BLE_datc/stack_datc.c index cfca06353a9..5add5de4c54 100644 --- a/Examples/MAX32665/Bluetooth/BLE_datc/stack_datc.c +++ b/Examples/MAX32665/Bluetooth/BLE_datc/stack_datc.c @@ -8,7 +8,7 @@ * * Copyright (c) 2019 Packetcraft, Inc. * - * Partial Copright (c) 2022-2023 Analog Devices, Inc. + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Examples/MAX32665/Bluetooth/BLE_dats/dats_api.h b/Examples/MAX32665/Bluetooth/BLE_dats/dats_api.h index e69d5cd7070..51998bc0174 100644 --- a/Examples/MAX32665/Bluetooth/BLE_dats/dats_api.h +++ b/Examples/MAX32665/Bluetooth/BLE_dats/dats_api.h @@ -8,7 +8,7 @@ * * Copyright (c) 2019 Packetcraft, Inc. * - * Partial Copright (c) 2022-2023 Analog Devices, Inc. + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Examples/MAX32665/Bluetooth/BLE_dats/dats_main.c b/Examples/MAX32665/Bluetooth/BLE_dats/dats_main.c index 5ff65a76c2a..65fb72c0e98 100644 --- a/Examples/MAX32665/Bluetooth/BLE_dats/dats_main.c +++ b/Examples/MAX32665/Bluetooth/BLE_dats/dats_main.c @@ -8,7 +8,7 @@ * * Copyright (c) 2019-2020 Packetcraft, Inc. * - * Partial Copright (c) 2022-2023 Analog Devices, Inc. + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Examples/MAX32665/Bluetooth/BLE_dats/main.c b/Examples/MAX32665/Bluetooth/BLE_dats/main.c index 19bb0656178..bdd2cbd8b0d 100644 --- a/Examples/MAX32665/Bluetooth/BLE_dats/main.c +++ b/Examples/MAX32665/Bluetooth/BLE_dats/main.c @@ -7,7 +7,7 @@ * * Copyright (c) 2019 Packetcraft, Inc. * - * Partial Copright (c) 2022-2023 Analog Devices, Inc. + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Examples/MAX32665/Bluetooth/BLE_fcc/main.c b/Examples/MAX32665/Bluetooth/BLE_fcc/main.c index 73be0a323e2..1ccc33ea20c 100644 --- a/Examples/MAX32665/Bluetooth/BLE_fcc/main.c +++ b/Examples/MAX32665/Bluetooth/BLE_fcc/main.c @@ -7,7 +7,7 @@ * * Copyright (c) 2019-2020 Packetcraft, Inc. * - * Partial Copright (c) 2022-2023 Analog Devices, Inc. + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Examples/MAX32665/Bluetooth/BLE_fit/fit_api.h b/Examples/MAX32665/Bluetooth/BLE_fit/fit_api.h index 417eb01941b..462764bf85e 100644 --- a/Examples/MAX32665/Bluetooth/BLE_fit/fit_api.h +++ b/Examples/MAX32665/Bluetooth/BLE_fit/fit_api.h @@ -8,7 +8,7 @@ * * Copyright (c) 2019 Packetcraft, Inc. * - * Partial Copright (c) 2022-2023 Analog Devices, Inc. + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Examples/MAX32665/Bluetooth/BLE_fit/fit_main.c b/Examples/MAX32665/Bluetooth/BLE_fit/fit_main.c index e03fe95ecf6..36ed8feb7c7 100644 --- a/Examples/MAX32665/Bluetooth/BLE_fit/fit_main.c +++ b/Examples/MAX32665/Bluetooth/BLE_fit/fit_main.c @@ -9,7 +9,7 @@ * * Copyright (c) 2019 Packetcraft, Inc. * - * Partial Copright (c) 2022-2023 Analog Devices, Inc. + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Examples/MAX32665/Bluetooth/BLE_fit/main.c b/Examples/MAX32665/Bluetooth/BLE_fit/main.c index 62f5ae43f81..6650ab98da2 100644 --- a/Examples/MAX32665/Bluetooth/BLE_fit/main.c +++ b/Examples/MAX32665/Bluetooth/BLE_fit/main.c @@ -7,7 +7,7 @@ * * Copyright (c) 2019 Packetcraft, Inc. * - * Partial Copright (c) 2022-2023 Analog Devices, Inc.) + * Portions Copyright (c) 2022-2023 Analog Devices, Inc.) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Examples/MAX32665/Bluetooth/BLE_mcs/main.c b/Examples/MAX32665/Bluetooth/BLE_mcs/main.c index 8b0d380e0af..f8efc506743 100644 --- a/Examples/MAX32665/Bluetooth/BLE_mcs/main.c +++ b/Examples/MAX32665/Bluetooth/BLE_mcs/main.c @@ -8,7 +8,7 @@ * * Copyright (c) 2019 Packetcraft, Inc. * - * Partial Copright (c) 2022-2023 Analog Devices, Inc. + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Examples/MAX32665/Bluetooth/BLE_mcs/mcs_app_main.c b/Examples/MAX32665/Bluetooth/BLE_mcs/mcs_app_main.c index 264917f8b2b..d94603bd1bc 100644 --- a/Examples/MAX32665/Bluetooth/BLE_mcs/mcs_app_main.c +++ b/Examples/MAX32665/Bluetooth/BLE_mcs/mcs_app_main.c @@ -8,7 +8,7 @@ * * Copyright (c) 2019-2020 Packetcraft, Inc. * - * Partial Copright (c) 2022-2023 Analog Devices, Inc. + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Examples/MAX32665/Bluetooth/BLE_mcs/profiles/mcs/mcs_api.h b/Examples/MAX32665/Bluetooth/BLE_mcs/profiles/mcs/mcs_api.h index 55c00502fe3..3529a01454c 100644 --- a/Examples/MAX32665/Bluetooth/BLE_mcs/profiles/mcs/mcs_api.h +++ b/Examples/MAX32665/Bluetooth/BLE_mcs/profiles/mcs/mcs_api.h @@ -6,7 +6,7 @@ * * Copyright (c) 2012-2018 Arm Ltd. All Rights Reserved. * - * Copright (c) 2022-2023 Analog Devices, Inc. + * Copyright (c) 2022-2023 Analog Devices, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Examples/MAX32665/Bluetooth/BLE_mcs/profiles/mcs/mcs_main.c b/Examples/MAX32665/Bluetooth/BLE_mcs/profiles/mcs/mcs_main.c index 14f7cdabc78..c90378f5767 100644 --- a/Examples/MAX32665/Bluetooth/BLE_mcs/profiles/mcs/mcs_main.c +++ b/Examples/MAX32665/Bluetooth/BLE_mcs/profiles/mcs/mcs_main.c @@ -6,7 +6,7 @@ * * Copyright (c) 2012-2019 Arm Ltd. All Rights Reserved. * - * Copright (c) 2022-2023 Analog Devices, Inc. + * Copyright (c) 2022-2023 Analog Devices, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Examples/MAX32665/Bluetooth/BLE_mcs/services/svc_mcs.c b/Examples/MAX32665/Bluetooth/BLE_mcs/services/svc_mcs.c index bf6c70622a4..2c4791ee2c9 100644 --- a/Examples/MAX32665/Bluetooth/BLE_mcs/services/svc_mcs.c +++ b/Examples/MAX32665/Bluetooth/BLE_mcs/services/svc_mcs.c @@ -6,7 +6,7 @@ * * Copyright (c) 2012-2018 Arm Ltd. All Rights Reserved. * - * Copright (c) 2022-2023 Analog Devices, Inc. + * Copyright (c) 2022-2023 Analog Devices, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Examples/MAX32665/Bluetooth/BLE_mcs/services/svc_mcs.h b/Examples/MAX32665/Bluetooth/BLE_mcs/services/svc_mcs.h index a3664a466da..f8e08e44c0d 100644 --- a/Examples/MAX32665/Bluetooth/BLE_mcs/services/svc_mcs.h +++ b/Examples/MAX32665/Bluetooth/BLE_mcs/services/svc_mcs.h @@ -6,7 +6,7 @@ * * Copyright (c) 2012-2018 Arm Ltd. All Rights Reserved. * - * Copright (c) 2022-2023 Analog Devices, Inc. + * Copyright (c) 2022-2023 Analog Devices, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Examples/MAX32665/Bluetooth/BLE_otac/datc_api.h b/Examples/MAX32665/Bluetooth/BLE_otac/datc_api.h index f6ff9a9b839..e211c1c44fd 100644 --- a/Examples/MAX32665/Bluetooth/BLE_otac/datc_api.h +++ b/Examples/MAX32665/Bluetooth/BLE_otac/datc_api.h @@ -8,7 +8,7 @@ * * Copyright (c) 2019 Packetcraft, Inc. * - * Paritial Copright (c) 2022-2023 Analog Devices, Inc. + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Examples/MAX32665/Bluetooth/BLE_otac/datc_main.c b/Examples/MAX32665/Bluetooth/BLE_otac/datc_main.c index 3de44a5e2c1..391ad8e7cea 100644 --- a/Examples/MAX32665/Bluetooth/BLE_otac/datc_main.c +++ b/Examples/MAX32665/Bluetooth/BLE_otac/datc_main.c @@ -8,7 +8,7 @@ * * Copyright (c) 2019-2020 Packetcraft, Inc. * - * Paritial Copright (c) 2022-2023 Analog Devices, Inc. + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Examples/MAX32665/Bluetooth/BLE_otac/main.c b/Examples/MAX32665/Bluetooth/BLE_otac/main.c index 91dceb5b836..dfeed8d3355 100644 --- a/Examples/MAX32665/Bluetooth/BLE_otac/main.c +++ b/Examples/MAX32665/Bluetooth/BLE_otac/main.c @@ -8,7 +8,7 @@ * * Copyright (c) 2019 Packetcraft, Inc. * - * Paritial Copright (c) 2022-2023 Analog Devices, Inc. + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Examples/MAX32665/Bluetooth/BLE_otas/dats_api.h b/Examples/MAX32665/Bluetooth/BLE_otas/dats_api.h index eab058dc130..4bf8829b6a0 100644 --- a/Examples/MAX32665/Bluetooth/BLE_otas/dats_api.h +++ b/Examples/MAX32665/Bluetooth/BLE_otas/dats_api.h @@ -8,7 +8,7 @@ * * Copyright (c) 2019 Packetcraft, Inc. * - * Paritial Copright (c) 2022-2023 Analog Devices, Inc. + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Examples/MAX32665/Bluetooth/BLE_otas/dats_main.c b/Examples/MAX32665/Bluetooth/BLE_otas/dats_main.c index 5a69ceb036c..f07f4a2766b 100644 --- a/Examples/MAX32665/Bluetooth/BLE_otas/dats_main.c +++ b/Examples/MAX32665/Bluetooth/BLE_otas/dats_main.c @@ -8,7 +8,7 @@ * * Copyright (c) 2019-2020 Packetcraft, Inc. * - * Paritial Copright (c) 2022-2023 Analog Devices, Inc. + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Examples/MAX32665/Bluetooth/BLE_otas/main.c b/Examples/MAX32665/Bluetooth/BLE_otas/main.c index ffcfda3deb5..6bd44b24959 100644 --- a/Examples/MAX32665/Bluetooth/BLE_otas/main.c +++ b/Examples/MAX32665/Bluetooth/BLE_otas/main.c @@ -8,7 +8,7 @@ * * Copyright (c) 2019 Packetcraft, Inc. * - * Paritial Copyright (c) 2022-2023 Analog Devices, Inc. + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Examples/MAX32680/Bluetooth/BLE4_ctr/main.c b/Examples/MAX32680/Bluetooth/BLE4_ctr/main.c index 467b98daf28..f97c54d0963 100644 --- a/Examples/MAX32680/Bluetooth/BLE4_ctr/main.c +++ b/Examples/MAX32680/Bluetooth/BLE4_ctr/main.c @@ -7,6 +7,8 @@ * * Copyright (c) 2019-2020 Packetcraft, Inc. * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/Examples/MAX32680/Bluetooth/BLE_dats/dats_api.h b/Examples/MAX32680/Bluetooth/BLE_dats/dats_api.h index eb99f3d1441..0a911b7ea05 100644 --- a/Examples/MAX32680/Bluetooth/BLE_dats/dats_api.h +++ b/Examples/MAX32680/Bluetooth/BLE_dats/dats_api.h @@ -8,6 +8,8 @@ * * Copyright (c) 2019 Packetcraft, Inc. * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -21,6 +23,7 @@ * limitations under the License. */ /*************************************************************************************************/ + #ifndef EXAMPLES_MAX32680_BLUETOOTH_BLE_DATS_DATS_API_H_ #define EXAMPLES_MAX32680_BLUETOOTH_BLE_DATS_DATS_API_H_ diff --git a/Examples/MAX32680/Bluetooth/BLE_dats/dats_main.c b/Examples/MAX32680/Bluetooth/BLE_dats/dats_main.c index 916af900682..1226ed1a42d 100644 --- a/Examples/MAX32680/Bluetooth/BLE_dats/dats_main.c +++ b/Examples/MAX32680/Bluetooth/BLE_dats/dats_main.c @@ -8,6 +8,8 @@ * * Copyright (c) 2019-2020 Packetcraft, Inc. * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/Examples/MAX32680/Bluetooth/BLE_dats/main.c b/Examples/MAX32680/Bluetooth/BLE_dats/main.c index 9e1ba2bed64..bc2d8735206 100644 --- a/Examples/MAX32680/Bluetooth/BLE_dats/main.c +++ b/Examples/MAX32680/Bluetooth/BLE_dats/main.c @@ -2,23 +2,25 @@ /*! * @file main.c * @brief Simple BLE Data Server for unformatted data exchange. -* -* Copyright (c) 2013-2019 Arm Ltd. All Rights Reserved. -* -* Copyright (c) 2019 Packetcraft, Inc. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * + * Copyright (c) 2013-2019 Arm Ltd. All Rights Reserved. + * + * Copyright (c) 2019 Packetcraft, Inc. + * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ /*************************************************************************************************/ #include diff --git a/Examples/MAX32690/Bluetooth/BLE4_ctr/main.c b/Examples/MAX32690/Bluetooth/BLE4_ctr/main.c index 4166b973549..cdcd9b61eeb 100644 --- a/Examples/MAX32690/Bluetooth/BLE4_ctr/main.c +++ b/Examples/MAX32690/Bluetooth/BLE4_ctr/main.c @@ -7,6 +7,8 @@ * * Copyright (c) 2019-2020 Packetcraft, Inc. * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/Examples/MAX32690/Bluetooth/BLE5_ctr/main.c b/Examples/MAX32690/Bluetooth/BLE5_ctr/main.c index 5b32c568617..7bb51c18a2b 100644 --- a/Examples/MAX32690/Bluetooth/BLE5_ctr/main.c +++ b/Examples/MAX32690/Bluetooth/BLE5_ctr/main.c @@ -1,12 +1,14 @@ /*************************************************************************************************/ /*! - * @file main.c - * @brief Bluetooth version 5.2 controller, accepts HCI commands via Serial Port. + * @file main.c + * @brief Bluetooth version 5.2 controller, accepts HCI commands via Serial Port. * * Copyright (c) 2013-2019 Arm Ltd. All Rights Reserved. * * Copyright (c) 2019-2020 Packetcraft, Inc. * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/Examples/MAX32690/Bluetooth/BLE_FreeRTOS/dats_api.h b/Examples/MAX32690/Bluetooth/BLE_FreeRTOS/dats_api.h index 8d4ba7bb8f2..646fb83e58d 100644 --- a/Examples/MAX32690/Bluetooth/BLE_FreeRTOS/dats_api.h +++ b/Examples/MAX32690/Bluetooth/BLE_FreeRTOS/dats_api.h @@ -8,6 +8,8 @@ * * Copyright (c) 2019 Packetcraft, Inc. * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -21,6 +23,7 @@ * limitations under the License. */ /*************************************************************************************************/ + #ifndef EXAMPLES_MAX32690_BLUETOOTH_BLE_FREERTOS_DATS_API_H_ #define EXAMPLES_MAX32690_BLUETOOTH_BLE_FREERTOS_DATS_API_H_ diff --git a/Examples/MAX32690/Bluetooth/BLE_FreeRTOS/dats_main.c b/Examples/MAX32690/Bluetooth/BLE_FreeRTOS/dats_main.c index 97d8af655ad..4987581980b 100644 --- a/Examples/MAX32690/Bluetooth/BLE_FreeRTOS/dats_main.c +++ b/Examples/MAX32690/Bluetooth/BLE_FreeRTOS/dats_main.c @@ -8,6 +8,8 @@ * * Copyright (c) 2019-2020 Packetcraft, Inc. * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/Examples/MAX32690/Bluetooth/BLE_FreeRTOS/stack_dats.c b/Examples/MAX32690/Bluetooth/BLE_FreeRTOS/stack_dats.c index b05b2e551fe..80a5feec02f 100644 --- a/Examples/MAX32690/Bluetooth/BLE_FreeRTOS/stack_dats.c +++ b/Examples/MAX32690/Bluetooth/BLE_FreeRTOS/stack_dats.c @@ -8,6 +8,8 @@ * * Copyright (c) 2019 Packetcraft, Inc. * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/Examples/MAX32690/Bluetooth/BLE_datc/datc_api.h b/Examples/MAX32690/Bluetooth/BLE_datc/datc_api.h index 1cf6561c946..fb07ee8caf1 100644 --- a/Examples/MAX32690/Bluetooth/BLE_datc/datc_api.h +++ b/Examples/MAX32690/Bluetooth/BLE_datc/datc_api.h @@ -8,6 +8,8 @@ * * Copyright (c) 2019 Packetcraft, Inc. * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -21,6 +23,7 @@ * limitations under the License. */ /*************************************************************************************************/ + #ifndef EXAMPLES_MAX32690_BLUETOOTH_BLE_DATC_DATC_API_H_ #define EXAMPLES_MAX32690_BLUETOOTH_BLE_DATC_DATC_API_H_ diff --git a/Examples/MAX32690/Bluetooth/BLE_datc/datc_main.c b/Examples/MAX32690/Bluetooth/BLE_datc/datc_main.c index 206636847a5..2432020f45c 100644 --- a/Examples/MAX32690/Bluetooth/BLE_datc/datc_main.c +++ b/Examples/MAX32690/Bluetooth/BLE_datc/datc_main.c @@ -8,6 +8,8 @@ * * Copyright (c) 2019-2020 Packetcraft, Inc. * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -50,6 +52,7 @@ #include "pal_uart.h" #include "tmr.h" #include "sdsc_api.h" + /************************************************************************************************** Macros **************************************************************************************************/ diff --git a/Examples/MAX32690/Bluetooth/BLE_datc/main.c b/Examples/MAX32690/Bluetooth/BLE_datc/main.c index b6a403c67d0..66f40bd1507 100644 --- a/Examples/MAX32690/Bluetooth/BLE_datc/main.c +++ b/Examples/MAX32690/Bluetooth/BLE_datc/main.c @@ -2,23 +2,25 @@ /*! * @file main.c * @brief Simple BLE Data Client for unformatted data exchange. -* -* Copyright (c) 2013-2019 Arm Ltd. All Rights Reserved. -* -* Copyright (c) 2019 Packetcraft, Inc. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * + * Copyright (c) 2013-2019 Arm Ltd. All Rights Reserved. + * + * Copyright (c) 2019 Packetcraft, Inc. + * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ /*************************************************************************************************/ #include diff --git a/Examples/MAX32690/Bluetooth/BLE_dats/dats_api.h b/Examples/MAX32690/Bluetooth/BLE_dats/dats_api.h index 6c6cd6931fc..0a2100dcdf1 100644 --- a/Examples/MAX32690/Bluetooth/BLE_dats/dats_api.h +++ b/Examples/MAX32690/Bluetooth/BLE_dats/dats_api.h @@ -8,6 +8,8 @@ * * Copyright (c) 2019 Packetcraft, Inc. * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -21,6 +23,7 @@ * limitations under the License. */ /*************************************************************************************************/ + #ifndef EXAMPLES_MAX32690_BLUETOOTH_BLE_DATS_DATS_API_H_ #define EXAMPLES_MAX32690_BLUETOOTH_BLE_DATS_DATS_API_H_ diff --git a/Examples/MAX32690/Bluetooth/BLE_dats/dats_main.c b/Examples/MAX32690/Bluetooth/BLE_dats/dats_main.c index 7d8ac53855b..dd076d2cf50 100644 --- a/Examples/MAX32690/Bluetooth/BLE_dats/dats_main.c +++ b/Examples/MAX32690/Bluetooth/BLE_dats/dats_main.c @@ -8,6 +8,8 @@ * * Copyright (c) 2019-2020 Packetcraft, Inc. * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -51,6 +53,7 @@ #include "pal_uart.h" #include "tmr.h" #include "svc_sds.h" + /************************************************************************************************** Macros **************************************************************************************************/ diff --git a/Examples/MAX32690/Bluetooth/BLE_dats/main.c b/Examples/MAX32690/Bluetooth/BLE_dats/main.c index 5913aba6d3e..68fa3280960 100644 --- a/Examples/MAX32690/Bluetooth/BLE_dats/main.c +++ b/Examples/MAX32690/Bluetooth/BLE_dats/main.c @@ -2,23 +2,25 @@ /*! * @file main.c * @brief Simple BLE Data Server for unformatted data exchange. -* -* Copyright (c) 2013-2019 Arm Ltd. All Rights Reserved. -* -* Copyright (c) 2019 Packetcraft, Inc. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * + * Copyright (c) 2013-2019 Arm Ltd. All Rights Reserved. + * + * Copyright (c) 2019 Packetcraft, Inc. + * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ /*************************************************************************************************/ #include diff --git a/Examples/MAX32690/Bluetooth/BLE_fcc/main.c b/Examples/MAX32690/Bluetooth/BLE_fcc/main.c index 9fb8aa504ce..41522df380a 100644 --- a/Examples/MAX32690/Bluetooth/BLE_fcc/main.c +++ b/Examples/MAX32690/Bluetooth/BLE_fcc/main.c @@ -7,6 +7,8 @@ * * Copyright (c) 2019-2020 Packetcraft, Inc. * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/Examples/MAX32690/Bluetooth/BLE_fit/fit_api.h b/Examples/MAX32690/Bluetooth/BLE_fit/fit_api.h index 5e304fb169e..7753961b2b5 100644 --- a/Examples/MAX32690/Bluetooth/BLE_fit/fit_api.h +++ b/Examples/MAX32690/Bluetooth/BLE_fit/fit_api.h @@ -8,6 +8,8 @@ * * Copyright (c) 2019 Packetcraft, Inc. * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -21,6 +23,7 @@ * limitations under the License. */ /*************************************************************************************************/ + #ifndef EXAMPLES_MAX32690_BLUETOOTH_BLE_FIT_FIT_API_H_ #define EXAMPLES_MAX32690_BLUETOOTH_BLE_FIT_FIT_API_H_ diff --git a/Examples/MAX32690/Bluetooth/BLE_fit/fit_main.c b/Examples/MAX32690/Bluetooth/BLE_fit/fit_main.c index 6eaf330eec6..02fc1392879 100644 --- a/Examples/MAX32690/Bluetooth/BLE_fit/fit_main.c +++ b/Examples/MAX32690/Bluetooth/BLE_fit/fit_main.c @@ -9,6 +9,8 @@ * * Copyright (c) 2019 Packetcraft, Inc. * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/Examples/MAX32690/Bluetooth/BLE_fit/main.c b/Examples/MAX32690/Bluetooth/BLE_fit/main.c index 6e0cb143e4e..8295396dc8d 100644 --- a/Examples/MAX32690/Bluetooth/BLE_fit/main.c +++ b/Examples/MAX32690/Bluetooth/BLE_fit/main.c @@ -2,23 +2,25 @@ /*! * @file main.c * @brief Bluetooth fitness device. Showcases heart rate, battery level, running speed and cadence. -* -* Copyright (c) 2013-2019 Arm Ltd. All Rights Reserved. -* -* Copyright (c) 2019 Packetcraft, Inc. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * + * Copyright (c) 2013-2019 Arm Ltd. All Rights Reserved. + * + * Copyright (c) 2019 Packetcraft, Inc. + * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ /*************************************************************************************************/ #include diff --git a/Examples/MAX32690/Bluetooth/BLE_mcs/main.c b/Examples/MAX32690/Bluetooth/BLE_mcs/main.c index 57168c815c4..a53eb4a80ca 100644 --- a/Examples/MAX32690/Bluetooth/BLE_mcs/main.c +++ b/Examples/MAX32690/Bluetooth/BLE_mcs/main.c @@ -2,24 +2,26 @@ /*! * @file main.c * @brief Maxim custom Bluetooth profile and service that advertises as "MCS" and accepts -connection requests. -* -* Copyright (c) 2013-2019 Arm Ltd. All Rights Reserved. -* -* Copyright (c) 2019 Packetcraft, Inc. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * connection requests. + * + * Copyright (c) 2013-2019 Arm Ltd. All Rights Reserved. + * + * Copyright (c) 2019 Packetcraft, Inc. + * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ /*************************************************************************************************/ #include diff --git a/Examples/MAX32690/Bluetooth/BLE_mcs/mcs_app_api.h b/Examples/MAX32690/Bluetooth/BLE_mcs/mcs_app_api.h index 88e8b5f60e0..11244839c4f 100644 --- a/Examples/MAX32690/Bluetooth/BLE_mcs/mcs_app_api.h +++ b/Examples/MAX32690/Bluetooth/BLE_mcs/mcs_app_api.h @@ -8,6 +8,8 @@ * * Copyright (c) 2019 Packetcraft, Inc. * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -21,6 +23,7 @@ * limitations under the License. */ /*************************************************************************************************/ + #ifndef EXAMPLES_MAX32690_BLUETOOTH_BLE_MCS_MCS_APP_API_H_ #define EXAMPLES_MAX32690_BLUETOOTH_BLE_MCS_MCS_APP_API_H_ diff --git a/Examples/MAX32690/Bluetooth/BLE_mcs/mcs_app_main.c b/Examples/MAX32690/Bluetooth/BLE_mcs/mcs_app_main.c index a9bbb3b8374..d94603bd1bc 100644 --- a/Examples/MAX32690/Bluetooth/BLE_mcs/mcs_app_main.c +++ b/Examples/MAX32690/Bluetooth/BLE_mcs/mcs_app_main.c @@ -8,6 +8,8 @@ * * Copyright (c) 2019-2020 Packetcraft, Inc. * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/Examples/MAX32690/Bluetooth/BLE_mcs/profiles/mcs/mcs_api.h b/Examples/MAX32690/Bluetooth/BLE_mcs/profiles/mcs/mcs_api.h index 32c87267372..eed63250b5f 100644 --- a/Examples/MAX32690/Bluetooth/BLE_mcs/profiles/mcs/mcs_api.h +++ b/Examples/MAX32690/Bluetooth/BLE_mcs/profiles/mcs/mcs_api.h @@ -6,7 +6,7 @@ * * Copyright (c) 2012-2018 Arm Ltd. All Rights Reserved. * - * Copright (c) 2022-2023 Analog Devices, Inc. + * Copyright (c) 2022-2023 Analog Devices, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Examples/MAX32690/Bluetooth/BLE_mcs/profiles/mcs/mcs_main.c b/Examples/MAX32690/Bluetooth/BLE_mcs/profiles/mcs/mcs_main.c index 14f7cdabc78..c90378f5767 100644 --- a/Examples/MAX32690/Bluetooth/BLE_mcs/profiles/mcs/mcs_main.c +++ b/Examples/MAX32690/Bluetooth/BLE_mcs/profiles/mcs/mcs_main.c @@ -6,7 +6,7 @@ * * Copyright (c) 2012-2019 Arm Ltd. All Rights Reserved. * - * Copright (c) 2022-2023 Analog Devices, Inc. + * Copyright (c) 2022-2023 Analog Devices, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Examples/MAX32690/Bluetooth/BLE_mcs/services/svc_mcs.c b/Examples/MAX32690/Bluetooth/BLE_mcs/services/svc_mcs.c index bf6c70622a4..2c4791ee2c9 100644 --- a/Examples/MAX32690/Bluetooth/BLE_mcs/services/svc_mcs.c +++ b/Examples/MAX32690/Bluetooth/BLE_mcs/services/svc_mcs.c @@ -6,7 +6,7 @@ * * Copyright (c) 2012-2018 Arm Ltd. All Rights Reserved. * - * Copright (c) 2022-2023 Analog Devices, Inc. + * Copyright (c) 2022-2023 Analog Devices, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Examples/MAX32690/Bluetooth/BLE_mcs/services/svc_mcs.h b/Examples/MAX32690/Bluetooth/BLE_mcs/services/svc_mcs.h index fa4856fb2ee..a28814feb1c 100644 --- a/Examples/MAX32690/Bluetooth/BLE_mcs/services/svc_mcs.h +++ b/Examples/MAX32690/Bluetooth/BLE_mcs/services/svc_mcs.h @@ -6,7 +6,7 @@ * * Copyright (c) 2012-2018 Arm Ltd. All Rights Reserved. * - * Copright (c) 2022-2023 Analog Devices, Inc. + * Copyright (c) 2022-2023 Analog Devices, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Examples/MAX32690/Bluetooth/BLE_otac/datc_api.h b/Examples/MAX32690/Bluetooth/BLE_otac/datc_api.h index 9b071e26efd..e0ef26dfccd 100644 --- a/Examples/MAX32690/Bluetooth/BLE_otac/datc_api.h +++ b/Examples/MAX32690/Bluetooth/BLE_otac/datc_api.h @@ -8,6 +8,8 @@ * * Copyright (c) 2019 Packetcraft, Inc. * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -21,6 +23,7 @@ * limitations under the License. */ /*************************************************************************************************/ + #ifndef EXAMPLES_MAX32690_BLUETOOTH_BLE_OTAC_DATC_API_H_ #define EXAMPLES_MAX32690_BLUETOOTH_BLE_OTAC_DATC_API_H_ diff --git a/Examples/MAX32690/Bluetooth/BLE_otac/datc_main.c b/Examples/MAX32690/Bluetooth/BLE_otac/datc_main.c index 4451bc19b24..391ad8e7cea 100644 --- a/Examples/MAX32690/Bluetooth/BLE_otac/datc_main.c +++ b/Examples/MAX32690/Bluetooth/BLE_otac/datc_main.c @@ -8,6 +8,8 @@ * * Copyright (c) 2019-2020 Packetcraft, Inc. * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/Examples/MAX32690/Bluetooth/BLE_otac/fw_update.S b/Examples/MAX32690/Bluetooth/BLE_otac/fw_update.S index b9bdc5effa0..59a340ddc68 100644 --- a/Examples/MAX32690/Bluetooth/BLE_otac/fw_update.S +++ b/Examples/MAX32690/Bluetooth/BLE_otac/fw_update.S @@ -1,3 +1,54 @@ +/****************************************************************************** + * + * Copyright (C) 2022-2023 Maxim Integrated Products, Inc., All Rights Reserved. + * (now owned by Analog Devices, Inc.) + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included + * in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + * IN NO EVENT SHALL MAXIM INTEGRATED BE LIABLE FOR ANY CLAIM, DAMAGES + * OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, + * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR + * OTHER DEALINGS IN THE SOFTWARE. + * + * Except as contained in this notice, the name of Maxim Integrated + * Products, Inc. shall not be used except as stated in the Maxim Integrated + * Products, Inc. Branding Policy. + * + * The mere transfer of this software does not imply any licenses + * of trade secrets, proprietary technology, copyrights, patents, + * trademarks, maskwork rights, or any other form of intellectual + * property whatsoever. Maxim Integrated Products, Inc. retains all + * ownership rights. + * + ****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ******************************************************************************/ + .section .text /* Include the fw_update binary file, include global symbols we can use at link time */ diff --git a/Examples/MAX32690/Bluetooth/BLE_otac/main.c b/Examples/MAX32690/Bluetooth/BLE_otac/main.c index b80284f25f9..8985f1f15c6 100644 --- a/Examples/MAX32690/Bluetooth/BLE_otac/main.c +++ b/Examples/MAX32690/Bluetooth/BLE_otac/main.c @@ -1,24 +1,27 @@ /*************************************************************************************************/ /*! * @file main.c - * @brief Bluetooth data client that scans for and connects to advertisers with the name of "OTAS". Demonstrates Over-the-Air (OTA) firmware updates. -* -* Copyright (c) 2013-2019 Arm Ltd. All Rights Reserved. -* -* Copyright (c) 2019 Packetcraft, Inc. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @brief Bluetooth data client that scans for and connects to advertisers with the name of "OTAS". + * Demonstrates Over-the-Air (OTA) firmware updates. + * + * Copyright (c) 2013-2019 Arm Ltd. All Rights Reserved. + * + * Copyright (c) 2019 Packetcraft, Inc. + * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ /*************************************************************************************************/ #include diff --git a/Examples/MAX32690/Bluetooth/BLE_otas/bl_build.S b/Examples/MAX32690/Bluetooth/BLE_otas/bl_build.S index c1af83df520..61693b5bc63 100644 --- a/Examples/MAX32690/Bluetooth/BLE_otas/bl_build.S +++ b/Examples/MAX32690/Bluetooth/BLE_otas/bl_build.S @@ -1,3 +1,54 @@ +/****************************************************************************** + * + * Copyright (C) 2022-2023 Maxim Integrated Products, Inc., All Rights Reserved. + * (now owned by Analog Devices, Inc.) + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included + * in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + * IN NO EVENT SHALL MAXIM INTEGRATED BE LIABLE FOR ANY CLAIM, DAMAGES + * OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, + * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR + * OTHER DEALINGS IN THE SOFTWARE. + * + * Except as contained in this notice, the name of Maxim Integrated + * Products, Inc. shall not be used except as stated in the Maxim Integrated + * Products, Inc. Branding Policy. + * + * The mere transfer of this software does not imply any licenses + * of trade secrets, proprietary technology, copyrights, patents, + * trademarks, maskwork rights, or any other form of intellectual + * property whatsoever. Maxim Integrated Products, Inc. retains all + * ownership rights. + * + ****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ******************************************************************************/ + /* Include the bl binary file, plus a reference for addition into linker script */ .section .text _binary_bootloader_bin_start: diff --git a/Examples/MAX32690/Bluetooth/BLE_otas/dats_api.h b/Examples/MAX32690/Bluetooth/BLE_otas/dats_api.h index 762a52f05d8..2895a928379 100644 --- a/Examples/MAX32690/Bluetooth/BLE_otas/dats_api.h +++ b/Examples/MAX32690/Bluetooth/BLE_otas/dats_api.h @@ -8,6 +8,8 @@ * * Copyright (c) 2019 Packetcraft, Inc. * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -21,6 +23,7 @@ * limitations under the License. */ /*************************************************************************************************/ + #ifndef EXAMPLES_MAX32690_BLUETOOTH_BLE_OTAS_DATS_API_H_ #define EXAMPLES_MAX32690_BLUETOOTH_BLE_OTAS_DATS_API_H_ diff --git a/Examples/MAX32690/Bluetooth/BLE_otas/dats_main.c b/Examples/MAX32690/Bluetooth/BLE_otas/dats_main.c index 5b17551caca..aea4d4ff213 100644 --- a/Examples/MAX32690/Bluetooth/BLE_otas/dats_main.c +++ b/Examples/MAX32690/Bluetooth/BLE_otas/dats_main.c @@ -8,6 +8,8 @@ * * Copyright (c) 2019-2020 Packetcraft, Inc. * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -60,6 +62,7 @@ #include "flc.h" #include "wsf_cs.h" #include "Ext_Flash.h" + /************************************************************************************************** Macros **************************************************************************************************/ diff --git a/Examples/MAX32690/Bluetooth/BLE_otas/main.c b/Examples/MAX32690/Bluetooth/BLE_otas/main.c index 32c8ff42c84..60b3199be03 100644 --- a/Examples/MAX32690/Bluetooth/BLE_otas/main.c +++ b/Examples/MAX32690/Bluetooth/BLE_otas/main.c @@ -2,24 +2,26 @@ /*! * @file main.c * @brief Bluetooth data server that advertises as "OTAS" and accepts connection requests. - Demonstrates Over-the-Air (OTA) firmware updates. -* -* Copyright (c) 2013-2019 Arm Ltd. All Rights Reserved. -* -* Copyright (c) 2019 Packetcraft, Inc. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Demonstrates Over-the-Air (OTA) firmware updates. + * + * Copyright (c) 2013-2019 Arm Ltd. All Rights Reserved. + * + * Copyright (c) 2019 Packetcraft, Inc. + * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ /*************************************************************************************************/ #include diff --git a/Examples/MAX32690/Bluetooth/BLE_periph/main.c b/Examples/MAX32690/Bluetooth/BLE_periph/main.c index 72e8dd03b44..d4b86f7c404 100644 --- a/Examples/MAX32690/Bluetooth/BLE_periph/main.c +++ b/Examples/MAX32690/Bluetooth/BLE_periph/main.c @@ -2,23 +2,25 @@ /*! * @file main.c * @brief Simple BLE app that advertises as "Periph". Recommended app for getting started with MSDK BLE. -* -* Copyright (c) 2013-2019 Arm Ltd. All Rights Reserved. -* -* Copyright (c) 2019 Packetcraft, Inc. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * + * Copyright (c) 2013-2019 Arm Ltd. All Rights Reserved. + * + * Copyright (c) 2019 Packetcraft, Inc. + * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ /*************************************************************************************************/ #include diff --git a/Examples/MAX32690/Bluetooth/BLE_periph/periph_api.h b/Examples/MAX32690/Bluetooth/BLE_periph/periph_api.h index e4a7834fee2..803d515e519 100644 --- a/Examples/MAX32690/Bluetooth/BLE_periph/periph_api.h +++ b/Examples/MAX32690/Bluetooth/BLE_periph/periph_api.h @@ -8,6 +8,8 @@ * * Copyright (c) 2019 Packetcraft, Inc. * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -21,6 +23,7 @@ * limitations under the License. */ /*************************************************************************************************/ + #ifndef EXAMPLES_MAX32690_BLUETOOTH_BLE_PERIPH_PERIPH_API_H_ #define EXAMPLES_MAX32690_BLUETOOTH_BLE_PERIPH_PERIPH_API_H_ diff --git a/Examples/MAX32690/Bluetooth/BLE_periph/periph_main.c b/Examples/MAX32690/Bluetooth/BLE_periph/periph_main.c index 5ce69999d70..419e9087b8b 100644 --- a/Examples/MAX32690/Bluetooth/BLE_periph/periph_main.c +++ b/Examples/MAX32690/Bluetooth/BLE_periph/periph_main.c @@ -8,6 +8,8 @@ * * Copyright (c) 2019-2020 Packetcraft, Inc. * + * Portions Copyright (c) 2022-2023 Analog Devices, Inc. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at