Function apply_license::parse_author_names[][src]

pub fn parse_author_names<'a>(
    authors: &[&'a str]
) -> Result<Vec<&'a str>, Error>

Parses author names from a list of author names, which might include git-style author names such as John Doe <jd@example.com>.