Skip to content

Commit 8c4eeb5

Browse files
Merge #1082: docs: add License and Contributing sections to repo top-level README
2d54347 docs: add License and Contributing sections to repo top-level README (Steve Myers) Pull request description: ### Description Add explicit "License" and "Contributing" sections to the repo top-level `README.md` file to make it clear that it applies to everything in the project. Also moved license files up to repo top-level directory and did some minor cleanup of bdk/README.md License and Contribution sections to match top-level README. ACKs for top commit: danielabrozzoni: ACK 2d54347 Tree-SHA512: 00442adf22258333d7672e8389b2380a8a81219f217bbffd525e253424a2aeeed13dd2316b3fe69d0bbeb13addbf2351697659c2abfec762e8e789fce3bb26e2
2 parents 3b5b829 + 2d54347 commit 8c4eeb5

File tree

5 files changed

+23
-8
lines changed

5 files changed

+23
-8
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,19 @@ cargo update -p reqwest --precise "0.11.18"
7474
# h2 0.3.21 has MSRV 1.63.0+
7575
cargo update -p h2 --precise "0.3.20"
7676
```
77+
78+
## License
79+
80+
Licensed under either of
81+
82+
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or <https://www.apache.org/licenses/LICENSE-2.0>)
83+
* MIT license ([LICENSE-MIT](LICENSE-MIT) or <https://opensource.org/licenses/MIT>)
84+
85+
at your option.
86+
87+
### Contribution
88+
89+
Unless you explicitly state otherwise, any contribution intentionally
90+
submitted for inclusion in the work by you, as defined in the Apache-2.0
91+
license, shall be dual licensed as above, without any additional terms or
92+
conditions.

crates/bdk/README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -206,18 +206,17 @@ cargo test
206206

207207
Licensed under either of
208208

209-
* Apache License, Version 2.0
210-
([LICENSE-APACHE](LICENSE-APACHE) or <https://www.apache.org/licenses/LICENSE-2.0>)
211-
* MIT license
212-
([LICENSE-MIT](LICENSE-MIT) or <https://opensource.org/licenses/MIT>)
209+
* Apache License, Version 2.0, ([LICENSE-APACHE](../../LICENSE-APACHE) or <https://www.apache.org/licenses/LICENSE-2.0>)
210+
* MIT license ([LICENSE-MIT](../../LICENSE-MIT) or <https://opensource.org/licenses/MIT>)
213211

214212
at your option.
215213

216-
## Contribution
214+
### Contribution
217215

218-
Unless you explicitly state otherwise, any contribution intentionally submitted
219-
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
220-
dual licensed as above, without any additional terms or conditions.
216+
Unless you explicitly state otherwise, any contribution intentionally
217+
submitted for inclusion in the work by you, as defined in the Apache-2.0
218+
license, shall be dual licensed as above, without any additional terms or
219+
conditions.
221220

222221
[`bdk_chain`]: https://docs.rs/bdk_chain/latest
223222
[`bdk_file_store`]: https://docs.rs/bdk_file_store/latest

0 commit comments

Comments
 (0)