Skip to content

Commit

Permalink
Merge pull request #827 from bottlerocket-os/unused-licenses
Browse files Browse the repository at this point in the history
Comment unused licenses in whitelist so we don't get warnings
  • Loading branch information
tjkirch authored Mar 6, 2020
2 parents b3fb66b + 0d55453 commit cc32aeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sources/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ allow = [
"MIT",
"OpenSSL",
"Unlicense",
"Zlib",
#"Zlib", # OK but currently unused; commenting to prevent warning
]

exceptions = [
Expand Down
4 changes: 2 additions & 2 deletions tools/buildsys/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ confidence-threshold = 0.93

allow = [
"Apache-2.0",
"BSD-2-Clause",
#"BSD-2-Clause", # OK but currently unused; commenting to prevent warning
"BSD-3-Clause",
"BSL-1.0",
"ISC",
"MIT",
"OpenSSL",
"Unlicense",
"Zlib",
#"Zlib", # OK but currently unused; commenting to prevent warning
]

exceptions = [
Expand Down

0 comments on commit cc32aeb

Please sign in to comment.