Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/armijnhemel/compliance-scripts

A collection of scripts for license compliance scanning, mostly experimental
https://github.com/armijnhemel/compliance-scripts

compliance gpl license

Last synced: 18 days ago
JSON representation

A collection of scripts for license compliance scanning, mostly experimental

Awesome Lists containing this project

README

        

# What is this repository?

This repository contains a collection of experimental license compliance
scripts. These scripts are not intended to be used in a production environment,
but are there to explore possible solutions to license compliance issues.

* copyright-statements - experimental copyright statement printer, based on
output of ScanCode
* diffstatverifier - experimental script to compare file names in a Git
diffstat output to file names extracted from a binary such as the Linux
kernel
* docker - experimental script to analyse on disk data from a Docker directory
* elfgraphs - experimental scripts to generate ELF linking graphs in Cypher to
load into Neo4J
* osadl-audit - scripts used for the OSADL License Compliance Audit (LCA)
* scancode_license_tui - scripts used for pretty printing ScanCode results
using Textual and Rich
* sourcetreeverifier - experimental scripts to verify unpacked source code
release archives
* tracer - scripts to trace builds, follow how files were created (originally
from https://github.com/armijnhemel/yaminabe2/blob/master/src/process-trace.py )