[PATCH v2 0/3] drm/tegra: Restore licensing consistency

Thierry Reding thierry.reding at gmail.com
Thu Feb 20 07:48:09 PST 2014


From: Thierry Reding <treding at nvidia.com>

The bulk of the Tegra DRM driver is GPL v2 licensed, but some of the new
subdrivers were licensed under an MIT license. This was simply oversight
on my part.

One exception to this is the public header file that will eventually be
used within libdrm. Since all the other headers in libdrm use the MIT
license, do the same for Tegra.

Since I need to respin this series anyway, I'm adding Wei Yongjun and
Emil Goode on Cc as requested by Stephen.

Wei, Emil, I'd like to have your Acked-by on this licensing change since
you modified some of the files (Wei: dsi.c, Emil: tegra_drm.h).

Changes in v2:
- use the generic MIT license header rather than one modified to include
  Tungsten Graphics

Thierry

Thierry Reding (3):
  drm/tegra: Relicense public header under MIT
  drm/tegra: Relicense under GPL v2
  drm/tegra: Use standard GPL v2 license text

 drivers/gpu/drm/tegra/dsi.c      | 20 +++-----------------
 drivers/gpu/drm/tegra/dsi.h      | 20 +++-----------------
 drivers/gpu/drm/tegra/gem.c      | 11 +++--------
 drivers/gpu/drm/tegra/gem.h      | 14 +++-----------
 drivers/gpu/drm/tegra/gr2d.c     | 14 +++-----------
 drivers/gpu/drm/tegra/mipi-phy.c | 20 +++-----------------
 drivers/gpu/drm/tegra/mipi-phy.h | 20 +++-----------------
 include/uapi/drm/tegra_drm.h     | 24 +++++++++++++++---------
 8 files changed, 36 insertions(+), 107 deletions(-)

-- 
1.8.4.2



More information about the dri-devel mailing list