comparison ps2/idct_mmi.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 7690bafea6e0
children d5ba514e3f4a
comparison
equal deleted inserted replaced
3946:ab0797f2e397 3947:c8c591fe26f8
6 * http://www.elecard.com/peter/idct.shtml 6 * http://www.elecard.com/peter/idct.shtml
7 * rounding trick copyright (c) 2000 Michel Lespinasse <walken@zoy.org> 7 * rounding trick copyright (c) 2000 Michel Lespinasse <walken@zoy.org>
8 * 8 *
9 * MMI port and (c) 2002 by Leon van Stuivenberg 9 * MMI port and (c) 2002 by Leon van Stuivenberg
10 * 10 *
11 * This library is free software; you can redistribute it and/or 11 * This file is part of FFmpeg.
12 *
13 * FFmpeg is free software; you can redistribute it and/or
12 * modify it under the terms of the GNU Lesser General Public 14 * modify it under the terms of the GNU Lesser General Public
13 * License as published by the Free Software Foundation; either 15 * License as published by the Free Software Foundation; either
14 * version 2 of the License, or (at your option) any later version. 16 * version 2.1 of the License, or (at your option) any later version.
15 * 17 *
16 * This library is distributed in the hope that it will be useful, 18 * FFmpeg is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19 * Lesser General Public License for more details. 21 * Lesser General Public License for more details.
20 * 22 *
21 * You should have received a copy of the GNU Lesser General Public 23 * You should have received a copy of the GNU Lesser General Public
22 * License along with this library; if not, write to the Free Software 24 * License along with FFmpeg; if not, write to the Free Software
23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 25 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
24 * 26 *
25 */ 27 */
26 28
27 #include "../common.h" 29 #include "../common.h"