Skip to content

Commit 7df9172

Browse files
committed
docs: update license info in readme files
1 parent ba0e2b5 commit 7df9172

File tree

3 files changed

+45
-3
lines changed

3 files changed

+45
-3
lines changed

README.md

+21
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,24 @@ An experimental Proof of Concept Ratatui library and TUI app for rendering Markd
44

55
- [Tui-markdown README](./tui-markdown/README.md)
66
- [Markdown-reader README](./markdown-reader/README.md)
7+
8+
## License
9+
10+
Copyright (c) 2024 Josh McKinney
11+
12+
This project is licensed under either of
13+
14+
- Apache License, Version 2.0
15+
([LICENSE-APACHE](./LICENSE-APACHE) or <http://www.apache.org/licenses/LICENSE-2.0>)
16+
- MIT license
17+
([LICENSE-MIT](./LICENSE-MIT) or <http://opensource.org/licenses/MIT>)
18+
19+
at your option.
20+
21+
## Contribution
22+
23+
Unless you explicitly state otherwise, any contribution intentionally submitted
24+
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
25+
dual licensed as above, without any additional terms or conditions.
26+
27+
See [CONTRIBUTING.md](./CONTRIBUTING.md).

markdown-reader/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ Copyright (c) 2024 Josh McKinney
7171
This project is licensed under either of
7272

7373
- Apache License, Version 2.0
74-
([LICENSE-APACHE](LICENSE-APACHE) or <http://www.apache.org/licenses/LICENSE-2.0>)
74+
([LICENSE-APACHE](../LICENSE-APACHE) or <http://www.apache.org/licenses/LICENSE-2.0>)
7575
- MIT license
76-
([LICENSE-MIT](LICENSE-MIT) or <http://opensource.org/licenses/MIT>)
76+
([LICENSE-MIT](../LICENSE-MIT) or <http://opensource.org/licenses/MIT>)
7777

7878
at your option.
7979

@@ -83,7 +83,7 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
8383
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
8484
dual licensed as above, without any additional terms or conditions.
8585

86-
See [CONTRIBUTING.md](CONTRIBUTING.md).
86+
See [CONTRIBUTING.md](../CONTRIBUTING.md).
8787

8888
[tui-markdown]: https://crates.io/crate/tui-markdown
8989
[markdown-reader]: https://crates.io/crate/markdown-reader

tui-markdown/README.md

+21
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,27 @@ Initial implementation - this is very much WIP (see lib.rs `todo!()`s)
5151
- [ ] Images
5252
- [ ] Metadata blocks
5353

54+
## License
55+
56+
Copyright (c) 2024 Josh McKinney
57+
58+
This project is licensed under either of
59+
60+
- Apache License, Version 2.0
61+
([LICENSE-APACHE](../LICENSE-APACHE) or <http://www.apache.org/licenses/LICENSE-2.0>)
62+
- MIT license
63+
([LICENSE-MIT](../LICENSE-MIT) or <http://opensource.org/licenses/MIT>)
64+
65+
at your option.
66+
67+
## Contribution
68+
69+
Unless you explicitly state otherwise, any contribution intentionally submitted
70+
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
71+
dual licensed as above, without any additional terms or conditions.
72+
73+
See [CONTRIBUTING.md](../CONTRIBUTING.md).
74+
5475
[tui-markdown]: https://crates.io/crate/tui-markdown
5576
[markdown-reader]: https://crates.io/crate/markdown-reader
5677
[Ratatui]: https://crates.io/crates/ratatui

0 commit comments

Comments
 (0)