summaryrefslogtreecommitdiff
path: root/utils/hooks/pre-commit
diff options
context:
space:
mode:
Diffstat (limited to 'utils/hooks/pre-commit')
-rwxr-xr-xutils/hooks/pre-commit2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/hooks/pre-commit b/utils/hooks/pre-commit
index 47fcbc81..7a4cb625 100755
--- a/utils/hooks/pre-commit
+++ b/utils/hooks/pre-commit
@@ -1,5 +1,7 @@
#!/bin/sh
+# SPDX-License-Identifier: GPL-2.0-or-later
+
# Execute the checkstyle script before committing any code. This will fail the
# commit in case of style issues, ensuring that the developer will notice them.
# The pre-commit hook can be bypassed with git commit -n to ignore selective