diff options
| author | Tristan Gingold <tgingold@free.fr> | 2022-02-28 19:46:53 +0100 | 
|---|---|---|
| committer | Tristan Gingold <tgingold@free.fr> | 2022-02-28 19:46:53 +0100 | 
| commit | 8185ed878df5054a9624af97ae4c73bbd3e906ef (patch) | |
| tree | c7e513ed6e05a314fe58ebd8ed3e5ab01581b961 /src | |
| parent | e58709aefc057b4af0d7c011fc1c7d45d6176e10 (diff) | |
| download | ghdl-8185ed878df5054a9624af97ae4c73bbd3e906ef.tar.gz ghdl-8185ed878df5054a9624af97ae4c73bbd3e906ef.tar.bz2 ghdl-8185ed878df5054a9624af97ae4c73bbd3e906ef.zip | |
Prepare for release 2.0.0
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 e1680c3c7..02a2a8934 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 - 2021 Tristan Gingold."); +      Put_Line ("Copyright (C) 2003 - 2022 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" | 
