comparison rtjpeg.h @ 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 c537a97eec66
children a5fca6fd5e4c
comparison
equal deleted inserted replaced
3946:ab0797f2e397 3947:c8c591fe26f8
1 /* 1 /*
2 * RTJpeg decoding functions 2 * RTJpeg decoding functions
3 * copyright (c) 2006 Reimar Doeffinger 3 * copyright (c) 2006 Reimar Doeffinger
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 21
20 #ifndef RTJPEG_H 22 #ifndef RTJPEG_H
21 #define RTJPEG_H 23 #define RTJPEG_H