mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
staging: wfx: fix HIF API license
Apache-2.0 is not allowed in the kernel. Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com> Link: https://lore.kernel.org/r/20220113085524.1110708-3-Jerome.Pouiller@silabs.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
bf9450db43
commit
131e78fa4a
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
/* SPDX-License-Identifier: Apache-2.0 */
|
||||
/* SPDX-License-Identifier: GPL-2.0-only or Apache-2.0 */
|
||||
/*
|
||||
* WF200 hardware interface definitions
|
||||
*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* SPDX-License-Identifier: Apache-2.0 */
|
||||
/* SPDX-License-Identifier: GPL-2.0-only or Apache-2.0 */
|
||||
/*
|
||||
* WF200 hardware interface definitions
|
||||
*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* SPDX-License-Identifier: Apache-2.0 */
|
||||
/* SPDX-License-Identifier: GPL-2.0-only or Apache-2.0 */
|
||||
/*
|
||||
* WF200 hardware interface definitions
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue