Skip to content

Commit

Permalink
ci: add OpenSSL to allowed licenses (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheButlah authored Oct 11, 2024
1 parent 465d567 commit bb72b7d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ allow = [
"BSL-1.0",
"CC0-1.0",
"ISC",
"LicenseRef-ftdi-proprietary",
"LicenseRef-ring", # See https://github.com/briansmith/ring/blob/95948b3977013aed16db92ae32e6b8384496a740/deny.toml#L12
"LicenseRef-ftdi-proprietary",
"LicenseRef-ring",
"LicenseRef-wc-proprietary",
"MIT",
"MPL-2.0", # Although this is copyleft, it is scoped to modifying the original files
"OpenSSL",
"Unicode-DFS-2016",
"Unlicense",
"Zlib",
Expand Down

0 comments on commit bb72b7d

Please sign in to comment.