add source helper script copyright-check

This commit is contained in:
Jonas Smedegaard 2021-10-05 01:24:49 +02:00
parent 00fd4dd934
commit 7ee81214af
1 changed files with 3 additions and 0 deletions

3
debian/copyright-check vendored Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
licensecheck --check '.*' --recursive --copyright --deb-machine --ignore '^(debian/(changelog|copyright(_hints)?))$' --lines 0 -- * > debian/copyright_hints