aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/post_sems.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/post_sems.adb')
-rw-r--r--src/vhdl/post_sems.adb5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/vhdl/post_sems.adb b/src/vhdl/post_sems.adb
index 69e40f92e..145d50a14 100644
--- a/src/vhdl/post_sems.adb
+++ b/src/vhdl/post_sems.adb
@@ -1,5 +1,5 @@
--- Global checks after semantization pass.
--- Copyright (C) 2002, 2003, 2004, 2005 Tristan Gingold
+-- Global checks after analyze pass.
+-- Copyright (C) 2002 - 2016 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
@@ -74,4 +74,3 @@ package body Post_Sems is
end if;
end Post_Sem_Checks;
end Post_Sems;
-