Home
last modified time | relevance | path

Searched refs:licShortName (Results 1 – 1 of 1) sorted by last modified time

/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/monk/agent/
H A Dlicense.c54 char* licShortName = PQgetvalue(licensesResult, j, 1); in extractLicenses() local
58 license.shortname = g_strdup(licShortName); in extractLicenses()