From e2573e5b8d815ac2a1c3f56d743a1e9bf712138d Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Tue, 13 Jun 2017 14:22:15 -0400 Subject: encode_lavc: move from GPL 2+ to LGPL 2.1+. --- common/encode_lavc.h | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'common/encode_lavc.h') diff --git a/common/encode_lavc.h b/common/encode_lavc.h index 7bfe4e4a8f..b18238128b 100644 --- a/common/encode_lavc.h +++ b/common/encode_lavc.h @@ -1,21 +1,22 @@ /* * muxing using libavformat + * * Copyright (C) 2011 Rudolf Polzer * * This file is part of mpv. * - * mpv is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. + * mpv is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. * * mpv is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * GNU Lesser General Public License for more details. * - * You should have received a copy of the GNU General Public License along - * with mpv. If not, see . + * You should have received a copy of the GNU Lesser General Public + * License along with mpv. If not, see . */ #ifndef MPLAYER_ENCODE_LAVC_H -- cgit v1.2.3