Home
last modified time | relevance | path

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

/dports/sysutils/busybox/busybox-1.26.2/modutils/
H A Dmodutils-24.c3487 static const char *const gpl_licenses[] = { in obj_gpl_license() local
3506 for (i = 0; i < ARRAY_SIZE(gpl_licenses); ++i) { in obj_gpl_license()
3507 if (strcmp(value+1, gpl_licenses[i]) == 0) in obj_gpl_license()