[FFmpeg-cvslog] r18931 - in branches/0.5: . configure
diego
subversion
Mon May 25 00:14:10 CEST 2009
Author: diego
Date: Mon May 25 00:14:10 2009
New Revision: 18931
Log:
Merge more verbose licensing information output.
Modified:
branches/0.5/ (props changed)
branches/0.5/configure
Modified: branches/0.5/configure
==============================================================================
--- branches/0.5/configure Sun May 24 14:44:54 2009 (r18930)
+++ branches/0.5/configure Mon May 25 00:14:10 2009 (r18931)
@@ -2333,11 +2333,11 @@ for type in decoder encoder parser demux
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"
More information about the ffmpeg-cvslog
mailing list