From b8a33af8664edb752356856aad970693776788ab Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Wed, 18 Dec 2024 06:15:33 +0100 Subject: [PATCH] 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 --- 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 (dean@fourwalledcubicle.com) + * SPDX-FileContributor: dean@fourwalledcubicle.com, www.lufa-lib.org * * Permission to use, copy, modify, distribute, and sell this * software and its documentation for any purpose is hereby granted