From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13608 invoked by alias); 11 Feb 2006 16:30:33 -0000 Received: (qmail 13593 invoked by uid 22791); 11 Feb 2006 16:30:32 -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; Sat, 11 Feb 2006 16:30:31 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-143-253.inter.net.il [80.230.143.253]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id DNV96682 (AUTH halo1); Sat, 11 Feb 2006 18:30:23 +0200 (IST) Date: Sat, 11 Feb 2006 16:30:00 -0000 Message-Id: From: Eli Zaretskii To: gdb@sourceware.org In-reply-to: <20060211143620.GA20537@nevyn.them.org> (message from Daniel Jacobowitz on Sat, 11 Feb 2006 09:36:22 -0500) Subject: Re: Copyright notices Reply-to: Eli Zaretskii References: <20060211143620.GA20537@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/msg00103.txt.bz2 > 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.