FOSSology  3.2.0rc1
Open Source License Compliance by Open Source Software
licenses.h
1 /***************************************************************
2  Copyright (C) 2006-2009 Hewlett-Packard Development Company, L.P.
3 
4  This program is free software; you can redistribute it and/or
5  modify it under the terms of the GNU General Public License
6  version 2 as published by the Free Software Foundation.
7 
8  This program is distributed in the hope that it will be useful,
9  but WITHOUT ANY WARRANTY; without even the implied warranty of
10  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11  GNU General Public License for more details.
12 
13  You should have received a copy of the GNU General Public License along
14  with this program; if not, write to the Free Software Foundation, Inc.,
15  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16 
17  ***************************************************************/
18 #ifndef _LICENSES_H
19 #define _LICENSES_H
20 
21 void licenseInit();
22 int ignoreFileForScan(char *s);
23 void licenseScan(list_t *l);
24 
25 #endif /* _LICENSES_H */
void licenseScan(list_t *licenseList)
scan the list for a license(s)
Definition: licenses.c:759
int s
The socket that the CLI will use to communicate.
Definition: fo_cli.c:48
void licenseInit()
license initialization
Definition: licenses.c:82
list_t type structure used to keep various lists. (e.g. there are multiple lists).
Definition: nomos.h:321