Skip to content

Commit

Permalink
Change ssi-contexts license to pure Apache2 like other crates (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel authored Nov 5, 2024
1 parent 5a3ac36 commit c0ad7d9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

test-each-feature:
if: ${{ !github.event.pull_request.draft }}
runs-on: ubuntu-latest
runs-on: ubuntu-latest-m
steps:
- name: Checkout SSI Library
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ssi-jwk = { path = "./crates/jwk", version = "0.3.1", default-features = false }
ssi-tzkey = { path = "./crates/tzkey", version = "0.2.1", default-features = false }
ssi-eip712 = { path = "./crates/eip712", version = "0.1", default-features = false }
ssi-rdf = { path = "./crates/rdf", version = "0.1", default-features = false }
ssi-contexts = { path = "./crates/contexts", version = "0.1.6", default-features = false }
ssi-contexts = { path = "./crates/contexts", version = "0.1.7", default-features = false }
ssi-json-ld = { path = "./crates/json-ld", version = "0.3", default-features = false }
ssi-security = { path = "./crates/security", version = "0.1", default-features = false }
ssi-caips = { path = "./crates/caips", version = "0.2.1", default-features = false }
Expand Down
4 changes: 2 additions & 2 deletions crates/contexts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "ssi-contexts"
version = "0.1.6"
version = "0.1.7"
authors = ["Spruce Systems, Inc."]
edition = "2021"
license = "Apache-2.0 AND W3C-20150513 AND CC-BY-SA-3.0 AND BSD-3-Clause"
license = "Apache-2.0"
description = "JSON-LD context files related to Verifiable Credentials, Decentralized Identifiers, and Linked Data Proofs"
repository = "https://github.com/spruceid/ssi/"
homepage = "https://github.com/spruceid/ssi/tree/main/contexts/"
Expand Down
3 changes: 1 addition & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,12 @@ allow = [
"BSD-2-Clause",
"BSD-3-Clause",
"CC0-1.0",
"CC-BY-SA-3.0",
"ISC",
"MIT",
"MPL-2.0",
"OpenSSL",
"Unicode-DFS-2016",
"W3C-20150513",
"Unicode-3.0",
]
# The confidence threshold for detecting a license from license text.
# The higher the value, the more closely the license text must be to the
Expand Down

0 comments on commit c0ad7d9

Please sign in to comment.