mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 05:08:41 +08:00
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:
parent
438fcfb13a
commit
35a4fc05d9
1 changed files with 4 additions and 6 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue