diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-08-13 22:17:29 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-08-13 22:17:29 +0000 |
commit | a92b819a2d9e097d3c3f3fc756e6c8f0a5152b53 (patch) | |
tree | 38503f96ae02d92137c9f5ca7cbafb425dab3111 /README | |
parent | e1669c5ebe775c81d4b5e6abf8d03a9e86d1c5a8 (diff) | |
download | ffmpeg-a92b819a2d9e097d3c3f3fc756e6c8f0a5152b53.tar.gz |
Clarify LGPL and GPL licensing of FFmpeg.
Originally committed as revision 10109 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -9,11 +9,10 @@ FFmpeg README 2) Licensing ------------ -* Read the file COPYING. ffmpeg and the associated libraries EXCEPT - libpostproc and libswscale are licensed under the GNU Lesser General +* Read the file COPYING.LGPL. FFmpeg and the associated libraries EXCEPT + for libpostproc and libswscale are licensed under the GNU Lesser General Public License. * libpostproc and libswscale are distributed under the GNU General Public - License and their compilation and use is optional in ffmpeg. - -Fabrice Bellard. + License, see the file COPYING.GPL for details. Their compilation and use + in FFmpeg is optional. |