Home
last modified time | relevance | path

Searched refs:license (Results 1 – 3 of 3) sorted by relevance

/scripts/coccinelle/misc/
Dadd_namespace.cocci22 expression license;
25 MODULE_LICENSE(license);
/scripts/mod/
Dmodpost.c2037 char *license; in read_symbols() local
2055 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()
/scripts/
Dcheckpatch.pl1148 my ($license) = @_;
1153 my $status = `cd "$root_path"; echo "$license" | scripts/spdxcheck.py -`;