From 8c319e890869694fc663a71e74ee92a318e7c1ee Mon Sep 17 00:00:00 2001 From: Anthony Doud Date: Fri, 14 Aug 2026 09:27:29 -0500 Subject: [PATCH] Fix copyright notice formatting by removing the period from "All rights reserved" --- include/BLE_Device_Identity.h | 2 +- include/FirmwareImageValidation.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/BLE_Device_Identity.h b/include/BLE_Device_Identity.h index a6290fd4..6a5b6695 100644 --- a/include/BLE_Device_Identity.h +++ b/include/BLE_Device_Identity.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2020 Anthony Doud & Joel Baranick - * All rights reserved. + * All rights reserved * * SPDX-License-Identifier: GPL-2.0-only */ diff --git a/include/FirmwareImageValidation.h b/include/FirmwareImageValidation.h index 322d7a7a..00d74df5 100644 --- a/include/FirmwareImageValidation.h +++ b/include/FirmwareImageValidation.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2020 Anthony Doud & Joel Baranick - * All rights reserved. + * All rights reserved * * SPDX-License-Identifier: GPL-2.0-only */