#!/bin/sh

licensecheck --check '.*' --recursive --copyright --deb-machine --ignore '^(data/logo_white_.*\.png|screenshots/[12]\.png|demos/.*\.zip|debian/(changelog|copyright(_hints)?))$' --lines 0 -- * > debian/copyright_hints
