From: <ma...@us...> - 2008-04-18 22:41:11
|
Revision: 3024 http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3024&view=rev Author: matzon Date: 2008-04-18 15:41:05 -0700 (Fri, 18 Apr 2008) Log Message: ----------- lzma support for appletloader Added Paths: ----------- trunk/LWJGL/doc/3rdparty/lzma_license.txt trunk/LWJGL/libs/lzma.jar Added: trunk/LWJGL/doc/3rdparty/lzma_license.txt =================================================================== --- trunk/LWJGL/doc/3rdparty/lzma_license.txt (rev 0) +++ trunk/LWJGL/doc/3rdparty/lzma_license.txt 2008-04-18 22:41:05 UTC (rev 3024) @@ -0,0 +1,15 @@ +LZMA# SDK is licensed under two licenses: + +1) GNU Lesser General Public License (GNU LGPL) +2) Common Public License (CPL) + +It means that you can select one of these two licenses and +follow rules of that license. + +SPECIAL EXCEPTION +Igor Pavlov, as the author of this code, expressly permits you +to statically or dynamically link your code (or bind by name) +to the files from LZMA# SDK without subjecting your linked +code to the terms of the CPL or GNU LGPL. +Any modifications or additions to files from LZMA# SDK, however, +are subject to the GNU LGPL or CPL terms. \ No newline at end of file Property changes on: trunk/LWJGL/doc/3rdparty/lzma_license.txt ___________________________________________________________________ Name: svn:mime-type + text/plain Added: trunk/LWJGL/libs/lzma.jar =================================================================== (Binary files differ) Property changes on: trunk/LWJGL/libs/lzma.jar ___________________________________________________________________ Name: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |