diff options
-rw-r--r-- | libmpcodecs/ad_mpc.c | 2 | ||||
-rw-r--r-- | libmpdemux/demux_mpc.c | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/libmpcodecs/ad_mpc.c b/libmpcodecs/ad_mpc.c index 0e03390e7c..a57813392e 100644 --- a/libmpcodecs/ad_mpc.c +++ b/libmpcodecs/ad_mpc.c @@ -3,6 +3,8 @@ * by Reza Jelveh <reza.jelveh@tuhh.de> and * Reimar Döffinger <Reimar.Doeffinger@stud.uni-karlsruhe.de> * License: GPL + * This code may be be relicensed under the terms of the GNU LGPL when it + * becomes part of the ffmpeg project (ffmpeg.sourceforge.net) */ #include <stdio.h> diff --git a/libmpdemux/demux_mpc.c b/libmpdemux/demux_mpc.c index b422073841..93c24100ca 100644 --- a/libmpdemux/demux_mpc.c +++ b/libmpdemux/demux_mpc.c @@ -1,3 +1,9 @@ +/** + * Demuxer for Musepack v7 bitstream + * by Reimar Döffinger <Reimar.Doeffinger@stud.uni-karlsruhe.de> + * This code may be be relicensed under the terms of the GNU LGPL when it + * becomes part of the ffmpeg project (ffmpeg.sourceforge.net) + */ #include "config.h" |