Skip to content

Commit 2d54347

Browse files
committed
docs: add License and Contributing sections to repo top-level README
- moved license files up to repo top-level directory - minor cleanup of bdk/README.md License and Contribution sections
1 parent d6bcd9b commit 2d54347

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
@@ -66,3 +66,19 @@ cargo update -p tempfile --precise "3.6.0"
6666
# rustls 0.21.2 has MSRV 1.60.0+
6767
cargo update -p rustls:0.21.6 --precise "0.21.1"
6868
```
69+
70+
## License
71+
72+
Licensed under either of
73+
74+
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or <https://www.apache.org/licenses/LICENSE-2.0>)
75+
* MIT license ([LICENSE-MIT](LICENSE-MIT) or <https://opensource.org/licenses/MIT>)
76+
77+
at your option.
78+
79+
### Contribution
80+
81+
Unless you explicitly state otherwise, any contribution intentionally
82+
submitted for inclusion in the work by you, as defined in the Apache-2.0
83+
license, shall be dual licensed as above, without any additional terms or
84+
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)