logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

suspicious-source - search for files that do not meet the GPL's definition of "source" for a work

Authors

suspicious-source and this manpage have been written by Benjamin Drung <bdrung@debian.org>.

       Both are released under the ISC license.

DEBIAN                                          Debian Utilities                            SUSPICIOUS-SOURCE(1)

Description

suspicious-source  outputs a list of files which are probably not the source form of a work.  This should
       be run in the root of a source tree to find files which might not be, in the definition from the GNU GPL,
       the "preferred form of the work for making modifications to it".

       The files inside version control system directories (like .bzr/ or CVS/) are not considered.

Name

       suspicious-source - search for files that do not meet the GPL's definition of "source" for a work

Options

-h, --help
              Show this help message and exit.

       -v, --verbose
              Print more information.

       -ddirectory, --directory=directory
              Check the files in the specified directory instead of the current directory.

       -mmimetype, --mimetype=mimetype
              Add mimetype to list of white-listed MIME types.

       -eextension, --extension=extension
              Add extension to list of white-listed extensions.

Synopsis

suspicious-source [options]

See Also