summaryrefslogtreecommitdiff
path: root/translate
diff options
context:
space:
mode:
authorgingold2006-03-10 01:52:56 +0000
committergingold2006-03-10 01:52:56 +0000
commitb487feab6bd6ddb6105325ee8b3ad41421cd9dbb (patch)
tree422e379288d40dffc0919d7cdb247dee01cb486b /translate
parent426dac982e3ea0a2025135ebb6df108aca0ccedb (diff)
downloadghdl-b487feab6bd6ddb6105325ee8b3ad41421cd9dbb.tar.gz
ghdl-b487feab6bd6ddb6105325ee8b3ad41421cd9dbb.tar.bz2
ghdl-b487feab6bd6ddb6105325ee8b3ad41421cd9dbb.zip
copyright year updated
Diffstat (limited to 'translate')
-rw-r--r--translate/ghdldrv/ghdlmain.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/translate/ghdldrv/ghdlmain.adb b/translate/ghdldrv/ghdlmain.adb
index fa6f757..a2eab98 100644
--- a/translate/ghdldrv/ghdlmain.adb
+++ b/translate/ghdldrv/ghdlmain.adb
@@ -1,5 +1,5 @@
-- GHDL driver - main part.
--- Copyright (C) 2002, 2003, 2004, 2005 Tristan Gingold
+-- Copyright (C) 2002, 2003, 2004, 2005, 2006 Tristan Gingold
--
-- GHDL is free software; you can redistribute it and/or modify it under
-- the terms of the GNU General Public License as published by the Free
@@ -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, 2004, 2005 Tristan Gingold.");
+ Put_Line ("Copyright (C) 2003, 2004, 2005, 2006 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"