-
Notifications
You must be signed in to change notification settings - Fork 899
License: switch to a software license #8
Comments
I already sent them an email. (but they didn't answer the last)
|
So, in the end, is this open source, or not? The license text states that |
We know that the CC license is not recommended for the software. Most of all, we rewrite the license in order to be suitable for the software, limiting commercial use only. |
Why the hell are you using NC in the first place? Are you even planning on making any profit on this? The NC clause is anyway silly and shouldn't be used. There are simple and clear licenses that are free and most users don't even read licenses anyway. |
Why? Software development costs nothing? |
RainLoop: there are quite a lot of developers of artists who work for other reason than just money. Also, you can make money with free/libre software ("pay what you want", crowdfunding... are some examples). davbaumgartner: CC BY and CC BY-SA are free. CC BY-NC, CC BY-NC-SA and CC BY-NC-ND are not. Also, no license allows using less restrictions than the original one. You can't relicense something under BY-NC to WTFPL (which is a bad license by the way), you can only add additional restrictions. |
@RainLoop from what I understand is that you want to reserve the right to sell commercial licenses. E.g. you're free to use this non-commercially, but if you want to use it commercially, you'd have to buy a license of some sort. IMHO this is a flawed model that will hurt adoption. Take a look at Gitlab. It's licensed under MIT (e.g. do/use whatever you want), but I know Sytze from Gitlab.com is doing some serious business selling enterprise licenses. Having a free product (even commercially) makes it easy for companies to use and evaluate your product. If your "enterprise service" adds more value, it's an easy step to take. At this moment, I am not permitted evaluate your software by actually using it for my company. License this whatever way you see fit, but from a user and business perspective, going open source is the way to go. Also check http://choosealicense.com/ for some more details on different licenses. |
The basic idea that there was no difference between the versions.
But you can test RainLoop Webmail without buying a license. Application doesn't have any code restrictions.
Code is open and available on github. |
@RainLoop I agree with what you say, but:
Yes. But, the license says I can't use it commercially. Most people will probably ignore (if they even read it), but others won't causing you missed opportunities in selling commercial (support) licenses. |
Given that I started this thread, allow me to explain why I did so: in the beginning, at least, the license was not clear (to me) whether I'm allowed to modify the code or not. That's why I asked the RainLoop team to switch to a license such as BSD, MIT, GPL etc., a license that is common among (open source) software vendors and so easy to grasp for people, like myself, who don't speak legalese but are accustomed to them. Now, if RainLoop wants to make their software open source and freely available for personal use, but insists that commercial users pay royalties, it's their right to do so. Honestly, discussions along the lines of "you should do X", "trust me", "I know what's best for you" are fallacious. Especially when you're basically saying they should be giving their work for free. |
@RainLoop One valid option is to dual-license. One example of a software using this model is qt. If all people who hold copyright over any part of it (all contributors) agree, you can simply declare "This code is under the GPLv3 for all non-commercial uses. For commercial uses, you must purchase a license from us for $X". That's a valid way to do these things and it allows you to use a license actually suitable for source code. The CC license you're using now is definitely not meant to be used here and I personally find it problematic. The license issue is sufficient that I'm sticking with other webmail solutions that I find to have an inferior user interface. |
@RainLoop Any person or company that conducts any business over email is going to have trouble using this with your non-commerical restriction, even in a private internal installation. You have probably conducted business over email yourself. You don't have to worry about what you email using RainLoop, since you own the copyright, but users will have to worry about this. A real open source software license would alleviate these issues. |
The question is - what is commercial use of a webmail client? |
What do you think about a flowplayer license https://flowplayer.org/license/ ? |
I'd much rather use the flowplayer license than CC. |
No, don't do that. That license isn't free/libre to begin with. It isn't a FSF and OSI-approved license either. It is also preferable not to do trademark stuff in licenses. Pick a license on this list, please: http://www.gnu.org/licenses/license-list – AGPLv3 would be especially suited for this. |
CC licenses are not commonly used for software. See also http://wiki.creativecommons.org/FAQ#Can_I_use_a_Creative_Commons_license_for_software.3F
The text was updated successfully, but these errors were encountered: