comparison dtsdec.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 8072ed8993f6
children 418b123f1b74
comparison
equal deleted inserted replaced
3946:ab0797f2e397 3947:c8c591fe26f8
1 /* 1 /*
2 * dtsdec.c : free DTS Coherent Acoustics stream decoder. 2 * dtsdec.c : free DTS Coherent Acoustics stream decoder.
3 * Copyright (C) 2004 Benjamin Zores <ben@geexbox.org> 3 * Copyright (C) 2004 Benjamin Zores <ben@geexbox.org>
4 * 4 *
5 * This file is part of libavcodec. 5 * This file is part of FFmpeg.
6 * 6 *
7 * This library is free software; you can redistribute it and/or modify 7 * FFmpeg is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or 9 * the Free Software Foundation; either version 2.1 of the License, or
10 * (at your option) any later version. 10 * (at your option) any later version.
11 * 11 *
12 * This library is distributed in the hope that it will be useful, 12 * FFmpeg is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details. 15 * GNU General Public License for more details.
16 * 16 *
17 * You should have received a copy of the GNU General Public License 17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software 18 * along with FFmpeg; if not, write to the Free Software
19 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20 */ 20 */
21 21
22 #ifdef HAVE_AV_CONFIG_H 22 #ifdef HAVE_AV_CONFIG_H
23 #undef HAVE_AV_CONFIG_H 23 #undef HAVE_AV_CONFIG_H