Mercurial > libavformat.hg
comparison http.c @ 1358:0899bfe4105c libavformat
Change license headers to say 'FFmpeg' instead of 'this program/this library'
and fix GPL/LGPL version mismatches.
author | diego |
---|---|
date | Sat, 07 Oct 2006 15:30:46 +0000 |
parents | c2f51d81c72e |
children | 4f4bebc36aad |
comparison
equal
deleted
inserted
replaced
1357:25ec3101ee80 | 1358:0899bfe4105c |
---|---|
1 /* | 1 /* |
2 * HTTP protocol for ffmpeg client | 2 * HTTP protocol for ffmpeg client |
3 * Copyright (c) 2000, 2001 Fabrice Bellard. | 3 * Copyright (c) 2000, 2001 Fabrice Bellard. |
4 * | 4 * |
5 * This library is free software; you can redistribute it and/or | 5 * This file is part of FFmpeg. |
6 * | |
7 * FFmpeg is free software; you can redistribute it and/or | |
6 * modify it under the terms of the GNU Lesser General Public | 8 * modify it under the terms of the GNU Lesser General Public |
7 * License as published by the Free Software Foundation; either | 9 * License as published by the Free Software Foundation; either |
8 * version 2 of the License, or (at your option) any later version. | 10 * version 2.1 of the License, or (at your option) any later version. |
9 * | 11 * |
10 * This library is distributed in the hope that it will be useful, | 12 * FFmpeg is distributed in the hope that it will be useful, |
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
13 * Lesser General Public License for more details. | 15 * Lesser General Public License for more details. |
14 * | 16 * |
15 * You should have received a copy of the GNU Lesser General Public | 17 * You should have received a copy of the GNU Lesser General Public |
16 * License along with this library; if not, write to the Free Software | 18 * License along with FFmpeg; if not, write to the Free Software |
17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
18 */ | 20 */ |
19 #include "avformat.h" | 21 #include "avformat.h" |
20 #include <unistd.h> | 22 #include <unistd.h> |
21 #include <sys/types.h> | 23 #include <sys/types.h> |