-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Sebastian Schildt <[email protected]>
- Loading branch information
1 parent
4d960dc
commit 9e99dfe
Showing
3 changed files
with
6,899 additions
and
3 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,19 @@ | ||
# Example file for thirdparty licenses | ||
|
||
components: | ||
# ring is based on the standard OpenSSL and BoringSSL | ||
# projects, thus licensing of the codebase is complex depending | ||
# on parts. This makes sure that except the explanatory text | ||
# in ring (and thus in the generated CycloneDX file) are copied | ||
# as well as the vanilla text of the ISC and OPENSSL license | ||
# OpenSSL seems to be in the process to move to Apache-2.0, but this | ||
# may take some time | ||
ring: | ||
expression: "ring AND ISC AND OPENSSL" | ||
|
||
|
||
expressions: | ||
# LLVM exception not relevant for the project, thus in situation | ||
# like this we choose to use vanilla Apache-2.0 terms | ||
"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT": "Apache-2.0" | ||
"Unlicense OR MIT": "MIT" |
Oops, something went wrong.