From 606623dcb8b1820d4eba85c8e9e6a8b64233a5d8 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Fri, 7 Feb 2020 20:01:17 +0200 Subject: licenses: Add SPDX headers to the git commit hook scripts Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham --- utils/hooks/pre-push | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/hooks/pre-push') diff --git a/utils/hooks/pre-push b/utils/hooks/pre-push index 099441b8..34906dde 100755 --- a/utils/hooks/pre-push +++ b/utils/hooks/pre-push @@ -1,5 +1,7 @@ #!/bin/sh +# SPDX-License-Identifier: GPL-2.0-or-later + # A hook script to prevent pushing unsuitable commits to the master branch. # Unsuitable commits are commits that contain a local changelog below a '---' # line. The criteria may get extended later. -- cgit v1.2.1