Skip to content

Commit a64ff10

Browse files
dpenklergregkh
authored andcommitted
staging: gpib: Fix SPDX license for gpib headers
As part destaging the gpib drivers we need to add the WITH Linux-syscall-note to the SPDX license in the gpib common includes as these will be part of the kernel headers. Signed-off-by: Dave Penkler <dpenkler@gmail.com> Link: https://patch.msgid.link/20251117144021.23569-4-dpenkler@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 46e6856 commit a64ff10

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/staging/gpib/uapi/gpib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: GPL-2.0 */
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
22

33
/***************************************************************************
44
* copyright : (C) 2002 by Frank Mori Hess

drivers/staging/gpib/uapi/gpib_ioctl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: GPL-2.0 */
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
22

33
/***************************************************************************
44
* copyright : (C) 2002 by Frank Mori Hess

0 commit comments

Comments
 (0)