From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 50807 invoked by alias); 21 Apr 2016 03:11:34 -0000 Mailing-List: contact cgen-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cgen-owner@sourceware.org Received: (qmail 46923 invoked by uid 89); 21 Apr 2016 03:11:09 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=rcs, RCS, 38PM, 38pm X-HELO: mail-pf0-f176.google.com Received: from mail-pf0-f176.google.com (HELO mail-pf0-f176.google.com) (209.85.192.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 21 Apr 2016 03:11:08 +0000 Received: by mail-pf0-f176.google.com with SMTP id n1so24967520pfn.2 for ; Wed, 20 Apr 2016 20:11:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=8Zt4yU9zMOitp7tL7C3xRqJ79DCb+DrE6bf0W6kCHEk=; b=JXZ43jiiWWr5E8LgAmy4gqukSAYqFBxuZaeol27fXiqRqeaJnZLsY5ITw2M3fA9HRo cIGRCyoFS873nWscYUAdCil4g9E9h7LNMzukaPQVYzOjwJ4s5GRrWZyzTTmsynzdagd/ v1G6ycxJdd/+JguD40F8UvOrq022hmrcbI6qh9sBtbXFXsu7iiJ/JS3funJ4p532gspA Z4v6+HkTMWgdIGZlvm53sHdPFaZu2Y9TaGTu8kX4VTXLgJZkwFxs2UXiOWkNS8oKskfV pfDHer847r2JRHhm5ZKqVWEyyb8tPfYVnfEfN04TnNGeZXwkSIwwNTfSnEEBVSCdGbFd F+aw== X-Gm-Message-State: AOPr4FWjaOfVU48G5WwoZI4/WweG4w3GE1huDghEfBhYQGumkbjDFLHV9N0ddgkp8HHuRA== X-Received: by 10.98.11.205 with SMTP id 74mr17276859pfl.98.1461208266299; Wed, 20 Apr 2016 20:11:06 -0700 (PDT) Received: from bubble.grove.modra.org (CPE-58-160-146-233.sa.bigpond.net.au. [58.160.146.233]) by smtp.gmail.com with ESMTPSA id j62sm524209pfb.15.2016.04.20.20.11.05 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 20 Apr 2016 20:11:05 -0700 (PDT) Received: by bubble.grove.modra.org (Postfix, from userid 1000) id 9C93CEA0157; Thu, 21 Apr 2016 12:41:01 +0930 (ACST) Date: Thu, 21 Apr 2016 03:11:00 -0000 From: Alan Modra To: cgen@sourceware.org Cc: "Frank Ch. Eigler" Subject: Re: Update emitted copyright notice dates Message-ID: <20160421031101.GA27353@bubble.grove.modra.org> References: <20160302044837.GX10657@bubble.grove.modra.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160302044837.GX10657@bubble.grove.modra.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2016-q2/txt/msg00003.txt.bz2 Ping? On Wed, Mar 02, 2016 at 03:18:38PM +1030, Alan Modra wrote: > This is the second part in my quest to make --enable-cgen-maint > useful in binutils. OK to apply? > > * utils.scm: Update emitted copyright dates. > > Index: utils.scm > =================================================================== > RCS file: /cvs/src/src/cgen/utils.scm,v > retrieving revision 1.38 > diff -u -p -r1.38 utils.scm > --- utils.scm 2 Jan 2010 17:53:10 -0000 1.38 > +++ utils.scm 2 Mar 2016 04:19:20 -0000 > @@ -1310,7 +1310,7 @@ > (cons "\ > THIS FILE IS MACHINE GENERATED WITH CGEN. > > -Copyright 1996-2010 Free Software Foundation, Inc. > +Copyright (C) 1996-2016 Free Software Foundation, Inc. > " > "\ > This file is free software; you can redistribute it and/or modify > @@ -1335,7 +1335,7 @@ Copyright 1996-2010 Free Software Founda > (cons "\ > THIS FILE IS MACHINE GENERATED WITH CGEN. > > -Copyright (C) 2000-2010 Red Hat, Inc. > +Copyright (C) 2000-2016 Red Hat, Inc. > " > "\ > ")) -- Alan Modra Australia Development Lab, IBM