mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-03 11:45:45 +00:00
Add more text explaining what copyright notice should look like
This commit is contained in:
@@ -17,6 +17,7 @@ for f in $files; do
|
||||
done
|
||||
|
||||
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:"
|
||||
for f in $missing_copyright_files; do
|
||||
echo " $f"
|
||||
|
||||
Reference in New Issue
Block a user