Skip to content

Commit

Permalink
More on add_gpl_license.py
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengtuggy committed Jan 12, 2025
1 parent 3b0d4fb commit b190a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/add_gpl_license.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
along with Vega Strike. If not, see <https://www.gnu.org/licenses/>."""

# Characters to use for the start, middle and end of a comment block
C_LIKE_COMMENT = ['/*', ' *', ' */', '/**', '*', '*/', '//']
C_LIKE_COMMENT = ['/*', ' *', ' */', '/**', '*', '*/']
SCRIPT_LIKE_COMMENT = ['##', '#', '#']

COMMENTS_BY_FILE_SUFFIX = {
Expand Down

0 comments on commit b190a3d

Please sign in to comment.