summaryrefslogtreecommitdiffstats
path: root/scripts/license-headers-updated
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/license-headers-updated')
-rwxr-xr-xscripts/license-headers-updated2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/license-headers-updated b/scripts/license-headers-updated
index cbd8cfe4..8358baff 100755
--- a/scripts/license-headers-updated
+++ b/scripts/license-headers-updated
@@ -18,7 +18,7 @@ check() {
}
}
-find -name "*.rs" -type f | while read filename; do
+find lib bin -name "*.rs" -type f | grep -v target | while read filename; do
check "$filename" 2 \
"imag - the personal information management suite for the commandline" \
"Description line" \