Skip to content

Commit

Permalink
Update license attribution files. (#782)
Browse files Browse the repository at this point in the history
* Add ORT configuration files.

* Update license files.

---------

Co-authored-by: nihohit <[email protected]>
  • Loading branch information
shachlanAmazon and nihohit authored Jan 11, 2024
1 parent 3e81825 commit d885e86
Show file tree
Hide file tree
Showing 8 changed files with 404,562 additions and 81,758 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,5 @@ utils/clusters/
utils/tls_crts/

# OSS Review Toolkit (ORT) files
**/ort/**
**/ort*/**
**/ort_results/**
**/.ort.yml
11 changes: 11 additions & 0 deletions glide-core/.ort.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
excludes:
scopes:
- pattern: "devDependencies"
reason: "DEV_DEPENDENCY_OF"
comment: "Packages for development only."
- pattern: "build-dependencies"
reason: "BUILD_DEPENDENCY_OF"
comment: "Packages for building the code only."
- pattern: "dev-dependencies"
reason: "DEV_DEPENDENCY_OF"
comment: "Packages for development only."
157,363 changes: 151,677 additions & 5,686 deletions glide-core/THIRD_PARTY_LICENSES_RUST

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions node/.ort.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
excludes:
scopes:
- pattern: "devDependencies"
reason: "DEV_DEPENDENCY_OF"
comment: "Packages for development only."
paths:
- pattern: "npm/glide/**"
reason: "BUILD_TOOL_OF"
comment: "Template file for CD"
173,905 changes: 157,432 additions & 16,473 deletions node/THIRD_PARTY_LICENSES_NODE

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions node/rust-client/.ort.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
excludes:
scopes:
- pattern: "devDependencies"
reason: "DEV_DEPENDENCY_OF"
comment: "Packages for development only."
- pattern: "build-dependencies"
reason: "BUILD_DEPENDENCY_OF"
comment: "Packages for building the code only."
- pattern: "dev-dependencies"
reason: "DEV_DEPENDENCY_OF"
comment: "Packages for development only."
12 changes: 12 additions & 0 deletions python/.ort.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
excludes:
scopes:
- pattern: "build-dependencies"
reason: "BUILD_DEPENDENCY_OF"
comment: "Packages for building the code only."
- pattern: "dev-dependencies"
reason: "DEV_DEPENDENCY_OF"
comment: "Packages for development only."
paths:
- pattern: ".*"
reason: "BUILD_TOOL_OF"
comment: "invisible"
155,006 changes: 95,409 additions & 59,597 deletions python/THIRD_PARTY_LICENSES_PYTHON

Large diffs are not rendered by default.

0 comments on commit d885e86

Please sign in to comment.