File: copyright-check

package info (click to toggle)
jsbundle-web-interfaces 1.1.0%2B~cs15.1.20180823-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 880 kB
  • sloc: javascript: 2,088; makefile: 125; 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