1SUSPICIOUS-SOURCE(1) General Commands Manual SUSPICIOUS-SOURCE(1)
2
3
4
6 suspicious-source - search for files that do not meet the GPL's defini‐
7 tion of "source" for a work
8
9
11 suspicious-source [options]
12
13
15 suspicious-source outputs a list of files which are probably not the
16 source form of a work. This should be run in the root of a source tree
17 to find files which might not be, in the definition from the GNU GPL,
18 the "preferred form of the work for making modifications to it".
19
20 The files inside version control system directories (like .bzr/ or
21 CVS/) are not considered.
22
23
25 -h, --help
26 Show this help message and exit.
27
28 -v, --verbose
29 Print more information.
30
31 -d directory, --directory=directory
32 Check the files in the specified directory instead of the cur‐
33 rent directory.
34
35 -m mimetype, --mimetype=mimetype
36 Add mimetype to list of white-listed MIME types.
37
38 -e extension, --extension=extension
39 Add extension to list of white-listed extensions.
40
41
43 suspicious-source and this manpage have been written by Benjamin Drung
44 <bdrung@debian.org>.
45
46 Both are released under the ISC license.
47
48
49
50DEBIAN Debian Utilities SUSPICIOUS-SOURCE(1)