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 <alin.jerpelea@sony.com>
This commit is contained in:
Alin Jerpelea 2024-12-18 06:15:33 +01:00 committed by Xiang Xiao
parent 5c1becab24
commit b8a33af866

View file

@ -1,12 +1,10 @@
/**************************************************************************** /****************************************************************************
* drivers/usbhost/hid_parser.c * drivers/usbhost/hid_parser.c
* *
* Copyright (C) 2011 Gregory Nutt. All rights reserved. * SPDX-License-Identifier: X11
* * SPDX-FileCopyrightText: 2011 Gregory Nutt. All rights reserved.
* Adapted from the LUFA Library: * SPDX-FileCopyrightText: 2011 Dean Camera (dean@fourwalledcubicle.com)
* * SPDX-FileContributor: dean@fourwalledcubicle.com, www.lufa-lib.org
* Copyright 2011 Dean Camera (dean [at] fourwalledcubicle [dot] com)
* dean [at] fourwalledcubicle [dot] com, www.lufa-lib.org
* *
* Permission to use, copy, modify, distribute, and sell this * Permission to use, copy, modify, distribute, and sell this
* software and its documentation for any purpose is hereby granted * software and its documentation for any purpose is hereby granted