#!/bin/sh

licensecheck --check '.*' --recursive --copyright --deb-machine --ignore '^(docs/(public/img/)?.*\.png|demo\.gif|debian/(changelog|copyright(_hints)?))$' --lines 0 -- * > debian/copyright_hints
