summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Breitmoser <look@my.amazin.horse>2019-10-10 23:28:47 +0200
committerVincent Breitmoser <look@my.amazin.horse>2019-10-10 23:28:47 +0200
commited0f04e304ef8dde8cef07c262043def87d6e285 (patch)
tree1fc36aee2c5011473edfc3a3ac4d25ad4d3d5ebc
parent03714945503c6cd9f7449d1fe1c5973dc407ada5 (diff)
update license in readme (sigh)
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index acf3b66..4a24f89 100644
--- a/README.md
+++ b/README.md
@@ -5,9 +5,9 @@ Low-level Rust bindings for the [libical library](https://github.com/libical/lib
```toml
# Cargo.toml
[dependencies]
-libical-sys = "0.1.0"
+libical-sys = "0.1"
```
# License
-This project is licensed under the GNU Lesser General Public License, Version 3.0 ([LICENSE-LGPL3](LICENSE-LGPL3) or https://www.gnu.org/licenses/lgpl.html)
+This project is licensed under the LGPL 3.0, or MPL 2.0, at the user's option.