Skip to content

Commit fc82756

Browse files
docs: update license details
1 parent ee9b61c commit fc82756

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

LICENSE-APACHE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ APPENDIX: How to apply the Apache License to your work.
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright [2023] [N0, INC]
189+
Copyright [2025] [N0, INC]
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

LICENSE-MIT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2023 N0, INC.
1+
Copyright 2025 N0, INC.
22

33
Permission is hereby granted, free of charge, to any
44
person obtaining a copy of this software and associated

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,23 @@ match GetRequest::try_from(request) {
6060

6161
The conversions that take a reference just return a `&'static str` as the error type. References are `Copy`, so we can always retry anyway.
6262

63+
## License
64+
65+
Copyright 2025 N0, INC.
66+
67+
This project is licensed under either of
68+
69+
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
70+
http://www.apache.org/licenses/LICENSE-2.0)
71+
* MIT license ([LICENSE-MIT](LICENSE-MIT) or
72+
http://opensource.org/licenses/MIT)
73+
74+
at your option.
75+
76+
## Contribution
77+
78+
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
79+
6380
[From]: https://doc.rust-lang.org/std/convert/trait.From.html
6481
[TryFrom]: https://doc.rust-lang.org/std/convert/trait.TryFrom.html
65-
[derive_more]: https://crates.io/crates/derive_more
82+
[derive_more]: https://crates.io/crates/derive_more

0 commit comments

Comments
 (0)