Skip to content

Commit 6f52b16

Browse files
committed
License cleanup: add SPDX license identifier to uapi header files with no license
Many user space API headers are missing licensing information, which makes it hard for compliance tools to determine the correct license. By default are files without license information under the default license of the kernel, which is GPLV2. Marking them GPLV2 would exclude them from being included in non GPLV2 code, which is obviously not intended. The user space API headers fall under the syscall exception which is in the kernels COPYING file: NOTE! This copyright does *not* cover user programs that use kernel services by normal system calls - this is merely considered normal use of the kernel, and does *not* fall under the heading of "derived work". otherwise syscall usage would not be possible. Update the files which contain no license information with an SPDX license identifier. The chosen identifier is 'GPL-2.0 WITH Linux-syscall-note' which is the officially assigned identifier for the Linux syscall exception. SPDX license identifiers are a legally binding shorthand, which can be used instead of the full boiler plate text. This patch is based on work done by Thomas Gleixner and Kate Stewart and Philippe Ombredanne. See the previous patch in this series for the methodology of how this patch was researched. Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org> Reviewed-by: Philippe Ombredanne <pombredanne@nexb.com> Reviewed-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent b244131 commit 6f52b16

File tree

930 files changed

+930
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

930 files changed

+930
-0
lines changed

arch/alpha/include/uapi/asm/a.out.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _UAPI__ALPHA_A_OUT_H__
23
#define _UAPI__ALPHA_A_OUT_H__
34

arch/alpha/include/uapi/asm/auxvec.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef __ASM_ALPHA_AUXVEC_H
23
#define __ASM_ALPHA_AUXVEC_H
34

arch/alpha/include/uapi/asm/bitsperlong.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef __ASM_ALPHA_BITSPERLONG_H
23
#define __ASM_ALPHA_BITSPERLONG_H
34

arch/alpha/include/uapi/asm/byteorder.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _ALPHA_BYTEORDER_H
23
#define _ALPHA_BYTEORDER_H
34

arch/alpha/include/uapi/asm/compiler.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _UAPI__ALPHA_COMPILER_H
23
#define _UAPI__ALPHA_COMPILER_H
34

arch/alpha/include/uapi/asm/console.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _UAPI__AXP_CONSOLE_H
23
#define _UAPI__AXP_CONSOLE_H
34

arch/alpha/include/uapi/asm/errno.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _ALPHA_ERRNO_H
23
#define _ALPHA_ERRNO_H
34

arch/alpha/include/uapi/asm/fcntl.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _ALPHA_FCNTL_H
23
#define _ALPHA_FCNTL_H
34

arch/alpha/include/uapi/asm/fpu.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _UAPI__ASM_ALPHA_FPU_H
23
#define _UAPI__ASM_ALPHA_FPU_H
34

arch/alpha/include/uapi/asm/gentrap.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _ASMAXP_GENTRAP_H
23
#define _ASMAXP_GENTRAP_H
34

arch/alpha/include/uapi/asm/ioctl.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _ALPHA_IOCTL_H
23
#define _ALPHA_IOCTL_H
34

arch/alpha/include/uapi/asm/ioctls.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _ASM_ALPHA_IOCTLS_H
23
#define _ASM_ALPHA_IOCTLS_H
34

arch/alpha/include/uapi/asm/ipcbuf.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#include <asm-generic/ipcbuf.h>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#include <asm-generic/kvm_para.h>

arch/alpha/include/uapi/asm/mman.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef __ALPHA_MMAN_H__
23
#define __ALPHA_MMAN_H__
34

arch/alpha/include/uapi/asm/msgbuf.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _ALPHA_MSGBUF_H
23
#define _ALPHA_MSGBUF_H
34

arch/alpha/include/uapi/asm/pal.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _UAPI__ALPHA_PAL_H
23
#define _UAPI__ALPHA_PAL_H
34

arch/alpha/include/uapi/asm/param.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _UAPI_ASM_ALPHA_PARAM_H
23
#define _UAPI_ASM_ALPHA_PARAM_H
34

arch/alpha/include/uapi/asm/posix_types.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _ALPHA_POSIX_TYPES_H
23
#define _ALPHA_POSIX_TYPES_H
34

arch/alpha/include/uapi/asm/ptrace.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _UAPI_ASMAXP_PTRACE_H
23
#define _UAPI_ASMAXP_PTRACE_H
34

arch/alpha/include/uapi/asm/reg.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef __reg_h__
23
#define __reg_h__
34

arch/alpha/include/uapi/asm/regdef.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef __alpha_regdef_h__
23
#define __alpha_regdef_h__
34

arch/alpha/include/uapi/asm/resource.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _ALPHA_RESOURCE_H
23
#define _ALPHA_RESOURCE_H
34

arch/alpha/include/uapi/asm/sembuf.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _ALPHA_SEMBUF_H
23
#define _ALPHA_SEMBUF_H
34

arch/alpha/include/uapi/asm/setup.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef __ALPHA_SETUP_H
23
#define __ALPHA_SETUP_H
34

arch/alpha/include/uapi/asm/shmbuf.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _ALPHA_SHMBUF_H
23
#define _ALPHA_SHMBUF_H
34

arch/alpha/include/uapi/asm/sigcontext.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _ASMAXP_SIGCONTEXT_H
23
#define _ASMAXP_SIGCONTEXT_H
34

arch/alpha/include/uapi/asm/siginfo.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _ALPHA_SIGINFO_H
23
#define _ALPHA_SIGINFO_H
34

arch/alpha/include/uapi/asm/signal.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _UAPI_ASMAXP_SIGNAL_H
23
#define _UAPI_ASMAXP_SIGNAL_H
34

arch/alpha/include/uapi/asm/socket.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _UAPI_ASM_SOCKET_H
23
#define _UAPI_ASM_SOCKET_H
34

arch/alpha/include/uapi/asm/sockios.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _ASM_ALPHA_SOCKIOS_H
23
#define _ASM_ALPHA_SOCKIOS_H
34

arch/alpha/include/uapi/asm/stat.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _ALPHA_STAT_H
23
#define _ALPHA_STAT_H
34

arch/alpha/include/uapi/asm/statfs.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _ALPHA_STATFS_H
23
#define _ALPHA_STATFS_H
34

arch/alpha/include/uapi/asm/swab.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _ALPHA_SWAB_H
23
#define _ALPHA_SWAB_H
34

arch/alpha/include/uapi/asm/sysinfo.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
/*
23
* include/asm-alpha/sysinfo.h
34
*/

arch/alpha/include/uapi/asm/termbits.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _ALPHA_TERMBITS_H
23
#define _ALPHA_TERMBITS_H
34

arch/alpha/include/uapi/asm/termios.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _UAPI_ALPHA_TERMIOS_H
23
#define _UAPI_ALPHA_TERMIOS_H
34

arch/alpha/include/uapi/asm/types.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _UAPI_ALPHA_TYPES_H
23
#define _UAPI_ALPHA_TYPES_H
34

arch/alpha/include/uapi/asm/unistd.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _UAPI_ALPHA_UNISTD_H
23
#define _UAPI_ALPHA_UNISTD_H
34

arch/arm/include/uapi/asm/auxvec.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef __ASM_AUXVEC_H
23
#define __ASM_AUXVEC_H
34

arch/arm/include/uapi/asm/byteorder.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
/*
23
* arch/arm/include/asm/byteorder.h
34
*

arch/arm/include/uapi/asm/fcntl.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _ARM_FCNTL_H
23
#define _ARM_FCNTL_H
34

arch/arm/include/uapi/asm/hwcap.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _UAPI__ASMARM_HWCAP_H
23
#define _UAPI__ASMARM_HWCAP_H
34

arch/arm/include/uapi/asm/ioctls.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef __ASM_ARM_IOCTLS_H
23
#define __ASM_ARM_IOCTLS_H
34

arch/arm/include/uapi/asm/kvm_para.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#include <asm-generic/kvm_para.h>

arch/arm/include/uapi/asm/perf_regs.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _ASM_ARM_PERF_REGS_H
23
#define _ASM_ARM_PERF_REGS_H
34

arch/arm/include/uapi/asm/sigcontext.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _ASMARM_SIGCONTEXT_H
23
#define _ASMARM_SIGCONTEXT_H
34

arch/arm/include/uapi/asm/signal.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _UAPI_ASMARM_SIGNAL_H
23
#define _UAPI_ASMARM_SIGNAL_H
34

arch/arm/include/uapi/asm/stat.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _ASMARM_STAT_H
23
#define _ASMARM_STAT_H
34

arch/arm/include/uapi/asm/statfs.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _ASMARM_STATFS_H
23
#define _ASMARM_STATFS_H
34

arch/arm/include/uapi/asm/swab.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
/*
23
* arch/arm/include/asm/byteorder.h
34
*

arch/arm/include/uapi/asm/types.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _UAPI_ASM_TYPES_H
23
#define _UAPI_ASM_TYPES_H
34

arch/arm64/include/uapi/asm/perf_regs.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _ASM_ARM64_PERF_REGS_H
23
#define _ASM_ARM64_PERF_REGS_H
34

arch/arm64/include/uapi/asm/posix_types.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef __ASM_POSIX_TYPES_H
23
#define __ASM_POSIX_TYPES_H
34

arch/blackfin/include/uapi/asm/byteorder.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _UAPI__BFIN_ASM_BYTEORDER_H
23
#define _UAPI__BFIN_ASM_BYTEORDER_H
34

arch/blackfin/include/uapi/asm/ioctls.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _UAPI__ARCH_BFIN_IOCTLS_H__
23
#define _UAPI__ARCH_BFIN_IOCTLS_H__
34

arch/blackfin/include/uapi/asm/signal.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _UAPI_BLACKFIN_SIGNAL_H
23
#define _UAPI_BLACKFIN_SIGNAL_H
34

arch/c6x/include/uapi/asm/byteorder.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _ASM_C6X_BYTEORDER_H
23
#define _ASM_C6X_BYTEORDER_H
34

arch/c6x/include/uapi/asm/setup.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _UAPI_ASM_C6X_SETUP_H
23
#define _UAPI_ASM_C6X_SETUP_H
34

arch/cris/include/uapi/arch-v10/arch/sv_addr_ag.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
/*!**************************************************************************
23
*!
34
*! MACROS:

arch/cris/include/uapi/arch-v10/arch/svinto.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _ASM_CRIS_SVINTO_H
23
#define _ASM_CRIS_SVINTO_H
34

arch/cris/include/uapi/arch-v10/arch/user.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef __ASM_CRIS_ARCH_USER_H
23
#define __ASM_CRIS_ARCH_USER_H
34

arch/cris/include/uapi/arch-v32/arch/cryptocop.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
/*
23
* The device /dev/cryptocop is accessible using this driver using
34
* CRYPTOCOP_MAJOR (254) and minor number 0.

arch/cris/include/uapi/arch-v32/arch/user.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _ASM_CRIS_ARCH_USER_H
23
#define _ASM_CRIS_ARCH_USER_H
34

arch/cris/include/uapi/asm/byteorder.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _CRIS_BYTEORDER_H
23
#define _CRIS_BYTEORDER_H
34

arch/cris/include/uapi/asm/elf.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef __ASMCRIS_ELF_H
23
#define __ASMCRIS_ELF_H
34

arch/cris/include/uapi/asm/elf_v10.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef __ASMCRIS_ARCH_ELF_H
23
#define __ASMCRIS_ARCH_ELF_H
34

arch/cris/include/uapi/asm/elf_v32.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _ASM_CRIS_ELF_H
23
#define _ASM_CRIS_ELF_H
34

arch/cris/include/uapi/asm/ethernet.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
/*
23
* ioctl defines for ethernet driver
34
*

arch/cris/include/uapi/asm/etraxgpio.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
/*
23
* The following devices are accessible using this driver using
34
* GPIO_MAJOR (120) and a couple of minor numbers.

arch/cris/include/uapi/asm/ioctls.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef __ARCH_CRIS_IOCTLS_H__
23
#define __ARCH_CRIS_IOCTLS_H__
34

arch/cris/include/uapi/asm/param.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _ASMCRIS_PARAM_H
23
#define _ASMCRIS_PARAM_H
34

arch/cris/include/uapi/asm/posix_types.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
/* $Id: posix_types.h,v 1.1 2000/07/10 16:32:31 bjornw Exp $ */
23

34
/* We cheat a bit and use our C-coded bitops functions from asm/bitops.h */

arch/cris/include/uapi/asm/ptrace.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifdef __arch_v32
23
#include <asm/ptrace_v32.h>
34
#else

arch/cris/include/uapi/asm/ptrace_v10.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _CRIS_ARCH_PTRACE_H
23
#define _CRIS_ARCH_PTRACE_H
34

arch/cris/include/uapi/asm/ptrace_v32.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _CRIS_ARCH_PTRACE_H
23
#define _CRIS_ARCH_PTRACE_H
34

arch/cris/include/uapi/asm/rs485.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
/* RS-485 structures */
23

34
/* Used with ioctl() TIOCSERSETRS485 for backward compatibility!

arch/cris/include/uapi/asm/setup.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _CRIS_SETUP_H
23
#define _CRIS_SETUP_H
34

arch/cris/include/uapi/asm/sigcontext.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
/* $Id: sigcontext.h,v 1.1 2000/07/10 16:32:31 bjornw Exp $ */
23

34
#ifndef _ASM_CRIS_SIGCONTEXT_H

arch/cris/include/uapi/asm/signal.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _UAPI_ASM_CRIS_SIGNAL_H
23
#define _UAPI_ASM_CRIS_SIGNAL_H
34

arch/cris/include/uapi/asm/stat.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12
#ifndef _CRIS_STAT_H
23
#define _CRIS_STAT_H
34

0 commit comments

Comments
 (0)