summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-05-05 07:15:17 +0200
committerwm4 <wm4@nowhere>2017-05-05 07:15:17 +0200
commit2fd20f638efef80fa5aae4de04df800ddb09a898 (patch)
tree32c7ca2d3627fd430779cc16ad115ef998a51d3d /common
parentb537b59e65720d55f09d1c4da17150dcbd8b0715 (diff)
downloadmpv-2fd20f638efef80fa5aae4de04df800ddb09a898.tar.bz2
mpv-2fd20f638efef80fa5aae4de04df800ddb09a898.tar.xz
av_log: mark as almost LGPL
All authors agreed. Some of the code originated from commit 3c49701490aecb by michael, thus the license change has to be delayed.
Diffstat (limited to 'common')
-rw-r--r--common/av_log.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/av_log.c b/common/av_log.c
index c779fe9c8d..3f07106b5a 100644
--- a/common/av_log.c
+++ b/common/av_log.c
@@ -17,6 +17,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 <stdlib.h>