comparison sparc/dsputil_vis.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 0b546eab515d
children 2c54309fef91
comparison
equal deleted inserted replaced
3946:ab0797f2e397 3947:c8c591fe26f8
1 /* 1 /*
2 * dsputil_vis.c 2 * dsputil_vis.c
3 * Copyright (C) 2003 David S. Miller <davem@redhat.com> 3 * Copyright (C) 2003 David S. Miller <davem@redhat.com>
4 * 4 *
5 * This file is part of ffmpeg, a free MPEG-4 video stream decoder. 5 * This file is part of FFmpeg.
6 * See http://ffmpeg.sourceforge.net/ for updates.
7 * 6 *
8 * ffmpeg is free software; you can redistribute it and/or modify 7 * FFmpeg is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU Lesser General Public License as published by 8 * it under the terms of the GNU Lesser General Public License as published by
10 * the Free Software Foundation; either version 2.1 of the License, or 9 * the Free Software Foundation; either version 2.1 of the License, or
11 * (at your option) any later version. 10 * (at your option) any later version.
12 * 11 *
13 * ffmpeg is distributed in the hope that it will be useful, 12 * FFmpeg is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details. 15 * GNU General Public License for more details.
17 * 16 *
18 * You should have received a copy of the Lesser GNU General Public License 17 * You should have received a copy of the Lesser GNU General Public License
19 * along with this program; if not, write to the Free Software 18 * along with FFmpeg; if not, write to the Free Software
20 * 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
21 */ 20 */
22 21
23 /* The *no_round* functions have been added by James A. Morrison, 2003,2004. 22 /* The *no_round* functions have been added by James A. Morrison, 2003,2004.
24 The vis code from libmpeg2 was adapted for ffmpeg by James A. Morrison. 23 The vis code from libmpeg2 was adapted for ffmpeg by James A. Morrison.