diff libmpcodecs/ad_libdca.c @ 26727:82601a38e2a7

Use standard license headers.
author diego
date Tue, 13 May 2008 10:16:20 +0000
parents b037a816be70
children cc27da5d7286
line wrap: on
line diff
--- a/libmpcodecs/ad_libdca.c	Tue May 13 08:36:44 2008 +0000
+++ b/libmpcodecs/ad_libdca.c	Tue May 13 10:16:20 2008 +0000
@@ -1,6 +1,7 @@
 /*
- * ad_libdca.c : DTS Coherent Acoustics stream decoder using libdca
+ * DTS Coherent Acoustics stream decoder using libdca
  * This file is partially based on dtsdec.c r9036 from FFmpeg and ad_liba52.c
+ *
  * Copyright (C) 2007 Roberto Togni
  *
  * This file is part of MPlayer.
@@ -15,10 +16,9 @@
  * 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 MPlayer; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- *
+ * You should have received a copy of the GNU General Public License along
+ * with MPlayer; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
 #include <stdio.h>