summaryrefslogtreecommitdiffstats
path: root/common/msg.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-05-05 06:53:23 +0200
committerwm4 <wm4@nowhere>2017-05-05 06:53:23 +0200
commitb537b59e65720d55f09d1c4da17150dcbd8b0715 (patch)
treea59dc5bfed39e1f3ee02637530d1c8d86843868a /common/msg.c
parent7604693c567d05991071fc70fac71dc501b16b45 (diff)
downloadmpv-b537b59e65720d55f09d1c4da17150dcbd8b0715.tar.bz2
mpv-b537b59e65720d55f09d1c4da17150dcbd8b0715.tar.xz
msg.c/h: partially change license to LGPL
msg.c is "partial" due to "michael", whose work can be changed to LGPL only once the core is LGPL. It's explained in the Copyright file. I prefer to do the relicensing incrementally (due to the overwhelming workload). Changing the license before that happens would be legally questionable, but nothing can stop us from essentially marking it as "will be LGPL". All authors have agreed to LGPL, with the following exceptions: 9df11ee8bf: the author (probably) didn't agree, but the line that is added is later fully removed. 35e90f1556: was not asked, but all iconv code was 100% removed from the mp_msg mechanism (we alwas require UTF-8 now). 4e4f3f806e: the change by michael. 50a86fcc34: the identify variable was move, and completely removed the latest in commit 48bd03dd91232. 1f6c494641: did not agree, but due to a major mp_msg change the added line became unnecessary and was removed. da63498bf9: was not reachable, but the MPlayer GUI is gone from mpv anyway (also commit fc4d6e617d8d removed these specific additions a long time ago).
Diffstat (limited to 'common/msg.c')
-rw-r--r--common/msg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/msg.c b/common/msg.c
index 6d70f88db3..875d933822 100644
--- a/common/msg.c
+++ b/common/msg.c
@@ -13,6 +13,8 @@
*
* You should have received a copy of the GNU General Public License along
* with mpv. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Almost LGPL.
*/
#include <stdio.h>