Skip to content

Commit

Permalink
add curations (#34)
Browse files Browse the repository at this point in the history
* add curations

* update licenses
  • Loading branch information
MP91 authored Feb 9, 2023
1 parent 6fabefc commit 0182042
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions .ort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,20 @@
# under the License.
#
# SPDX-License-Identifier: Apache-2.0
curations:
packages:
- id: "PyPI::identify:2.5.17"
curations:
comment: "Proper license is defined in package repository https://pypi.org/project/identify/"
concluded_license: "MIT"
- id: "PyPI::setuptools:67.2.0"
curations:
comment: "Proper license is defined in package repository https://pypi.org/project/setuptools/"
concluded_license: "MIT"
- id: "PyPI::packaging:23.0"
curations:
comment: "Proper license is defined in package repository https://pypi.org/project/packaging/"
concluded_license: "Apache-2.0"

resolutions:
vulnerabilities:
Expand Down
6 changes: 3 additions & 3 deletions NOTICE-3RD-PARTY-CONTENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
|iniconfig|2.0.0|MIT|
|isort|5.12.0|MIT|
|mccabe|0.7.0|MIT|
|mypy|0.991|MIT|
|mypy|1.0.0|MIT|
|mypy-extensions|1.0.0|MIT|
|nodeenv|1.7.0|BSD|
|packaging|23.0|Apache 2.0<br/>BSD|
|pathspec|0.11.0|Mozilla Public License 2.0 (MPL 2.0)|
|pbr|5.11.1|Apache 2.0|
|platformdirs|2.6.2|MIT|
|platformdirs|3.0.0|MIT|
|pluggy|1.0.0|MIT|
|pre-commit|3.0.4|MIT|
|pycodestyle|2.10.0|MIT|
Expand All @@ -38,7 +38,7 @@
|stevedore|4.1.1|Apache 2.0|
|tomli|2.0.1|MIT|
|typing-extensions|4.4.0|Python Software Foundation License|
|virtualenv|20.17.1|MIT|
|virtualenv|20.19.0|MIT|
## Workflows
| Dependency | Version | License |
|:-----------|:-------:|--------:|
Expand Down

0 comments on commit 0182042

Please sign in to comment.