Scancode: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
mNo edit summary  | 
				 (Add Osselot conventions)  | 
				||
| 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 ==  | |||
Default options for analysis:<syntaxhighlight lang="bash">  | |||
scancode -cli --license-text -json [package name-version].json [package]  | |||
</syntaxhighlight>c: copyrights; l: licenses; i: file information; --license-text: include full license text  | |||
Revision as of 16:07, 14 September 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 O 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