diff options
author | gingold | 2009-09-21 03:46:42 +0000 |
---|---|---|
committer | gingold | 2009-09-21 03:46:42 +0000 |
commit | 9e9f8604f11d93894990e7733127d083abab8f3e (patch) | |
tree | 24e35d22157442340b7f52954f5133905b577456 /translate/ghdldrv/ghdlmain.adb | |
parent | 2dc407beb7dde9f0c986ee14e80f3ac43398e8bb (diff) | |
download | ghdl-9e9f8604f11d93894990e7733127d083abab8f3e.tar.gz ghdl-9e9f8604f11d93894990e7733127d083abab8f3e.tar.bz2 ghdl-9e9f8604f11d93894990e7733127d083abab8f3e.zip |
Version 0.28.
Diffstat (limited to 'translate/ghdldrv/ghdlmain.adb')
-rw-r--r-- | translate/ghdldrv/ghdlmain.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translate/ghdldrv/ghdlmain.adb b/translate/ghdldrv/ghdlmain.adb index 7cbada3..6cc3476 100644 --- a/translate/ghdldrv/ghdlmain.adb +++ b/translate/ghdldrv/ghdlmain.adb @@ -225,7 +225,7 @@ package body Ghdlmain is Put_Line ("Written by Tristan Gingold."); New_Line; -- Display copyright. Assume 80 cols terminal. - Put_Line ("Copyright (C) 2003 - 2008 Tristan Gingold."); + Put_Line ("Copyright (C) 2003 - 2009 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" |