Coccinelle release 0.2.5-rc5
[bpt/coccinelle.git] / engine / ctltotex.ml
index 2c658c5..b9308be 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.
@@ -250,7 +252,7 @@ let ctltotex rule pp pv ctls o =
       Printf.fprintf o "%s\n" res)
     ctls;
   Printf.fprintf o "\\end{array}\\]\n\n"
-  
+
 let make_prelude o = Printf.fprintf o "%s\n" prelude
 let make_postlude o = Printf.fprintf o "%s\n" postlude