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: 3 months ago
JSON representation
A collection of scripts for license compliance scanning, mostly experimental
- Host: GitHub
- URL: https://github.com/armijnhemel/compliance-scripts
- Owner: armijnhemel
- License: gpl-3.0
- Created: 2017-12-14T17:16:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-29T22:30:25.000Z (5 months ago)
- Last Synced: 2025-02-10T10:52:20.815Z (5 months ago)
- Topics: compliance, gpl, license
- Language: Cypher
- Size: 893 KB
- Stars: 22
- Watchers: 7
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 )