Mercurial > mplayer.hg
comparison stream/stream_tv.c @ 26737:a26e50cae389
Use standard license headers with standard formatting.
author | diego |
---|---|
date | Wed, 14 May 2008 17:20:42 +0000 |
parents | 68015115f63a |
children | 0f1b5b68af32 |
comparison
equal
deleted
inserted
replaced
26736:133ff1f43050 | 26737:a26e50cae389 |
---|---|
1 /* | 1 /* |
2 * Copyright (C) 2006 Benjamin Zores | 2 * stream layer for TV Input, based on previous work from Albeu |
3 * Stream layer for TV Input, based on previous work from Albeu | |
4 * | 3 * |
5 * This program is free software; you can redistribute it and/or modify | 4 * Copyright (C) 2006 Benjamin Zores |
6 * it under the terms of the GNU General Public License as published by | |
7 * the Free Software Foundation; either version 2 of the License, or | |
8 * (at your option) any later version. | |
9 * | 5 * |
10 * This program is distributed in the hope that it will be useful, | 6 * This file is part of MPlayer. |
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
13 * GNU General Public License for more details. | |
14 * | 7 * |
15 * You should have received a copy of the GNU General Public License | 8 * MPlayer is free software; you can redistribute it and/or modify |
16 * along with this program; if not, write to the Free Software Foundation, | 9 * it under the terms of the GNU General Public License as published by |
17 * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 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. | |
18 */ | 21 */ |
19 | 22 |
20 #include "config.h" | 23 #include "config.h" |
21 | 24 |
22 #include <stdlib.h> | 25 #include <stdlib.h> |