* gnatvsn.ads: Bump copyright year.
authorEric Botcazou <ebotcazou@adacore.com>
Sat, 4 Jan 2020 08:31:22 +0000 (08:31 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 4 Jan 2020 08:31:22 +0000 (08:31 +0000)
From-SVN: r279880

gcc/ada/ChangeLog
gcc/ada/gnatvsn.ads

index a3739e778c32035ff234c6480a7df644c4b8d72c..7601fe29bbdb44510e2d9ab9bcba7db6378510df 100644 (file)
@@ -1,3 +1,7 @@
+2020-01-04  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnatvsn.ads: Bump copyright year.
+
 2020-01-01  Jakub Jelinek  <jakub@redhat.com>
 
        Update copyright years.
index 7346ba9b52989f92a23948dcdf82492ab0a3f742..f80d6cef0102bdce0fbb365ab617ddefd9951803 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---          Copyright (C) 1992-2019, Free Software Foundation, Inc.         --
+--          Copyright (C) 1992-2020, 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- --
@@ -45,7 +45,7 @@ package Gnatvsn is
    --  Note: Makefile.in uses the library version string to construct the
    --  soname value.
 
-   Current_Year : constant String := "2019";
+   Current_Year : constant String := "2020";
    --  Used in printing copyright messages
 
    Verbose_Library_Version : constant String := "GNAT Lib v" & Library_Version;