X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=blobdiff_plain;f=src%2Fparser.mly;h=4d100ef7590295ba17ed39bcea1dbdef417ada8d;hp=39b2187a31d75ad0b84cc2b57ac1946963882a0b;hb=6b66008811639324be623a42037b60e02056772c;hpb=ddd758716b1cd691c8748d2e86c179e803b1d3af diff --git a/src/parser.mly b/src/parser.mly index 39b2187..4d100ef 100644 --- a/src/parser.mly +++ b/src/parser.mly @@ -1,4 +1,22 @@ %{ +(***********************************************************************) +(* *) +(* TAToo *) +(* *) +(* Kim Nguyen, LRI UMR8623 *) +(* Université Paris-Sud & CNRS *) +(* *) +(* Copyright 2010-2012 Université Paris-Sud and Centre National de la *) +(* Recherche Scientifique. All rights reserved. This file is *) +(* distributed under the terms of the GNU Lesser General Public *) +(* License, with the special exception on linking described in file *) +(* ../LICENSE. *) +(* *) +(***********************************************************************) + +(* + Time-stamp: +*) open XPath.Ast let f () = ()