X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fcqlstd.y;h=2daec40de8dcba869616aec22b0cd11e878b5ec9;hp=cd2238d1aee4c7195da4a58289644620ecfe37f0;hb=ae309395bf5f5511c2eee751151a2962726f745a;hpb=00c29e543cad41be04da3c74c33cbe8f1f47d3b9 diff --git a/src/cqlstd.y b/src/cqlstd.y index cd2238d..2daec40 100644 --- a/src/cqlstd.y +++ b/src/cqlstd.y @@ -1,4 +1,8 @@ -/* $Id: cqlstd.y,v 1.3 2006-03-02 09:38:41 adam Exp $ +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2008 Index Data + * See the file LICENSE for details. + */ +/* YACC CQL grammar taken verbatim from the official spec. We don't use that in YAZ but I don't know of a better place to put it. */