summaryrefslogtreecommitdiff
path: root/check-copyright
diff options
context:
space:
mode:
Diffstat (limited to 'check-copyright')
-rwxr-xr-xcheck-copyright6
1 files changed, 3 insertions, 3 deletions
diff --git a/check-copyright b/check-copyright
index 727da142be..ee173c2595 100755
--- a/check-copyright
+++ b/check-copyright
@@ -171,10 +171,10 @@ for file in $candidates; do
done
if test "$file_license" != "$weakest_license"; then
if test $error = 0; then
- echo "Module License File License File name"
- echo "================= ============== ====================================="
+ echo "Module License File License File name"
+ echo "================= ================= ====================================="
fi
- printf '%-17s %-14s %s\n' "$weakest_license" "$file_license" "$file"
+ printf '%-17s %-17s %s\n' "$weakest_license" "$file_license" "$file"
error=1
fi
done