#!/bin/sh

licensecheck --check '.*' --recursive --copyright --deb-machine --ignore '^(book/src/img/(crates|primer-reify-after).png|debian/(changelog|copyright(_hints)?))$' --lines 0 -- * > debian/copyright_hints
