From 7547a0ccbae7871b80e64a1c118e55faae8738e0 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 26 Mar 2021 22:55:32 +0000 Subject: [PATCH] README: add licence bit at the bottom --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 03023d9..2b4f916 100644 --- a/README.md +++ b/README.md @@ -92,3 +92,6 @@ For `base` and `base-nopush` image types, the following files should be present: Optionally, any image type can contain the following files: - `dependents.txt`: The names of images that depend on this image - 1 image name per file. This is read by my continuous integration system to queue rebuilds of dependent Docker containers once the current image has finished building & pushing automatically. + +## License +The contents of this repository is licensed under the _Mozilla Public License 2.0_ (MPL-2.0). This license can be found in the _LICENSE_ file in this repository.