Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/armijnhemel/compliance-scripts
- Owner: armijnhemel
- License: gpl-3.0
- Created: 2017-12-14T17:16:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-14T18:51:13.000Z (6 months ago)
- Last Synced: 2024-07-14T19:49:36.254Z (6 months ago)
- Topics: compliance, gpl, license
- Language: Cypher
- Size: 890 KB
- Stars: 21
- 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 )