summaryrefslogtreecommitdiffstats
path: root/demux
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-06-21 18:06:33 +0200
committerwm4 <wm4@nowhere>2017-06-21 18:13:53 +0200
commite62675a8897677844c4670c763c8589d82d867cc (patch)
tree2ee88503049e89fc1bce041fa72faa43488e9bf6 /demux
parent3d7e5ebae071e529166535de7f6684b1337d77aa (diff)
downloadmpv-e62675a8897677844c4670c763c8589d82d867cc.tar.bz2
mpv-e62675a8897677844c4670c763c8589d82d867cc.tar.xz
demux_tv.c: add missing copyright header
The file consists of stream/tv.c contents. Use the copyright header of that file.
Diffstat (limited to 'demux')
-rw-r--r--demux/demux_tv.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/demux/demux_tv.c b/demux/demux_tv.c
index 612457d473..e9ed2b48e7 100644
--- a/demux/demux_tv.c
+++ b/demux/demux_tv.c
@@ -1,3 +1,25 @@
+/*
+ * Copyright (C) 2001 Alex Beregszaszi
+ *
+ * Feb 19, 2002: Significant rewrites by Charles R. Henrich (henrich@msu.edu)
+ * to add support for audio, and bktr *BSD support.
+ *
+ * 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 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 mpv. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#include <assert.h>
#include "common/common.h"