From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 106915 invoked by alias); 2 Mar 2016 04:48:51 -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 106862 invoked by uid 89); 2 Mar 2016 04:48:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=quest, MACHINE, 13357, HTo:U*cgen X-HELO: mail-pf0-f178.google.com Received: from mail-pf0-f178.google.com (HELO mail-pf0-f178.google.com) (209.85.192.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 02 Mar 2016 04:48:44 +0000 Received: by mail-pf0-f178.google.com with SMTP id 4so47955933pfd.1 for ; Tue, 01 Mar 2016 20:48:44 -0800 (PST) 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:subject:message-id:mime-version :content-disposition:user-agent; bh=keL4KA8GeDp4BqtEbZRkC7/QX6lhij6tn+HAIZsnT1k=; b=gfH6qyrLT1WDcRxjb3toe6LVLOwo6QIrFOomC4TFynj3e/nOZCrpuF9gNVJ6dzoiKw 87wCmgajFQe67EzL9hXYai1httXINqvApubFCzcY8U859Dinthp7xQ8azrTIeJlXTM0v hHpusLOE8AVLlVbBnFwj2IzIaDXLEPN3RTStrrYyDZBX8Tw052+L485wUzyvWdKCFD7n dIeiGSptZNyHt7bSCYvUPmU1dbJLQfxfUAFeiC0YkbSdnAuSOEOA7/Q2eZGQsT3z1uct CZufFtgEO9klbizJLnUiwK2Y/8gC+fVAWli0ddi0Sea8yfwA7Iepp2TguJcXzN1RFFLl UMdg== X-Gm-Message-State: AD7BkJJ2XfioLpbdGvuvF+P3i/6lSPODv6rbaeN0DIiy7I8iOGs3Gc7QshH8aVjiolvgeg== X-Received: by 10.98.33.67 with SMTP id h64mr30159460pfh.157.1456894122528; Tue, 01 Mar 2016 20:48:42 -0800 (PST) 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 xa9sm49137905pab.44.2016.03.01.20.48.41 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 01 Mar 2016 20:48:41 -0800 (PST) Received: by bubble.grove.modra.org (Postfix, from userid 1000) id 2B548EA0157; Wed, 2 Mar 2016 15:18:38 +1030 (ACDT) Date: Wed, 02 Mar 2016 04:48:00 -0000 From: Alan Modra To: cgen@sourceware.org Subject: Update emitted copyright notice dates Message-ID: <20160302044837.GX10657@bubble.grove.modra.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2016-q1/txt/msg00003.txt.bz2 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