-----Original Message----- From: Ludovic Dubost [mailto:[email protected]] Sent: mercredi 11 mai 2005 12:35 To: [email protected] Subject: Re: [xwiki-dev] RE: [xwiki-commits] r521 - in xwiki/trunk: . lib src/main/com/xpn/xwiki src/main/com/xpn/xwiki/api src/main/com/xpn/xwiki/plugin src/main/com/xpn/xwiki/plugin/alexa src/main/com/xpn/xwiki/plugin/calendar src/main/com/xpn/xwiki/plugin/flick
[snip]
If I read correctly on the JavaMail FAQ
*Q:* Is the JavaMail API implementation completely free? Can I ship it along with my product? *A:* Yes. The current release of the JavaMail API implementation, is completely free and you can include it in your product. This release includes IMAP, POP3, and SMTP providers as well. Please do read the LICENSE <http://java.sun.com/products/javamail/LICENSE.txt> and ensure that you understand it. The JavaBeans Activation Framework is also free for use under a similar license.
Hmmm... Good points! I had read: - http://maven.apache.org/project/sun-licensing-journey.html - http://www.mail-archive.com/[email protected]/msg03410.html I have just asked the question again on Maven IRC to try understanding what is the issue... -Vincent