Scancode: Difference between revisions

From OSSelot
Jump to navigation Jump to search
(Add Osselot conventions)
m (Updated OSSelot logo to new font feature)
 
Line 3: Line 3:
==Documentation==
==Documentation==
Online documentation of the Scancode toolkit is available [https://scancode-toolkit.readthedocs.io/en/stable/ here].
Online documentation of the Scancode toolkit is available [https://scancode-toolkit.readthedocs.io/en/stable/ here].
==Scancode conventions of the <span style="font-family: OSSelot-Bold; font-weight: 500; color: #1565af;">O</span> project ==
==Scancode conventions of the <span style="font-family: OSSelot-Bold; font-weight: 500; color: #1565af;">OSSelot</span> project ==
Default options for analysis:<syntaxhighlight lang="bash">
Default options for analysis:<syntaxhighlight lang="bash">
scancode -cli --license-text -json [package name-version].json [package]
scancode -cli --license-text -json [package name-version].json [package]
</syntaxhighlight>c: copyrights; l: licenses; i: file information; --license-text: include full license text
</syntaxhighlight>c: copyrights; l: licenses; i: file information; --license-text: include full license text

Latest revision as of 15:41, 1 November 2023

Installation

The Scancode toolkit can be downloaded from the related Github repository. The landing page of the company behind Scancode is here.

Documentation

Online documentation of the Scancode toolkit is available here.

Scancode conventions of the OSSelot project

Default options for analysis:

scancode -cli --license-text -json [package name-version].json [package]

c: copyrights; l: licenses; i: file information; --license-text: include full license text