產生含有 [name] 且包含執照評論內容的 ZIP 檔案。
這個檔案包含:
- summary.csv
- licenses.spdx.json
- 分類 s.json (選用)
- extract_licenses (目錄)
- LicenseRef-1.txt
- LicenseRef-2.txt
- LicenseRef-3.txt
- ...
- (含有每個已擷取授權內容的 txt 檔案)
- extra_files (目錄)
- ... (可透過 extra_files 引數加入其他檔案)
SPDX JSON 必須符合以下規定:https://github.com/spdx/spdx-spec/blob/master/schemas/spdx-schema.json
屬性
名稱 | 說明 | 類型 | 必要 | 預設 |
---|---|---|---|---|
name | 此目標的專屬名稱。 | 名稱 | 必要 | - |
spdx_input | fuchsia_licenses_spdx 叫用的輸出內容。 |
標籤 | 必要 | - |
classification_input | fuchsia_licenses_classification 叫用的輸出內容 (選用)。 |
標籤 | 選用 | None |
extra_files | 要加入封存中的其他檔案。 | 標籤清單 | 選用 | [] |