Author: mbenson
Date: Tue Sep 17 23:09:14 2013
New Revision: 1524250
URL: http://svn.apache.org/r1524250
Log:
EPL mention; thanks to dbrosius
Modified:
commons/sandbox/weaver/trunk/src/site/markdown/index.md
Modified: commons/sandbox/weaver/trunk/src/site/markdown/index.md
URL:
http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/src/site/markdown/index.md?rev=1524250&r1=1524249&r2=1524250&view=diff
==============================================================================
--- commons/sandbox/weaver/trunk/src/site/markdown/index.md (original)
+++ commons/sandbox/weaver/trunk/src/site/markdown/index.md Tue Sep 17 23:09:14
2013
@@ -29,8 +29,12 @@ to compiled Java bytecode. Commons Weave
##FAQ
-* *Q*: Why not just use AspectJ?
+* *Q*: Why not just use [AspectJ](http://eclipse.org/aspectj/)?
*A*: The original motivation to develop the codebase that evolved into
Commons Weaver instead of simply using AspectJ was to avoid the
runtime dependency, however small, introduced by the use of AspectJ.
+ Additionally, later versions of AspectJ are licensed under the
+ [EPL](http://eclipse.org/legal/epl-v10.html) which can be
+ considered less permissive than the Apache license. Choice is
+ A Good Thing.