Coccinelle release 1.0.0-rc14
[bpt/coccinelle.git] / popl09 / ast_popl.ml
index 79bcc6b..4b3a62f 100644 (file)
@@ -1,4 +1,8 @@
 (*
+ * Copyright 2012, INRIA
+ * Julia Lawall, Gilles Muller
+ * Copyright 2010-2011, INRIA, University of Copenhagen
+ * Julia Lawall, Rene Rydhof Hansen, Gilles Muller, Nicolas Palix
  * Copyright 2005-2009, Ecole des Mines de Nantes, University of Copenhagen
  * Yoann Padioleau, Julia Lawall, Rene Rydhof Hansen, Henrik Stuart, Gilles Muller, Nicolas Palix
  * This file is part of Coccinelle.
@@ -20,6 +24,7 @@
  *)
 
 
+# 0 "./ast_popl.ml"
 type sequence =
     Seq of element * sequence
   | Empty
@@ -36,7 +41,7 @@ and element =
   | DInfo of dots
   | EExists of Ast_cocci.meta_name * element
 
-and dots = 
+and dots =
     Dots
   | Nest of sequence
   | When of dots * sequence