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/flickr src/main/com/x
-----Original Message----- From: Ludovic Dubost [mailto:[email protected]] Sent: mardi 10 mai 2005 23:18 To: [email protected] Subject: [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/flickr src/main/com/xpn/x
Author: ludovic Date: 2005-05-10 23:17:30 +0200 (Tue, 10 May 2005) New Revision: 521
Added: xwiki/trunk/lib/alexa.jar xwiki/trunk/lib/axis-1.2RC2.jar xwiki/trunk/lib/commons-discovery-0.2.jar xwiki/trunk/lib/flickrapi-1.0a7.jar xwiki/trunk/lib/flipper.jar xwiki/trunk/lib/googleadwords.jar xwiki/trunk/lib/googleapi.jar xwiki/trunk/lib/hibernate-3.0.3.jar xwiki/trunk/lib/ical4j-0.9.12.jar xwiki/trunk/lib/ipresolver.jar xwiki/trunk/lib/jaxrpc-1.1.jar xwiki/trunk/lib/mail-1.3.2.jar
[snip] Are you sure all these jars are redistributable? I know for sure that Java mail isn't (because we had the same issue in Maven land). What this means is that anyone checking out xwiki will get the Jar even though they have not downloaded it from Sun and not accepted its license... It might be best to find some javamail alternative. Here are some: - commons-net for example, but it's a lightweight version and it won't do any fancy things - GNU Javamail: http://www.gnu.org/software/classpathx/javamail/javamail.html - Tiger JMail: http://tjmail.sourceforge.net/ (but old and does not seem maintained) Thanks -Vincent
Right.. this would need to be checked for all jars of XWiki. Concerning this batch: These are generated by me from WSDL file xwiki/trunk/lib/alexa.jar xwiki/trunk/lib/googleadwords.jar xwiki/trunk/lib/googleapi.jar xwiki/trunk/lib/flipper.jar xwiki/trunk/lib/ipresolver.jar xwiki/trunk/lib/axis-1.2RC2.jar Apache xwiki/trunk/lib/commons-discovery-0.2.jar Apache xwiki/trunk/lib/hibernate-3.0.3.jar JBoss LGPL xwiki/trunk/lib/ical4j-0.9.12.jar BSD Like licence xwiki/trunk/lib/flickrapi-1.0a7.jar BSL Licence xwiki/trunk/lib/jaxrpc-1.1.jar seems to have the same distribution licence as JavaMail and was distributed with the google API.. So I guess it is ok.. xwiki/trunk/lib/mail-1.3.2.jar see below.. 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. and Licence: 2. License to Distribute Software. Subject to the terms and conditions of this Agreement, including, but not limited to Section 3 (Java (TM) Technology Restrictions) of these Supplemental Terms, Sun grants you a non-exclusive, non-transferable, limited license to reproduce and distribute the Software in binary code form only, provided that (i) you distribute the Software complete and unmodified and only bundled as part of, and for the sole purpose of running, your Java applets or applications ("Programs"), (ii) the Programs add significant and primary functionality to the Software, (iii) you do not distribute additional software intended to replace any component(s) of the Software, (iv) you do not remove or alter any proprietary legends or notices contained in the Software, (v) you only distribute the Software subject to a license agreement that protects Sun's interests consistent with the terms contained in this Agreement, and (vi) you agree to defend and indemnify Sun and its licensors from and against any damages, costs, liabilities, settlement amounts and/or expenses (including attorneys' fees) incurred in connection with any claim, lawsuit or action by any third party that arises or results from the use or distribution of any and all Programs and/or Software. I don't see where the problem is.. Now we could use the gnu javamail which seems 100% compatible.. Ludovic Vincent Massol wrote:
-----Original Message----- From: Ludovic Dubost [mailto:[email protected]] Sent: mardi 10 mai 2005 23:18 To: [email protected] Subject: [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/flickr src/main/com/xpn/x
Author: ludovic Date: 2005-05-10 23:17:30 +0200 (Tue, 10 May 2005) New Revision: 521
Added: xwiki/trunk/lib/alexa.jar xwiki/trunk/lib/axis-1.2RC2.jar xwiki/trunk/lib/commons-discovery-0.2.jar xwiki/trunk/lib/flickrapi-1.0a7.jar xwiki/trunk/lib/flipper.jar xwiki/trunk/lib/googleadwords.jar xwiki/trunk/lib/googleapi.jar xwiki/trunk/lib/hibernate-3.0.3.jar xwiki/trunk/lib/ical4j-0.9.12.jar xwiki/trunk/lib/ipresolver.jar xwiki/trunk/lib/jaxrpc-1.1.jar xwiki/trunk/lib/mail-1.3.2.jar
[snip]
Are you sure all these jars are redistributable? I know for sure that Java mail isn't (because we had the same issue in Maven land). What this means is that anyone checking out xwiki will get the Jar even though they have not downloaded it from Sun and not accepted its license...
It might be best to find some javamail alternative. Here are some: - commons-net for example, but it's a lightweight version and it won't do any fancy things - GNU Javamail: http://www.gnu.org/software/classpathx/javamail/javamail.html - Tiger JMail: http://tjmail.sourceforge.net/ (but old and does not seem maintained)
Thanks -Vincent
------------------------------------------------------------------------
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
-- Ludovic Dubost XPertNet: http://www.xpertnet.fr/ Blog: http://www.ludovic.org/blog/ XWiki: http://www.xwiki.com Skype: ldubost AIM: nvludo Yahoo: ludovic
-----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
The issue with maven is that maven is not really a finished product so you could consider it is not in the scope of the licence.. "Geir explained that Maven doesn't use JavaMail directly but on behalf of project and though even technically the license is violated the spirit of the license is not." It's ok for XWiki as fas as I am concerned.. Ludovic Vincent Massol wrote:
-----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
------------------------------------------------------------------------
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
-- Ludovic Dubost XPertNet: http://www.xpertnet.fr/ Blog: http://www.ludovic.org/blog/ XWiki: http://www.xwiki.com Skype: ldubost AIM: nvludo Yahoo: ludovic
participants (2)
-
Ludovic Dubost -
Vincent Massol