license-reconcile
tool to reconcile copyright file and source
Install
- All systems
-
curl cmd.cat/license-reconcile.sh
- Debian
-
apt-get install license-reconcile
- Ubuntu
-
apt-get install license-reconcile
- Kali Linux
-
apt-get install license-reconcile
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install license-reconcile
- Raspbian
-
apt-get install license-reconcile
- Dockerfile
- dockerfile.run/license-reconcile
license-reconcile
tool to reconcile copyright file and source
Out of the box the license-reconcile tool compares licensecheck output and the debian/changelog file against the debian/copyright file. However the power of the tool is that the behaviour can be overridden and complemented by rules. Rules include the ability to file match, to match against licensecheck output and to extract copyright years. The rules can be defined in a file and should need to be changed less often than the debian/copyright file itself. If necessary copyright and license data can be extracted from the source code in more specialized ways by adding Perl modules below Debian::LicenseReconcile::Filter.