Skip to content

Commit

Permalink
docs(all): update license disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvoet committed Jul 20, 2024
1 parent 9a870f8 commit 1d7f164
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Add to your `Cargo.toml`:
```diff
[dependencies]
...
+ rqlite-rs = "0.3.18"
+ rqlite-rs = "0.3.19"
```

## Quick Start
Expand Down Expand Up @@ -76,4 +76,8 @@ Contributions are welcome!

## License

**rqlite-rs** is licensed under the MIT license. See [LICENSE](LICENSE) for details.
**rqlite-rs** is licensed under either of
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0))
- MIT license ([LICENSE-MIT](LICENSE-MIT) or [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT))

at your option.

0 comments on commit 1d7f164

Please sign in to comment.