comparison subreader.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 afbbefa368ee
children c05fbacce55f
comparison
equal deleted inserted replaced
30428:1345f8cdfb00 30429:c1a3f1bbba26
1 /* 1 /*
2 * Subtitle reader with format autodetection 2 * Subtitle reader with format autodetection
3 * 3 *
4 * Written by laaz 4 * Copyright (c) 2001 laaz
5 * Some code cleanup & realloc() by A'rpi/ESP-team 5 * Some code cleanup & realloc() by A'rpi/ESP-team
6 * 6 *
7 * This file is part of MPlayer.
8 *
9 * MPlayer is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version.
13 *
14 * MPlayer is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License along
20 * with MPlayer; if not, write to the Free Software Foundation, Inc.,
21 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
7 */ 22 */
8
9 23
10 #include <stdio.h> 24 #include <stdio.h>
11 #include <stdlib.h> 25 #include <stdlib.h>
12 #include <string.h> 26 #include <string.h>
13 #include <ctype.h> 27 #include <ctype.h>