diff --git a/utils/addCopyright.py b/utils/addCopyright.py index 5075105..dee160c 100644 --- a/utils/addCopyright.py +++ b/utils/addCopyright.py @@ -37,7 +37,8 @@ def add_comment_to_file(file_path, comment): comments['.html'], comments['.yml'], comments['.css'], - comments['.sql'] + comments['.sql'], + comments['.bat'], ), '', content) # Remove trailing empty lines