demux_tv.c: add missing copyright header

The file consists of stream/tv.c contents. Use the copyright header of
that file.
This commit is contained in:
wm4 2017-06-21 18:06:33 +02:00
parent 3d7e5ebae0
commit e62675a889
1 changed files with 22 additions and 0 deletions

View File

@ -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 <assert.h>
#include "common/common.h" #include "common/common.h"