1LICENSECHECK(1) User Contributed Perl Documentation LICENSECHECK(1)
2
3
4
6 licensecheck - simple license checker for source files
7
9 Version v3.0.36
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 Other similar tools exist.
26
27 Here is a list of known tools also command-line based and general-
28 purpose:
29
30 copyright-update <https://github.com/jaalto/project--copyright-update>
31 Written in Perl.
32
33 debmake <http://anonscm.debian.org/git/collab-maint/debmake.git>
34 Written in Python.
35
36 Specific to Debian packages.
37
38 decopy <https://anonscm.debian.org/git/collab-maint/decopy.git>
39 Written in Python.
40
41 )item Licensee <http://ben.balter.com/licensee/>
42
43 Written in Ruby.
44
45 LicenseFinder <https://github.com/pivotal/LicenseFinder>
46 Written in Ruby.
47
48 ninka <http://ninka.turingmachine.org/>
49 Written in C++.
50
51 Used in FOSSology <http://fossology.org/> (along with
52 Monk and Nomos apparently unavailable as standalone
53 command-line tools).
54
55 ripper <https://github.com/odeke-em/ripper>
56 Written in Go.
57
58 scancode-toolkit <https://github.com/nexB/scancode-toolkit>
59 Written in Python.
60
62 Jonas Smedegaard "<dr@jones.dk>"
63
65 This program is based on the script "licensecheck" from the KDE SDK,
66 originally introduced by Stefan Westerfeld "<stefan@space.twc.de>".
67
68 Copyright © 2007, 2008 Adam D. Barratt
69
70 Copyright © 2012 Francesco Poli
71
72 Copyright © 2016 Jonas Smedegaard
73
74 This program is free software; you can redistribute it and/or modify it
75 under the terms of the GNU General Public License as published by the
76 Free Software Foundation; either version 3, or (at your option) any
77 later version.
78
79 This program is distributed in the hope that it will be useful, but
80 WITHOUT ANY WARRANTY; without even the implied warranty of
81 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
82 General Public License for more details.
83
84 You should have received a copy of the GNU General Public License along
85 with this program. If not, see <https://www.gnu.org/licenses/>.
86
87
88
89perl v5.28.1 2018-04-05 LICENSECHECK(1)