diff --git a/.gitmodules b/.gitmodules index f9838aa..5491b0f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,4 +19,4 @@ ignore = dirty [submodule "deps/cbor-lite"] path = deps/cbor-lite - url = https://github.com/wolfmcnally/cbor-lite.git + url = https://github.com/blockchaincommons/cbor-lite.git diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 80f5db0..dc2a8e3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,7 +48,7 @@ Pull Requests are the best way to propose changes to the codebase (we use [Githu 6. Issue that Pull Request! ## Any code contributions you make will be under the BSD-2-Clause Plus Patent License -In short, when you submit code changes, your submissions are understood will be available under the same [BSD-2-Clause Plus Patent License](./LICENSE.md) that covers the project. We also ask all code contributors to GPG sign the [CONTRIBUTOR-LICENSE-AGREEMENT.md](./CONTRIBUTOR-LICENSE-AGREEMENT.md) to protect future users of this project. Feel free to contact the maintainers if that's a concern. +In short, when you submit code changes, your submissions are understood will be available under the same [BSD-2-Clause Plus Patent License](./LICENSE.md) that covers the project. We also ask all code contributors to GPG sign the [Contributor License Agreement (CLA.md)](./CLA.md) to protect future users of this project. Feel free to contact the maintainers if that's a concern. ## Use a Consistent Coding Style * We indent using two spaces (soft tabs) diff --git a/README.md b/README.md index d844a05..656d446 100644 --- a/README.md +++ b/README.md @@ -91,17 +91,29 @@ To build `seedtool` you'll need to use the following tools: - autotools - Gnu Build System from Free Software Foundation ([intro](https://www.gnu.org/software/automake/manual/html_node/Autotools-Introduction.html)). +## Financial Support + +Seedtool is a project of [Blockchain Commons](https://www.blockchaincommons.com/). We are proudly a "not-for-profit" social benefit corporation committed to open source & open development. Our work is funded entirely by donations and collaborative partnerships with people like you. Every contribution will be spent on building open tools, technologies, and techniques that sustain and advance blockchain and internet security infrastructure and promote an open web. + +To financially support further development of Seedtool and other projects, please consider becoming a Patron of Blockchain Commons through ongoing monthly patronage as a [GitHub Sponsor](https://github.com/sponsors/BlockchainCommons). You can also support Blockchain Commons with bitcoins at our [BTCPay Server](https://btcpay.blockchaincommons.com/). + ## Contributing We encourage public contributions through issues and pull-requests! Please review [CONTRIBUTING.md](./CONTRIBUTING.md) for details on our development process. All contributions to this repository require a GPG signed [Contributor License Agreement](./CLA.md). +### Questions & Support + +As an open-source, open-development community, Blockchain Commons does not have the resources to provide direct support of our projects. If you have questions or problems, please use this repository's [issues](./issues) feature. Unfortunately, we can not make any promises on response time. + +If your company requires support to use our projects, please feel free to contact us directly about options. We may be able to offer you a contract for support from one of our contributors, or we might be able to point you to another entity who can offer the contractual support that you need. + ### Credits The following people directly contributed to this repository. You can add your name here by getting involved — the first step is to learn how to contribute from our [CONTRIBUTING.md](./CONTRIBUTING.md) documentation. | Name | Role | Github | Email | GPG Fingerprint | | ----------------- | ------------------- | ------------------------------------------------- | ------------------------------------- | -------------------------------------------------- | -| Christopher Allen | Principal Architect | [@ChristopherA](https://github.com/@ChristopherA) | \ | FDFE 14A5 4ECB 30FC 5D22 74EF F8D3 6C91 3574 05ED | +| Christopher Allen | Principal Architect | [@ChristopherA](https://github.com/ChristopherA) | \ | FDFE 14A5 4ECB 30FC 5D22 74EF F8D3 6C91 3574 05ED | | Wolf McNally | Project Lead | [@WolfMcNally](https://github.com/wolfmcnally) | \ | 9436 52EE 3844 1760 C3DC  3536 4B6C 2FCF 8947 80AE | ## Responsible Disclosure diff --git a/build.sh b/build.sh index b537aba..7eab8e1 100755 --- a/build.sh +++ b/build.sh @@ -11,35 +11,30 @@ GREEN=`tput setaf 2` RESET=`tput sgr0` pushd deps/bc-crypto-base -git checkout develop ./configure --prefix ${LIBS} make check make install popd pushd deps/bc-shamir -git checkout develop ./configure --prefix ${LIBS} make check make install popd pushd deps/bc-slip39 -git checkout develop ./configure --prefix ${LIBS} make check make install popd pushd deps/bc-bip39 -git checkout develop ./configure --prefix ${LIBS} make check make install popd pushd deps/bc-bech32 -git checkout develop ./configure --prefix ${LIBS} make check make install diff --git a/deps/bc-bech32 b/deps/bc-bech32 index f47ecd8..7b17d2a 160000 --- a/deps/bc-bech32 +++ b/deps/bc-bech32 @@ -1 +1 @@ -Subproject commit f47ecd81a722e1457f1f3e5561d40d5a0e06a9eb +Subproject commit 7b17d2a0259c2e52356d10f4aa230f46852c5116 diff --git a/deps/bc-bip39 b/deps/bc-bip39 index d4f9aea..198c436 160000 --- a/deps/bc-bip39 +++ b/deps/bc-bip39 @@ -1 +1 @@ -Subproject commit d4f9aea5881b3d3f581b52fdacf1d7ab58b2fb24 +Subproject commit 198c436ec168519e173d7fe5570a649f89260edb diff --git a/deps/bc-crypto-base b/deps/bc-crypto-base index 42dbfa0..2fbb747 160000 --- a/deps/bc-crypto-base +++ b/deps/bc-crypto-base @@ -1 +1 @@ -Subproject commit 42dbfa091a7832714507a3f8699a31f3f09c7ab4 +Subproject commit 2fbb747199d7bd920fff7885190ae06ad0be1275 diff --git a/deps/bc-shamir b/deps/bc-shamir index edc218f..697c3de 160000 --- a/deps/bc-shamir +++ b/deps/bc-shamir @@ -1 +1 @@ -Subproject commit edc218fe8d331cfbe34505260fd583695aca2d05 +Subproject commit 697c3de0087acafe5f1b3c5ce5d0e5f33c35da62 diff --git a/deps/bc-slip39 b/deps/bc-slip39 index 66fd249..de2895c 160000 --- a/deps/bc-slip39 +++ b/deps/bc-slip39 @@ -1 +1 @@ -Subproject commit 66fd249eaf50b15b6fee975543127be10a420a11 +Subproject commit de2895cafd6750bbc007f0b061258e02fb6fb7c6