[llvm-commits] [polly] r165789 - /polly/trunk/www/index.html

Tobias Grosser grosser at fim.uni-passau.de
Fri Oct 12 00:44:38 PDT 2012


Author: grosser
Date: Fri Oct 12 02:44:38 2012
New Revision: 165789

URL: http://llvm.org/viewvc/llvm-project?rev=165789&view=rev
Log:
www: Clarify that GMP is LGPL licensed

Modified:
    polly/trunk/www/index.html

Modified: polly/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/index.html?rev=165789&r1=165788&r2=165789&view=diff
==============================================================================
--- polly/trunk/www/index.html (original)
+++ polly/trunk/www/index.html Fri Oct 12 02:44:38 2012
@@ -79,7 +79,8 @@
      create loops to handle border conditions or to perform full-partial tile
      separation.<br />
      We also relicensed isl under the <b>MIT license</b>. This means, with the
-     exception of GMP, there is no GPL licensed software used in Polly. The
+     exception of GMP (LGPL), there is no other (L)GPL licensed software used in
+     Polly. The
      use of GMP is limited to a well defined interface. Replacing it with
      a BSD licensed replacement is a tractable engineering project we would
      be very interested in. For more information about isl see the <a





More information about the llvm-commits mailing list