From patchwork Mon Jan 2 10:28:48 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Botcazou X-Patchwork-Id: 133806 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 7851EB6FA8 for ; Mon, 2 Jan 2012 21:31:38 +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=1326105100; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Received:From:To:Subject:Date:User-Agent:References:In-Reply-To: Cc:MIME-Version:Content-Type:Message-Id:Mailing-List:Precedence: List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender: Delivered-To; bh=RaS/pT+jStZm+A7UWS0ZSbJxPKc=; b=Zfoajdk62K+Cgwt WHR6pf0Mxmm5fr2RCy9cCy8i24bJDyj6q30AQIC/Meoj9X6PQ+xepUzjda6kbHWc po4k/z/qdnkaKR+QmYnu+cETyFR0bugeicNR7cKdEi2Q0U7KbC5iknRWx396ckwW G/gB8q3momi6t3xfoQonts2ZsB74= 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:From:To:Subject:Date:User-Agent:References:In-Reply-To:Cc:MIME-Version:Content-Type:Message-Id:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=qZXlbdAjc0nXYCQ8XDLH7k4UduNQ7Sq+VhXAo2jqPZJGSm9N6W8fj3przcYctZ 98UNPKdijCuzY1e/Yor3FKVwPf9H4zr7xYAoIPMlXAXi8ln+KUH7IeMtJJk19hEY fTZy5obZHVnmhw3Xl5wTgxDoHIqX3wyyJ9k1FYChqMbSE=; Received: (qmail 17915 invoked by alias); 2 Jan 2012 10:31:36 -0000 Received: (qmail 17904 invoked by uid 22791); 2 Jan 2012 10:31:34 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (194.98.77.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 02 Jan 2012 10:31:21 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 3DFE8CB246C; Mon, 2 Jan 2012 11:31:21 +0100 (CET) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IAnA01-18UQI; Mon, 2 Jan 2012 11:31:21 +0100 (CET) Received: from [192.168.1.2] (bon31-6-88-161-99-133.fbx.proxad.net [88.161.99.133]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id 07E98CB2874; Mon, 2 Jan 2012 11:31:21 +0100 (CET) From: Eric Botcazou To: Jakub Jelinek Subject: Re: [PATCH] Update copyright years Date: Mon, 2 Jan 2012 11:28:48 +0100 User-Agent: KMail/1.9.9 References: <20120101191050.GE18937@tyan-ft48-01.lab.bos.redhat.com> In-Reply-To: <20120101191050.GE18937@tyan-ft48-01.lab.bos.redhat.com> Cc: gcc-patches@gcc.gnu.org MIME-Version: 1.0 Message-Id: <201201021128.48583.ebotcazou@adacore.com> 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 > Committed to trunk as every year... You might want to add this one to your list. Applied to trunk. 2012-01-02 Eric Botcazou * gnatvsn.ads (Current_Year): Bump to 2012. Index: gnatvsn.ads =================================================================== --- gnatvsn.ads (revision 182780) +++ gnatvsn.ads (working copy) @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2011, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2012, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -92,7 +92,7 @@ package Gnatvsn is Verbose_Library_Version : constant String := "GNAT Lib v" & Library_Version; -- Version string stored in e.g. ALI files - Current_Year : constant String := "2011"; + Current_Year : constant String := "2012"; -- Used in printing copyright messages end Gnatvsn;