diff --git a/scripts/check_copyright_year.sh b/scripts/check_copyright_year.sh index 129c60c8f..246199144 100644 --- a/scripts/check_copyright_year.sh +++ b/scripts/check_copyright_year.sh @@ -8,7 +8,7 @@ # according to those terms. excluded_files="config.yaml|.gitmodules" -excluded_extensions="json|md|png|txt|toml|gz|key|rlp|era1|cfg" +excluded_extensions="json|md|png|txt|toml|gz|key|rlp|era1|cfg|py|sh" current_year=$(date +"%Y") outdated_files=()