GNU header update.
[cacao.git] / src / vm / jit / loop / graph.c
index 3bb8fd53fac9fe1aa252164b30d14ce9146b9c54..33beaccdc17198db1c50c7ff86e4e03c9fc8ddbc 100644 (file)
@@ -1,9 +1,9 @@
 /* vm/jit/loop/graph.c - control flow graph
 
-   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
-   R. Grafl, A. Krall, C. Kruegel, C. Oates, R. Obermaisser,
-   M. Probst, S. Ring, E. Steiner, C. Thalinger, D. Thuernbeck,
-   P. Tomsich, J. Wenninger
+   Copyright (C) 1996-2005 R. Grafl, A. Krall, C. Kruegel, C. Oates,
+   R. Obermaisser, M. Platter, M. Probst, S. Ring, E. Steiner,
+   C. Thalinger, D. Thuernbeck, P. Tomsich, C. Ullrich, J. Wenninger,
+   Institut f. Computersprachen - TU Wien
 
    This file is part of CACAO.
 
@@ -31,7 +31,7 @@
    Contains the functions which build a list, that represents the
    control flow graph of the procedure, that is being analyzed.
 
-   $Id: graph.c 1621 2004-11-30 13:06:55Z twisti $
+   $Id: graph.c 1735 2004-12-07 14:33:27Z twisti $
 
 */