#!/bin/sh

licensecheck --check '.*' --recursive --copyright --deb-machine --ignore '^(lib/templates/project|example/images)/button_bg\.png|(debian/(changelog|copyright(_hints)?))$' --lines 0 -- * > debian/copyright_hints
