Are there any licensing fees or royalties involved with either of them for a product for professional sales?
Does any or all of the code written for the project have to be released to open source?
Any info or links anyone could provide for me would be much appreciated.
Thanks,
Joel
-
Implications of Spring and Hibernate on project (4 messages)
- Posted by: Joel Schilling
- Posted on: February 11 2005 06:59 EST
Threaded Messages (4)
- Implications of Spring and Hibernate on project by adrian osullivan on February 11 2005 09:36 EST
- Implications of Spring and Hibernate on project by Richard Rodger on February 14 2005 08:05 EST
-
Implications of Spring and Hibernate on project by Bostjan Dolenc on February 14 2005 10:05 EST
- Implications of Spring and Hibernate on project by Richard Rodger on February 17 2005 10:43 EST
-
Implications of Spring and Hibernate on project by Bostjan Dolenc on February 14 2005 10:05 EST
- Implications of Spring and Hibernate on project by Richard Rodger on February 14 2005 08:05 EST
-
Implications of Spring and Hibernate on project[ Go to top ]
- Posted by: adrian osullivan
- Posted on: February 11 2005 09:36 EST
- in response to Joel Schilling
Spring is licensed under Apache
Hibernate is licensed under GNU GPL
You are free to use the products as you please as long as your product remains separable from the original. However, if you modify the source code of either product, you are legally bound to make you changes available under the same license as it came with and various other conditions apply.
Check out the license files distributed with the product. -
Implications of Spring and Hibernate on project[ Go to top ]
- Posted by: Richard Rodger
- Posted on: February 14 2005 08:05 EST
- in response to adrian osullivan
If Spring is Apache-licensed then you can include it in a binary-only commercial product. As Hibernate is GPL, you're out of luck - you'd have to release the source code of your own product too. At least, that's the way I've always understood it. Best thing to do is contact the relevant developers directly and ask them - they're the copyright holders. -
Implications of Spring and Hibernate on project[ Go to top ]
- Posted by: Bostjan Dolenc
- Posted on: February 14 2005 10:05 EST
- in response to Richard Rodger
As Hibernate is GPL, you're out of luck - you'd have to release the source code of your own product too.
Hibernate is LGPL. Basically, you have to release source of any modifications you would make to Hibernate.
As for your own product - depends on wheter your product is a "work that uses the Library" or "a derivative of the Library". Those two terms are defined in the paragraph 5 of the LGPL.
As always, I Am Not A Lawyer. -
Implications of Spring and Hibernate on project[ Go to top ]
- Posted by: Richard Rodger
- Posted on: February 17 2005 10:43 EST
- in response to Bostjan Dolenc
Hibernate is LGPL? Great - looks like you can use it then :)