Home
last modified time | relevance | path

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

/scripts/
Dspdxexclude5 # Ignore the license directory and the licensing documentation which would
8 license-rules.rst
Dbpf_doc.py364 license = '''\
375 print(license)
Dcheckpatch.pl1148 my ($license) = @_;
1153 my $status = `cd "$root_path"; echo "$license" | scripts/spdxcheck.py -`;
/scripts/coccinelle/misc/
Dadd_namespace.cocci22 expression license;
25 MODULE_LICENSE(license);
/scripts/mod/
Dmodpost.c1750 char *license; in read_symbols() local
1768 license = get_modinfo(&info, "license"); in read_symbols()
1769 if (!license) in read_symbols()
1771 while (license) { in read_symbols()
1772 if (!license_is_gpl_compatible(license)) { in read_symbols()
1776 license = get_next_modinfo(&info, "license", license); in read_symbols()