summaryrefslogtreecommitdiff
path: root/utils/hooks/pre-commit
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-02-07 20:01:17 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-04-15 19:51:56 +0300
commit606623dcb8b1820d4eba85c8e9e6a8b64233a5d8 (patch)
tree766dff7135d08cb9651d850a21a665eca73cc0b9 /utils/hooks/pre-commit
parentca9ee2127f07a80b1ecb1d49888d6dbdf48db4d2 (diff)
licenses: Add SPDX headers to the git commit hook scripts
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
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