Hi all,
i have one small question. I like GUI a style of Roundcube webmail. Can i use some GUI and style for own webmail programmed in python ?
i possible use XHTML structure, graphics and CSS ?
i want have serveral interface pro webmail and is up to user what he sellect..
My product is commercial software for our customers..
H.
List info: http://lists.roundcube.net/dev/
Jan Kachlik - NewMail wrote:
i have one small question. I like GUI a style of Roundcube webmail. Can i use some GUI and style for own webmail programmed in python ? My product is commercial software for our customers..
Hi Jan, you are only allowed to use parts of the Roundcube Mail System in case you are also going to publish it under the GPL. Open Source does not mean you can take the work of others and sell it...
Please read and understand the GPL; a lot of companies (especially companies producing routers based on Linux) did not, lost at court and had to publish their source code....
Best regards, Michael
Hi Jan!
On Jan 18, 2008 11:39 PM, Jan Kachlik - NewMail jkachlik@newmail.cz wrote:
Hi all,
i have one small question. I like GUI a style of Roundcube webmail. Can i use some GUI and style for own webmail programmed in python ?
i possible use XHTML structure, graphics and CSS ?
i want have serveral interface pro webmail and is up to user what he sellect..
My product is commercial software for our customers..
I think you may use it but you have to take into account that your code becomes GPL as soon as you use GPL code in it. (That's GPL in a nutshell, please correct me if I am wrong.)
Also, for the icons we use we actually received permission to use them in RoundCube because we are open source. Those icons are not meant to be used in *any* commercial product. Unfortunately I have no backup for this "claim" right now, I just remember an email I exchanged with Thomas about a year ago about this issue.
If you are in need of icons, I recommend famfamfam. Very cool set, free to use and they only require you to set a link to their creater. http://www.famfamfam.com/lab/icons/silk/
I'm CC'ing Thomas on this email, so maybe he can shed light on this and make sure this is all correct. ;-)
Cheers, Till _______________________________________________ List info: http://lists.roundcube.net/dev/
On Jan 19, 2008 9:22 AM, Michael Baierl mail@mbaierl.com wrote:
Jan Kachlik - NewMail wrote:
i have one small question. I like GUI a style of Roundcube webmail. Can i use some GUI and style for own webmail programmed in python ? My product is commercial software for our customers..
Hi Jan, you are only allowed to use parts of the Roundcube Mail System in case you are also going to publish it under the GPL. Open Source does not mean you can take the work of others and sell it...
Please read and understand the GPL; a lot of companies (especially companies producing routers based on Linux) did not, lost at court and had to publish their source code....
BTW, the GPL is not so black and white simple.
GPL means that if you distribute your "software", you have to give people your source code also. This (unfortunately) does not mean that just because you are using GPL software in your commercial product that you have to put it online and give it to the world. There are people for example who used a very popular opensource webshop, forked and are now selling "their" product. They couldn't sell it closed-source though!
GPL also means that people can put it online - regardless if you consider your product to be "commercial" or not. So for example (to stick with the same example) I can buy their webshop and I am allowed to put this in p2p.
Also keep in mind - with your code, you have to give credits (where due) and also "have to" (or should?) distribute the GPL license. Or at least let people know where they can find this.
So all confusion aside: he can use parts of RoundCube (except the icons, see my previous email), he just has to give his customers the code as well. I am not even sure if there is something that allows you to distribute closed-source in Python - but anyway. ;-)
If anyone needs to correct my "interpretation" or can add to it, feel free to. No loose claims though. ;-)
Have a great weekend, Till _______________________________________________ List info: http://lists.roundcube.net/dev/