ynl: re-license uniformly under GPL-2.0 OR BSD-3-Clause
authorJakub Kicinski <kuba@kernel.org>
Mon, 6 Mar 2023 20:04:57 +0000 (12:04 -0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 7 Mar 2023 21:44:30 +0000 (13:44 -0800)
commit37d9df224d1eec1b434fe9ffa40104c756478c29
treed7c91a3135aeb38fa776aa23a3a0811b28d6cab6
parentb1649b0fe98c2c7eed156c957f6f524d5660d859
ynl: re-license uniformly under GPL-2.0 OR BSD-3-Clause

I was intending to make all the Netlink Spec code BSD-3-Clause
to ease the adoption but it appears that:
 - I fumbled the uAPI and used "GPL WITH uAPI note" there
 - it gives people pause as they expect GPL in the kernel
As suggested by Chuck re-license under dual. This gives us benefit
of full BSD freedom while fulfilling the broad "kernel is under GPL"
expectations.

Link: https://lore.kernel.org/all/20230304120108.05dd44c5@kernel.org/
Link: https://lore.kernel.org/r/20230306200457.3903854-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
20 files changed:
Documentation/netlink/genetlink-c.yaml
Documentation/netlink/genetlink-legacy.yaml
Documentation/netlink/genetlink.yaml
Documentation/netlink/specs/ethtool.yaml
Documentation/netlink/specs/fou.yaml
Documentation/netlink/specs/netdev.yaml
Documentation/userspace-api/netlink/specs.rst
include/uapi/linux/fou.h
include/uapi/linux/netdev.h
net/core/netdev-genl-gen.c
net/core/netdev-genl-gen.h
net/ipv4/fou_nl.c
net/ipv4/fou_nl.h
tools/include/uapi/linux/netdev.h
tools/net/ynl/cli.py
tools/net/ynl/lib/__init__.py
tools/net/ynl/lib/nlspec.py
tools/net/ynl/lib/ynl.py
tools/net/ynl/ynl-gen-c.py
tools/net/ynl/ynl-regen.sh