licenses/README.md

31 lines
552 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 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
```