diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2021-01-16 07:31:48 +0100 |
---|---|---|
committer | umarcor <unai.martinezcorral@ehu.eus> | 2021-01-16 08:18:05 +0100 |
commit | 786d1bfbb1dec256ef375da06089fed8f9885b78 (patch) | |
tree | 4c01a16d1bc9a92530d34fcb2a375680ea72b6b9 /src/ghdldrv | |
parent | cb34fc10d6ebde98c82f3ed0730f843b9f75466b (diff) | |
download | ghdl-786d1bfbb1dec256ef375da06089fed8f9885b78.tar.gz ghdl-786d1bfbb1dec256ef375da06089fed8f9885b78.tar.bz2 ghdl-786d1bfbb1dec256ef375da06089fed8f9885b78.zip |
update version/copyright year
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 22b75bf42..59e615c18 100644 --- a/src/ghdldrv/ghdlmain.adb +++ b/src/ghdldrv/ghdlmain.adb @@ -284,7 +284,7 @@ package body Ghdlmain is Put_Line ("Written by Tristan Gingold."); New_Line; -- Display copyright. Assume 80 cols terminal. - Put_Line ("Copyright (C) 2003 - 2020 Tristan Gingold."); + Put_Line ("Copyright (C) 2003 - 2021 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" |