From 49f9853a8980a01b0f17863d6cf5931fd7b28251 Mon Sep 17 00:00:00 2001 From: Mark Sagi-Kazar Date: Sun, 14 Nov 2021 13:50:16 +0100 Subject: [PATCH] docs: add license section to the readme Signed-off-by: Mark Sagi-Kazar --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5af31625..fb2edb9a 100644 --- a/README.md +++ b/README.md @@ -136,3 +136,7 @@ make testall For the best developer experience, install [Nix](https://builtwithnix.org/) and [direnv](https://direnv.net/). Alternatively, install Go and Docker manually or using a package manager. Install the rest of the dependencies by running `make deps`. + +## License + +The project is licensed under the [Apache License, Version 2.0](LICENSE).