comparison vidix/sysdep/libdha_win32.c @ 30419:b77bfd94aaf3

Add missing license headers.
author diego
date Sat, 30 Jan 2010 13:49:24 +0000
parents 0f1b5b68af32
children 9d1734a75102
comparison
equal deleted inserted replaced
30418:2ae554028291 30419:b77bfd94aaf3
1 /* 1 /*
2 MAPDEV.h - include file for VxD MAPDEV 2 * MAPDEV.h - include file for VxD MAPDEV
3 Copyright (c) 1996 Vireo Software, Inc. 3 * Copyright (c) 1996 Vireo Software, Inc.
4 Modified for libdha by Nick Kurshev. 4 * Modified for libdha by Nick Kurshev.
5 */ 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 */
6 22
7 #include <windows.h> 23 #include <windows.h>
8 #include <ddk/ntddk.h> 24 #include <ddk/ntddk.h>
9 #include "vidix/dhahelperwin/dhahelper.h" 25 #include "vidix/dhahelperwin/dhahelper.h"
10 26