forked from espressif/esp-idf
fix(storage/fatfs): add Organization prefix to originator
MR espressif/esp-idf!27436 added sbom manifest file for fatfs, but the originator is missing a prefix required by SPDX specification. This results in malformed SPDX sbom files. Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: 'FatFs'
|
||||
version: 'R0.15'
|
||||
supplier: 'Organization: Espressif Systems (Shanghai) CO LTD'
|
||||
originator: 'ChaN'
|
||||
originator: 'Person: ChaN'
|
||||
description: 'Generic FAT Filesystem Module for embedded systems.'
|
||||
|
Reference in New Issue
Block a user