license headers

This commit is contained in:
lizzie 2026-02-19 04:21:54 +00:00
parent 2c9d9788e3
commit fce3bec917

View file

@ -115,7 +115,7 @@ for file in $FILES; do
*.cmake|*.sh|*CMakeLists.txt) *.cmake|*.sh|*CMakeLists.txt)
begin="#" begin="#"
;; ;;
*.kt*|*.cpp|*.h) *.kt*|*.cpp|*.h|*.swift|*.mm)
begin="//" begin="//"
;; ;;
*) *)