1
0
Fork 0
forked from nuttx/nuttx-update

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 438fcfb13a
commit 35a4fc05d9

View file

@ -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