From b6bd02daf098ac0e6e3b1e966188e8d3ccb4f776 Mon Sep 17 00:00:00 2001 From: Ivan Date: Fri, 2 Dec 2016 13:40:41 +0300 Subject: [PATCH] Add "License" section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b33c39b5fc..1c213d5d98 100644 --- a/README.md +++ b/README.md @@ -55,3 +55,7 @@ Build against the shared libpng instead of using the builtin one. libpng 1.6+ hi - ```-DUSE_SYSTEM_FFMPEG=ON/OFF``` (default = *OFF*)
Build against the shared ffmpeg libraries instead of using the builtin patched version. Try this if the builtin version breaks the OpenGL renderer for you. + +### License + +Most files are licensed under the terms of GNU GPLv2 License, see LICENSE file for details. Some files may be licensed differently, check appropriate file headers for details.