--- title: Licensing --- Licensing, and "open source" licensing in particular, is something I've spent a lot of time on. # Presentations # Licenses [[Kyle Mitchell]] https://writing.kemitchell.com/ [[Parity]], [[Prosperity]], and [[License Zero]] are all Kyle Mitchell projects, who I am a big fan of. ### Parity https://paritylicense.com/ Non-commercial license, where the software may be used for any purpose except for-profit. ### Prosperity https://prosperitylicense.com/ Open, share-alike license aka copyleft, where software may not be used closed source. ### License Zero https://licensezero.com Not a license per se, but rather a protocol and some tools for selling private licenses to Parity and Prosperity. > Contributors can choose from two software licenses, Parity, an open, share-alike license, and Prosperity, noncommercial license, then sell private licenses through licensezero.com for use in closed source or for profit. licensezero.com sends the proceeds directly to developers’ Stripe accounts. ## Business Source License (MariaDB) https://mariadb.com/bsl11/ > The Business Source License (this document, or the “License”) is not an Open Source license. However, the Licensed Work will eventually be made available under an Open Source License, as stated in this License. --- _I went to see if Kyle had written anything on BSL, and it's only mentioned in an aside_ > One way to clear such a high bar is to make a ton of new value, all the time, at a relentless pace. The **Business Source License** and other time-delay release pacts implement exactly that kind of commitment in legal terms. Business-wise, it’s a treadmill. Stand still, you fall off the back.
[Kyle Mitchell, Changeblog, Sept 2019](https://writing.kemitchell.com/2019/09/05/Changeblog.html) ### BSL FAQ https://mariadb.com/bsl-faq-adopting/ Business Source License (BSL) was created by David Axmark and Michael Widenius to provide a mutually beneficial balance between the user benefits of true Open Source software that is free of cost and provides open access to all of the product code for modification, distribution, etc., and the sustainability needs of software developers to continue delivering product innovation and maintenance. The BSL is structured to allow free and open usage for the majority of use cases, and only requires a commercial license by those who use the software above a certain threshold, which is typically indicative of an environment that is delivering significant value to a business. BSL gives users complete access to the source code so users can modify, distribute and enhance it. It also guarantees a path for the software to become Open Source over time so that users will never be locked into a single vendor. These features help preserve the critical freedom aspects of Open Source (as defined by the Open Source Initiative in the Open Source Definition https://opensource.org/osd-annotated) while enabling a viable business model for professional software developers. This FAQ is designed to address questions for any developer, or any company, interested in working on BSL software or adopting BSL for their own business. #### What is Business Source License (BSL)? > BSL is a new alternative to Closed Source or Open Core licensing models. Under BSL, the source code is freely available from the start and it is guaranteed to become Open Source at a certain point in time (i.e., the Change Date). Usage below a specific level in the BSL is always completely free. Usage above the specified level requires a license from the vendor until the Change Date, at which point all usage becomes free. #### What is the purpose of BSL? > To create a license that strikes a balance between being able to run a financially viable software company while still supporting the original tenets of Open Source, such as empowering all software developers to be part of the innovation cycle – giving them open access to the code so they can modify or distribute the software by making the entire source code available from the start. Ultimately, we hope that BSL will create more Open Source software.