diff options
author | Patrick Lehmann <Paebbels@gmail.com> | 2023-03-06 20:42:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-06 20:42:21 +0100 |
commit | 4182f1c1fe6d1674501f5bce67451b58ffd8d188 (patch) | |
tree | 7c4c48e928807aaa33b1c3ba0a37baf17db39488 /src | |
parent | 35722772039ca92e7884866cc6c47752d1c40afb (diff) | |
parent | 708a27ba2ae747259786a6b5bc5e5923e094dba2 (diff) | |
download | ghdl-4182f1c1fe6d1674501f5bce67451b58ffd8d188.tar.gz ghdl-4182f1c1fe6d1674501f5bce67451b58ffd8d188.tar.bz2 ghdl-4182f1c1fe6d1674501f5bce67451b58ffd8d188.zip |
Update NEWS and copyright date
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 02a2a8934..7088079df 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 - 2022 Tristan Gingold."); + Put_Line ("Copyright (C) 2003 - 2023 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" |