Skip to content

Commit

Permalink
update deny.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
giangndm committed Nov 26, 2024
1 parent 4feeb22 commit be852fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,6 @@ allow = [
"Zlib", # https://tldrlegal.com/license/zlib-libpng-license-(zlib)
"LGPL-2.0", # https://www.gnu.org/licenses/old-licenses/lgpl-2.0.en.html
"X11", # https://en.wikipedia.org/wiki/MIT_License
"X11-distribute-modifications-variant" # https://spdx.org/licenses/X11-distribute-modifications-variant.html
"X11-distribute-modifications-variant", # https://spdx.org/licenses/X11-distribute-modifications-variant.html
"Unicode-3.0", # https://spdx.org/licenses/Unicode-3.0.html
]

0 comments on commit be852fd

Please sign in to comment.