b.a.t.m.a.n.lists.open-mesh.org archive mirror
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] [PATCH 0/6] batctl: License cleanup
@ 2017-11-19 14:05 Sven Eckelmann
  2017-11-19 14:05 ` [B.A.T.M.A.N.] [PATCH 1/6] batctl: Add GPL-2.0 as Linux's LICENSES/preferred/GPL-2.0 Sven Eckelmann
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Sven Eckelmann @ 2017-11-19 14:05 UTC (permalink / raw)
  To: b.a.t.m.a.n

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 also go through all files of batctl (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 in the batman-adv patchset)
* explicitly mark remaining files as licensed under the GPL-2.0

Kind regards,
	Sven

Sven Eckelmann (6):
  batctl: Add GPL-2.0 as Linux's LICENSES/preferred/GPL-2.0
  batctl: Add License-Filename to GPL-2.0 files
  batctl: Import Linux's LICENSES/preferred/MIT
  batctl: Add SPDX license identifier above copyright header
  batctl: Mark remaining files as GPL-2.0
  batctl: Change batman_adv.h license to MIT

 .gitattributes             |   3 +
 CHANGELOG.license          |   2 +
 LICENSES/preferred/GPL-2.0 | 352 +++++++++++++++++++++++++++++++++++++++++++++
 LICENSES/preferred/MIT     |  30 ++++
 Makefile                   |   2 +
 README.license             |   2 +
 allocate.h                 |   5 +-
 bat-hosts.c                |   5 +-
 bat-hosts.h                |   5 +-
 bat-hosts.sample           |   3 +
 batman_adv.h               |  27 ++--
 bisect_iv.c                |   5 +-
 bisect_iv.h                |   5 +-
 debug.c                    |   5 +-
 debug.h                    |   5 +-
 debugfs.c                  |   5 +-
 debugfs.h                  |   5 +-
 functions.c                |   5 +-
 functions.h                |   5 +-
 genl.c                     |   1 +
 genl.h                     |   5 +-
 hash.c                     |   5 +-
 hash.h                     |   5 +-
 icmp_helper.c              |   5 +-
 icmp_helper.h              |   5 +-
 interface.c                |   5 +-
 interface.h                |   5 +-
 ioctl.c                    |   5 +-
 ioctl.h                    |   5 +-
 list.h                     |   1 +
 main.c                     |   5 +-
 main.h                     |   5 +-
 man/batctl.8               |   2 +
 netlink.c                  |   5 +-
 netlink.h                  |   5 +-
 packet.h                   |   3 +
 ping.c                     |   5 +-
 ping.h                     |   5 +-
 sys.c                      |   5 +-
 sys.h                      |   5 +-
 tcpdump.c                  |   5 +-
 tcpdump.h                  |   5 +-
 tp_meter.c                 |   5 +-
 tp_meter.h                 |   5 +-
 traceroute.c               |   5 +-
 traceroute.h               |   5 +-
 translate.c                |   5 +-
 translate.h                |   5 +-
 48 files changed, 526 insertions(+), 82 deletions(-)
 create mode 100644 CHANGELOG.license
 create mode 100644 LICENSES/preferred/GPL-2.0
 create mode 100644 LICENSES/preferred/MIT
 create mode 100644 README.license

-- 
2.11.0


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-12-06 10:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-19 14:05 [B.A.T.M.A.N.] [PATCH 0/6] batctl: License cleanup Sven Eckelmann
2017-11-19 14:05 ` [B.A.T.M.A.N.] [PATCH 1/6] batctl: 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/6] batctl: Add License-Filename to GPL-2.0 files Sven Eckelmann
2017-11-19 14:05 ` [B.A.T.M.A.N.] [PATCH 3/6] batctl: Import Linux's LICENSES/preferred/MIT Sven Eckelmann
2017-11-19 14:05 ` [B.A.T.M.A.N.] [PATCH 4/6] batctl: Add SPDX license identifier above copyright header Sven Eckelmann
2017-11-19 14:05 ` [B.A.T.M.A.N.] [PATCH 5/6] batctl: Mark remaining files as GPL-2.0 Sven Eckelmann
2017-11-19 14:05 ` [B.A.T.M.A.N.] [PATCH 6/6] batctl: Change batman_adv.h license to MIT Sven Eckelmann
2017-12-01 13:40 ` [B.A.T.M.A.N.] [PATCH v2 5/6] batctl: Mark remaining files as GPL-2.0 Sven Eckelmann
2017-12-06 10:52 ` [B.A.T.M.A.N.] [PATCH 0/6] batctl: License cleanup Sven Eckelmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).