Searched refs:license (Results 1 – 6 of 6) sorted by relevance
5 # Ignore the license directory and the licensing documentation which would8 license-rules.rst
382 license = '''\393 print(license)
1152 my ($license) = @_;1157 my $status = `cd "$root_path"; echo "$license" | scripts/spdxcheck.py -`;
22 expression license;25 MODULE_LICENSE(license);
21 license=(GPL-2.0-only)
1579 char *license; in read_symbols() local1597 license = get_modinfo(&info, "license"); in read_symbols()1598 if (!license) in read_symbols()1600 while (license) { in read_symbols()1601 if (!license_is_gpl_compatible(license)) { in read_symbols()1605 license = get_next_modinfo(&info, "license", license); in read_symbols()