Commit 46774367 authored by diego's avatar diego

Print out more verbose licensing information.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18893 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent fae59bac
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment