From e62675a8897677844c4670c763c8589d82d867cc Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 21 Jun 2017 18:06:33 +0200 Subject: demux_tv.c: add missing copyright header The file consists of stream/tv.c contents. Use the copyright header of that file. --- demux/demux_tv.c | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'demux') 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 . + */ + #include #include "common/common.h" -- cgit v1.2.3