Results 1 to 7 of 7

Thread: aopalliance.jar license.

Hybrid View

  1. #1
    Join Date
    Sep 2004
    Posts
    2

    Default aopalliance.jar license.

    Rod,
    Noticed that the spring is distributed under apache license while the aopalliance.jar file is made available under LGPL. People in the know tell me that this could have viral implications when distributing an application using Spring which uses Spring aop. Are there any plans to change the license for aopalliance or is this something you do not have any control over?

  2. #2
    Join Date
    Aug 2004
    Location
    San Mateo, CA
    Posts
    1,265

    Default

    One person asked before and I sounded out others on the AOP Alliance about changing license. I think it would be possible.

    However, LGPL != GPL. So I'm not sure that viral concerns apply.

    The best place for this discussion would be the AOP Alliance list.
    Rod Johnson - GM, SpringSource Division, VMware
    http://www.springsource.com
    Spring From the Source

  3. #3

    Default

    AFAIK, the LGPL licence only constraint if you change the code of the library. It's the GPL that is viral even if you just link to the jar. So it doesn't cause any problem as long as you don't modify the source code and recompile it, and then redistribute it. Same goes for Hibernate for example. I'm no lawyer, but that's my understanding of [L]GPL.

  4. #4
    Join Date
    Aug 2004
    Location
    Columbus, OH, USA
    Posts
    133

    Default

    Yep, that's how my company reads the LGPL as well (we're prohibited from using full GPL libraries unless the product is explicitly going to be GPLed).
    Scott

  5. #5
    Join Date
    Aug 2004
    Location
    San Mateo, CA
    Posts
    1,265

    Default

    This license change has now been agreed on the AOP Alliance list.
    Rod Johnson - GM, SpringSource Division, VMware
    http://www.springsource.com
    Spring From the Source

  6. #6
    Join Date
    Sep 2004
    Posts
    3

    Default

    Where did you find the license for AOP Alliance? I'm holding on using the AOP side of Spring Framework because I can't find a license to run by our legal dept. I looked in the AOP alliance download and the website.

  7. #7
    Join Date
    Aug 2004
    Posts
    1,107

    Default

    It was mentioned on the mailing list a while ago. The distribution does not have any licensing info. The license agreed upon now is Public Domain.
    Thomas Risberg
    SpringSource by Pivotal
    http://www.springsource.org

Similar Threads

  1. Implementing License Restrictions
    By at88mph in forum Container
    Replies: 2
    Last Post: Sep 22nd, 2005, 04:37 PM
  2. How to make License for war file
    By kotesh in forum Web
    Replies: 1
    Last Post: Jun 18th, 2005, 06:15 AM
  3. Spring license
    By ChrisCross in forum Meta
    Replies: 3
    Last Post: Feb 17th, 2005, 04:53 AM
  4. Enlisting Custom DataSource with JTa
    By shaby775 in forum Data
    Replies: 11
    Last Post: Sep 9th, 2004, 03:00 AM
  5. Replies: 6
    Last Post: Sep 7th, 2004, 12:22 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •