1
0
mirror of https://github.com/github/gitignore synced 2024-11-22 11:44:21 +01:00

Call CC0 copying information instead of license

Before this change, this repo said that its "license" was CC0. CC0 is a
public domain dedication, not a license. (See
<https://creativecommons.org/faq/#how-do-cc-licenses-operate>). This
change makes this repo refer to CC0 as copying information.

The term "copying" was chosen to make this repo more closely follow CC's
recommendation for applying CC0 to computer software:
<https://wiki.creativecommons.org/wiki/CC0_FAQ#May_I_apply_CC0_to_computer_software.3F_If_so.2C_is_there_a_recommended_implementation.3F>
This commit is contained in:
Jason Yundt 2021-12-06 12:58:22 -05:00 committed by Jason Yundt
parent e5323759e3
commit b1fe89ff6e
2 changed files with 2 additions and 2 deletions

View File

View File

@ -150,6 +150,6 @@ by automatically forking the project and prompting to send a pull request too.
[branch]: https://help.github.com/articles/creating-and-deleting-branches-within-your-repository
[pr]: https://help.github.com/articles/using-pull-requests/
## License
## Copying Information
[CC0-1.0](./LICENSE).
[CC0-1.0](./COPYING).