From b1fe89ff6ec492e4c8c3fbf9b3c4f9b3e749b6d9 Mon Sep 17 00:00:00 2001 From: Jason Yundt Date: Mon, 6 Dec 2021 12:58:22 -0500 Subject: [PATCH] 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 ). 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: --- LICENSE => COPYING | 0 README.md | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename LICENSE => COPYING (100%) diff --git a/LICENSE b/COPYING similarity index 100% rename from LICENSE rename to COPYING diff --git a/README.md b/README.md index 7014eed7..24a19701 100644 --- a/README.md +++ b/README.md @@ -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).