Commit cd736c7
committed
Fix bug in license string parsing
We now use colon as token divider uniformly, never slash, because
we sometimes use slash for the licenseName (specifically: "N/A").
I don't know of any case where colon appears in any of these properties.1 parent d122152 commit cd736c7
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
0 commit comments