Skip to content

Commit f9beb02

Browse files
committed
deny: use corrent SPDX license identifiers
1 parent 4c93e5d commit f9beb02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deny.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ allow = [
77
"Apache-2.0",
88
"BSD-2-Clause",
99
"CC0-1.0",
10-
"LGPL-3.0",
10+
"LGPL-3.0-only",
1111
"MIT",
1212
]
1313
exceptions = [
14-
{ allow = ["GPL-3.0"], crate = "xash3d-admin" },
15-
{ allow = ["GPL-3.0"], crate = "xash3d-query" },
14+
{ allow = ["GPL-3.0-only"], crate = "xash3d-admin" },
15+
{ allow = ["GPL-3.0-only"], crate = "xash3d-query" },
1616
{ allow = ["Unicode-3.0"], crate = "unicode-ident" },
1717
]
1818

0 commit comments

Comments
 (0)