mirror of
https://github.com/mpv-player/mpv
synced 2025-01-31 20:21:49 +00:00
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.
This commit is contained in:
parent
ea50f6fdef
commit
026cccaddf
@ -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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user