commit fa50c39738f056cc17600f4edaeac1a748e0c854
parent a1a5b45e52705f71e8728e5e11d24905fe30177d
Author: Yuval Langer <yuvallangerontheroad@gmail.com>
Date: Fri, 14 Oct 2022 00:08:15 +0300
Change license of the wordlists package.
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml
@@ -4,7 +4,7 @@ members = ["diceware_wordlists"]
[package]
name = "diceware"
-version = "0.5.4"
+version = "0.5.5"
authors = ["Yuval Langer <yuvallangerontheroad@gmail.com>"]
license = "AGPL-3.0"
repository = "https://gitlab.com/yuvallanger/rusty-diceware"
diff --git a/diceware_wordlists/Cargo.toml b/diceware_wordlists/Cargo.toml
@@ -1,8 +1,8 @@
[package]
name = "diceware_wordlists"
-version = "0.5.4"
+version = "0.5.5"
authors = ["Yuval Langer <yuvallangerontheroad@gmail.com>"]
-license = "AGPL-3.0"
+license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/yuvallanger/rusty-diceware"
description = "Wordlists for the command line tool Rusty Diceware"
keywords = ["diceware", "password", "passphrase", "generator", "wordlists"]