summaryrefslogtreecommitdiffstats
path: root/Copyright
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-06-12 20:55:17 +0200
committerwm4 <wm4@nowhere>2017-06-12 20:55:17 +0200
commiteb22569ff082bd3e8b32d78d0ac050568ab8b130 (patch)
tree5072a8da5dede2e27c4c5b36bb02a4861a0f11e3 /Copyright
parent26a173f40c460bb642108d9fffd1255fe3f37520 (diff)
downloadmpv-eb22569ff082bd3e8b32d78d0ac050568ab8b130.tar.bz2
mpv-eb22569ff082bd3e8b32d78d0ac050568ab8b130.tar.xz
options: change license of most files to LGPL (except options.c/.h)
All authors of the current code have agreed (as far as this commit requires). options.c/options.h will take more effort, because it contains all the option declarations, and thus is touched extremely often. m_option.c is technically still GPL, because of commit 2c82d5a1d85378dd0 (michael has agreed to LGPL, but only once the core of mpv is LGPL). The geometry parsing code in m_option.c was originally by someone who could not be reached. However, it was heavily rewritten anyway, and only the syntax remains (i.e. not copyright-relevant). parse_commandline.c contains a change by "adland" (commit 1d0ac71ae8ba), who could not be reached - this this specific part is GPL only. Fortunately, it matters only for DVD (and even then is more like a hack, but whatever). There are some other relevant changes, but they have all been reverted, moved somewhere else, deleted, or replaced.
Diffstat (limited to 'Copyright')
-rw-r--r--Copyright9
1 files changed, 5 insertions, 4 deletions
diff --git a/Copyright b/Copyright
index 23b224d450..3a44e92e58 100644
--- a/Copyright
+++ b/Copyright
@@ -156,12 +156,13 @@ LGPL relicensing status:
input/pipe-win32.c LGPL
libmpv/*.* LGPL
misc/*.* LGPL
- options/m_config.* medium
- options/m_option.* medium
+ options/m_config.* LGPL
+ options/m_option.c almost LGPL
+ options/m_option.h LGPL
options/m_property.* LGPL
options/options.* very hard (lots of options and history)
- options/parse_commandline.* easy
- options/parse_configfile.* easy
+ options/parse_commandline.* LGPL
+ options/parse_configfile.* LGPL
options/path.* LGPL
osdep/android/* LGPL (BSD)
osdep/ar/* LGPL (BSD)