FOSSology  4.4.0
Open Source License Compliance by Open Source Software
licenses.h
1 /*
2  SPDX-FileCopyrightText: © 2006-2009 Hewlett-Packard Development Company, L.P.
3 
4  SPDX-License-Identifier: GPL-2.0-only
5 */
6 
7 #ifndef _LICENSES_H
8 #define _LICENSES_H
9 
10 void licenseInit();
11 int ignoreFileForScan(char *s);
12 void licenseScan(list_t *l);
13 
14 #endif /* _LICENSES_H */
int s
The socket that the CLI will use to communicate.
Definition: fo_cli.c:37
void licenseScan(list_t *licenseList)
scan the list for a license(s)
Definition: licenses.c:747
void licenseInit()
license initialization
Definition: licenses.c:70
list_t type structure used to keep various lists. (e.g. there are multiple lists).
Definition: nomos.h:308