comparison stream/tv.h @ 29426:1cedde378788

Add standard GPL license header. Patch by Francesco Lavra, francescolavra interfree it
author cehoyos
date Sun, 02 Aug 2009 14:50:24 +0000
parents 281ab18d64ca
children 99dad1099bb4
comparison
equal deleted inserted replaced
29425:281ab18d64ca 29426:1cedde378788
1 /*
2 * Teletext support
3 *
4 * Copyright (C) 2007 Vladimir Voroshilov <voroshil@gmail.com>
5 *
6 * This file is part of MPlayer.
7 *
8 * MPlayer is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
12 *
13 * MPlayer is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License along
19 * with MPlayer; if not, write to the Free Software Foundation, Inc.,
20 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21 */
22
1 #ifndef MPLAYER_TV_H 23 #ifndef MPLAYER_TV_H
2 #define MPLAYER_TV_H 24 #define MPLAYER_TV_H
3 25
4 typedef struct tv_param_s { 26 typedef struct tv_param_s {
5 char *freq; 27 char *freq;