aboutsummaryrefslogtreecommitdiffstats
path: root/iirs_utils.adb
diff options
context:
space:
mode:
Diffstat (limited to 'iirs_utils.adb')
-rw-r--r--iirs_utils.adb4
1 files changed, 1 insertions, 3 deletions
diff --git a/iirs_utils.adb b/iirs_utils.adb
index 01c98d22f..9b441f75a 100644
--- a/iirs_utils.adb
+++ b/iirs_utils.adb
@@ -12,7 +12,7 @@
-- for more details.
--
-- You should have received a copy of the GNU General Public License
--- along with GCC; see the file COPYING. If not, write to the Free
+-- along with GHDL; see the file COPYING. If not, write to the Free
-- Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-- 02111-1307, USA.
with Scan; use Scan;
@@ -837,6 +837,4 @@ package body Iirs_Utils is
end case;
end loop;
end Is_Signal_Object;
-
-
end Iirs_Utils;