- licensechecker.commentextractor: Defines classes used to extract comment headers from source files
with their associated information.
- licensechecker.commentinfo: Defines classes to handle the description of comments in various
programming languages.
- licensechecker.fileinfo: Defines classes handling the association of file types (mostly
programming languages but any type can be described) and file
extensions, and allowing the lookup of either from the other.
- licensechecker.filescanner: Defines a class that handles directory scanning, and calls handler
methods for matching files.
- licensechecker.licenseinfo: Defines classes handling license information : the actual license
text, but also license properties (variables substituted when
installing license headers in source files), and a license
descriptor.
|