summaryrefslogtreecommitdiffstats
path: root/mp_msg-mencoder.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-31 10:54:08 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-31 10:54:08 +0000
commitce9b45e5284285f64d84ee9574c0d5baac1e1c05 (patch)
treebbb0da09e45afe73d43c6500f9a10854117888c1 /mp_msg-mencoder.c
parentb1ca7b2a66a2f53312cd831de42b80aa430c6898 (diff)
downloadmpv-ce9b45e5284285f64d84ee9574c0d5baac1e1c05.tar.bz2
mpv-ce9b45e5284285f64d84ee9574c0d5baac1e1c05.tar.xz
Add missing license header.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30476 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp_msg-mencoder.c')
-rw-r--r--mp_msg-mencoder.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/mp_msg-mencoder.c b/mp_msg-mencoder.c
index d295020364..804d85dc42 100644
--- a/mp_msg-mencoder.c
+++ b/mp_msg-mencoder.c
@@ -1,3 +1,20 @@
+/*
+ * This file is part of MPlayer.
+ *
+ * MPlayer 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.
+ *
+ * MPlayer 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.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with MPlayer; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ */
#define FOR_MENCODER 1
#include "mp_msg.c"