diff --git a/go/store/LICENSE b/go/store/LICENSE index 7950cc5b54..bbf14474ad 100644 --- a/go/store/LICENSE +++ b/go/store/LICENSE @@ -1,5 +1,11 @@ +Copyright 2019 Liqudiata, Inc. All rights reserved. + +************************************************************************ + +This project incorporates work covered by the following copyright and +permission notice: + Copyright 2016 Attic Labs, Inc. -Copyright 2019 Liqudiata, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/go/store/README.md b/go/store/README.md index 3312196534..634e8d199a 100644 --- a/go/store/README.md +++ b/go/store/README.md @@ -1,5 +1,5 @@ -doltdb -====== +dolt/go/store +============= The persistence layer for dolt. Based on [noms](https://github.com/attic-labs/noms/), but adapted for storing table data.