Restructured a bit
[libfirm] / ir / ana / irouts.h
index 3790dce..200a854 100644 (file)
@@ -1,26 +1,31 @@
 /*
- * Project:     libFIRM
- * File name:   ir/ana/irouts.h
- * Purpose:     Compute and access out edges.
- * Author:      Goetz Lindenmaier
- * Modified by: Michael Beck
- * Created:     1.2002
- * CVS-ID:      $Id$
- * Copyright:   (c) 2002-2007 Universität Karlsruhe
- * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
- */
-
-/**
- * @file irouts.h
+ * Copyright (C) 1995-2007 University of Karlsruhe.  All right reserved.
+ *
+ * This file is part of libFirm.
  *
- * Implements Def-Use edges, also called outedges.
+ * This file may be distributed and/or modified under the terms of the
+ * GNU General Public License version 2 as published by the Free Software
+ * Foundation and appearing in the file LICENSE.GPL included in the
+ * packaging of this file.
  *
- * @author Goetz Lindenmaier
+ * Licensees holding valid libFirm Professional Edition licenses may use
+ * this file in accordance with the libFirm Commercial License.
+ * Agreement provided with the Software.
  *
- * @todo eventually add reverse conrtol flow graph. (If needed.)
+ * This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
+ * WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE.
+ */
+
+/**
+ * @file
+ * @brief    Compute and access out edges (also called def-use edges).
+ * @author   Goetz Lindenmaier, Michael Beck
+ * @date     1.2002
+ * @version  $Id$
  */
-#ifndef _IROUTS_H_
-#define _IROUTS_H_
+#ifndef FIRM_ANA_IROUTS_H
+#define FIRM_ANA_IROUTS_H
 
 #include "firm_types.h"
 
@@ -90,4 +95,4 @@ void free_ip_outs(void);
 void free_irg_outs(ir_graph *irg);
 void free_irp_outs(void);
 
-#endif /* _IROUTS_H_ */
+#endif