You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Maurice le Rutte <mp...@oce.nl> on 2001/07/17 12:52:36 UTC

EJB-Verifier: Submit code under GNU Lesser General Public License

I've coded an optional task 'verifier' that uses JBoss's verifier tool to
check if ejb jar files are specificiation compliant.

However, the code is largely based on their code wich is licensed as LGPL.
Can I still submit this code to the Apache project or does it bite with the
Apache license?

Maurice.



Re: EJB-Verifier: Submit code under GNU Lesser General Public License

Posted by Peter Donald <do...@apache.org>.
On Tue, 17 Jul 2001 20:52, Maurice le Rutte wrote:
> I've coded an optional task 'verifier' that uses JBoss's verifier tool to
> check if ejb jar files are specificiation compliant.
>
> However, the code is largely based on their code wich is licensed as LGPL.
> Can I still submit this code to the Apache project or does it bite with the
> Apache license?

Maybe. If it is a derivative of LGPL code (which you suggest) then no. If it 
just uses LGPL code then it is fine. 

Cheers,

Pete

*-----------------------------------------------------*
| "Faced with the choice between changing one's mind, |
| and proving that there is no need to do so - almost |
| everyone gets busy on the proof."                   |
|              - John Kenneth Galbraith               |
*-----------------------------------------------------*

Re: EJB-Verifier: Submit code under GNU Lesser General Public License

Posted by Stefan Bodewig <bo...@apache.org>.
On Tue, 17 Jul 2001, Maurice le Rutte <mp...@oce.nl> wrote:

> I've coded an optional task 'verifier' that uses JBoss's verifier
> tool to check if ejb jar files are specificiation compliant.

So maybe jBoss along with the verifier itself would be the better home
for the task anyway?

> However, the code is largely based on their code wich is licensed as
> LGPL.Can I still submit this code to the Apache project or does it
> bite with the Apache license?

Depends upon the lawyer you ask, sorry.

Stefan