diff options
author | Jakub Kicinski <kuba@kernel.org> | 2023-03-16 02:03:50 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-03-17 07:20:32 +0300 |
commit | 4e16b6a748df52800c90f3ab181aef8129bd332f (patch) | |
tree | 17617891accd00226867f70750dc7971eaec6d64 /Documentation/netlink/genetlink-c.yaml | |
parent | 054abb515f346b8f30a0a11953d9f786d3e76813 (diff) | |
download | linux-4e16b6a748df52800c90f3ab181aef8129bd332f.tar.xz |
ynl: broaden the license even more
I relicensed Netlink spec code to GPL-2.0 OR BSD-3-Clause but
we still put a slightly different license on the uAPI header
than the rest of the code. Use the Linux-syscall-note on all
the specs and all generated code. It's moot for kernel code,
but should not hurt. This way the licenses match everywhere.
Cc: Chuck Lever <chuck.lever@oracle.com>
Fixes: 37d9df224d1e ("ynl: re-license uniformly under GPL-2.0 OR BSD-3-Clause")
Reviewed-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'Documentation/netlink/genetlink-c.yaml')
-rw-r--r-- | Documentation/netlink/genetlink-c.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/netlink/genetlink-c.yaml b/Documentation/netlink/genetlink-c.yaml index f082a5ad7cf1..5c3642b3f802 100644 --- a/Documentation/netlink/genetlink-c.yaml +++ b/Documentation/netlink/genetlink-c.yaml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause +# SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) %YAML 1.2 --- $id: http://kernel.org/schemas/netlink/genetlink-c.yaml# |