comparison stream/http.c @ 30426:ce0122361a39

Add license header to all files missing it in the stream subdirectory.
author diego
date Sat, 30 Jan 2010 22:26:47 +0000
parents 3fdf04500df2
children 11eebd7c8879
comparison
equal deleted inserted replaced
30425:00bb44a07dbf 30426:ce0122361a39
1 /* 1 /*
2 * HTTP Helper 2 * HTTP Helper
3 * by Bertrand Baudet <bertrand_baudet@yahoo.com> 3 *
4 * (C) 2001, MPlayer team. 4 * Copyright (C) 2001 Bertrand Baudet <bertrand_baudet@yahoo.com>
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.
5 */ 21 */
6 22
7 #include "config.h" 23 #include "config.h"
8 24
9 #include <stdio.h> 25 #include <stdio.h>