diff options
author | gingold | 2008-07-22 01:32:39 +0000 |
---|---|---|
committer | gingold | 2008-07-22 01:32:39 +0000 |
commit | d8c55c69851314273518efcba41b15abf28e7763 (patch) | |
tree | b4a921be6698925b8312a33d6c2bc346a649783d /translate/ghdldrv/ghdlmain.adb | |
parent | a504004319b2d42687150cfadbc0fd375c4496b8 (diff) | |
download | ghdl-d8c55c69851314273518efcba41b15abf28e7763.tar.gz ghdl-d8c55c69851314273518efcba41b15abf28e7763.tar.bz2 ghdl-d8c55c69851314273518efcba41b15abf28e7763.zip |
Release ghdl 0.27
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 a46e171..0f43929 100644 --- a/translate/ghdldrv/ghdlmain.adb +++ b/translate/ghdldrv/ghdlmain.adb @@ -226,7 +226,7 @@ package body Ghdlmain is Put_Line ("Written by Tristan Gingold."); New_Line; -- Display copyright. Assume 80 cols terminal. - Put_Line ("Copyright (C) 2003, 2004, 2005, 2006, 2007 Tristan Gingold."); + Put_Line ("Copyright (C) 2003 - 2008 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" |