Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
* wrong license in manifest.json

Signed-off-by: Carlo van Driesten <carlo.van-driesten@bmw.de>
  • Loading branch information
jdsika authored Nov 29, 2024
1 parent 20047c3 commit b41abe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions asset/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"manifest:license": {
"@type": "manifest:License",
"manifest:spdxIdentifier": {
"@value": "MIT",
"@value": "MPL-2.0",
"@type": "xsd:string"
},
"manifest:licenseData": {
Expand All @@ -147,7 +147,7 @@
"manifest:type": "license",
"manifest:format": "html",
"manifest:path": {
"@value": "https://opensource.org/license/mit",
"@value": "https://www.mozilla.org/en-US/MPL/2.0/",
"@type": "xsd:anyURI"
}
}
Expand Down

0 comments on commit b41abe2

Please sign in to comment.