in license-scan/src/main.rs [267:269]
fn unslash(s: &str) -> String { s.split('/').map(str::trim).collect::<Vec<_>>().join(" OR ") }