From ede57f84bb4ddcc438bba34ef4407ee86fbaf2f9 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Fri, 20 Apr 2018 11:54:53 -0700 Subject: Add missing copyright and licenses (#1152) --- scripts/check_copyright.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/check_copyright.sh') diff --git a/scripts/check_copyright.sh b/scripts/check_copyright.sh index 14857d3..5cd8a18 100755 --- a/scripts/check_copyright.sh +++ b/scripts/check_copyright.sh @@ -22,7 +22,7 @@ options=( ) git grep "${options[@]}" \ - -- '*.'{c,cc,h,m,mm,sh,swift} \ + -- '*.'{c,cc,h,js,m,mm,py,sh,swift} \ ':(exclude)**/third_party/**' if [[ $? == 0 ]]; then echo "ERROR: Missing copyright notices in the files above. Please fix." -- cgit v1.2.3