Defining the REBOL source license
There's been some concern and discussion over what source license to use for R3. I proposed GPL v2, but maybe that's not the best choice? Let me explain what I want and let's figure out what will fit or how to shape a license that meets my requirements. Think of the source license in terms of being a fair trade:
So, this is the exchange: You get something; I get something; the whole community gets something. And, if any of us wants to make and sell commercial products, we can do so without any serious hindrance. Definition of "improvements": By improvements, I mean enhancements, optimizations, fixes, and porting (to other systems) of the R3 native kernel system - the source work that is licensed to you. For example, if you figure out a way to double the execution speed of the interpreter, you would be obligated to send that back. If you make improvements and do not send them back, then the license is revoked, and you retain no rights to use or distribute R3. Definition of "applications": Code that you develop that exists outside of the R3 native kernel system is excluded from the license. That is, I have no fair trade claim to scripts, functions, applications, or services you create that use R3. (Even if "encap'd" into the same binary file.) For example, you write a popular social media system, it's yours. You can keep it private, make it commercial, and do whatever you want with it. Definition of "extensions": Also excluded are modular extensions to R3. For example, if you add a streaming video player module, it is not required that you send it back. Although, I very much hope you would! However, if in order to make that module work you change how event handling works or add a video! datatype to the native system, then you would be required to send those back. Not the player module, just the kernel related improvements. Other notes...
So, there you go. That's the basic idea. I hope there's a popular existing license for this model. What do you think?
|
Updated 13-Nov-2024 - Copyright Carl Sassenrath - WWW.REBOL.COM - Edit - Blogger Source Code |