mirror of
https://github.com/github/choosealicense.com
synced 2024-12-21 20:30:10 +01:00
Show BSL-1.0 between MIT and Unlicense in license spectrum
This commit is contained in:
parent
f09f485e92
commit
4c002534af
@ -1,6 +1,7 @@
|
||||
---
|
||||
title: Boost Software License 1.0
|
||||
spdx-id: BSL-1.0
|
||||
hidden: false
|
||||
|
||||
description: A simple permissive license only requiring preservation of copyright and license notices for source (and not binary) distribution. Licensed works, modifications, and larger works may be distributed under different terms and without source code.
|
||||
|
||||
|
@ -14,6 +14,7 @@ title: Licenses
|
||||
{% include license-overview.html license-id="mpl-2.0" %}
|
||||
{% include license-overview.html license-id="apache-2.0" %}
|
||||
{% include license-overview.html license-id="mit" %}
|
||||
{% include license-overview.html license-id="bsl-1.0" %}
|
||||
{% include license-overview.html license-id="unlicense" %}
|
||||
|
||||
The above licenses represent the entire spectrum of open source licenses, from highly protective to unconditional. One of these should work for most new open source projects. Many other open source licenses exist, including older versions of and close substitutes for some of the above. See the resources listed on our <a href="/about/">about page</a> if you'd like to read more.
|
||||
|
@ -10,6 +10,7 @@ describe 'shown licenses' do
|
||||
apache-2.0
|
||||
bsd-2-clause
|
||||
bsd-3-clause
|
||||
bsl-1.0
|
||||
cc0-1.0
|
||||
epl-2.0
|
||||
gpl-2.0
|
||||
@ -21,7 +22,7 @@ describe 'shown licenses' do
|
||||
].freeze
|
||||
|
||||
it 'has the expected number of shown licenses' do
|
||||
expect(shown_licenses.count).to eql(12)
|
||||
expect(shown_licenses.count).to eql(13)
|
||||
expect(SHOWN_LICENSES.count).to eql(shown_licenses.count)
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user