Re: AW: New Ant Diff and Merge Tasks

2005-04-18 Thread Brad G. Kyer
> You know that if your class direcly uses GPL code it must be > under GPL, too? Thanks for the info. > In Ant we use reflection for using GPL classes so we dont depend > on them. I noticed that patch calls the patch process (Command/Executor), however the mks diff we have installed does not m

AW: New Ant Diff and Merge Tasks

2005-04-18 Thread Jan . Materne
> License: > Tasks itself is Apache, the actual Diff java code is GPL You know that if your class direcly uses GPL code it must be under GPL, too? In Ant we use reflection for using GPL classes so we dont depend on them. Jan