From: Bernhard Beschow <[email protected]> The pattern us used 56 times in QEMU.
Signed-off-by: Bernhard Beschow <[email protected]> Reviewed-by: Daniel P. Berrangé <[email protected]> Tested-by: Matyas Bobek <[email protected]> Message-ID: <[email protected]> Signed-off-by: Philippe Mathieu-Daudé <[email protected]> --- scripts/checkpatch.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index e1cf2ff23b9..d440553a7ed 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -368,6 +368,7 @@ our @typeList = ( # Match text found in common license boilerplate comments: # for new files the SPDX-License-Identifier line is sufficient. our @LICENSE_BOILERPLATE = ( + "licensed under the GPL version 2", "licensed under the terms of the GNU GPL", "under the terms of the GNU General Public License", "under the terms of the GNU Lesser General Public", -- 2.53.0
