index : license-db.git

ascending towards madness

author holly sparkles <sparkles@holly.sh> 2023-10-10 20:44:11.0 +00:00:00
committer holly sparkles <sparkles@holly.sh> 2023-10-10 20:44:11.0 +00:00:00
commit
db0d9c4a6c3916afa1f87673ac77374079bc710c [patch]
tree
4bd2070588043fd1efd8cc911bb353436859d720
download
db0d9c4a6c3916afa1f87673ac77374079bc710c.tar.gz

chore: add LICENSE and README



Diff

 LICENSE   | 13 +++++++++++++
 README.md | 16 ++++++++++++++++
 2 files changed, 29 insertions(+)

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 <sparkles@holly.sh>

 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