summaryrefslogtreecommitdiffstats
path: root/input
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-06-20 10:14:48 +0200
committerwm4 <wm4@nowhere>2017-06-20 14:22:06 +0200
commit44d30c986db68ac8575c1e63a72546ac396f859a (patch)
tree86e20ce3e74894d0626d6f3bf57cdddffcde0357 /input
parentf34e1a0deea45e5ed200f1d8daa36ca92d899e92 (diff)
downloadmpv-44d30c986db68ac8575c1e63a72546ac396f859a.tar.bz2
mpv-44d30c986db68ac8575c1e63a72546ac396f859a.tar.xz
input: mention GPL exceptions in license header
(Just to make our HAVE_GPL business explicit.)
Diffstat (limited to 'input')
-rw-r--r--input/cmd_list.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/input/cmd_list.c b/input/cmd_list.c
index 4b64dce29b..c54c2cc6aa 100644
--- a/input/cmd_list.c
+++ b/input/cmd_list.c
@@ -13,6 +13,8 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with mpv. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Parts under HAVE_GPL are licensed under GNU General Public License.
*/
#include <limits.h>