1LICENSECHECK(1) User Contributed Perl Documentation LICENSECHECK(1)
2
3
4
6 licensecheck - simple license checker for source files
7
9 Version v3.1.1
10
12 licensecheck --help|--version
13
14 licensecheck [options...] path [path...]
15
17 licensecheck attempts to determine the license that applies to each
18 file passed to it, by searching the start of the file for text
19 belonging to various licenses.
20
21 If any of the arguments passed are directories, licensecheck will add
22 the files contained within to the list of files to process.
23
25 If either of environment variables INFO, DEBUG or TRACE is set to true,
26 varying details about discoveries are emitted to STDERR.
27
29 Other similar tools exist.
30
31 Here is a list of known tools also command-line based and general-
32 purpose:
33
34 copyright-update <https://github.com/jaalto/project--copyright-update>
35 Written in Perl.
36
37 debmake <http://anonscm.debian.org/git/collab-maint/debmake.git>
38 Written in Python.
39
40 Specific to Debian packages.
41
42 decopy <https://anonscm.debian.org/git/collab-maint/decopy.git>
43 Written in Python.
44
45 )item Licensee <http://ben.balter.com/licensee/>
46
47 Written in Ruby.
48
49 LicenseFinder <https://github.com/pivotal/LicenseFinder>
50 Written in Ruby.
51
52 ninka <http://ninka.turingmachine.org/>
53 Written in C++.
54
55 Used in FOSSology <http://fossology.org/> (along with
56 Monk and Nomos apparently unavailable as standalone
57 command-line tools).
58
59 ripper <https://github.com/odeke-em/ripper>
60 Written in Go.
61
62 scancode-toolkit <https://github.com/nexB/scancode-toolkit>
63 Written in Python.
64
66 Jonas Smedegaard "<dr@jones.dk>"
67
69 This program is based on the script "licensecheck" from the KDE SDK,
70 originally introduced by Stefan Westerfeld "<stefan@space.twc.de>".
71
72 Copyright © 2007, 2008 Adam D. Barratt
73
74 Copyright © 2012 Francesco Poli
75
76 Copyright © 2016-2020 Jonas Smedegaard
77
78 Copyright © 2017-2020 Purism SPC
79
80 This program is free software: you can redistribute it and/or modify it
81 under the terms of the GNU Affero General Public License as published
82 by the Free Software Foundation, either version 3, or (at your option)
83 any later version.
84
85 This program is distributed in the hope that it will be useful, but
86 WITHOUT ANY WARRANTY; without even the implied warranty of
87 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
88 Affero General Public License for more details.
89
90 You should have received a copy of the GNU Affero General Public
91 License along with this program. If not, see
92 <https://www.gnu.org/licenses/>.
93
94
95
96perl v5.32.0 2020-07-28 LICENSECHECK(1)