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

drop "dedication" from family name, fix #289; drop double empty condition properties

This commit is contained in:
Mike Linksvayer 2016-03-07 15:43:39 -08:00
parent 4cba3a5d82
commit 0b83d3d44e
2 changed files with 6 additions and 10 deletions

View File

@ -2,7 +2,7 @@
title: Creative Commons Zero v1.0 Universal title: Creative Commons Zero v1.0 Universal
nickname: CC0 1.0 Universal nickname: CC0 1.0 Universal
redirect_from: /licenses/cc0/ redirect_from: /licenses/cc0/
family: Public Domain Dedication family: Public Domain
variant: true variant: true
source: http://creativecommons.org/publicdomain/zero/1.0/ source: http://creativecommons.org/publicdomain/zero/1.0/
@ -10,21 +10,19 @@ description: The <a href="http://creativecommons.org/publicdomain/zero/1.0/">Cre
how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the CC0 into the file. how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the CC0 into the file.
conditions:
permissions: permissions:
- commercial-use - commercial-use
- modifications - modifications
- distribution - distribution
- private-use - private-use
conditions: []
limitations: limitations:
- no-liability - no-liability
- trademark-use - trademark-use
- patent-use - patent-use
conditions: []
hidden: false hidden: false
--- ---

View File

@ -1,25 +1,23 @@
--- ---
title: The Unlicense title: The Unlicense
family: Public Domain Dedication family: Public Domain
source: http://unlicense.org/UNLICENSE source: http://unlicense.org/UNLICENSE
description: Because copyright is automatic in most countries, <a href="http://unlicense.org">the Unlicense</a> is a template to waive copyright interest in software you've written and dedicate it to the public domain. Use the Unlicense to opt out of copyright entirely. It also includes the no-warranty statement from the MIT/X11 license. description: Because copyright is automatic in most countries, <a href="http://unlicense.org">the Unlicense</a> is a template to waive copyright interest in software you've written and dedicate it to the public domain. Use the Unlicense to opt out of copyright entirely. It also includes the no-warranty statement from the MIT/X11 license.
how: Create a text file (typically named UNLICENSE or UNLICENSE.txt) in the root of your source code and copy the text of the license disclaimer into the file. how: Create a text file (typically named UNLICENSE or UNLICENSE.txt) in the root of your source code and copy the text of the license disclaimer into the file.
conditions:
permissions: permissions:
- private-use - private-use
- commercial-use - commercial-use
- modifications - modifications
- distribution - distribution
conditions: []
limitations: limitations:
- no-liability - no-liability
conditions: []
hidden: false hidden: false
--- ---