summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-05-24 22:14:10 +0000
committerDiego Biurrun <diego@biurrun.de>2009-05-24 22:14:10 +0000
commit41a4fd7a61e83127498c443840e696042152cf19 (patch)
treececa25ba87ebe38c360ed3fd967ae30deea58371 /configure
parenta4d8ebfaa1ff87a6c2460e4aceaeefb2182c67df (diff)
Merge more verbose licensing information output.
Originally committed as revision 18931 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 6ffc2b019b..4084c869e7 100755
--- a/configure
+++ b/configure
@@ -2333,11 +2333,11 @@ for type in decoder encoder parser demuxer muxer protocol filter bsf indev outde
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"