* check-copyright: Resize the second column from width 14 to width 17.
+2023-02-07 Bruno Haible <bruno@clisp.org>
+
+ check-copyright: Make output prettier.
+ * check-copyright: Resize the second column from width 14 to width 17.
+
2023-02-06 Bruno Haible <bruno@clisp.org>
setlocale-null: Don't use a lock in Cygwin >= 3.4.6.
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