comparison TOOLS/netstream.c @ 26743:0f42fb42843c

Use standard license headers with standard formatting.
author diego
date Wed, 14 May 2008 18:02:27 +0000
parents 1ca484e74f18
children 8825552ee585
comparison
equal deleted inserted replaced
26742:0c1db5fd3f79 26743:0f42fb42843c
1 /* 1 /*
2 * netstream.c 2 * Copyright (C) Alban Bedel - 04/2003
3 * 3 *
4 * Copyright (C) Alban Bedel - 04/2003 4 * This file is part of MPlayer.
5 * 5 *
6 * This file is part of MPlayer, a free movie player. 6 * MPlayer is free software; you can redistribute it and/or modify
7 * 7 * it under the terms of the GNU General Public License as published by
8 * MPlayer is free software; you can redistribute it and/or modify 8 * the Free Software Foundation; either version 2 of the License, or
9 * it under the terms of the GNU General Public License as published by 9 * (at your option) any later version.
10 * the Free Software Foundation; either version 2, or (at your option) 10 *
11 * any later version. 11 * MPlayer is distributed in the hope that it will be useful,
12 * 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MPlayer is distributed in the hope that it will be useful, 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * GNU General Public License for more details.
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 *
16 * GNU General Public License for more details. 16 * You should have received a copy of the GNU General Public License along
17 * 17 * with MPlayer; if not, write to the Free Software Foundation, Inc.,
18 * You should have received a copy of the GNU General Public License 18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19 * along with MPlayer; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21 */ 19 */
22 20
23 #include <stdlib.h> 21 #include <stdlib.h>
24 #include <stdio.h> 22 #include <stdio.h>
25 #include <unistd.h> 23 #include <unistd.h>