Skip to content

Commit

Permalink
Update ort.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverStolzBO committed Jul 8, 2024
1 parent 3374a60 commit de1864a
Showing 1 changed file with 10 additions and 16 deletions.
26 changes: 10 additions & 16 deletions .ort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,18 @@ excludes:
curations:
license_findings:
- path: "README.md"
start_lines: 270
line_count: 1
detected_license: "LGPL-2.0-or-later"
reason: "DOCUMENTATION_OF"
comment: "The scanner missmatches a License declaration in the documentation."
concluded_license: "MIT"

- path: "pfdl/README.md"
start_lines: 81
line_count: 1
detected_license: "NOASSERTION"
reason: "DOCUMENTATION_OF"
comment: "The scanner missmatches a License declaration in the documentation."
concluded_license: "MIT"
- path: ".ort.yml"
detected_license: "LGPL-2.0-or-later"
reason: "INCORRECT"
comment: "The scanner detects licenses that are declared as curations."
concluded_license: "CC0-1.0"

- path: "pfdl/README.md"
start_lines: 87
line_count: 1
detected_license: "NOASSERTION"
reason: "DOCUMENTATION_OF"
comment: "The scanner missmatches a License declaration in the documentation."
Expand Down Expand Up @@ -66,19 +60,19 @@ package_configurations:
- pattern: "./package-lock.json"
reason: "BUILD_TOOL_OF"
comment: "Autogenerated by npm, contains missleading licensing information."
- id: "NPM::cytoscape:3.27.0"
- id: "NPM::cytoscape:3.30.0"
vcs:
type: "Git"
url: "https://github.com/cytoscape/cytoscape.js.git"
revision: "f8ffa3a95eff6fc2427beab110c23a22843681ff"
revision: "3093b5677984aef19a75cc5815f81c10ac3242b1"
path_excludes:
- pattern: "./test/lib/*"
reason: "TEST_OF"
comment: "test code is missinterpreted."
- id: "PyPI::certifi:2024.6.2"
source_artifact_url: "https://files.pythonhosted.org/packages/07/b3/e02f4f397c81077ffc52a538e0aec464016f1860c472ed33bd2a1d220cc5/certifi-2024.6.2.tar.gz"
- id: "PyPI::certifi:2024.7.4"
source_artifact_url: "https://files.pythonhosted.org/packages/c2/02/a95f2b11e207f68bc64d7aae9666fed2e2b3f307748d5123dffb72a1bbea/certifi-2024.7.4.tar.gz"
path_excludes:
- pattern: "certifi-2024.6.2/certifi/cacert.pem"
- pattern: "certifi-2024.7.4/certifi/cacert.pem"
reason: "OTHER"
comment: "pem file is analysed for copyrights."
- id: "PyPI::requests:2.32.3"
Expand Down

0 comments on commit de1864a

Please sign in to comment.