pub fn detect_copyrights(
content: &str,
max_runtime: Option<Duration>,
) -> (Vec<CopyrightDetection>, Vec<HolderDetection>, Vec<AuthorDetection>)pub fn detect_copyrights(
content: &str,
max_runtime: Option<Duration>,
) -> (Vec<CopyrightDetection>, Vec<HolderDetection>, Vec<AuthorDetection>)