From 3be4b576b8e2940ea8749a0642eb796b69e65eda Mon Sep 17 00:00:00 2001 From: Brian Drummond Date: Tue, 7 Jan 2014 22:47:51 +0000 Subject: Dates updated in doc and ghdlmain --- translate/ghdldrv/ghdlmain.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'translate/ghdldrv') diff --git a/translate/ghdldrv/ghdlmain.adb b/translate/ghdldrv/ghdlmain.adb index a9bc00b..45d9615 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 - 2010 Tristan Gingold."); + Put_Line ("Copyright (C) 2003 - 2014 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" -- cgit