-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also do "cargo update" and add misssing license file
- Loading branch information
Showing
8 changed files
with
498 additions
and
365 deletions.
There are no files selected for viewing
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,20 @@ | ||
# BOM Generator | ||
|
||
Generates a BOM | ||
|
||
## Troubleshooting | ||
|
||
If you run it and you get errors like: | ||
|
||
``` | ||
Could not find license file for 0BSD in adler | ||
Error: BOM creation failed, unresolved licenses detected | ||
``` | ||
|
||
The a possible reason is that the `Cargo.lock` in the repository has been updated and some components use licenses | ||
not covered here. This can be solved by: | ||
|
||
* Find the corresponding license test. Check for instance [SPDX](https://spdx.org/licenses/) | ||
* Verify that license is feasible for our use. | ||
* Download or create a text file with the license text, do `gzip` and put it in `licensestore` folder. | ||
* Add the identifier (in the example above `0BSD`) to `maplicensefile.py` |
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
Binary file not shown.
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
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