Searched refs:license (Results 1 – 3 of 3) sorted by relevance
21 expression license;24 MODULE_LICENSE(license);
2018 char *license; in read_symbols() local2036 license = get_modinfo(&info, "license"); in read_symbols()2037 if (!license && !is_vmlinux(modname)) in read_symbols()2041 while (license) { in read_symbols()2042 if (license_is_gpl_compatible(license)) in read_symbols()2048 license = get_next_modinfo(&info, "license", license); in read_symbols()
888 my ($license) = @_;893 my $status = `cd "$root_path"; echo "$license" | python scripts/spdxcheck.py -`;