comparison libvo/vosub_vidix.c @ 27509:d97a607821f1

Replace casual GPL notices by proper license headers.
author diego
date Sun, 07 Sep 2008 14:09:51 +0000
parents 1861074aef60
children 0f1b5b68af32
comparison
equal deleted inserted replaced
27508:c413dfbbbc13 27509:d97a607821f1
1 /* 1 /*
2 * vosub_vidix.c 2 * vidix interface to any mplayer vo driver
3 * (partly based on vesa_lvo.c)
3 * 4 *
4 * Copyright (C) Nick Kurshev <nickols_k@mail.ru> - 2002 5 * copyright (C) 2002 Nick Kurshev <nickols_k@mail.ru>
5 * Copyright (C) Alex Beregszaszi 6 * copyright (C) Alex Beregszaszi
6 * 7 *
7 * You can redistribute this file under terms and conditions 8 * This file is part of MPlayer.
8 * of GNU General Public licence v2 or later.
9 * 9 *
10 * This file contains vidix interface to any mplayer's VO plugin. 10 * MPlayer is free software; you can redistribute it and/or modify
11 * (Partly based on vesa_lvo.c from mplayer's package) 11 * it under the terms of the GNU General Public License as published by
12 * the Free Software Foundation; either version 2 of the License, or
13 * (at your option) any later version.
14 *
15 * MPlayer is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
19 *
20 * You should have received a copy of the GNU General Public License along
21 * with MPlayer; if not, write to the Free Software Foundation, Inc.,
22 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
12 */ 23 */
13 24
14 #include <inttypes.h> 25 #include <inttypes.h>
15 #include <unistd.h> 26 #include <unistd.h>
16 #include <fcntl.h> 27 #include <fcntl.h>