File: copyright-check

package info (click to toggle)
python-userpath 1.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 232 kB
  • sloc: python: 770; makefile: 21; sh: 16
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