Add more text explaining what copyright notice should look like

This commit is contained in:
Margo Crawford 2021-01-05 16:06:59 -08:00
parent ea6ebd0226
commit afa140b6a6
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ for f in $files; do
done done
if [ -n "$missing_copyright_files" ]; then if [ -n "$missing_copyright_files" ]; then
echo "Copyright notice should include the year the file was created and the year the file was last modified."
echo "$year is missing in the copyright notice of the following files:" echo "$year is missing in the copyright notice of the following files:"
for f in $missing_copyright_files; do for f in $missing_copyright_files; do
echo " $f" echo " $f"