]> granicus.if.org Git - libjpeg-turbo/commitdiff
Update license text to reflect the newly-relicensed jchuff.c
authorDRC <dcommander@users.sourceforge.net>
Tue, 26 Apr 2011 23:44:37 +0000 (23:44 +0000)
committerDRC <dcommander@users.sourceforge.net>
Tue, 26 Apr 2011 23:44:37 +0000 (23:44 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@598 632fc199-4ca6-4c93-a231-07263d6284db

README-turbo.txt

index 9e4e46ecd31f1a736b2b4f80bd262995707c1042..8693577d56103c8c7c61e5c8075208165a4b4263 100755 (executable)
@@ -26,20 +26,25 @@ libraries can be used as drop-in replacements for libjpeg on most systems.
 **     License
 *******************************************************************************
 
-The TurboJPEG/OSS wrapper, as well as some of the optimizations to the Huffman
-encoder (jchuff.c), were borrowed from VirtualGL, and thus any distribution of
-libjpeg-turbo which includes those files must, as a whole, be subject to the
-terms of the wxWindows Library Licence, Version 3.1.  A copy of this license
-can be found in this directory under LICENSE.txt.  The wxWindows Library
-License is based on the LGPL but includes provisions which allow the Library to
-be statically linked into proprietary libraries and applications without
-requiring the resulting binaries to be distributed under the terms of the LGPL.
-
-The rest of the source code, apart from TurboJPEG/OSS and the Huffman codec
-optimizations, falls under a less restrictive, BSD-style license (see README.)
-You can choose to distribute libjpeg-turbo, as a whole, under this BSD-style
-license by simply removing TurboJPEG/OSS and replacing the optimized jchuff.c
-with its unoptimized counterpart from the libjpeg v6b source.
+The TurboJPEG/OSS C library (libturbojpeg), its associated test programs, and
+the Mac packaging scripts (under release/) were borrowed from VirtualGL, and
+thus these files are subject to the terms of the wxWindows Library License,
+Version 3.1.  A copy of this license can be found in this directory under
+LICENSE.txt.  The wxWindows Library License is based on the LGPL v2.1, but it
+eliminates the LGPL's restrictions regarding statically linking with closed
+source code.
+
+What this means, in a nutshell, is that if you distribute a binary version of
+TurboJPEG/OSS (libturbojpeg), an application that statically links with
+TurboJPEG/OSS, or an OS X package built using the libjpeg-turbo packaging
+scripts, then you must also distribute the source code for libjpeg-turbo,
+including any modifications you may have made to it.  The source distribution
+(including modifications) must not violate the terms of the LGPL v2.1.
+
+The rest of the source code, apart from the files described above, falls under
+a less restrictive, BSD-style license (see README.)  Likewise, binary versions
+of the libjpeg-turbo library (libjpeg) and its associated test programs (cjpeg,
+djpeg, etc.) fall under this less restrictive license.
 
 
 *******************************************************************************