EnglishFrenchSpanish

Ad


OnWorks favicon

licensecheck - Online in the Cloud

Run licensecheck in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command licensecheck that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


licensecheck - simple license checker for source files

SYNOPSIS


licensecheck --help|--version

licensecheck [--no-conf] [--verbose] [--copyright] [-l|--lines=N] [-i|--ignore=regex]
[-c|--check=regex] [-m|--machine] [-r|--recursive] [-e|--encoding=...] list of files and
directories to check

DESCRIPTION


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.

OPTIONS


--verbose, --no-verbose
Specify whether to output the text being processed from each file before the
corresponding license information.

Default is to be quiet.

-l=N, --lines=N
Specify the number of lines of each file's header which should be parsed for license
information. (Default is 60).

--tail=N
By default, the last 5k bytes of each files are parsed to get license information. You
may use this option to set the size of this parsed chunk. You may set this value to 0
to avoid parsing the end of the file.

-i=regex, --ignore=regex
When processing the list of files and directories, the regular expression specified by
this option will be used to indicate those which should not be considered (e.g. backup
files, VCS metadata).

-r, --recursive
Specify that the contents of directories should be added recursively.

-c=regex, --check=regex
Specify a pattern against which filenames will be matched in order to decide which
files to check the license of.

The default includes common source files.

-s, --skipped
Specify whether to show skipped files, i.e. files found which do not match the check
regexp (see "--check" option). Default is to not show skipped files.

Note that ignored files (like ".git" or ".svn") are not shown even when this option is
used.

--copyright
Also display copyright text found within the file

-e --encoding
Specifies input encoding of source files. By default, input files are not decoded.
When encoding is specified, license and copyright information are printed on STDOUT as
utf8, or garbage if you got the encoding wrong.

-m, --machine
Display the information in a machine readable way, i.e. in the form
<file><tab><license>[<tab><copyright>] so that it can be easily sorted and/or
filtered, e.g. with the awk and sort commands. Note that using the --verbose option
will kill the readability.

--no-conf, --noconf
Do not read any configuration files. This can only be used as the first option given
on the command line.

CONFIGURATION VARIABLES


The two configuration files /etc/devscripts.conf and ~/.devscripts are sourced by a shell
in that order to set configuration variables. Command line options can be used to
override configuration file settings. Environment variable settings are ignored for this
purpose. The currently recognised variables are:

LICENSECHECK_VERBOSE
If this is set to yes, then it is the same as the --verbose command line parameter
being used. The default is no.

LICENSECHECK_PARSELINES
If this is set to a positive number then the specified number of lines at the start of
each file will be read whilst attempting to determine the license(s) in use. This is
equivalent to the --lines command line option.

Use licensecheck online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Phaser
    Phaser
    Phaser is a fast, free, and fun open
    source HTML5 game framework that offers
    WebGL and Canvas rendering across
    desktop and mobile web browsers. Games
    can be co...
    Download Phaser
  • 2
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 3
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 4
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 5
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 6
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • More »

Linux commands

  • 1
    abidiff
    abidiff
    abidiff - compare ABIs of ELF files
    abidiff compares the Application Binary
    Interfaces (ABI) of two shared libraries
    in ELF format. It emits a meaningful
    repor...
    Run abidiff
  • 2
    abidw
    abidw
    abidw - serialize the ABI of an ELF
    file abidw reads a shared library in ELF
    format and emits an XML representation
    of its ABI to standard output. The
    emitted ...
    Run abidw
  • 3
    copac2xml
    copac2xml
    bibutils - bibliography conversion
    utilities ...
    Run copac2xml
  • 4
    copt
    copt
    copt - peephole optimizer SYSNOPIS:
    copt file.. DESCRIPTION: copt is a
    general-purpose peephole optimizer. It
    reads code from its standard input and
    writes an ...
    Run copt
  • 5
    gather_stx_titles
    gather_stx_titles
    gather_stx_titles - gather title
    declarations from Stx documents ...
    Run gather_stx_titles
  • 6
    gatling-bench
    gatling-bench
    bench - http benchmark ...
    Run gatling-bench
  • More »

Ad