Skip to content

Commit 017c501

Browse files
committed
Clean up license information in Cargo.toml
TIL multiple licenses are supposed to be separated by OR and that GPL-3.0 got deprecated in favor of GPL-3.0-only and GPL-3.0-or-later. As there is no mention of 'or later' anywhere in the repo, I'm assuming GPL-3.0 only.
1 parent cafde7f commit 017c501

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords = [
88
"string",
99
"unescape",
1010
]
11-
license = "GPL-3.0/MIT"
11+
license = "GPL-3.0-only OR MIT"
1212
name = "unescaper"
1313
readme = "README.md"
1414
repository = "https://github.com/hack-ink/unescaper"

0 commit comments

Comments
 (0)