From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6844 invoked by alias); 11 Feb 2006 19:05:13 -0000 Received: (qmail 6836 invoked by uid 22791); 11 Feb 2006 19:05:13 -0000 X-Spam-Check-By: sourceware.org Received: from gandalf.inter.net.il (HELO gandalf.inter.net.il) (192.114.186.17) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 11 Feb 2006 19:05:11 +0000 Received: from nitzan.inter.net.il (nitzan.inter.net.il [192.114.186.20]) by gandalf.inter.net.il (MOS 3.7.1-GA) with ESMTP id HVP33630; Sat, 11 Feb 2006 21:05:01 +0200 (IST) Received: from HOME-C4E4A596F7 (IGLD-80-230-42-78.inter.net.il [80.230.42.78]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id CRJ20149 (AUTH halo1); Sat, 11 Feb 2006 21:05:00 +0200 (IST) Date: Sat, 11 Feb 2006 19:05:00 -0000 Message-Id: From: Eli Zaretskii To: gdb@sourceware.org In-reply-to: <20060211182727.GA25041@nevyn.them.org> (message from Daniel Jacobowitz on Sat, 11 Feb 2006 13:27:27 -0500) Subject: Re: Copyright notices Reply-to: Eli Zaretskii References: <20060211143620.GA20537@nevyn.them.org> <20060211182727.GA25041@nevyn.them.org> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-02/txt/msg00108.txt.bz2 > Date: Sat, 11 Feb 2006 13:27:27 -0500 > From: Daniel Jacobowitz > > Well, I did not find a good non-Emacs tool for doing this; I'd rather > using something that already exists, than write our own. It should > just be a matter of finding all the files we consider "owned" by GDB > (all in the gdb directory, or sim, or include/gdb/ ?) and excluding > the generated ones. The above specification of which files to include/exclude sounds very vague. Is there some existing script or algorithm that would allow to find the relevant files programmatically? If not, then perhaps the first good approximation would be a Dired-style command: mark the files you want to update (or mark all of them, then unmark the ones you don't want), and invoke a command that will update all the marked files. WDYT?