Commit 56539a3b authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 13791679
......@@ -104,11 +104,6 @@ def bom_software(installed_software_path): # -> {} (name,kind) -> PkgInfo
license = 'xxx'
# XXX "UNKNOWN" not ok
license = spdx_license_canon(license)
# XXX Eclipse Public License -> EPL (SPDX)
# 3-clause BSD -> BSD-3 ? (SPDX)
# Apache License, Version 2.0
# GPLv3+ with wide exception for FOSS -> GPL3+-with-nxdexcept ?
# BSD-like ? (Chameleon)
info = PkgInfo(name, ver, kind, url, license)
bkey = (name, kind)
if bkey in bom:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment