From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14323 invoked by alias); 7 Jan 2009 04:40:22 -0000 Received: (qmail 14314 invoked by uid 22791); 7 Jan 2009 04:40:21 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_20 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 07 Jan 2009 04:40:15 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 1D2E72A965D; Tue, 6 Jan 2009 23:40:14 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 7BJr2WRD8Y89; Tue, 6 Jan 2009 23:40:14 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 4C4832A964D; Tue, 6 Jan 2009 23:40:13 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 3E02AE7ACD; Wed, 7 Jan 2009 08:40:06 +0400 (RET) Date: Wed, 07 Jan 2009 04:40:00 -0000 From: Joel Brobecker To: Eli Zaretskii Cc: Tom Tromey , gdb-patches@sourceware.org Subject: Re: [commit] Start of New Year Procedure applied... Message-ID: <20090107044006.GG3664@adacore.com> References: <20090103060621.GW16483@adacore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i 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: 2009-01/txt/msg00068.txt.bz2 > > @c Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, > > @c 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 > > @c Free Software Foundation, Inc. > > All the files should have 2009 added to their copyright notice. I had a quick look. The script used to do the copyright update does not handle certain files: *.s *.f *.f90 *.igen *.ac *.texi *.texinfo *.tex *.defs *.1 (total number of files involved: 62 :-(). These files need to be updated by hand, and the manual needs to be updated to mention that. I'll try to get to it sometime today. Thanks to Tom for noticing this. BTW: This is not all. The content of the texi files also have copyright notices in them. The problem is that they are sometimes duplicated, I suspect due to different medium requiring different layout. Is there a way to simplify this? -- Joel