comparison s3tc.c @ 5214:470601203f44 libavcodec

Group all copyright and author notices together.
author diego
date Thu, 05 Jul 2007 10:37:29 +0000
parents ed67837533b0
children 23c0704067f6
comparison
equal deleted inserted replaced
5213:4738fae7555a 5214:470601203f44
1 /* 1 /*
2 * S3 Texture Compression (S3TC) decoding functions 2 * S3 Texture Compression (S3TC) decoding functions
3 * Copyright (c) 2007 by Ivo van Poorten 3 * Copyright (c) 2007 by Ivo van Poorten
4 *
5 * see also: http://wiki.multimedia.cx/index.php?title=S3TC
4 * 6 *
5 * This file is part of FFmpeg. 7 * This file is part of FFmpeg.
6 * 8 *
7 * FFmpeg is free software; you can redistribute it and/or 9 * FFmpeg is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public 10 * modify it under the terms of the GNU Lesser General Public
15 * Lesser General Public License for more details. 17 * Lesser General Public License for more details.
16 * 18 *
17 * You should have received a copy of the GNU Lesser General Public 19 * You should have received a copy of the GNU Lesser General Public
18 * License along with FFmpeg; if not, write to the Free Software 20 * License along with FFmpeg; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 *
21 * See also: http://wiki.multimedia.cx/index.php?title=S3TC
22 */ 22 */
23 23
24 #include "avcodec.h" 24 #include "avcodec.h"
25 #include "s3tc.h" 25 #include "s3tc.h"
26 26