comparison find_sub.c @ 30429:c1a3f1bbba26

Add license header to all top-level files missing them.
author diego
date Sat, 30 Jan 2010 23:24:23 +0000
parents 23c0da51c660
children dc26022e9c27
comparison
equal deleted inserted replaced
30428:1345f8cdfb00 30429:c1a3f1bbba26
1 //**************************************************************************// 1 /*
2 // .SUB 2 * .SUB
3 //**************************************************************************// 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 */
4 20
5 #include "config.h" 21 #include "config.h"
6 22
7 #include <stdio.h> 23 #include <stdio.h>
8 24