From patchwork Fri Jan 13 22:29:09 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ian Lance Taylor X-Patchwork-Id: 136027 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id DE61EB6F13 for ; Sat, 14 Jan 2012 09:29:28 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1327098569; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Received:Received:From:To:Subject:Date:Message-ID:User-Agent: MIME-Version:Content-Type:Mailing-List:Precedence:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:Sender: Delivered-To; bh=8oN3p/D08jI+vgliiXoltJrwl8I=; b=EiUuGkqvbgph8a8 fAVaUnDgHjJqb8lgUVpYjxvQ8aUOD59xD6hU1lzhHW5zqgoVuLjuWoekzY+MS3JF UB2HBEKdZUspVsLGZSLyiIjgq5r2UOYf8asFY33lyjJnk00m3H3tA3GqM1hKyzlZ C099zhwM1QUy0VZk8T9YOjEUWxqU= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Received:Received:Received:From:To:Subject:Date:Message-ID:User-Agent:MIME-Version:Content-Type:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=j3Zsl4KxcZ3HARcwGKvm53/sV6ECQnfFGrX1v8bDoOMYQ93nEm50m/jqEh/poW idZXW3mV7rlWbClSQQiNndO1UkvGPZe0976tTlKFQa5mNINk/+LL3qImEmlzmKeh ye5Y8/qOrTyLPAUrQZYDdpmnuRWte7rJCN73BD2h0EGQY=; Received: (qmail 25456 invoked by alias); 13 Jan 2012 22:29:25 -0000 Received: (qmail 25448 invoked by uid 22791); 13 Jan 2012 22:29:25 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, RCVD_IN_DNSWL_LOW, T_RP_MATCHES_RCVD, T_TVD_MIME_NO_HEADERS X-Spam-Check-By: sourceware.org Received: from mail-iy0-f175.google.com (HELO mail-iy0-f175.google.com) (209.85.210.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 13 Jan 2012 22:29:12 +0000 Received: by iafi7 with SMTP id i7so5301492iaf.20 for ; Fri, 13 Jan 2012 14:29:11 -0800 (PST) Received: by 10.50.160.201 with SMTP id xm9mr2623434igb.16.1326493751852; Fri, 13 Jan 2012 14:29:11 -0800 (PST) Received: by 10.50.160.201 with SMTP id xm9mr2623425igb.16.1326493751758; Fri, 13 Jan 2012 14:29:11 -0800 (PST) Received: from coign.google.com ([72.14.225.65]) by mx.google.com with ESMTPS id b20sm33368249ibj.7.2012.01.13.14.29.10 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 13 Jan 2012 14:29:11 -0800 (PST) From: Ian Lance Taylor To: gcc-patches@gcc.gnu.org Subject: Patch committed: Update copyright year Date: Fri, 13 Jan 2012 14:29:09 -0800 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org I forgot to update the copyright year in the patch I just committed. This patch corrects that omission. I did not bother with a separate ChangeLog entry for this patch, since I think it is implicitly covered by the ChangeLog entry I just committed. Sorry for omitting this earlier. Ian Index: ipa-cp.c =================================================================== --- ipa-cp.c (revision 183166) +++ ipa-cp.c (working copy) @@ -1,5 +1,5 @@ /* Interprocedural constant propagation - Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 + Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. Contributed by Razya Ladelsky and Martin Jambor