Skip to content

Commit

Permalink
Fix missing license
Browse files Browse the repository at this point in the history
  • Loading branch information
MTRNord committed Oct 31, 2023
1 parent 441f616 commit 0245fbc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions crates/erooster_deps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
name = "erooster_deps"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
8 changes: 4 additions & 4 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ allow = [
"OpenSSL",
"Zlib",
"WTFPL",
"Unicode-DFS-2016"
"Unicode-DFS-2016",
#"Apache-2.0 WITH LLVM-exception",
]
# List of explicitly disallowed licenses
Expand Down Expand Up @@ -141,7 +141,7 @@ expression = "MIT AND ISC AND OpenSSL"
# depending on the rest of your configuration
license-files = [
# Each entry is a crate relative path, and the (opaque) hash of its contents
{ path = "LICENSE", hash = 0xbd0eed23 }
{ path = "LICENSE", hash = 0xbd0eed23 },
]

[licenses.private]
Expand Down Expand Up @@ -215,8 +215,8 @@ allow-git = []

[sources.allow-org]
# 1 or more github.com organizations to allow git sources for
github = ["erooster-email"]
github = ["erooster-mail"]
# 1 or more gitlab.com organizations to allow git sources for
gitlab = ["famedly"]
# 1 or more bitbucket.org organizations to allow git sources for
bitbucket = [""]
bitbucket = []

0 comments on commit 0245fbc

Please sign in to comment.