#!/bin/sh

licensecheck --check '.*' --recursive --copyright --deb-machine --ignore '^(examples/weather_report/assets/images/(image|weather)\.png|debian/(changelog|copyright(_hints)?))$' --lines 0 -- * > debian/copyright_hints
