All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/9] DD drivers: cleanup licensing
@ 2018-06-19 18:50 Daniel Scheller
  2018-06-19 18:50 ` [PATCH v3 1/9] [media] mxl5xx/stv0910/stv6111/ddbridge: fix MODULE_LICENSE to 'GPL v2' Daniel Scheller
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Daniel Scheller @ 2018-06-19 18:50 UTC (permalink / raw)
  To: mchehab, mchehab, rjkm, mvoelkel; +Cc: linux-media

From: Daniel Scheller <d.scheller@gmx.net>

Upstream committed a change to the dddvb driver package ([1]) that makes
things clear everything is licensed under the terms of the GPLv2-only.
So, apply the MODULE_LICENSE change to ddbridge, mxl5xx, stv0910 and
stv6111, and, as things are sorted now, apply SPDX license identifiers,
add missing header boilerplates in the DVB frontend drivers and fix up
a few cosmetics throughout the boilerplates.

One note re checkpatch and the order of the patches: I wanted to add
missing boilerplates where needed first before adding SPDX tags, so
checkpatch complains missing/malformed SPDX tags on those patches. Also,
I didn't want to touch the mxl5xx_regs more than needed, so checkpatch
moans about >80 columns in that patch/file.

Ralph/Manfred: Although all license related things should be clear by
now, please be so kind and send Acks (or complaints, if any) on these
patches so we can finally get rid of any mismatches in the in-kernel
drivers.

Changed in v3:
* (there was only one version posted so far but this is nonetheless
  the third iteration overall)
* Split up changes into more patches as requested by GregKH
* Note the change in the upstream driver package

[1] https://github.com/DigitalDevices/dddvb/commit/3db30defab4bd5429f6563b084a215b83da01ea0

Daniel Scheller (9):
  [media] mxl5xx/stv0910/stv6111/ddbridge: fix MODULE_LICENSE to 'GPL
    v2'
  [media] ddbridge: add SPDX license identifiers
  [media] ddbridge: header/boilerplate cleanups and cosmetics
  [media] dvb-frontends/mxl5xx: cleanup and fix licensing boilerplates
  [media] dvb-frontends/mxl5xx: add SPDX license identifier
  [media] dvb-frontends/stv0910: cleanup and fix licensing boilerplates
  [media] dvb-frontends/stv0910: add SPDX license identifier
  [media] dvb-frontends/stv6111: cleanup and fix licensing boilerplates
  [media] dvb-frontends/stv6111: add SPDX license identifier

 drivers/media/dvb-frontends/mxl5xx.c       |  6 +++---
 drivers/media/dvb-frontends/mxl5xx.h       | 22 ++++++++++++++++++++++
 drivers/media/dvb-frontends/mxl5xx_defs.h  |  6 ++++++
 drivers/media/dvb-frontends/mxl5xx_regs.h  |  4 ++--
 drivers/media/dvb-frontends/stv0910.c      |  5 +++--
 drivers/media/dvb-frontends/stv0910.h      | 18 ++++++++++++++++++
 drivers/media/dvb-frontends/stv0910_regs.h |  3 ++-
 drivers/media/dvb-frontends/stv6111.c      |  6 +++---
 drivers/media/dvb-frontends/stv6111.h      | 16 ++++++++++++++++
 drivers/media/pci/ddbridge/ddbridge-ci.c   |  6 ++----
 drivers/media/pci/ddbridge/ddbridge-ci.h   |  6 ++----
 drivers/media/pci/ddbridge/ddbridge-core.c |  8 ++------
 drivers/media/pci/ddbridge/ddbridge-hw.c   |  4 ++--
 drivers/media/pci/ddbridge/ddbridge-hw.h   |  4 ++--
 drivers/media/pci/ddbridge/ddbridge-i2c.c  |  4 ++--
 drivers/media/pci/ddbridge/ddbridge-i2c.h  |  6 +++---
 drivers/media/pci/ddbridge/ddbridge-io.h   |  4 ++--
 drivers/media/pci/ddbridge/ddbridge-main.c |  6 +++---
 drivers/media/pci/ddbridge/ddbridge-max.c  |  4 ++--
 drivers/media/pci/ddbridge/ddbridge-max.h  |  4 ++--
 drivers/media/pci/ddbridge/ddbridge-regs.h |  7 ++-----
 drivers/media/pci/ddbridge/ddbridge.h      |  7 ++-----
 22 files changed, 103 insertions(+), 53 deletions(-)

-- 
2.16.4

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

end of thread, other threads:[~2018-06-19 18:50 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-19 18:50 [PATCH v3 0/9] DD drivers: cleanup licensing Daniel Scheller
2018-06-19 18:50 ` [PATCH v3 1/9] [media] mxl5xx/stv0910/stv6111/ddbridge: fix MODULE_LICENSE to 'GPL v2' Daniel Scheller
2018-06-19 18:50 ` [PATCH v3 2/9] [media] ddbridge: add SPDX license identifiers Daniel Scheller
2018-06-19 18:50 ` [PATCH v3 3/9] [media] ddbridge: header/boilerplate cleanups and cosmetics Daniel Scheller
2018-06-19 18:50 ` [PATCH v3 4/9] [media] dvb-frontends/mxl5xx: cleanup and fix licensing boilerplates Daniel Scheller
2018-06-19 18:50 ` [PATCH v3 5/9] [media] dvb-frontends/mxl5xx: add SPDX license identifier Daniel Scheller
2018-06-19 18:50 ` [PATCH v3 6/9] [media] dvb-frontends/stv0910: cleanup and fix licensing boilerplates Daniel Scheller
2018-06-19 18:50 ` [PATCH v3 7/9] [media] dvb-frontends/stv0910: add SPDX license identifier Daniel Scheller
2018-06-19 18:50 ` [PATCH v3 8/9] [media] dvb-frontends/stv6111: cleanup and fix licensing boilerplates Daniel Scheller
2018-06-19 18:50 ` [PATCH v3 9/9] [media] dvb-frontends/stv6111: add SPDX license identifier Daniel Scheller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.