From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31263 invoked by alias); 27 Feb 2014 04:50:22 -0000 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 Received: (qmail 31235 invoked by uid 89); 27 Feb 2014 04:50:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-pb0-f43.google.com Received: from mail-pb0-f43.google.com (HELO mail-pb0-f43.google.com) (209.85.160.43) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 27 Feb 2014 04:50:19 +0000 Received: by mail-pb0-f43.google.com with SMTP id um1so231638pbc.2 for ; Wed, 26 Feb 2014 20:50:17 -0800 (PST) X-Received: by 10.68.201.226 with SMTP id kd2mr10882265pbc.157.1393476617558; Wed, 26 Feb 2014 20:50:17 -0800 (PST) Received: from bubble.grove.modra.org ([101.166.26.37]) by mx.google.com with ESMTPSA id ac5sm8934404pbc.37.2014.02.26.20.50.15 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 26 Feb 2014 20:50:16 -0800 (PST) Received: by bubble.grove.modra.org (Postfix, from userid 1000) id D40A4EA00D2; Thu, 27 Feb 2014 15:20:11 +1030 (CST) Date: Thu, 27 Feb 2014 04:50:00 -0000 From: Alan Modra To: binutils@sourceware.org Cc: gdb-patches@sourceware.org, gcc-patches@gcc.gnu.org Subject: copyright dates in binutils (and includes/) Message-ID: <20140227045011.GC14922@bubble.grove.modra.org> Mail-Followup-To: binutils@sourceware.org, gdb-patches@sourceware.org, gcc-patches@gcc.gnu.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2014-02/txt/msg00817.txt.bz2 I've been hacking gcc's contrib/update-copyright.py for binutils, and have run it over binutils to update all the binutils copyright notices. Here's an example of the update: --- a/bfd/elf32-sparc.c +++ b/bfd/elf32-sparc.c @@ -1,7 +1,5 @@ /* SPARC-specific support for 32-bit ELF - Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, - 2003, 2004, 2005, 2006, 2007, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1993-2014 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. Does anyone have a violent objection to committing updates in bfd, binutils, elfcpp, gas, gold, gprof, ld, and opcodes? How about includes/ too? The choices there are a) apply to just binutils owned files, b) apply to binutils+gdb files, c) apply to the lot, and update gcc/include/ too. I see Joel already updated include/gdb, but the script makes a further small change. So choice (b) in include/gdb consists of patches like the following: diff --git a/include/gdb/gdb-index.h b/include/gdb/gdb-index.h index d846b04..a8d4f2f 100644 --- a/include/gdb/gdb-index.h +++ b/include/gdb/gdb-index.h @@ -1,5 +1,5 @@ /* Public attributes of the .gdb_index section. - Copyright 2012-2014 Free Software Foundation, Inc. + Copyright (C) 2012-2014 Free Software Foundation, Inc. This file is part of GDB. -- Alan Modra Australia Development Lab, IBM