From: Sven Eckelmann <sven@narfation.org>
To: b.a.t.m.a.n@lists.open-mesh.org
Subject: [B.A.T.M.A.N.] [PATCH 0/9] batman-adv: License cleanup
Date: Sun, 19 Nov 2017 15:05:08 +0100 [thread overview]
Message-ID: <20171119140517.24329-1-sven@narfation.org> (raw)
Hi,
the kernel community is currently trying to make the licensing status more
clear in each file. This is mostly done by adding SPDX license identifiers
and defining a set of rules how these license related information has to
be stored.
I've used this opportunity to go through all files (for example with FSFE's
`reuse lint`) and to annotate the files according to the "Linux licensing
rules" and FSFE's REUSE practices.
There are two things which could be seen as controversial:
* change of batman_adv.h to the Linux preferred license
(I am waiting for Acks)
* explicitly mark remaining files as licensed under the GPL-2.0
Kind regards,
Sven
Sven Eckelmann (9):
batman-adv: Add GPL-2.0 as Linux's LICENSES/preferred/GPL-2.0
batman-adv: Add License-Filename to GPL-2.0 files
batman-adv: Add SPDX license identifier above copyright header
batman-adv: Add SPDX license identifier to batman-adv.rst
batman-adv: Add license header to Kconfig
batman-adv: Add license headers to compat files
batman-adv: Mark remaining files as GPL-2.0
batman-adv: Change batman_adv.h license to MIT
batman-adv: Import Linux's LICENSES/preferred/MIT
.gitattributes | 3 +
CHANGELOG.license | 2 +
Documentation/networking/batman-adv.rst | 2 +
LICENSES/preferred/GPL-2.0 | 352 ++++++++++++++++++++++++++++++++
LICENSES/preferred/MIT | 30 +++
MAINTAINERS.license | 2 +
Makefile | 3 +-
README.external.license | 2 +
compat-include/linux/average.h | 3 +
compat-include/linux/cache.h | 3 +
compat-include/linux/etherdevice.h | 3 +
compat-include/linux/ethtool.h | 3 +
compat-include/linux/export.h | 3 +
compat-include/linux/genetlink.h | 3 +
compat-include/linux/if_bridge.h | 23 +++
compat-include/linux/if_ether.h | 3 +
compat-include/linux/if_vlan.h | 3 +
compat-include/linux/igmp.h | 23 +++
compat-include/linux/kernel.h | 3 +
compat-include/linux/kref.h | 3 +
compat-include/linux/list.h | 3 +
compat-include/linux/net.h | 3 +
compat-include/linux/netdev_features.h | 3 +
compat-include/linux/netdevice.h | 3 +
compat-include/linux/netlink.h | 3 +
compat-include/linux/nl80211.h | 23 +++
compat-include/linux/random.h | 3 +
compat-include/linux/rculist.h | 3 +
compat-include/linux/seq_file.h | 3 +
compat-include/linux/skbuff.h | 3 +
compat-include/linux/slab.h | 3 +
compat-include/net/addrconf.h | 23 +++
compat-include/net/cfg80211.h | 23 +++
compat-include/net/genetlink.h | 3 +
compat-include/net/ip6_checksum.h | 23 +++
compat-include/net/ipv6.h | 23 +++
compat-include/uapi/linux/nl80211.h | 23 +++
compat-patches/README | 2 +
compat-patches/replacements.sh | 18 ++
compat-sources/Makefile | 19 ++
compat-sources/net/core/skbuff.c | 3 +
compat-sources/net/ipv4/igmp.c | 3 +
compat-sources/net/ipv6/mcast_snoop.c | 3 +
compat.h | 3 +
gen-compat-autoconf.sh | 18 ++
include/uapi/linux/batman_adv.h | 27 ++-
net/batman-adv/Kconfig | 19 ++
net/batman-adv/Makefile | 3 +-
net/batman-adv/bat_algo.c | 3 +
net/batman-adv/bat_algo.h | 3 +
net/batman-adv/bat_iv_ogm.c | 3 +
net/batman-adv/bat_iv_ogm.h | 3 +
net/batman-adv/bat_v.c | 3 +
net/batman-adv/bat_v.h | 3 +
net/batman-adv/bat_v_elp.c | 3 +
net/batman-adv/bat_v_elp.h | 3 +
net/batman-adv/bat_v_ogm.c | 3 +
net/batman-adv/bat_v_ogm.h | 3 +
net/batman-adv/bitarray.c | 3 +
net/batman-adv/bitarray.h | 3 +
net/batman-adv/bridge_loop_avoidance.c | 3 +
net/batman-adv/bridge_loop_avoidance.h | 3 +
net/batman-adv/debugfs.c | 3 +
net/batman-adv/debugfs.h | 3 +
net/batman-adv/distributed-arp-table.c | 3 +
net/batman-adv/distributed-arp-table.h | 3 +
net/batman-adv/fragmentation.c | 3 +
net/batman-adv/fragmentation.h | 3 +
net/batman-adv/gateway_client.c | 3 +
net/batman-adv/gateway_client.h | 3 +
net/batman-adv/gateway_common.c | 3 +
net/batman-adv/gateway_common.h | 3 +
net/batman-adv/hard-interface.c | 3 +
net/batman-adv/hard-interface.h | 3 +
net/batman-adv/hash.c | 3 +
net/batman-adv/hash.h | 3 +
net/batman-adv/icmp_socket.c | 3 +
net/batman-adv/icmp_socket.h | 3 +
net/batman-adv/log.c | 3 +
net/batman-adv/log.h | 3 +
net/batman-adv/main.c | 3 +
net/batman-adv/main.h | 3 +
net/batman-adv/multicast.c | 3 +
net/batman-adv/multicast.h | 3 +
net/batman-adv/netlink.c | 3 +
net/batman-adv/netlink.h | 3 +
net/batman-adv/network-coding.c | 3 +
net/batman-adv/network-coding.h | 3 +
net/batman-adv/originator.c | 3 +
net/batman-adv/originator.h | 3 +
net/batman-adv/packet.h | 3 +
net/batman-adv/routing.c | 3 +
net/batman-adv/routing.h | 3 +
net/batman-adv/send.c | 3 +
net/batman-adv/send.h | 3 +
net/batman-adv/soft-interface.c | 3 +
net/batman-adv/soft-interface.h | 3 +
net/batman-adv/sysfs.c | 3 +
net/batman-adv/sysfs.h | 3 +
net/batman-adv/tp_meter.c | 3 +
net/batman-adv/tp_meter.h | 3 +
net/batman-adv/translation-table.c | 3 +
net/batman-adv/translation-table.h | 3 +
net/batman-adv/tvlv.c | 3 +
net/batman-adv/tvlv.h | 3 +
net/batman-adv/types.h | 3 +
106 files changed, 923 insertions(+), 12 deletions(-)
create mode 100644 CHANGELOG.license
create mode 100644 LICENSES/preferred/GPL-2.0
create mode 100644 LICENSES/preferred/MIT
create mode 100644 MAINTAINERS.license
create mode 100644 README.external.license
--
2.11.0
next reply other threads:[~2017-11-19 14:05 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-19 14:05 Sven Eckelmann [this message]
2017-11-19 14:05 ` [B.A.T.M.A.N.] [PATCH 1/9] batman-adv: Add GPL-2.0 as Linux's LICENSES/preferred/GPL-2.0 Sven Eckelmann
2017-11-19 14:05 ` [B.A.T.M.A.N.] [PATCH 2/9] batman-adv: Add License-Filename to GPL-2.0 files Sven Eckelmann
2017-11-19 14:05 ` [B.A.T.M.A.N.] [PATCH 3/9] batman-adv: Add SPDX license identifier above copyright header Sven Eckelmann
2017-11-19 14:05 ` [B.A.T.M.A.N.] [PATCH 4/9] batman-adv: Add SPDX license identifier to batman-adv.rst Sven Eckelmann
2017-11-19 14:05 ` [B.A.T.M.A.N.] [PATCH 5/9] batman-adv: Add license header to Kconfig Sven Eckelmann
2017-11-19 14:05 ` [B.A.T.M.A.N.] [PATCH 6/9] batman-adv: Add license headers to compat files Sven Eckelmann
2017-11-19 14:05 ` [B.A.T.M.A.N.] [PATCH 7/9] batman-adv: Mark remaining files as GPL-2.0 Sven Eckelmann
2017-12-01 13:39 ` [B.A.T.M.A.N.] [PATCH v2 " Sven Eckelmann
2017-11-19 14:05 ` [B.A.T.M.A.N.] [PATCH 8/9] batman-adv: Change batman_adv.h license to MIT Sven Eckelmann
2017-11-20 2:01 ` Antonio Quartulli
2017-11-20 8:30 ` Matthias Schiffer
2017-11-20 12:33 ` Simon Wunderlich
2017-11-23 14:36 ` Sven Eckelmann
2017-11-23 15:43 ` Andrew Lunn
2017-11-23 18:13 ` Sven Eckelmann
2017-11-19 14:05 ` [B.A.T.M.A.N.] [PATCH 9/9] batman-adv: Import Linux's LICENSES/preferred/MIT Sven Eckelmann
2017-12-06 10:43 ` [B.A.T.M.A.N.] [PATCH 0/9] batman-adv: License cleanup Sven Eckelmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171119140517.24329-1-sven@narfation.org \
--to=sven@narfation.org \
--cc=b.a.t.m.a.n@lists.open-mesh.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox