aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/check_copyright.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/check_copyright.sh')
-rwxr-xr-xscripts/check_copyright.sh2
1 files changed, 1 insertions, 1 deletions
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."