31 lines
552 B
Markdown
31 lines
552 B
Markdown
# 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
|
||
```
|