-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update license attribution files. (#782)
* Add ORT configuration files. * Update license files. --------- Co-authored-by: nihohit <[email protected]>
- Loading branch information
1 parent
3e81825
commit d885e86
Showing
8 changed files
with
404,562 additions
and
81,758 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
Large diffs are not rendered by default.
Oops, something went wrong.