canary-rs/check_licenses.sh

4 lines
164 B
Bash
Raw Normal View History

2022-11-03 02:25:04 +00:00
#!/bin/sh
! rg --multiline --files-without-match --glob '*.rs' --pcre2 '(?<!\n)((//)|(#)) Copyright \(c\) \d+ [A-z, ]+\n((//)|(#)) SPDX-License-Identifier: .*\n'