#!/bin/sh

licensecheck --check '.*' --recursive --copyright --deb-machine --ignore '^(doc/img/.*\.png|tests/(golden|source)_images/.*\.(pbm|png|ppm)|debian/(changelog|copyright(_hints)?))$' --lines 0 -- * > debian/copyright_hints
