comparison gui/win32/interface.c @ 23079:8e9b11648f40

Use proper GPL header.
author diego
date Mon, 23 Apr 2007 08:01:10 +0000
parents f81cd5be161b
children 52488bb09d90
comparison
equal deleted inserted replaced
23078:f81cd5be161b 23079:8e9b11648f40
1 /* 1 /*
2 MPlayer GUI for Win32 2 * MPlayer GUI for Win32
3 Copyright (c) 2003 Sascha Sommer <saschasommer@freenet.de> 3 * Copyright (C) 2003 Sascha Sommer <saschasommer@freenet.de>
4 Copyright (c) 2006 Erik Augustson <erik_27can@yahoo.com> 4 * Copyright (C) 2006 Erik Augustson <erik_27can@yahoo.com>
5 Copyright (c) 2006 Gianluigi Tiesi <sherpya@netfarm.it> 5 * Copyright (C) 2006 Gianluigi Tiesi <sherpya@netfarm.it>
6 6 *
7 This program is free software; you can redistribute it and/or modify 7 * This file is part of MPlayer.
8 it under the terms of the GNU General Public License as published by 8 *
9 the Free Software Foundation; either version 2 of the License, or 9 * MPlayer is free software; you can redistribute it and/or modify
10 (at your option) any later version. 10 * it under the terms of the GNU General Public License as published by
11 11 * the Free Software Foundation; either version 2 of the License, or
12 This program is distributed in the hope that it will be useful, 12 * (at your option) any later version.
13 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 *
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * MPlayer is distributed in the hope that it will be useful,
15 GNU General Public License for more details. 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 You should have received a copy of the GNU General Public License 17 * GNU General Public License for more details.
18 along with this program; if not, write to the Free Software 18 *
19 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02111-1307 USA 19 * You should have received a copy of the GNU General Public License
20 */ 20 * along with MPlayer; if not, write to the Free Software
21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22 */
21 23
22 #include <windows.h> 24 #include <windows.h>
23 #include <interface.h> 25 #include <interface.h>
24 #include <m_option.h> 26 #include <m_option.h>
25 #include <mixer.h> 27 #include <mixer.h>