diff mbox

[Ada] Bump copyright year

Message ID 20150106085936.GA27823@adacore.com
State New
Headers show

Commit Message

Arnaud Charlet Jan. 6, 2015, 8:59 a.m. UTC
Committed on trunk.

	* gnatvsn.ads: Bump copyright year.
diff mbox

Patch

Index: gnatvsn.ads
===================================================================
--- gnatvsn.ads	(revision 219191)
+++ gnatvsn.ads	(working copy)
@@ -6,7 +6,7 @@ 
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---          Copyright (C) 1992-2014, Free Software Foundation, Inc.         --
+--          Copyright (C) 1992-2015, 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 @@ 
    Verbose_Library_Version : constant String := "GNAT Lib v" & Library_Version;
    --  Version string stored in e.g. ALI files
 
-   Current_Year : constant String := "2014";
+   Current_Year : constant String := "2015";
    --  Used in printing copyright messages
 
 end Gnatvsn;