This is an automated email from Gerrit.

Angus Gratton ([email protected]) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/2439

-- gerrit

commit feb21ba2bd3a3ecb63c5449b371df563e8f9875c
Author: Angus Gratton <[email protected]>
Date:   Fri Dec 12 09:30:35 2014 +1100

    checkpatch: Remove "do not include the paragraph about writing to the FSF" 
check
    
    This triggers if any patch touches close to the header of a
    file. Nearly all the openocd source files include the FSF address in
    their default header at the moment.
    
    (Actually at the moment this triggers an error in the checkpatch
    script, as the call to ERROR is malformed.)
    
    The alternative to this would be to go through and remove the address
    from all the headers, and amend the ERROR() call in checkpatch.pl, but
    it seems like a fairly Linux-specific error.
    
    Change-Id: I60904234b288059c12fa60001e77b22e6f5f30a0
    Signed-off-by: Angus Gratton <[email protected]>

diff --git a/tools/scripts/checkpatch.pl b/tools/scripts/checkpatch.pl
index b3a0854..9cae83a 100755
--- a/tools/scripts/checkpatch.pl
+++ b/tools/scripts/checkpatch.pl
@@ -1631,14 +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";
-                       my $msg_type = \&ERROR;
-                       ERROR("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)
-               }
-
 # 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.

-- 

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to