Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,10 +285,10 @@ This project is licensed under the [Apache-2.0 License](./LICENSE).

Some dependencies are distributed under dual/alternative licenses (`OR`). The license elected for use in this project is listed below:

| Dependency | Version | Available Licenses | Elected License |
|---|---|---|---|
| `dompurify` | 3.4.12 | Apache-2.0 OR MPL-2.0 | [Apache-2.0](THIRD-PARTY-LICENSES/Apache-2.0.txt) |
| `type-fest` | 0.20.2 | CC0-1.0 OR MIT | [MIT](THIRD-PARTY-LICENSES/MIT.txt) |
| Dependency | Version | Available Licenses | Elected License |
| ----------- | ------- | --------------------- | ------------------------------------------------- |
| `dompurify` | 3.4.12 | Apache-2.0 OR MPL-2.0 | [Apache-2.0](THIRD-PARTY-LICENSES/Apache-2.0.txt) |
| `type-fest` | 0.20.2 | CC0-1.0 OR MIT | [MIT](THIRD-PARTY-LICENSES/MIT.txt) |

Full third-party license texts are available under the [`THIRD-PARTY-LICENSES/`](THIRD-PARTY-LICENSES/) directory:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"highlight"
],
"license": "Apache-2.0",
"author": "Inditex",
"author": "Bruno Pedro <brunolgp@inditex.com>",
"homepage": "https://github.com/InditexTech/swagger-ui-plugin-diff-highlight#readme",
"repository": {
"type": "git",
Expand Down
Loading