From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11049 invoked by alias); 9 Jan 2007 22:27:55 -0000 Received: (qmail 11041 invoked by uid 22791); 9 Jan 2007 22:27:55 -0000 X-Spam-Check-By: sourceware.org Received: from romy.inter.net.il (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 09 Jan 2007 22:27:49 +0000 Received: from HOME-C4E4A596F7 (IGLD-84-229-122-127.inter.net.il [84.229.122.127]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id GTV21105 (AUTH halo1); Wed, 10 Jan 2007 00:27:45 +0200 (IST) Date: Tue, 09 Jan 2007 22:27:00 -0000 Message-Id: From: Eli Zaretskii To: Daniel Jacobowitz CC: gdb-patches@sourceware.org In-reply-to: <20070109213811.GE30631@nevyn.them.org> (message from Daniel Jacobowitz on Tue, 9 Jan 2007 16:38:11 -0500) Subject: Re: Ignore two more files for copyright.sh Reply-to: Eli Zaretskii References: <20070109213811.GE30631@nevyn.them.org> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-01/txt/msg00277.txt.bz2 > Date: Tue, 9 Jan 2007 16:38:11 -0500 > From: Daniel Jacobowitz > > Pie on my face. I knew this would happen... I suppose I'm impressed > there was only one test depending on exact line numbering. Btw, it's possible to have the copyright notice at the end of the file, if we say at the beginning something like "Copyright notice at the end of the file". That way, the "operational" parts of the file will never change their line numbers, while your script will find the copyright if it's within the first 2KB of the file (and if that's not enough, we can enlarge this value by a one-line change to the gdb-copyright-update function in your script).