File: copyright-check

package info (click to toggle)
python-userpath 1.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 232 kB
  • sloc: python: 814; makefile: 18; sh: 3
file content (8 lines) | stat: -rwxr-xr-x 261 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
#!/bin/sh

set -eu

# skip tedious Debian files
RE_debian='debian/(changelog|copyright(-check|_hints)?|source/lintian-overrides)'

licensecheck --copyright --deb-machine --recursive --lines 0 --check '.*' --ignore "^($RE_debian)$" -- * > debian/copyright_hints