Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git
# Licenses

Grabbing the licenses is *mostly* automated, however there are exceptions
that need to be captured. Adding a file to capture these exceptions from
what the automated scripts pull would be useful.

# Usage

To grab the latest dependencies:

``` bash
gradle dependencies --configuration runtimeClasspath | fetch.sh > license.json
```

To convert the licenses to Markdown:

```
cat licenses.json | ./js2md.sh
```

Take the output from that and compare it with the licenses Markdown file.