Skip to content

Commit

Permalink
Extended legal check to include Neo copyrights
Browse files Browse the repository at this point in the history
  • Loading branch information
technige committed Jan 31, 2019
1 parent bca8211 commit 87111bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_legal.sh
Expand Up @@ -8,7 +8,7 @@ function check_license {

function check_copyright {
YEAR=$(date +%Y)
find py2neo -name '*.py' | xargs grep -L "Copyright 2011-${YEAR}"
find py2neo -name '*.py' | xargs grep -L -e "Copyright.* 20[0-9][0-9]-${YEAR}"
}


Expand Down

0 comments on commit 87111bb

Please sign in to comment.