public inbox for b.a.t.m.a.n@lists.open-mesh.org
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] [PATCH 0/6] alfred: License cleanup
@ 2017-11-19 14:05 Sven Eckelmann
  2017-11-19 14:05 ` [B.A.T.M.A.N.] [PATCH 1/6] alfred: Rename LICENSE to Linux's LICENSES/preferred/GPL-2.0 Sven Eckelmann
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ 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 alfred (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):
  alfred: Rename LICENSE to Linux's LICENSES/preferred/GPL-2.0
  alfred: Add License-Filename to GPL-2.0 files
  alfred: Import Linux's LICENSES/preferred/MIT
  alfred: Add SPDX license identifier above copyright header
  alfred: Mark remaining files as GPL-2.0
  alfred: Change batman_adv.h license to MIT

 .gitattributes                        |  3 +++
 CHANGELOG.license                     |  2 ++
 LICENSE => LICENSES/preferred/GPL-2.0 | 13 +++++++++++++
 LICENSES/preferred/MIT                | 30 ++++++++++++++++++++++++++++++
 Makefile                              |  2 ++
 README.license                        |  2 ++
 alfred.h                              |  5 +++--
 batadv_query.c                        |  5 +++--
 batadv_query.h                        |  5 +++--
 batadv_querynl.c                      |  5 +++--
 batadv_querynl.h                      |  5 +++--
 batman_adv.h                          | 27 +++++++++++++++++----------
 bitops.h                              |  1 +
 client.c                              |  5 +++--
 debugfs.c                             |  5 +++--
 debugfs.h                             |  5 +++--
 gpsd/Makefile                         |  2 ++
 gpsd/alfred-gpsd.c                    |  5 +++--
 gpsd/alfred-gpsd.h                    |  5 +++--
 gpsd/man/alfred-gpsd.8                |  2 ++
 hash.c                                |  5 +++--
 hash.h                                |  5 +++--
 list.h                                |  5 +++--
 main.c                                |  5 +++--
 man/alfred.8                          |  2 ++
 netlink.c                             |  5 +++--
 netlink.h                             |  5 +++--
 netsock.c                             |  5 +++--
 packet.h                              |  5 +++--
 recv.c                                |  5 +++--
 send.c                                |  5 +++--
 server.c                              |  5 +++--
 unix_sock.c                           |  5 +++--
 util.c                                |  5 +++--
 vis/Makefile                          |  2 ++
 vis/man/batadv-vis.8                  |  2 ++
 vis/vis.c                             |  5 +++--
 vis/vis.h                             |  5 +++--
 38 files changed, 155 insertions(+), 60 deletions(-)
 create mode 100644 CHANGELOG.license
 rename LICENSE => LICENSES/preferred/GPL-2.0 (97%)
 create mode 100644 LICENSES/preferred/MIT
 create mode 100644 README.license

-- 
2.11.0


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

end of thread, other threads:[~2017-12-08 13:22 UTC | newest]

Thread overview: 10+ 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] alfred: License cleanup Sven Eckelmann
2017-11-19 14:05 ` [B.A.T.M.A.N.] [PATCH 1/6] alfred: Rename LICENSE to Linux's LICENSES/preferred/GPL-2.0 Sven Eckelmann
2017-11-19 14:05 ` [B.A.T.M.A.N.] [PATCH 2/6] alfred: Add License-Filename to GPL-2.0 files Sven Eckelmann
2017-11-19 14:05 ` [B.A.T.M.A.N.] [PATCH 3/6] alfred: Import Linux's LICENSES/preferred/MIT Sven Eckelmann
2017-11-19 14:06 ` [B.A.T.M.A.N.] [PATCH 4/6] alfred: Add SPDX license identifier above copyright header Sven Eckelmann
2017-11-19 14:06 ` [B.A.T.M.A.N.] [PATCH 5/6] alfred: Mark remaining files as GPL-2.0 Sven Eckelmann
2017-11-19 14:06 ` [B.A.T.M.A.N.] [PATCH 6/6] alfred: Change batman_adv.h license to MIT Sven Eckelmann
2017-12-06 10:58   ` Sven Eckelmann
2017-12-01 13:41 ` [B.A.T.M.A.N.] [PATCH v2 5/6] alfred: Mark remaining files as GPL-2.0 Sven Eckelmann
2017-12-08 13:22 ` [B.A.T.M.A.N.] [PATCH 0/6] alfred: License cleanup Simon Wunderlich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox