comparison h263data.h @ 3699:c537a97eec66 libavcodec

Add official LGPL license headers to the files that were missing them.
author diego
date Sun, 10 Sep 2006 14:02:42 +0000
parents 204080942ce2
children c8c591fe26f8
comparison
equal deleted inserted replaced
3698:653fc28f78b4 3699:c537a97eec66
1 /*
2 * copyright (c) 2000,2001 Fabrice Bellard
3 * H263+ support
4 * copyright (c) 2001 Juan J. Sierralta P.
5 * copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at>
6 *
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either
10 * version 2 of the License, or (at your option) any later version.
11 *
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
16 *
17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this library; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */
21
1 /** 22 /**
2 * @file h263data.h 23 * @file h263data.h
3 * H.263 tables. 24 * H.263 tables.
4 */ 25 */
5 26