comparison truemotion1data.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 4394344397d8
comparison
equal deleted inserted replaced
3946:ab0797f2e397 3947:c8c591fe26f8
4 * Data in this file was originally part of VpVision from On2 which is 4 * Data in this file was originally part of VpVision from On2 which is
5 * distributed under the GNU GPL. It is redistributed with ffmpeg under the 5 * distributed under the GNU GPL. It is redistributed with ffmpeg under the
6 * GNU LGPL using the common understanding that data tables necessary for 6 * GNU LGPL using the common understanding that data tables necessary for
7 * decoding algorithms are not necessarily licensable. 7 * decoding algorithms are not necessarily licensable.
8 * 8 *
9 * This library is free software; you can redistribute it and/or 9 * This file is part of FFmpeg.
10 *
11 * FFmpeg is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU Lesser General Public 12 * modify it under the terms of the GNU Lesser General Public
11 * License as published by the Free Software Foundation; either 13 * License as published by the Free Software Foundation; either
12 * version 2 of the License, or (at your option) any later version. 14 * version 2.1 of the License, or (at your option) any later version.
13 * 15 *
14 * This library is distributed in the hope that it will be useful, 16 * FFmpeg is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 * Lesser General Public License for more details. 19 * Lesser General Public License for more details.
18 * 20 *
19 * You should have received a copy of the GNU Lesser General Public 21 * You should have received a copy of the GNU Lesser General Public
20 * License along with this library; if not, write to the Free Software 22 * License along with FFmpeg; if not, write to the Free Software
21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22 */ 24 */
23 #ifndef TRUEMOTION1DATA_H 25 #ifndef TRUEMOTION1DATA_H
24 #define TRUEMOTION1DATA_H 26 #define TRUEMOTION1DATA_H
25 27