# HG changeset patch # User reimar # Date 1122142028 0 # Node ID f482bbb5fad98291cfca0fa40d415d3134f8b393 # Parent 8e6f205c6e222ab98530cba00b8f58ed18684d8a Allow the ffmpeg people to use this code if they want. diff -r 8e6f205c6e22 -r f482bbb5fad9 libmpcodecs/ad_mpc.c --- a/libmpcodecs/ad_mpc.c Sat Jul 23 17:10:38 2005 +0000 +++ b/libmpcodecs/ad_mpc.c Sat Jul 23 18:07:08 2005 +0000 @@ -3,6 +3,8 @@ * by Reza Jelveh and * Reimar Döffinger * 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 diff -r 8e6f205c6e22 -r f482bbb5fad9 libmpdemux/demux_mpc.c --- a/libmpdemux/demux_mpc.c Sat Jul 23 17:10:38 2005 +0000 +++ b/libmpdemux/demux_mpc.c Sat Jul 23 18:07:08 2005 +0000 @@ -1,3 +1,9 @@ +/** + * Demuxer for Musepack v7 bitstream + * by Reimar Döffinger + * 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"