Add more text explaining what copyright notice should look like
This commit is contained in:
parent
ea6ebd0226
commit
afa140b6a6
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user