diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-02-26 07:44:02 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-02-26 07:44:02 +0100 |
commit | 83dfda580df04d9dcfb11e93e76d2893c29b20f3 (patch) | |
tree | 5ef74d90b4a1b8788ed206ff544707531bb651fd /src/ghdldrv | |
parent | 9b2fec3be17d065898706245ddee7c6e020b9f6e (diff) | |
download | ghdl-83dfda580df04d9dcfb11e93e76d2893c29b20f3.tar.gz ghdl-83dfda580df04d9dcfb11e93e76d2893c29b20f3.tar.bz2 ghdl-83dfda580df04d9dcfb11e93e76d2893c29b20f3.zip |
Update copyright years before the release.
Diffstat (limited to 'src/ghdldrv')
-rw-r--r-- | src/ghdldrv/ghdlmain.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ghdldrv/ghdlmain.adb b/src/ghdldrv/ghdlmain.adb index 1db20fbaa..a6ff2a4a8 100644 --- a/src/ghdldrv/ghdlmain.adb +++ b/src/ghdldrv/ghdlmain.adb @@ -258,7 +258,7 @@ package body Ghdlmain is Put_Line ("Written by Tristan Gingold."); New_Line; -- Display copyright. Assume 80 cols terminal. - Put_Line ("Copyright (C) 2003 - 2019 Tristan Gingold."); + Put_Line ("Copyright (C) 2003 - 2020 Tristan Gingold."); Put_Line ("GHDL is free software, covered by the " & "GNU General Public License. There is NO"); Put_Line ("warranty; not even for MERCHANTABILITY or" |