diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-02-23 18:55:35 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-02-23 18:55:35 +0100 |
commit | e1bda63fb6765dcb064a24f982a6b854ae2a590f (patch) | |
tree | 05baf3fad7b36d9f05ded7d76ae6f4d47eba4cbc /src | |
parent | ad37a1484212c80764ba3101f07e1d995fd11ad4 (diff) | |
download | ghdl-e1bda63fb6765dcb064a24f982a6b854ae2a590f.tar.gz ghdl-e1bda63fb6765dcb064a24f982a6b854ae2a590f.tar.bz2 ghdl-e1bda63fb6765dcb064a24f982a6b854ae2a590f.zip |
Prepare for release.
Diffstat (limited to 'src')
-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 4e655f37a..872d9848d 100644 --- a/src/ghdldrv/ghdlmain.adb +++ b/src/ghdldrv/ghdlmain.adb @@ -237,7 +237,7 @@ package body Ghdlmain is Put_Line ("Written by Tristan Gingold."); New_Line; -- Display copyright. Assume 80 cols terminal. - Put_Line ("Copyright (C) 2003 - 2015 Tristan Gingold."); + Put_Line ("Copyright (C) 2003 - 2019 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" |