This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.8 in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit b8a33af8664edb752356856aad970693776788ab Author: Alin Jerpelea <[email protected]> AuthorDate: Wed Dec 18 06:15:33 2024 +0100 drivers/usbhost/hid_parser: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <[email protected]> --- drivers/usbhost/hid_parser.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/drivers/usbhost/hid_parser.c b/drivers/usbhost/hid_parser.c index d1c4b6d405..b39f790175 100644 --- a/drivers/usbhost/hid_parser.c +++ b/drivers/usbhost/hid_parser.c @@ -1,12 +1,10 @@ /**************************************************************************** * drivers/usbhost/hid_parser.c * - * Copyright (C) 2011 Gregory Nutt. All rights reserved. - * - * Adapted from the LUFA Library: - * - * Copyright 2011 Dean Camera (dean [at] fourwalledcubicle [dot] com) - * dean [at] fourwalledcubicle [dot] com, www.lufa-lib.org + * SPDX-License-Identifier: X11 + * SPDX-FileCopyrightText: 2011 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2011 Dean Camera ([email protected]) + * SPDX-FileContributor: [email protected], www.lufa-lib.org * * Permission to use, copy, modify, distribute, and sell this * software and its documentation for any purpose is hereby granted
