Skip to content

Commit

Permalink
👷 Update Copyright CI by adding .bat files
Browse files Browse the repository at this point in the history
  • Loading branch information
NoaSecond committed Jun 3, 2024
1 parent 68e9d50 commit e7bbc18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/addCopyright.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
'.yml': "# {}".format(copyright_comment),
'.css': "/* {} */".format(copyright_comment),
'.sql': "-- {}".format(copyright_comment),
'.py': "# {}".format(copyright_comment)
'.py': "# {}".format(copyright_comment),
'.bat': ":: {}".format(copyright_comment),
}

extensions = tuple(comments.keys())
Expand Down

0 comments on commit e7bbc18

Please sign in to comment.