From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23601 invoked by alias); 18 Apr 2012 14:25:26 -0000 Received: (qmail 23565 invoked by uid 22791); 18 Apr 2012 14:25:22 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO 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, 18 Apr 2012 14:25:06 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id DE0661C6BC5; Wed, 18 Apr 2012 10:25:05 -0400 (EDT) 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 dIXlDOXGejMg; Wed, 18 Apr 2012 10:25:05 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id AE0ED1C6ADC; Wed, 18 Apr 2012 10:25:05 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id DE16C145616; Wed, 18 Apr 2012 07:24:53 -0700 (PDT) Date: Wed, 18 Apr 2012 14:32:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: GDB Patches Subject: Re: Revert 2011 copyright year update under gnulib/ Message-ID: <20120418142453.GZ2852@adacore.com> References: <4F8EB031.5070704@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4F8EB031.5070704@redhat.com> User-Agent: Mutt/1.5.20 (2009-06-14) 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: 2012-04/txt/msg00571.txt.bz2 > These are imported sources, so we should keep their copyright years > intact in the new year procedure. It seems like in 2012 they weren't > updated, so it looks like the procedure's scripts have been fixed already? Yes, the new script now avoids updating these files. gdb/copyright.py: # Files which should not be modified, either because they are # generated, non-FSF, or otherwise special (e.g. license text, # or test cases which must be sensitive to line numbering). # # Filenames are relative to the root directory. EXCLUDE_LIST = ( 'gdb/gdbarch.c', 'gdb/gdbarch.h', 'gdb/gnulib' ) That is actually a good reminder that when you are done with your gnulib modifications, we'll need to adjust the script! -- Joel