Skip to content

Commit 0be0427

Browse files
authored
Merge pull request #99 from hnez/cargo-deny-2025-08-15
cargo deny: use -only and -or-later suffixes for GPL licenses
2 parents 8a0cbd4 + 0c9fbb9 commit 0be0427

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deny.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ allow = [
3434
"BSD-2-Clause",
3535
"BSD-3-Clause",
3636
"CC0-1.0",
37-
"GPL-2.0",
38-
"LGPL-2.1 WITH GCC-exception-2.0",
37+
"GPL-2.0-only",
38+
"LGPL-2.1-or-later WITH GCC-exception-2.0",
3939
"MIT",
4040
"Unicode-3.0",
4141
"Unicode-DFS-2016",

0 commit comments

Comments
 (0)