From db0d9c4a6c3916afa1f87673ac77374079bc710c Mon Sep 17 00:00:00 2001 From: holly sparkles Date: Tue, 10 Oct 2023 22:44:11 +0200 Subject: [PATCH] chore: add LICENSE and README --- LICENSE | 13 +++++++++++++ README.md | 16 ++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 LICENSE create mode 100644 README.md diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..820055c --- /dev/null +++ b/LICENSE @@ -0,0 +1,13 @@ + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + + Copyright (C) 2023 holly sparkles + + Everyone is permitted to copy and distribute verbatim or modified + copies of this license document, and changing it is allowed as long + as the name is changed. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO. diff --git a/README.md b/README.md new file mode 100644 index 0000000..33a3414 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# Open Source License Database + +This is a collection of raw open source licenses for use with [license-api-rs](https://git.holly.sh/license-api-rs.git) + +## Usage + +1. Clone the repo +2. Point `license-api-rs` to the path to `database.yml` and you're done! + +## Missing license? + +Missing license? Clone the repo, [create a PATCH file](https://git-scm.com/docs/git-format-patch), and send it to me. I'll validate, and push to upstream. + +## License + +- [WTFPL](LICENSE) -- libgit2 1.7.2