orml_build_script_utils

Function check_file_licenses

Source
pub fn check_file_licenses<P: AsRef<Path>>(
    path: P,
    expected_license_text: &[u8],
    exclude_paths: &[&str],
)