From: Diego Biurrun Date: Fri, 22 May 2009 10:10:02 +0000 (+0000) Subject: Print out more verbose licensing information. X-Git-Tag: v0.6~4357 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ba7a7039478f8870d1f7e539055b78f3909fbecd;p=platform%2Fupstream%2Flibav.git Print out more verbose licensing information. Originally committed as revision 18893 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/configure b/configure index 2094f07..7ee8553 100755 --- a/configure +++ b/configure @@ -2383,11 +2383,11 @@ for type in decoder encoder hwaccel parser demuxer muxer protocol filter bsf ind echo done -license="LGPL" +license="LGPL version 2.1 or later" if enabled nonfree; then - license="unredistributable" + license="nonfree and unredistributable" elif enabled gpl; then - license="GPL" + license="GPL version 2 or later" fi echo "License: $license"