From edc8c0663d08adcec9be44aa87576a8ec1fcd703 Mon Sep 17 00:00:00 2001 From: Faye Amacker <33205765+fxamacker@users.noreply.github.com> Date: Wed, 29 Sep 2021 17:50:03 -0500 Subject: [PATCH] Add copyright and license notice to README --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a2c15bd3..3097a210 100644 --- a/README.md +++ b/README.md @@ -1 +1,9 @@ -# atree \ No newline at end of file +# Atree + +Atree provides scalable arrays and scalable ordered maps. + +## License + +The Atree library is licensed under the terms of the Apache license. See [LICENSE](LICENSE) for more information. + +Copyright © 2021 Dapper Labs, Inc.