removed stdint.h again -- mallon soll die typen halt ausschreiben, die ganze libfirm...
[libfirm] / ir / opt / proc_cloning.h
index c530dd2..2d6711a 100644 (file)
@@ -1,15 +1,30 @@
 /*
- * Project:     libFIRM
- * File name:   ir/clone functions./proc_cloning.h
- * Purpose:     procedure cloning
- * Author:      Beyhan Veliev
- * Created:
- * CVS-ID:      $Id$
- * Copyright:   (c) 1998-2005 Universität Karlsruhe
- * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
+ * Copyright (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.
+ */
+
+/**
+ * @file
+ * @brief   procedure cloning
+ * @author  Beyhan Veliev
+ * @version $Id$
  */
-#ifndef PROC_CLONING_H
-#define PROC_CLONING_H
+#ifndef FIRM_OPT_PROC_CLONING_H
+#define FIRM_OPT_PROC_CLONING_H
 
 #include "firm_types.h"
 
@@ -29,4 +44,4 @@
  */
 void proc_cloning(float threshold);
 
-#endif /* PROC_CLONING_H */
+#endif