removed exc.h from libfirm interface
[libfirm] / ir / ir / irprog.h
index 21f8e5e..23ac069 100644 (file)
@@ -1,6 +1,14 @@
-/* Copyright (C) 2000 by Universitaet Karlsruhe
-* All rights reserved.
-*/
+/*
+ * Project:     libFIRM
+ * File name:   ir/ir/irprog.h
+ * Purpose:     Entry point to the representation of a whole program.
+ * Author:      Goetz Lindenmaier
+ * Modified by:
+ * Created:     2000
+ * CVS-ID:      $Id$
+ * Copyright:   (c) 2000-2003 Universität Karlsruhe
+ * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
+ */
 
 /**
 * @file irprog.h
@@ -19,8 +27,6 @@
 *   - (An obstack containing global things, e.g., the above mentioned lists.)
 */
 
-/* $Id$ */
-
 # ifndef _IRPROG_H_
 # define _IRPROG_H_