You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2013/11/24 22:24:18 UTC

svn commit: r1545078 - /tomcat/trunk/BUILDING.txt

Author: kkolinko
Date: Sun Nov 24 21:24:17 2013
New Revision: 1545078

URL: http://svn.apache.org/r1545078
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52323
Correct typo, add note about licensing

Modified:
    tomcat/trunk/BUILDING.txt

Modified: tomcat/trunk/BUILDING.txt
URL: http://svn.apache.org/viewvc/tomcat/trunk/BUILDING.txt?rev=1545078&r1=1545077&r2=1545078&view=diff
==============================================================================
--- tomcat/trunk/BUILDING.txt (original)
+++ tomcat/trunk/BUILDING.txt Sun Nov 24 21:24:17 2013
@@ -362,11 +362,15 @@ For example:
 
         junit.formatter.usefile=false
 
- 4. Optional support is provided for the Cobertura code ocverage tool. It can be
- enabled using the following property:
+ 4. Optional support is provided for the Cobertura code coverage tool. It
+ can be enabled using the following property:
 
         test.cobertura=true
 
+* NOTE: Cobertura is licensed under GPL v2 with parts of it being under
+  Apache License v1.1. See http://cobertura.sf.net for details. Using it
+  during Tomcat build is optional and is off by default.
+
 
 (8) Source code checks
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org