From ea7b4b7e9a74f6c5dbb675b440fdfe060f824092 Mon Sep 17 00:00:00 2001 From: Joseph Hale Date: Tue, 15 Aug 2023 09:39:46 -0700 Subject: [PATCH] doc: Add licensing note to README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 7fdb93d..41075fe 100644 --- a/README.md +++ b/README.md @@ -59,3 +59,13 @@ Make a copy of the file `config.json.dist` with the name `config.json`. - Set the `token` to the token you created in the [setup](#setup). - Set the `organization` to the GitHub username of the org whose repos you want to animate. + + +## License + +This project is licensed under the [Mozilla Public License v2.0](./LICENSE) + +Note, however, that it requires `gource` and `ffmpeg` to be installed on your +system. Since `gource` is licensed under GPL-3.0, the combined work may need to +be used under the terms of the GPL-3.0 (consult a lawyer for your specific +case). \ No newline at end of file -- 2.51.2