Browse Source

license headers

lizzie 1 month ago
parent
commit
d87341eaa6
  1. 2
      .ci/license-header.sh

2
.ci/license-header.sh

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

Loading…
Cancel
Save