Commit 6f52b16
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
930 files changed
Lines changed: 930 additions & 0 deletions
File tree
- arch
- alpha/include/uapi/asm
- arm64/include/uapi/asm
- arm/include/uapi/asm
- blackfin/include/uapi/asm
- c6x/include/uapi/asm
- cris/include/uapi
- arch-v10/arch
- arch-v32/arch
- asm
- frv/include/uapi/asm
- h8300/include/uapi/asm
- hexagon/include/uapi/asm
- ia64/include/uapi/asm
- m32r/include/uapi/asm
- m68k/include/uapi/asm
- metag/include/uapi/asm
- microblaze/include/uapi/asm
- mips/include/uapi/asm
- mn10300/include/uapi/asm
- parisc/include/uapi/asm
- powerpc/include/uapi/asm
- s390/include/uapi/asm
- score/include/uapi/asm
- sh/include/uapi/asm
- sparc/include/uapi/asm
- tile/include/uapi/asm
- x86/include/uapi/asm
- xtensa/include/uapi/asm
- include/uapi
- asm-generic
- drm
- linux
- byteorder
- can
- hdlc
- mmc
- netfilter_arp
- netfilter_bridge
- netfilter_ipv4
- netfilter_ipv6
- netfilter
- ipset
- nfsd
- sched
- sunrpc
- tc_act
- tc_ematch
- usb
- mtd
- rdma
- sound
- video
- tools/arch
- alpha/include/uapi/asm
- arc/include/uapi/asm
- arm64/include/uapi/asm
- arm/include/uapi/asm
- frv/include/uapi/asm
- h8300/include/uapi/asm
- hexagon/include/uapi/asm
- ia64/include/uapi/asm
- m32r/include/uapi/asm
- microblaze/include/uapi/asm
- mips/include/uapi/asm
- mn10300/include/uapi/asm
- parisc/include/uapi/asm
- powerpc/include/uapi/asm
- s390/include/uapi/asm
- score/include/uapi/asm
- sh/include/uapi/asm
- sparc/include/uapi/asm
- tile/include/uapi/asm
- x86/include/uapi/asm
- xtensa/include/uapi/asm
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
0 commit comments