Automatic OSS License Extraction recursively scans a list of files and directories for program files, and attempts to automatically extract license and copyright information from them. Copyright statements are linked with their accompanying licenses, and each license is compared with licenses from the other files to eliminate duplicates. The output is a comprehensive list, containing a single copy of each unique license and its associated copyright holders. Currently supports scanning C (.c and .h), Sh scripts (.sh), Perl (.pl), and Python (.py) files.
| Tags | Software Development |
|---|---|
| Licenses | BSD Original |
| Operating Systems | OS Independent |
| Implementation | Perl |