[FFmpeg-cvslog] r18893 - trunk/configure

diego subversion
Fri May 22 12:10:03 CEST 2009


Author: diego
Date: Fri May 22 12:10:02 2009
New Revision: 18893

Log:
Print out more verbose licensing information.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Fri May 22 01:12:41 2009	(r18892)
+++ trunk/configure	Fri May 22 12:10:02 2009	(r18893)
@@ -2383,11 +2383,11 @@ for type in decoder encoder hwaccel pars
     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