Implementation of scanner class for copyright.
void ScanString(const string &s, list< match > &results) const
Scan a given string for copyright statements.
rx::regex regSpdxCopyright
hCopyrightScanner()
Constructor for default hCopyrightScanner.
rx::regex regSimpleCopyright
Abstract class to provide interface to scanners.
int s
The socket that the CLI will use to communicate.
Utilities to help scanners.
list_t type structure used to keep various lists. (e.g. there are multiple lists).