Skip to content

Commit b3808f2

Browse files
author
Jamie Smith
committed
Fix licenses
1 parent f51c5c2 commit b3808f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

run-formatter.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
#!/bin/sh
22

3+
# Copyright (c) 2024 Jamie Smith
4+
# SPDX-License-Identifier: Apache-2.0
5+
36
# Script to run the Astyle formatter on the Mbed OS code base.
47
# Run before submitting code changes!
8+
59
git diff --name-only --diff-filter=d origin/master \
610
| ( grep '.*\.\(c\|cpp\|h\|hpp\)$' || true ) \
711
| ( grep -v -f .codecheckignore || true ) \

0 commit comments

Comments
 (0)