Skip to content

Commit

Permalink
Fix licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
multiplemonomials committed Oct 27, 2024
1 parent f51c5c2 commit b3808f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions run-formatter.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
#!/bin/sh

# Copyright (c) 2024 Jamie Smith
# SPDX-License-Identifier: Apache-2.0

# Script to run the Astyle formatter on the Mbed OS code base.
# Run before submitting code changes!

git diff --name-only --diff-filter=d origin/master \
| ( grep '.*\.\(c\|cpp\|h\|hpp\)$' || true ) \
| ( grep -v -f .codecheckignore || true ) \
Expand Down

0 comments on commit b3808f2

Please sign in to comment.