Fixed the last fix again:
[libfirm] / ir / arch / archop.h
index 0d8b30c..8f4af24 100644 (file)
@@ -1,15 +1,29 @@
 /*
- * Project:     libFIRM
- * File name:   ir/arch/archop.h
- * Purpose:     Architecture dependand IR operations
- * Author:
- * 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.
  */
-#ifndef _FIRM_ARCH_ARCHOP_H_
-#define _FIRM_ARCH_ARCHOP_H_
+
+/**
+ * @file
+ * @brief    Architecture dependand IR operations
+ * @version  $Id$
+ */
+#ifndef FIRM_ARCH_ARCHOP_H
+#define FIRM_ARCH_ARCHOP_H
 
 #include "firm_types.h"
 #include "dbginfo.h"
@@ -67,4 +81,4 @@ ir_node *arch_transform_node_Mux(ir_node *mux);
  */
 void firm_archops_init(const arch_ops_info *info);
 
-#endif /* _FIRM_ARCH_ARCHOP_H_ */
+#endif