check_repo_copyright

Function check_repo_copyright 

Source
pub async fn check_repo_copyright(
    repo_path_str: &str,
    name: &str,
    fail_on_diff: bool,
) -> Result<(), CError>