This is an automated email from Gerrit.

Antonio Borneo (borneo.anto...@gmail.com) just uploaded a new patch set to 
Gerrit, which you can find at http://openocd.zylin.com/5977

-- gerrit

commit 8dd669cf872c8ced8b19df7aca3de410824b51d4
Author: Antonio Borneo <borneo.anto...@gmail.com>
Date:   Mon Dec 14 15:33:38 2020 +0100

    [RFC] DO NOT MERGE! checkpatch: remove FSF check. DO NOT MERGE!
    
    DO NOT MERGE!!! DO NOT MERGE!!! DO NOT MERGE!!! DO NOT MERGE!!!
    
    For the only purpose of allowing Jenkins to check the following
    patches in this series, let's remove from checkpatch the test
    for the Free Software Foundation address. This test fails on two
    of the patches in the series because they:
    - move the GPL-v2 license in another path,
    - add the GFDL-v1.2 license,
    thus they MUST contain the FSF address.
    
    This patch is NOT TO BE MERGED. Should be 'abandoned' when the
    remaining patches of this series would be be merged.
    
    DO NOT MERGE!!! DO NOT MERGE!!! DO NOT MERGE!!! DO NOT MERGE!!!
    
    Change-Id: I9a4a2ba8fa7a1ff86876cf720c9f0c55f7bb060d
    Signed-off-by: Antonio Borneo <borneo.anto...@gmail.com>

diff --git a/tools/scripts/checkpatch.pl b/tools/scripts/checkpatch.pl
index 0a119f1..e095406 100755
--- a/tools/scripts/checkpatch.pl
+++ b/tools/scripts/checkpatch.pl
@@ -1631,16 +1631,6 @@ sub process {
                        $rpt_cleaners = 1;
                }
 
-               if ($rawline =~ /\bwrite to the Free/i ||
-                   $rawline =~ /\b59\s+Temple\s+Pl/i ||
-                   $rawline =~ /\b51\s+Franklin\s+St/i) {
-                       my $herevet = "$here\n" . cat_vet($rawline) . "\n";
-                       ERROR("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. " .
-                             "OpenOCD already includes a copy of the GPL.\n" . 
$herevet)
-               }
-
 # check for Kconfig help text having a real description
 # Only applies when adding the entry originally, after that we do not have
 # sufficient context to determine whether it is indeed long enough.

-- 


_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to