diff options
author | Tristan Gingold | 2015-09-13 16:03:14 +0200 |
---|---|---|
committer | Tristan Gingold | 2015-09-13 16:03:14 +0200 |
commit | c482e6d0442212415c787676f6ffd4e38e8ffa74 (patch) | |
tree | 82cca40ffe1c4939a3ea2d8257b3e4af6eced709 /src/ghdldrv/ghdlmain.adb | |
parent | 357e381d7dff9279157186afd6a6c19124a804f5 (diff) | |
download | ghdl-c482e6d0442212415c787676f6ffd4e38e8ffa74.tar.gz ghdl-c482e6d0442212415c787676f6ffd4e38e8ffa74.tar.bz2 ghdl-c482e6d0442212415c787676f6ffd4e38e8ffa74.zip |
Update README and some copyright dates.
Diffstat (limited to 'src/ghdldrv/ghdlmain.adb')
-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 606119e..025f04f 100644 --- a/src/ghdldrv/ghdlmain.adb +++ b/src/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 - 2014 Tristan Gingold."); + Put_Line ("Copyright (C) 2003 - 2015 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" |