]> git.sesse.net Git - ffmpeg/blobdiff - README
cosmetic: indentation
[ffmpeg] / README
diff --git a/README b/README
index cadf5d55e998a7e52684df6564aad91814970790..ebb36291807fe8d9be1e72943ce8a29127f52e71 100644 (file)
--- a/README
+++ b/README
@@ -9,8 +9,10 @@ FFmpeg README
 2) Licensing
 ------------
 
-* Read the file COPYING. ffmpeg and the associated libraries EXCEPT
-  liba52 are licensed under the Lesser GNU General Public
-  License. liba52 is distributed under the GNU General Public License.
+* Read the file COPYING.LGPL. FFmpeg and the associated libraries EXCEPT
+  for libpostproc and libswscale are licensed under the GNU Lesser General
+  Public License.
 
-Fabrice Bellard.
\ No newline at end of file
+* libpostproc and libswscale are distributed under the GNU General Public
+  License, see the file COPYING.GPL for details. Their compilation and use
+  in FFmpeg is optional.