LICENSECHECK(1p) | User Contributed Perl Documentation | LICENSECHECK(1p) |
licensecheck - simple license checker for source files
Version v3.3.5
licensecheck [ --help | --version ] licensecheck [ --list-licenses | --list-naming-schemes ] licensecheck [OPTION...] PATH [PATH...]
licensecheck attempts to determine the license that applies to each file passed to it, by searching the start of the file for text belonging to various licenses.
If any of the arguments passed are directories, licensecheck will add the files contained within to the list of files to process.
When multiple PATHs are provided, only files matching --check and not --ignore are checked.
comma-separated priority list of license naming schemes to use for license identifiers (default value: unset (use verbose description))
list identifiers for all detectable licenses and exit
list all available license naming schemes and exit
regular expression of files to include when more than one PATH is provided (default value: common source files)
regular expression of files to skip when more than one PATH is provided (default value: some backup and VCS files)
traverse directories recursively
number of lines to parse from top of each file; implies optimistic search including only first cluster of detected copyrights or licenses; set to 0 to parse the whole file (and ignore --tail) (default value: 60)
number of bytes to parse from bottom of each file when parsing only from top of each file and finding nothing there; set to 0 to avoid parsing from end of file (or set --lines to 0 and ignore this setting) (default value: 5000 (roughly 60 lines))
try decode source files from the specified codec, with "iso-8859-1" as fallback (default value: unset (no decoding))
add copyright statements to license information
Log files in PATHs matching neither --check nor --ignore as warnings (default: log as debug)
print license information as "TAB"-separated fields, for processing with line-oriented tools like "awk" and "sort"
print license information like a Debian copyright file; implies --copyright and --shortname-scheme=debian,spdx
printf-string used between multiple plain list items in Debian copyright file (default value: '\n ' (NEWLINE SPACE))
printf-string used between multiple RFC822-style items in Debian copyright file (default value: '\n ' (NEWLINE SPACE SPACE))
printf-string used between years and owners in Debian copyright file (default value: ', ' (COMMA SPACE))
merge same-licensed files in Debian copyright file
Emit only error messages to STDERR (with option --quiet), or (in addition errors and warnings) also notices/debug/traces. The more "noisy" option wins if several are set. (default: emit errors and warnings
The exact output may change between releases, due to the inherently fragile scanning of unstructured data, and the ongoing improvements to detection patterns. For some level of stability, use one of the machine-readable output formats and define a --shortname-scheme.
Option --deb-fmt was deprecated since v3.2. Please use option --shortname-scheme=debian,spdx instead.
Other similar tools exist.
Here is a list of known tools also command-line based and general-purpose:
Specific to Debian packages.
Used in FOSSology <http://fossology.org/> (along with Monk and Nomos apparently unavailable as standalone command-line tools).
Jonas Smedegaard "<dr@jones.dk>"
This program is based on the script "licensecheck" from the KDE SDK, originally introduced by Stefan Westerfeld "<stefan@space.twc.de>".
Copyright © 2007, 2008 Adam D. Barratt Copyright © 2012 Francesco Poli Copyright © 2016-2022 Jonas Smedegaard Copyright © 2017-2022 Purism SPC
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
2023-01-15 | perl v5.36.0 |