mirror of https://github.com/mpv-player/mpv
version.sh: change license to LGPL
Surprisingly long history, but it's covered by LGPL agreements. One exception is a7fc969ff62e5ca: someone who hasn't asked changes the copyright year, but that change was obviously overwritten again later.
This commit is contained in:
parent
10126d3c81
commit
1e074a85f9
|
@ -36,7 +36,7 @@ Source files with specific licenses:
|
||||||
- everything under DOCS/man/ is GPLv2+
|
- everything under DOCS/man/ is GPLv2+
|
||||||
- sub/osd_font.otf is LGPLv2.1+
|
- sub/osd_font.otf is LGPLv2.1+
|
||||||
- some tests under waftools/fragments/ might be GPLv2+
|
- some tests under waftools/fragments/ might be GPLv2+
|
||||||
- version.sh is GPLv2+
|
- version.sh is LGPLv2+
|
||||||
|
|
||||||
Some files are marked with "Almost LGPL." These files are GPL, but all authors
|
Some files are marked with "Almost LGPL." These files are GPL, but all authors
|
||||||
have agreed to relicense them to LGPL. the problem is that one of the authors is
|
have agreed to relicense them to LGPL. the problem is that one of the authors is
|
||||||
|
@ -355,4 +355,4 @@ x Build system nominally LGPL, but might contain GPL traces
|
||||||
x English translations removed, but traces might be in C code
|
x English translations removed, but traces might be in C code
|
||||||
x etc/input.conf unknown
|
x etc/input.conf unknown
|
||||||
x Logo GPL (?), might have to exclude from LGPL builds
|
x Logo GPL (?), might have to exclude from LGPL builds
|
||||||
x version.sh GPL
|
version.sh LGPL
|
||||||
|
|
Loading…
Reference in New Issue