pub fn detect_license(text: &str) -> License
Detect a license from the full text of a LICENSE file.
Uses keyword matching to identify the license. Returns License::Unknown if no known license pattern is matched.
License::Unknown