#!/bin/sh

licensecheck --check '.*' --recursive --copyright --deb-machine --merge-licenses --ignore '^(docs/auth_chain_diff\.dot\.png|docs/development/img/git/.*\.(jpg|png)|debian/(changelog|copyright(_hints)?))$' --lines 0 -- * > debian/copyright_hints
