comparison i386/idct_mmx_xvid.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 d13da74a26f5
children d5ba514e3f4a
comparison
equal deleted inserted replaced
3946:ab0797f2e397 3947:c8c591fe26f8
3 // * XVID MPEG-4 VIDEO CODEC 3 // * XVID MPEG-4 VIDEO CODEC
4 // * - MMX and XMM forward discrete cosine transform - 4 // * - MMX and XMM forward discrete cosine transform -
5 // * 5 // *
6 // * Copyright(C) 2001 Peter Ross <pross@xvid.org> 6 // * Copyright(C) 2001 Peter Ross <pross@xvid.org>
7 // * 7 // *
8 // * This library is free software; you can redistribute it and/or 8 // * This file is part of FFmpeg.
9 // *
10 // * FFmpeg is free software; you can redistribute it and/or
9 // * modify it under the terms of the GNU Lesser General Public 11 // * modify it under the terms of the GNU Lesser General Public
10 // * License as published by the Free Software Foundation; either 12 // * License as published by the Free Software Foundation; either
11 // * version 2 of the License, or (at your option) any later version. 13 // * version 2.1 of the License, or (at your option) any later version.
12 // * 14 // *
13 // * This library is distributed in the hope that it will be useful, 15 // * FFmpeg is distributed in the hope that it will be useful,
14 // * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 // * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 // * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 // * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 // * Lesser General Public License for more details. 18 // * Lesser General Public License for more details.
17 // * 19 // *
18 // * You should have received a copy of the GNU Lesser General Public License 20 // * You should have received a copy of the GNU Lesser General Public License
19 // * along with this library; if not, write to the Free Software Foundation, 21 // * along with FFmpeg; if not, write to the Free Software Foundation,
20 // * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 22 // * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21 // * 23 // *
22 // * $Id$ 24 // * $Id$
23 // * 25 // *
24 // ***************************************************************************/ 26 // ***************************************************************************/