Commit a4cfb5c
docs(conan): default missing license to NOASSERTION
A Conan recipe with no `license` made license_of return None, which dump()
wrote as `license: null`. fossa-deps requires a String for custom
dependencies, so this failed with:
Error in $['custom-dependencies'][N].license:
parsing Text failed, expected String, but encountered Null
Default a missing/empty license to the SPDX "NOASSERTION" marker so the
generated fossa-deps.yml stays valid.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent b63dbd3 commit a4cfb5c
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
117 | 122 | | |
118 | 123 | | |
119 | 124 | | |
| |||
174 | 179 | | |
175 | 180 | | |
176 | 181 | | |
177 | | - | |
| 182 | + | |
178 | 183 | | |
179 | 184 | | |
180 | 185 | | |
| |||
0 commit comments