1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-22 04:40:09 +01:00

fix yaml, test

This commit is contained in:
Mike Linksvayer 2019-11-20 08:11:57 -08:00
parent 44c8b266ac
commit 379bf41d44
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@
title: Creative Commons Zero v1.0 Universal
spdx-id: CC0-1.0
redirect_from: /licenses/cc0/
hidden:false
hidden: false
description: The <a href="https://creativecommons.org/publicdomain/zero/1.0/">Creative Commons CC0 Public Domain Dedication</a> waives copyright interest in a work you've created and dedicates it to the world-wide public domain. Use CC0 to opt out of copyright entirely and ensure your work has the widest reach. As with the Unlicense and typical software licenses, CC0 disclaims warranties. CC0 is very similar to the Unlicense.

View File

@ -10,6 +10,7 @@ describe 'shown licenses' do
apache-2.0
bsd-2-clause
bsd-3-clause
cc0-1.0
epl-2.0
gpl-2.0
gpl-3.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)
end
shown_licenses.each do |license|