added license infos
[libfirm] / ir / ana / phiclass.h
index 2f731b4..db4f972 100644 (file)
@@ -1,12 +1,31 @@
-/**
- * Analysis to compute phi congruence classes.
- * @author Daniel Grund
- * @cvsid  $Id$
- * @date   15.01.2005
+/*
+ * Copyrigth (C) 1995-2007 University of Karlsruhe.  All right reserved.
+ *
+ * This file is part of libFirm.
+ *
+ * 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.
+ *
+ * Licensees holding valid libFirm Professional Edition licenses may use
+ * this file in accordance with the libFirm Commercial License.
+ * Agreement provided with the Software.
+ *
+ * This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
+ * WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE.
  */
 
-#ifndef _PHICLASS_H_
-#define _PHICLASS_H_
+/**
+ * @file
+ * @brief   Analysis to compute phi congruence classes.
+ * @author  Daniel Grund
+ * @version $Id$
+ * @date    15.01.2005
+ */
+#ifndef FIRM_ANA_PHICLASS_H
+#define FIRM_ANA_PHICLASS_H
 
 #include "pset.h"
 #include "irgraph.h"
@@ -54,4 +73,4 @@ phi_classes_t *phi_class_new_from_set(ir_graph *irg, ir_nodeset_t *all_phis, int
  */
 void phi_class_free(phi_classes_t *pc);
 
-#endif /* _PHICLASS_H_ */
+#endif