#!/bin/sh

# skip utf8-noisy test (in addition to hint files themselves)
licensecheck --check '.*' --recursive --copyright --deb-machine --ignore '^(tests/encoding\.cpp|debian/(changelog|copyright(_hints)?))$' --lines 0 -- * > debian/copyright_hints
