1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-22 12:50:24 +01:00

Merge pull request #502 from floatingatoll/patch-1

De-capitalize one mistakenly-capitalized 'License'
This commit is contained in:
Mike Linksvayer 2017-04-08 22:43:28 -07:00 committed by GitHub
commit 749f888114
2 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ conditions:
label: Network use is distribution label: Network use is distribution
tag: network-use-disclose tag: network-use-disclose
- description: Modifications must be released under the same license when distributing the software. In some cases a similar or related license may be used. - description: Modifications must be released under the same license when distributing the software. In some cases a similar or related license may be used.
label: Same License label: Same license
tag: same-license tag: same-license
- description: Modifications of existing files must be released under the same license when distributing the software. In some cases a similar or related license may be used. - description: Modifications of existing files must be released under the same license when distributing the software. In some cases a similar or related license may be used.
label: Same license (file) label: Same license (file)

View File

@ -5,7 +5,7 @@ require 'spec_helper'
describe 'shown licenses' do describe 'shown licenses' do
# Whitelist of popular licenses that are shown (non-hidden) # Whitelist of popular licenses that are shown (non-hidden)
# Note: most new licenses that are added should be hidden by default # Note: most new licenses that are added should be hidden by default
SHOWN_LICENSES = %w( SHOWN_LICENSES = %w[
agpl-3.0 agpl-3.0
apache-2.0 apache-2.0
bsd-2-clause bsd-2-clause
@ -18,7 +18,7 @@ describe 'shown licenses' do
mit mit
mpl-2.0 mpl-2.0
unlicense unlicense
).freeze ].freeze
it 'has the expected number of shown licenses' do it 'has the expected number of shown licenses' do
expect(shown_licenses.count).to eql(12) expect(shown_licenses.count).to eql(12)