diff --git a/configure b/configure index 2094f0704b..7ee8553bac 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"