From 2b1085886c36d66c95a8482a1498d2315cf75f2d Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Tue, 14 Dec 2021 12:52:16 +0100 Subject: [PATCH] lint: checkpatch: tweak FSF_MAILING_ADDRESS error Change-Id: Ic76132c40a9c30a167c24c4c4b53180c4cc0fb86 --- lint/checkpatch/checkpatch.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lint/checkpatch/checkpatch.pl b/lint/checkpatch/checkpatch.pl index a4d229ca..51c406e5 100755 --- a/lint/checkpatch/checkpatch.pl +++ b/lint/checkpatch/checkpatch.pl @@ -3437,7 +3437,7 @@ sub process { my $msg_level = \&ERROR; $msg_level = \&CHK if ($file); &{$msg_level}("FSF_MAILING_ADDRESS", - "Do not include the paragraph about writing to the Free Software Foundation's mailing address from the sample GPL notice. The FSF has changed addresses in the past, and may do so again. Linux already includes a copy of the GPL.\n" . $herevet) + "Do not include the paragraph about writing to the Free Software Foundation's mailing address from the sample GPL notice. The FSF has changed addresses in the past, and may do so again. This Osmocom project should already include a copy of the (A)GPL.\n" . $herevet) } # check for Kconfig help text having a real description