Signed-off-by: Daniel P. Berrangé <[email protected]>
---
 scripts/checkpatch.pl | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index d3d75f3f13..82c8dd1e7c 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -373,8 +373,9 @@ our @LICENSE_BOILERPLATE = (
        "under the terms of the GNU Lesser General Public",
        "Permission is hereby granted, free of charge",
        "GNU GPL, version 2 or later",
-       "See the COPYING file"
-);
+       "See the COPYING file",
+       "terms and conditions of the GNU General Public",
+    );
 our $LICENSE_BOILERPLATE_RE = join("|", @LICENSE_BOILERPLATE);
 
 # Load common spelling mistakes and build regular expression list.
-- 
2.51.1


Reply via email to