Lines Matching defs:license
24 #include "../../include/linux/license.h"
1214 data = sym_get_data(elf, label); /* license */
1220 error("%s: unknown license '%s' was specified for '%s'\n",
1705 char *license;
1723 license = get_modinfo(&info, "license");
1724 if (!license)
1726 while (license) {
1727 if (!license_is_gpl_compatible(license)) {
1731 license = get_next_modinfo(&info, "license", license);
2201 error("%s: unknown license %s. skip", symname, export);