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