comparison gui/mplayer/sw.c @ 26458:b0a7b35b78d2

Add standard GPL header to individual files.
author diego
date Tue, 22 Apr 2008 09:33:39 +0000
parents b2f4abcf20ed
children 0f1b5b68af32
comparison
equal deleted inserted replaced
26457:9ba6d4487292 26458:b0a7b35b78d2
1 1 /*
2 // sub window 2 * sub window
3 *
4 * This file is part of MPlayer.
5 *
6 * MPlayer is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 *
11 * MPlayer is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along
17 * with MPlayer; if not, write to the Free Software Foundation, Inc.,
18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19 */
3 20
4 #include <inttypes.h> 21 #include <inttypes.h>
5 #include <string.h> 22 #include <string.h>
6 23
7 #include "config.h" 24 #include "config.h"