]> git.sesse.net Git - ffmpeg/blobdiff - LICENSE
avprobe: fix formatting.
[ffmpeg] / LICENSE
diff --git a/LICENSE b/LICENSE
index 725995da564a893af4fae9358e8d48d29db9e92c..97923b138094c8aede7716097a75473832a25ffb 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -13,15 +13,18 @@ configure to activate them. In this case, Libav's license changes to GPL v2+.
 
 Specifically, the GPL parts of Libav are
 
-- libpostproc
 - optional x86 optimizations in the files
   libavcodec/x86/idct_mmx.c
 - the X11 grabber in libavdevice/x11grab.c
 
 There are a handful of files under other licensing terms, namely:
 
-* The files libavcodec/jfdctfst.c, libavcodec/jfdctint.c, libavcodec/jrevdct.c
-  are taken from libjpeg, see the top of the files for licensing details.
+* The files libavcodec/jfdctfst.c, libavcodec/jfdctint_template.c and
+  libavcodec/jrevdct.c are taken from libjpeg, see the top of the files for
+  licensing details. Specifically note that you must credit the IJG in the
+  documentation accompanying your program if you only distribute executables.
+  You must also indicate any changes including additions and deletions to
+  those three files in the documentation.
 
 Should you, for whatever reason, prefer to use version 3 of the (L)GPL, then
 the configure parameter --enable-version3 will activate this licensing option