Skip to content

Commit

Permalink
chore(license): update license information
Browse files Browse the repository at this point in the history
  • Loading branch information
parfeon committed Oct 30, 2023
1 parent bf2018d commit d9d6ec2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "pubnub"
version = "0.4.0"
edition = "2021"
license = "MIT"
license = "PubNub Software Development Kit License"
license-file = "LICENSE"
authors = ["PubNub <[email protected]>"]
description = "PubNub SDK for Rust"
Expand Down
8 changes: 8 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,17 @@ allow-osi-fsf-free = "neither"
default = "deny"
confidence-threshold = 0.8
exceptions = [
{ allow = ["LicenseRef-PubNub-Software-Development-Kit-License"], name = "pubnub" },
#{ allow = ["Zlib"], name = "adler32", version = "*" },
]


[[licenses.clarify]]
name = "pubnub"
expression = "LicenseRef-PubNub-Software-Development-Kit-License"
license-files = [ { path = "LICENSE", hash = 0x48826f13 }, ]


[licenses.private]
ignore = false
registries = [
Expand Down

0 comments on commit d9d6ec2

Please sign in to comment.