Skip to content

Commit 2e98980

Browse files
authored
Merge pull request #197 from expressvpn/CVPN-1287-gpl-2-or-later
Update license from `GPL-2.0-only` to `GPL-2.0-or-later`
2 parents 0d3ae39 + 272ef43 commit 2e98980

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

deny.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ allow = [
1818
]
1919
confidence-threshold = 0.8
2020
exceptions = [
21-
{ name = "wolfssl", allow = ["GPL-2.0"], version = "*" },
22-
{ name = "wolfssl-sys", allow = ["GPL-2.0"], version = "*" },
21+
{ name = "wolfssl", allow = ["GPL-2.0", "GPL-3.0"], version = "*" },
22+
{ name = "wolfssl-sys", allow = ["GPL-2.0", "GPL-3.0"], version = "*" },
2323
]
2424

2525
[licenses.private]

wolfssl-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "wolfssl-sys"
33
version = "1.2.0"
44
edition = "2021"
55
authors = ["[email protected]"]
6-
license = "GPL-2.0-only"
6+
license = "GPL-2.0-or-later"
77
readme = "README.md"
88
description = "System bindings for WolfSSL"
99
repository = "https://github.com/expressvpn/wolfssl-rs"

wolfssl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "wolfssl"
33
version = "2.0.0"
44
edition = "2021"
55
authors = ["[email protected]"]
6-
license = "GPL-2.0-only"
6+
license = "GPL-2.0-or-later"
77
description = "High-level bindings for WolfSSL"
88
repository = "https://github.com/expressvpn/wolfssl-rs"
99
keywords = ["wolfssl", "vpn", "lightway", "post-quantum", "cryptography"]

0 commit comments

Comments
 (0)