fix license

This commit is contained in:
lizzie 2026-02-22 22:02:56 +00:00
parent 07306dd7ee
commit c9419110f1
3 changed files with 5 additions and 2 deletions

View file

@ -193,7 +193,7 @@ if [ "$UPDATE" = "true" ]; then
begin="#"
shell=true
;;
*.kt*|*.cpp|*.h)
*.kt*|*.cpp|*.h|*.swift|*.mm)
begin="//"
shell="false"
;;