~ubuntu-branches/ubuntu/quantal/cobertura/quantal

« back to all changes in this revision

Viewing changes to src/net/sourceforge/cobertura/ant/package.html

  • Committer: Bazaar Package Importer
  • Author(s): Yulia Novozhilova
  • Date: 2009-06-24 13:56:29 UTC
  • Revision ID: james.westby@ubuntu.com-20090624135629-hgvo8631yye7ofj3
Tags: upstream-1.9
ImportĀ upstreamĀ versionĀ 1.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<body>
 
2
 
 
3
<p>
 
4
The ant tasks for Cobertura and assorted helper classes.
 
5
</p>
 
6
 
 
7
<p>
 
8
The license for the ant tasks is different than the license for the 
 
9
rest of Cobertura (Apache Software License version 1.1 v. GPL 
 
10
version 2).  The GPL prohibits linking GPL-licensed code with code 
 
11
licensed under a GPL-incompatible license such as the Apache Software 
 
12
License version 1.1.  For this reason, the Cobertura ant tasks do not 
 
13
directly invoke the Cobertura classes.  Rather, they invoke a JVM which 
 
14
runs the Cobertura classes.
 
15
</p>
 
16
 
 
17
</body>