From 274cc06aaf7ce764164898b31951c0d03b8c3638 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 23 Nov 2017 16:24:02 +0100 Subject: ao_alsa: change license to LGPL Looks like this is covered by LGPL relicensing agreements now. Notes about contributors who could not be reached or who didn't agree: Commit 7fccb6486e has tons of mp_msg changes look like they are not copyrightable (even if they were, all mp_msg calls were rewritten in mpv times again). The additional play() change looks suspicious, but the function was rewritten several times anyway (first time after that commit in 4f40ec312). Commit 89ed1748ae was rewritten in commit 325311af3 and then again several times after that. Basically all this code is unnecessary in modern mpv and has been removed. No code survived from the following commits: 4d31c3c53, 61ecf838f2, d38968bd, 4deb67c3f. At least two cosmetic typo fixes are not considered as well. Commit 22bb046ad is reverted (this wasn't a valid warning anyway, just a C++-ism icc applied to C). Using the constants is nicer, but at least I don't have to decide whether that change was copyrightable. --- wscript | 1 - 1 file changed, 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index cbff083f59..77b2ed4dd2 100644 --- a/wscript +++ b/wscript @@ -546,7 +546,6 @@ audio_output_features = [ }, { 'name': '--alsa', 'desc': 'ALSA audio output', - 'deps': 'gpl', 'func': check_pkg_config('alsa', '>= 1.0.18'), }, { 'name': '--coreaudio', -- cgit v1.2.3