From eeed2a4ff294224b8e29de57e08c9178f4d73d3e Mon Sep 17 00:00:00 2001 From: Gilbert Chen Date: Wed, 7 Jun 2017 14:23:40 -0400 Subject: [PATCH] Check in ACKNOWLEDGEMENTS.md --- ACKNOWLEDGEMENTS.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ACKNOWLEDGEMENTS.md diff --git a/ACKNOWLEDGEMENTS.md b/ACKNOWLEDGEMENTS.md new file mode 100644 index 0000000..46e52b3 --- /dev/null +++ b/ACKNOWLEDGEMENTS.md @@ -0,0 +1,14 @@ +Duplicacy is based on the following open source project: + +| Projects | License | +|:--------:|:-------:| +|https://github.com/urfave/cli | MIT | +|https://github.com/aryann/difflib | MIT | +|https://github.com/bkaradzic/go-lz4 | BSD-2-Clause | +|https://github.com/Azure/azure-sdk-for-go | Apache-2.0 | +|https://github.com/tj/go-dropbox | MIT | +|https://github.com/goamz/goamz | LGPL-3.0 with static compilation excpetions | +|https://github.com/howeyc/gopass | ISC | +|https://github.com/tmc/keyring | ISC | +|https://github.com/pcwizz/xattr | BSD-2-Clause | +|https://github.com/minio/blake2b-simd | Apache-2.0 |