coccinelle release 1.0.0-rc2
[bpt/coccinelle.git] / popl / ast_popl.ml
index 7b128ab..abb6b03 100644 (file)
@@ -1,4 +1,6 @@
 (*
+ * Copyright 2010, 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.
@@ -31,7 +33,7 @@ and element =
   | DInfo of dots * element list (* before *) * element list (* after *)
   | EExists of Ast_cocci.meta_name * element
 
-and dots = 
+and dots =
     Dots
   | Nest of sequence
   | When of dots * sequence