Jump to content

Business Source License

From Wikipedia, the free encyclopedia

TheBusiness Source License(SPDXid BUSL[1]) is asoftware licensewhich publishessource codebut limits the right to use thesoftwareto certain classes of users. The BUSL is not anopen-source license,[1]but it issource-availablelicense that also mandates an eventual transition to an open-source license. This characteristic has been described as a compromise between traditional proprietary licenses and open source.[2]

The originator of the BUSL isMariaDB CorporationAb, where it is used for the MaxScale product, not for the flagshipMariaDB.[3]

Terms

[edit]

The Business Source License requires the work to be relicensed to a "Change License" at the "Change Date". The "Change License" must be a "license which is compatible withGPLversion 2.0 or later ". The Change Date must be four years or sooner from the publication date of the work being licensed.

The Business Source License by default restricts production use. The license allows copyright owners to specify an "Additional Use Grant". In a 2020 survey of adoption of this license, open source developer and entrepreneur Adam Retter summarised this:

Additional Use Grant (Optional) The BUSL by default prohibitsproductionuse of the software. This parameter can optionally be used to grant additional rights to the licensee by the licensor. For example, so that it may be used with various restrictions in some form of production environment. It cannot be used to limit the other rights granted by the license.[4]

Adoption

[edit]

The BUSL has been used by some projects to move away from open source licensing to achieve a sustainable revenue model by applying restrictions not possible with an open source license, while aiming to provide many existing users with the same access and contribution rights as under the original open source license. Each specific instance of the license is expected to define the user class which is prohibited; the default is to exclude production use. Typically the exclusion applies to production use or to cloud vendors charging for hosted access to the software. Such users must obtain a commercial license.[citation needed]

The move of some projects away from open source licensing is controversial in the open source community. In October 2023 theLinux Foundationaddressed this with an article, and used the Business Source License as the defining representation of this threat to open source[5]

HashiCorp

[edit]

In August 2023,HashiCorpannounced it was moving all its previously open source products to the Business Source License 1.1[6]

The motivation for the change from an open source license to the BUSL in the case of HashiCorp is explained thus:

Organizations providing competitive offerings to HashiCorp will no longer be permitted to use the community edition products free of charge under our BUSL license. Commercial licensing terms are available and can enable use cases beyond the BUSL limitations.[7]

The move of HashiCorp'sTerraformsoftware to the Business Source License sparked the creation of the OpenTofufork.OpenTofu describes the Business Source License as being "ambiguous" and "challenging for companies, vendors, and developers using Terraform to decide whether their actions could be interpreted as being outside the permitted scope of use".[8]

Other projects

[edit]

Other prominent projects which moved from an open source license to the Business Source License includeCockroachDB(with over 28K GitHub stars),[9]and SurrealDB[10]

Relicensing and the CLA controversy

[edit]

The license change is enabled by requiring contributors to agree to aContributor License Agreement (CLA)which assigns to the project sponsor the right to publish contributions under non-open-source licenses, even when the project license was an open source license. The Kyodo Tech blog says that "Recent shifts in the open source landscape, such as HashiCorp’s decision" have "reignited debates on balancing business needs with open source principles. The use of Contributor License Agreements (CLAs) sits at the heart of this discussion"[11]

References

[edit]
  1. ^ab"Business Source License 1.1".Software Package Data Exchange (SPDX).Linux Foundation. May 22, 2024.RetrievedJune 13,2024.
  2. ^"Business Source License (BUSL): Requirements, Terms - FOSSA".Dependency Heaven.2023-08-23.Retrieved2023-10-20.
  3. ^"Projects using BUSL 1.1".MariaDB.Retrieved2023-10-20.
  4. ^Adam, Retter (2020-03-26)."Business Source License Adoption".Down the Code Mine.Retrieved2023-10-20.
  5. ^"How open source foundations protect the licensing integrity of open source projects".linuxfoundation.org.Retrieved2023-10-20.
  6. ^"HashiCorp Adopts Business Source License for All Products".InfoQ.Retrieved2023-10-20.
  7. ^"BUSL Faq Q6".Retrieved2023-10-13.
  8. ^"FAQ | OpenTofu".opentofu.org.Retrieved2023-10-20.
  9. ^"cockroach/LICENSE at master · cockroachdb/cockroach".GitHub.Retrieved2023-10-20.
  10. ^"SurrealDB | License FAQs | The ultimate multi-model database".SurrealDB.Retrieved2024-01-19.
  11. ^Tech, Kyodo (2023-08-11)."Balancing Business & Open Source: Permissive Licenses, Copyleft, and CLA".Medium.Retrieved2023-10-20.
[edit]