diff options
Diffstat (limited to '.missing-copyright')
-rw-r--r-- | .missing-copyright | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.missing-copyright b/.missing-copyright new file mode 100644 index 0000000..d99cb32 --- /dev/null +++ b/.missing-copyright @@ -0,0 +1,4 @@ +#!/bin/sh + +find . -type f \! -name \*~ \! -exec grep -q Begin-Header \{\} \; -print \ + | grep -v ^./build |