From 7060343f4260a9eec1e43e318db0073df6f63b4f Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Sat, 19 Mar 2022 13:51:50 -0700 Subject: [PATCH] gpu-dawn: mention Dawn license is permissive Signed-off-by: Stephen Gutekanst --- gpu-dawn/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gpu-dawn/README.md b/gpu-dawn/README.md index db732737..829ff3f1 100644 --- a/gpu-dawn/README.md +++ b/gpu-dawn/README.md @@ -78,3 +78,7 @@ Join the Mach engine community [on Matrix chat](https://matrix.to/#/#hexops:matr ## Issues Issues are tracked in the [main Mach repository](https://github.com/hexops/mach/issues?q=is%3Aissue+is%3Aopen+label%3Agpu-dawn). + +## License + +All Mach code (this repository) is under the Apache and MIT license at your choosing described in the `LICENSE` file. Dawn itself is [similarly permissively licensed](https://github.com/hexops/dawn/blob/main/LICENSE).