From afa140b6a60c1d1321056be0a5e7e5452f618f5a Mon Sep 17 00:00:00 2001 From: Margo Crawford Date: Tue, 5 Jan 2021 16:06:59 -0800 Subject: [PATCH] Add more text explaining what copyright notice should look like --- hack/check-copyright-year.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/check-copyright-year.sh b/hack/check-copyright-year.sh index 825b6511..907ebb0f 100755 --- a/hack/check-copyright-year.sh +++ b/hack/check-copyright-year.sh @@ -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"