diff 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
line wrap: on
line diff
--- a/dtsdec.c	Sat Oct 07 12:41:55 2006 +0000
+++ b/dtsdec.c	Sat Oct 07 15:30:46 2006 +0000
@@ -2,20 +2,20 @@
  * dtsdec.c : free DTS Coherent Acoustics stream decoder.
  * Copyright (C) 2004 Benjamin Zores <ben@geexbox.org>
  *
- * This file is part of libavcodec.
+ * This file is part of FFmpeg.
  *
- * This library is free software; you can redistribute it and/or modify
+ * FFmpeg is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
+ * the Free Software Foundation; either version 2.1 of the License, or
  * (at your option) any later version.
  *
- * This library is distributed in the hope that it will be useful,
+ * FFmpeg is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
+ * along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */