changeset 19265:f8d91df64bf1

Clarify licensing situation.
author diego
date Sun, 30 Jul 2006 22:20:50 +0000
parents 3826d2cfa4b0
children 240318c2460f
files mp3lib/layer1.c
diffstat 1 files changed, 10 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/mp3lib/layer1.c	Sun Jul 30 22:17:25 2006 +0000
+++ b/mp3lib/layer1.c	Sun Jul 30 22:20:50 2006 +0000
@@ -1,9 +1,3 @@
-/*
- * Modified for use with MPlayer, for details see the changelog at
- * http://svn.mplayerhq.hu/mplayer/trunk/
- * $Id$
- */
-
 /* 
  * Mpeg Layer-1 audio decoder 
  * --------------------------
@@ -14,6 +8,16 @@
  *
  */
 
+/*
+ * Modified for use with MPlayer, for details see the changelog at
+ * http://svn.mplayerhq.hu/mplayer/trunk/
+ * $Id$
+ *
+ * The above-mentioned README file has the following to say about licensing:
+ *
+ *   COPYING: you may use this source under LGPL terms!
+ */
+
 //#include "mpg123.h"
 
 static void I_step_one(unsigned int balloc[], unsigned int scale_index[2][SBLIMIT],struct frame *fr)