FOSSology  4.4.0
Open Source License Compliance by Open Source Software
parse.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 _PARSE_H
8 #define _PARSE_H
9 #include "doctorBuffer_utils.h"
10 char *parseLicenses(char *filetext, int size, scanres_t *scp, int isML, int isPS);
11 
12 #endif /* _PARSE_H */
char * parseLicenses(char *filetext, int size, scanres_t *scp, int isML, int isPS)
Parse a file to check all the possible licenses and add them to matches.
Definition: parse.c:359