Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] AspectJ run-time licensing

Hi,

I'm developing a Java library which will be distributed in jar form. In developing this library I have used AspectJ 1.6.5 and the resulting binary will include code woven in by the ajc compiler. To distribute this library I will need to distribute the AspectJ run-time. Users of the library will not need to use ajc to compile their code as all relevant joinpoints are internal to the library.

In this case, what are the restrictions on distributing the AspectJ run-time. Can I include the aspectj.jar (or its conents) in my own jar with no notices?

I've consulted the AspectJ FAQ on this matter, but I am unclear on how I'm supposed to preserve the warranty disclaimers in the license.

Thanks,
Jacob



Back to the top