[armedbear-cvs] r11964 - public_html/staging

Ville Voutilainen vvoutilainen at common-lisp.net
Sat May 30 20:03:02 UTC 2009


Author: vvoutilainen
Date: Sat May 30 16:02:52 2009
New Revision: 11964

Log:
Some license elaboration.


Modified:
   public_html/staging/faq.shtml

Modified: public_html/staging/faq.shtml
==============================================================================
--- public_html/staging/faq.shtml	(original)
+++ public_html/staging/faq.shtml	Sat May 30 16:02:52 2009
@@ -63,6 +63,22 @@
 <p>Basically this means you can use ABCL from your application without the
 need to make your own application open source.</p>
 
+<p>
+In general, such usage means that whenever you keep ABCL as a separate
+jar file, you won't have licensing problems. The combining in the
+Classpath exception means that you can
+
+<ol>
+<li>Extend ABCL java classes in your program</li>
+<li>Use ABCL java classes in your program</li>
+<li>Invoke ABCL lisp functions in your program</li>
+</ol>
+
+without having to worry about the licensing. You do have to
+distribute the source code of ABCL (including modifications) 
+if you distribute ABCL, but otherwise the license of ABCL is not viral.
+</p>
+
 </div>
 
 <div class="h3" title="bug-reporting" id="bug-reporting">




More information about the armedbear-cvs mailing list