summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-09-30 17:07:40 +0200
committerwm4 <wm4@nowhere>2016-09-30 17:08:24 +0200
commit026cccaddfd5048f6b64bc20bd75f79a65b03aa9 (patch)
treeb8c798c63c7080ddb4d5a2973bfc65e4eaa8dce2
parentea50f6fdefc5968cafd68a7db7d49af5aefbd5b6 (diff)
downloadmpv-026cccaddfd5048f6b64bc20bd75f79a65b03aa9.tar.bz2
mpv-026cccaddfd5048f6b64bc20bd75f79a65b03aa9.tar.xz
csputils: add note that mp_invert_cmat() is LGPL too
Commit aa1047a3 originally added this as: + // this is from the DarkPlaces engine, reduces to 3x3. Original code + // released under GPL2 or any later version. According to Rudolf Polzer, the original author (a certain LH) was actually asked whether it would be ok to put this code under LGPL, and the author gave his agreement. This code is not from id Software either (on which large parts of DarkPlaces is based on), which is the main reason why DarkPlaces is under GPL. So this note is just confusing, and always has been LGPL. Fix it.
-rw-r--r--video/csputils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/csputils.c b/video/csputils.c
index ea55d4ddbe..0c2e847186 100644
--- a/video/csputils.c
+++ b/video/csputils.c
@@ -3,7 +3,7 @@
*
* Copyleft (C) 2009 Reimar Döffinger <Reimar.Doeffinger@gmx.de>
*
- * mp_invert_cmat based on DarkPlaces engine, original code (GPL2 or later)
+ * mp_invert_cmat based on DarkPlaces engine (relicensed from GPL to LGPL)
*
* This file is part of mpv.
*