licenses/README.md
2023-09-20 21:08:35 -06:00

31 lines
552 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# LICENCES
this is my personal collection of licenses
appropriate (?) for software and creative works
## goals
1. a browseable collections of licenses
i.e. navigate to `src/` and take a look around
2. a database you can query by type
e.g.
```
recsel -G type,base -p type,base,name db/license.rec
```
3. autocomplete a desired license with recfmt
e.g.
```
cat << EOF | recfmt -f src/kumada1.txt
∙ work: my very special thing
∙ author: dozens
∙ email: dozens@tilde.team
∙ EOF
```