Browse code

Clarify LGPL and GPL licensing of FFmpeg.

Originally committed as revision 10109 to svn://svn.ffmpeg.org/ffmpeg/trunk

Diego Biurrun authored on 2007/08/14 07:17:29
Showing 1 changed files
... ...
@@ -9,11 +9,10 @@ FFmpeg README
9 9
 2) Licensing
10 10
 ------------
11 11
 
12
-* Read the file COPYING. ffmpeg and the associated libraries EXCEPT
13
-  libpostproc and libswscale are licensed under the GNU Lesser General
12
+* Read the file COPYING.LGPL. FFmpeg and the associated libraries EXCEPT
13
+  for libpostproc and libswscale are licensed under the GNU Lesser General
14 14
   Public License.
15 15
 
16 16
 * libpostproc and libswscale are distributed under the GNU General Public
17
-  License and their compilation and use is optional in ffmpeg.
18
-
19
-Fabrice Bellard.
17
+  License, see the file COPYING.GPL for details. Their compilation and use
18
+  in FFmpeg is optional.