Searched refs:license (Results 1 – 3 of 3) sorted by relevance
22 expression license;25 MODULE_LICENSE(license);
2037 char *license; in read_symbols() local2055 license = get_modinfo(&info, "license"); in read_symbols()2056 if (!license && !is_vmlinux(modname)) in read_symbols()2060 while (license) { in read_symbols()2061 if (license_is_gpl_compatible(license)) in read_symbols()2067 license = get_next_modinfo(&info, "license", license); in read_symbols()
1148 my ($license) = @_;1153 my $status = `cd "$root_path"; echo "$license" | scripts/spdxcheck.py -`;