Mercurial > libavcodec.hg
comparison vp3.c @ 3947:c8c591fe26f8 libavcodec
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 | 706df96b36a1 |
children | 34fdffe98bd0 |
comparison
equal
deleted
inserted
replaced
3946:ab0797f2e397 | 3947:c8c591fe26f8 |
---|---|
1 /* | 1 /* |
2 * Copyright (C) 2003-2004 the ffmpeg project | 2 * Copyright (C) 2003-2004 the ffmpeg project |
3 * | 3 * |
4 * This library is free software; you can redistribute it and/or | 4 * This file is part of FFmpeg. |
5 * | |
6 * FFmpeg is free software; you can redistribute it and/or | |
5 * modify it under the terms of the GNU Lesser General Public | 7 * modify it under the terms of the GNU Lesser General Public |
6 * License as published by the Free Software Foundation; either | 8 * License as published by the Free Software Foundation; either |
7 * version 2 of the License, or (at your option) any later version. | 9 * version 2.1 of the License, or (at your option) any later version. |
8 * | 10 * |
9 * This library is distributed in the hope that it will be useful, | 11 * FFmpeg is distributed in the hope that it will be useful, |
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of | 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
12 * Lesser General Public License for more details. | 14 * Lesser General Public License for more details. |
13 * | 15 * |
14 * You should have received a copy of the GNU Lesser General Public | 16 * You should have received a copy of the GNU Lesser General Public |
15 * License along with this library; if not, write to the Free Software | 17 * License along with FFmpeg; if not, write to the Free Software |
16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
17 * | 19 * |
18 */ | 20 */ |
19 | 21 |
20 /** | 22 /** |