From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30013 invoked by alias); 11 Feb 2006 18:27:30 -0000 Received: (qmail 30001 invoked by uid 22791); 11 Feb 2006 18:27:30 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Sat, 11 Feb 2006 18:27:29 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1F7zSx-0006X3-Cn for gdb@sourceware.org; Sat, 11 Feb 2006 13:27:27 -0500 Date: Sat, 11 Feb 2006 18:27:00 -0000 From: Daniel Jacobowitz To: gdb@sourceware.org Subject: Re: Copyright notices Message-ID: <20060211182727.GA25041@nevyn.them.org> Mail-Followup-To: gdb@sourceware.org References: <20060211143620.GA20537@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.8i 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/msg00107.txt.bz2 On Sat, Feb 11, 2006 at 06:30:22PM +0200, Eli Zaretskii wrote: > > Date: Sat, 11 Feb 2006 09:36:22 -0500 > > From: Daniel Jacobowitz > > > > Emacs already has some widgetry to add copyright years, doesn't it? > > Yes. The command copyright-update updates the copyright years in the > current buffer by adding the current year to the existing list. > > > Can that easily work on a list of files? > > Not at this time, but I can write a command to do that, if we are > going to use Emacs for this. 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. -- Daniel Jacobowitz CodeSourcery