aboutsummaryrefslogtreecommitdiffstats
path: root/iirs_walk.adb
diff options
context:
space:
mode:
Diffstat (limited to 'iirs_walk.adb')
-rw-r--r--iirs_walk.adb18
1 files changed, 18 insertions, 0 deletions
diff --git a/iirs_walk.adb b/iirs_walk.adb
index 6cb5d3f69..1af0e66ec 100644
--- a/iirs_walk.adb
+++ b/iirs_walk.adb
@@ -1,3 +1,21 @@
+-- Walk in iirs nodes.
+-- Copyright (C) 2009 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
+-- Software Foundation; either version 2, or (at your option) any later
+-- version.
+--
+-- GHDL is distributed in the hope that it will be useful, but WITHOUT ANY
+-- WARRANTY; without even the implied warranty of MERCHANTABILITY or
+-- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+-- 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
+-- Software Foundation, 59 Temple Place - Suite 330, Boston, MA
+-- 02111-1307, USA.
+
package body Iirs_Walk is
function Walk_Chain (Chain : Iir; Cb : Walk_Cb) return Walk_Status
is