Skip to content

Commit a65a199

Browse files
committed
fix(lib): updates license doc in lib
1 parent 26e4edb commit a65a199

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

lib/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,15 @@ pub struct ScanError {
360360

361361
All scanner operations return `Result<(), ScanError>` for proper error handling.
362362

363+
## License
364+
365+
This project is dual-licensed under either of
366+
367+
- Apache License, Version 2.0 ([LICENSE-APACHE](../LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
368+
- MIT License ([LICENSE-MIT](../LICENSE-MIT) or http://opensource.org/licenses/MIT)
369+
370+
at your option.
371+
363372
## Related Projects
364373

365374
- [go-lanscan](https://github.com/robgonnella/go-lanscan) - Original Go implementation

0 commit comments

Comments
 (0)