aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-12-14 12:52:16 +0100
committerOliver Smith <osmith@sysmocom.de>2021-12-14 12:52:16 +0100
commit2b1085886c36d66c95a8482a1498d2315cf75f2d (patch)
tree2306a248c2f4ea15c64099d199e9f774ac4a8dfa
parent444e048693f5d3db62814b8d87ea6f500d8e9eee (diff)
lint: checkpatch: tweak FSF_MAILING_ADDRESS error
-rwxr-xr-xlint/checkpatch/checkpatch.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lint/checkpatch/checkpatch.pl b/lint/checkpatch/checkpatch.pl
index a4d229c..51c406e 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